IntDataPoint.Builder |
IntDataPoint.Builder.addAllExemplars(Iterable<? extends IntExemplar> values) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntDataPoint.Builder |
IntDataPoint.Builder.addAllLabels(Iterable<? extends StringKeyValue> values) |
The set of labels that uniquely identify this timeseries.
|
IntDataPoint.Builder |
IntGauge.Builder.addDataPointsBuilder() |
repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
|
IntDataPoint.Builder |
IntGauge.Builder.addDataPointsBuilder(int index) |
repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
|
IntDataPoint.Builder |
IntSum.Builder.addDataPointsBuilder() |
repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
|
IntDataPoint.Builder |
IntSum.Builder.addDataPointsBuilder(int index) |
repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
|
IntDataPoint.Builder |
IntDataPoint.Builder.addExemplars(int index,
IntExemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntDataPoint.Builder |
IntDataPoint.Builder.addExemplars(int index,
IntExemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntDataPoint.Builder |
IntDataPoint.Builder.addExemplars(IntExemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntDataPoint.Builder |
IntDataPoint.Builder.addExemplars(IntExemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntDataPoint.Builder |
IntDataPoint.Builder.addLabels(int index,
StringKeyValue value) |
The set of labels that uniquely identify this timeseries.
|
IntDataPoint.Builder |
IntDataPoint.Builder.addLabels(int index,
StringKeyValue.Builder builderForValue) |
The set of labels that uniquely identify this timeseries.
|
IntDataPoint.Builder |
IntDataPoint.Builder.addLabels(StringKeyValue value) |
The set of labels that uniquely identify this timeseries.
|
IntDataPoint.Builder |
IntDataPoint.Builder.addLabels(StringKeyValue.Builder builderForValue) |
The set of labels that uniquely identify this timeseries.
|
IntDataPoint.Builder |
IntDataPoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
IntDataPoint.Builder |
IntDataPoint.Builder.clear() |
|
IntDataPoint.Builder |
IntDataPoint.Builder.clearExemplars() |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntDataPoint.Builder |
IntDataPoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
IntDataPoint.Builder |
IntDataPoint.Builder.clearLabels() |
The set of labels that uniquely identify this timeseries.
|
IntDataPoint.Builder |
IntDataPoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
IntDataPoint.Builder |
IntDataPoint.Builder.clearStartTimeUnixNano() |
StartTimeUnixNano is optional but strongly encouraged, see the
the detailed comments above Metric.
|
IntDataPoint.Builder |
IntDataPoint.Builder.clearTimeUnixNano() |
TimeUnixNano is required, see the detailed comments above Metric.
|
IntDataPoint.Builder |
IntDataPoint.Builder.clearValue() |
value itself.
|
IntDataPoint.Builder |
IntDataPoint.Builder.clone() |
|
IntDataPoint.Builder |
IntGauge.Builder.getDataPointsBuilder(int index) |
repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
|
IntDataPoint.Builder |
IntSum.Builder.getDataPointsBuilder(int index) |
repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;
|
IntDataPoint.Builder |
IntDataPoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
IntDataPoint.Builder |
IntDataPoint.Builder.mergeFrom(com.google.protobuf.Message other) |
|
IntDataPoint.Builder |
IntDataPoint.Builder.mergeFrom(IntDataPoint other) |
|
IntDataPoint.Builder |
IntDataPoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static IntDataPoint.Builder |
IntDataPoint.newBuilder() |
Deprecated.
|
static IntDataPoint.Builder |
IntDataPoint.newBuilder(IntDataPoint prototype) |
Deprecated.
|
IntDataPoint.Builder |
IntDataPoint.newBuilderForType() |
Deprecated.
|
protected IntDataPoint.Builder |
IntDataPoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Deprecated.
|
IntDataPoint.Builder |
IntDataPoint.Builder.removeExemplars(int index) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntDataPoint.Builder |
IntDataPoint.Builder.removeLabels(int index) |
The set of labels that uniquely identify this timeseries.
|
IntDataPoint.Builder |
IntDataPoint.Builder.setExemplars(int index,
IntExemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntDataPoint.Builder |
IntDataPoint.Builder.setExemplars(int index,
IntExemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntDataPoint.Builder |
IntDataPoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
IntDataPoint.Builder |
IntDataPoint.Builder.setLabels(int index,
StringKeyValue value) |
The set of labels that uniquely identify this timeseries.
|
IntDataPoint.Builder |
IntDataPoint.Builder.setLabels(int index,
StringKeyValue.Builder builderForValue) |
The set of labels that uniquely identify this timeseries.
|
IntDataPoint.Builder |
IntDataPoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
IntDataPoint.Builder |
IntDataPoint.Builder.setStartTimeUnixNano(long value) |
StartTimeUnixNano is optional but strongly encouraged, see the
the detailed comments above Metric.
|
IntDataPoint.Builder |
IntDataPoint.Builder.setTimeUnixNano(long value) |
TimeUnixNano is required, see the detailed comments above Metric.
|
IntDataPoint.Builder |
IntDataPoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
IntDataPoint.Builder |
IntDataPoint.Builder.setValue(long value) |
value itself.
|
IntDataPoint.Builder |
IntDataPoint.toBuilder() |
Deprecated.
|