public static final class IngestRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder> implements IngestRequestOrBuilder
IngestRequest is an update to one or more measures.Protobuf type
lightstep.metrics.IngestRequest| Modifier and Type | Method and Description |
|---|---|
IngestRequest.Builder |
addAllPoints(Iterable<? extends MetricPoint> values)
Points contain the individual updates.
|
IngestRequest.Builder |
addPoints(int index,
MetricPoint.Builder builderForValue)
Points contain the individual updates.
|
IngestRequest.Builder |
addPoints(int index,
MetricPoint value)
Points contain the individual updates.
|
IngestRequest.Builder |
addPoints(MetricPoint.Builder builderForValue)
Points contain the individual updates.
|
IngestRequest.Builder |
addPoints(MetricPoint value)
Points contain the individual updates.
|
MetricPoint.Builder |
addPointsBuilder()
Points contain the individual updates.
|
MetricPoint.Builder |
addPointsBuilder(int index)
Points contain the individual updates.
|
IngestRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IngestRequest |
build() |
IngestRequest |
buildPartial() |
IngestRequest.Builder |
clear() |
IngestRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
IngestRequest.Builder |
clearIdempotencyKey()
IdempotencyKey is a random string that should uniquely identify this report.
|
IngestRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
IngestRequest.Builder |
clearPoints()
Points contain the individual updates.
|
IngestRequest.Builder |
clearReporter()
Reporter contains information to identify the specific originator of this report.
|
IngestRequest.Builder |
clone() |
IngestRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getIdempotencyKey()
IdempotencyKey is a random string that should uniquely identify this report.
|
com.google.protobuf.ByteString |
getIdempotencyKeyBytes()
IdempotencyKey is a random string that should uniquely identify this report.
|
MetricPoint |
getPoints(int index)
Points contain the individual updates.
|
MetricPoint.Builder |
getPointsBuilder(int index)
Points contain the individual updates.
|
List<MetricPoint.Builder> |
getPointsBuilderList()
Points contain the individual updates.
|
int |
getPointsCount()
Points contain the individual updates.
|
List<MetricPoint> |
getPointsList()
Points contain the individual updates.
|
MetricPointOrBuilder |
getPointsOrBuilder(int index)
Points contain the individual updates.
|
List<? extends MetricPointOrBuilder> |
getPointsOrBuilderList()
Points contain the individual updates.
|
Reporter |
getReporter()
Reporter contains information to identify the specific originator of this report.
|
Reporter.Builder |
getReporterBuilder()
Reporter contains information to identify the specific originator of this report.
|
ReporterOrBuilder |
getReporterOrBuilder()
Reporter contains information to identify the specific originator of this report.
|
boolean |
hasReporter()
Reporter contains information to identify the specific originator of this report.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
IngestRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
IngestRequest.Builder |
mergeFrom(IngestRequest other) |
IngestRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
IngestRequest.Builder |
mergeReporter(Reporter value)
Reporter contains information to identify the specific originator of this report.
|
IngestRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
IngestRequest.Builder |
removePoints(int index)
Points contain the individual updates.
|
IngestRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IngestRequest.Builder |
setIdempotencyKey(String value)
IdempotencyKey is a random string that should uniquely identify this report.
|
IngestRequest.Builder |
setIdempotencyKeyBytes(com.google.protobuf.ByteString value)
IdempotencyKey is a random string that should uniquely identify this report.
|
IngestRequest.Builder |
setPoints(int index,
MetricPoint.Builder builderForValue)
Points contain the individual updates.
|
IngestRequest.Builder |
setPoints(int index,
MetricPoint value)
Points contain the individual updates.
|
IngestRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
IngestRequest.Builder |
setReporter(Reporter.Builder builderForValue)
Reporter contains information to identify the specific originator of this report.
|
IngestRequest.Builder |
setReporter(Reporter value)
Reporter contains information to identify the specific originator of this report.
|
IngestRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>public IngestRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>public IngestRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic IngestRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic IngestRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic IngestRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>public IngestRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>public IngestRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>public IngestRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>public IngestRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>public IngestRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>public IngestRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<IngestRequest.Builder>public IngestRequest.Builder mergeFrom(IngestRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>public IngestRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<IngestRequest.Builder>IOExceptionpublic String getIdempotencyKey()
IdempotencyKey is a random string that should uniquely identify this report. It should be generated once and used for all retries. The server will use it to de-duplicate requests.
string idempotency_key = 1;getIdempotencyKey in interface IngestRequestOrBuilderpublic com.google.protobuf.ByteString getIdempotencyKeyBytes()
IdempotencyKey is a random string that should uniquely identify this report. It should be generated once and used for all retries. The server will use it to de-duplicate requests.
string idempotency_key = 1;getIdempotencyKeyBytes in interface IngestRequestOrBuilderpublic IngestRequest.Builder setIdempotencyKey(String value)
IdempotencyKey is a random string that should uniquely identify this report. It should be generated once and used for all retries. The server will use it to de-duplicate requests.
string idempotency_key = 1;public IngestRequest.Builder clearIdempotencyKey()
IdempotencyKey is a random string that should uniquely identify this report. It should be generated once and used for all retries. The server will use it to de-duplicate requests.
string idempotency_key = 1;public IngestRequest.Builder setIdempotencyKeyBytes(com.google.protobuf.ByteString value)
IdempotencyKey is a random string that should uniquely identify this report. It should be generated once and used for all retries. The server will use it to de-duplicate requests.
string idempotency_key = 1;public boolean hasReporter()
Reporter contains information to identify the specific originator of this report.
.lightstep.collector.Reporter reporter = 2;hasReporter in interface IngestRequestOrBuilderpublic Reporter getReporter()
Reporter contains information to identify the specific originator of this report.
.lightstep.collector.Reporter reporter = 2;getReporter in interface IngestRequestOrBuilderpublic IngestRequest.Builder setReporter(Reporter value)
Reporter contains information to identify the specific originator of this report.
.lightstep.collector.Reporter reporter = 2;public IngestRequest.Builder setReporter(Reporter.Builder builderForValue)
Reporter contains information to identify the specific originator of this report.
.lightstep.collector.Reporter reporter = 2;public IngestRequest.Builder mergeReporter(Reporter value)
Reporter contains information to identify the specific originator of this report.
.lightstep.collector.Reporter reporter = 2;public IngestRequest.Builder clearReporter()
Reporter contains information to identify the specific originator of this report.
.lightstep.collector.Reporter reporter = 2;public Reporter.Builder getReporterBuilder()
Reporter contains information to identify the specific originator of this report.
.lightstep.collector.Reporter reporter = 2;public ReporterOrBuilder getReporterOrBuilder()
Reporter contains information to identify the specific originator of this report.
.lightstep.collector.Reporter reporter = 2;getReporterOrBuilder in interface IngestRequestOrBuilderpublic List<MetricPoint> getPointsList()
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;getPointsList in interface IngestRequestOrBuilderpublic int getPointsCount()
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;getPointsCount in interface IngestRequestOrBuilderpublic MetricPoint getPoints(int index)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;getPoints in interface IngestRequestOrBuilderpublic IngestRequest.Builder setPoints(int index, MetricPoint value)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public IngestRequest.Builder setPoints(int index, MetricPoint.Builder builderForValue)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public IngestRequest.Builder addPoints(MetricPoint value)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public IngestRequest.Builder addPoints(int index, MetricPoint value)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public IngestRequest.Builder addPoints(MetricPoint.Builder builderForValue)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public IngestRequest.Builder addPoints(int index, MetricPoint.Builder builderForValue)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public IngestRequest.Builder addAllPoints(Iterable<? extends MetricPoint> values)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public IngestRequest.Builder clearPoints()
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public IngestRequest.Builder removePoints(int index)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public MetricPoint.Builder getPointsBuilder(int index)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public MetricPointOrBuilder getPointsOrBuilder(int index)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;getPointsOrBuilder in interface IngestRequestOrBuilderpublic List<? extends MetricPointOrBuilder> getPointsOrBuilderList()
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;getPointsOrBuilderList in interface IngestRequestOrBuilderpublic MetricPoint.Builder addPointsBuilder()
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public MetricPoint.Builder addPointsBuilder(int index)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public List<MetricPoint.Builder> getPointsBuilderList()
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;public final IngestRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>public final IngestRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IngestRequest.Builder>Copyright © 2020 LightStep. All rights reserved.