| Modifier and Type | Method and Description |
|---|---|
LabelValue.Builder |
TimeSeriesData.Builder.addLabelValuesBuilder()
The values of the labels in the time series identifier, given in the same
order as the `label_descriptors` field of the TimeSeriesDescriptor
associated with this object.
|
LabelValue.Builder |
TimeSeriesData.Builder.addLabelValuesBuilder(int index)
The values of the labels in the time series identifier, given in the same
order as the `label_descriptors` field of the TimeSeriesDescriptor
associated with this object.
|
LabelValue.Builder |
LabelValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LabelValue.Builder |
LabelValue.Builder.clear() |
LabelValue.Builder |
LabelValue.Builder.clearBoolValue()
A bool label value.
|
LabelValue.Builder |
LabelValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
LabelValue.Builder |
LabelValue.Builder.clearInt64Value()
An int64 label value.
|
LabelValue.Builder |
LabelValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
LabelValue.Builder |
LabelValue.Builder.clearStringValue()
A string label value.
|
LabelValue.Builder |
LabelValue.Builder.clearValue() |
LabelValue.Builder |
LabelValue.Builder.clone() |
LabelValue.Builder |
TimeSeriesData.Builder.getLabelValuesBuilder(int index)
The values of the labels in the time series identifier, given in the same
order as the `label_descriptors` field of the TimeSeriesDescriptor
associated with this object.
|
LabelValue.Builder |
LabelValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LabelValue.Builder |
LabelValue.Builder.mergeFrom(LabelValue other) |
LabelValue.Builder |
LabelValue.Builder.mergeFrom(com.google.protobuf.Message other) |
LabelValue.Builder |
LabelValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static LabelValue.Builder |
LabelValue.newBuilder() |
static LabelValue.Builder |
LabelValue.newBuilder(LabelValue prototype) |
LabelValue.Builder |
LabelValue.newBuilderForType() |
protected LabelValue.Builder |
LabelValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
LabelValue.Builder |
LabelValue.Builder.setBoolValue(boolean value)
A bool label value.
|
LabelValue.Builder |
LabelValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LabelValue.Builder |
LabelValue.Builder.setInt64Value(long value)
An int64 label value.
|
LabelValue.Builder |
LabelValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
LabelValue.Builder |
LabelValue.Builder.setStringValue(String value)
A string label value.
|
LabelValue.Builder |
LabelValue.Builder.setStringValueBytes(com.google.protobuf.ByteString value)
A string label value.
|
LabelValue.Builder |
LabelValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LabelValue.Builder |
LabelValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<LabelValue.Builder> |
TimeSeriesData.Builder.getLabelValuesBuilderList()
The values of the labels in the time series identifier, given in the same
order as the `label_descriptors` field of the TimeSeriesDescriptor
associated with this object.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesData.Builder |
TimeSeriesData.Builder.addLabelValues(int index,
LabelValue.Builder builderForValue)
The values of the labels in the time series identifier, given in the same
order as the `label_descriptors` field of the TimeSeriesDescriptor
associated with this object.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.addLabelValues(LabelValue.Builder builderForValue)
The values of the labels in the time series identifier, given in the same
order as the `label_descriptors` field of the TimeSeriesDescriptor
associated with this object.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.setLabelValues(int index,
LabelValue.Builder builderForValue)
The values of the labels in the time series identifier, given in the same
order as the `label_descriptors` field of the TimeSeriesDescriptor
associated with this object.
|
Copyright © 2025 Google LLC. All rights reserved.