public interface IngestRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;boolean hasReporter()
Reporter contains information to identify the specific originator of this report.
.lightstep.collector.Reporter reporter = 2;Reporter getReporter()
Reporter contains information to identify the specific originator of this report.
.lightstep.collector.Reporter reporter = 2;ReporterOrBuilder getReporterOrBuilder()
Reporter contains information to identify the specific originator of this report.
.lightstep.collector.Reporter reporter = 2;List<MetricPoint> getPointsList()
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;MetricPoint getPoints(int index)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;int getPointsCount()
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;List<? extends MetricPointOrBuilder> getPointsOrBuilderList()
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;MetricPointOrBuilder getPointsOrBuilder(int index)
Points contain the individual updates.
repeated .lightstep.metrics.MetricPoint points = 3;Copyright © 2020 LightStep. All rights reserved.