| Modifier and Type | Method and Description |
|---|---|
LabelValue |
LabelValue.Builder.build() |
LabelValue |
LabelValue.Builder.buildPartial() |
static LabelValue |
LabelValue.getDefaultInstance() |
LabelValue |
LabelValue.getDefaultInstanceForType() |
LabelValue |
LabelValue.Builder.getDefaultInstanceForType() |
LabelValue |
TimeSeriesData.getLabelValues(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 |
TimeSeriesData.Builder.getLabelValues(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 |
TimeSeriesDataOrBuilder.getLabelValues(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.
|
static LabelValue |
LabelValue.parseDelimitedFrom(InputStream input) |
static LabelValue |
LabelValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelValue |
LabelValue.parseFrom(byte[] data) |
static LabelValue |
LabelValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelValue |
LabelValue.parseFrom(ByteBuffer data) |
static LabelValue |
LabelValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelValue |
LabelValue.parseFrom(com.google.protobuf.ByteString data) |
static LabelValue |
LabelValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelValue |
LabelValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static LabelValue |
LabelValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelValue |
LabelValue.parseFrom(InputStream input) |
static LabelValue |
LabelValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<LabelValue> |
TimeSeriesData.getLabelValuesList()
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.
|
List<LabelValue> |
TimeSeriesData.Builder.getLabelValuesList()
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.
|
List<LabelValue> |
TimeSeriesDataOrBuilder.getLabelValuesList()
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.
|
com.google.protobuf.Parser<LabelValue> |
LabelValue.getParserForType() |
static com.google.protobuf.Parser<LabelValue> |
LabelValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesData.Builder |
TimeSeriesData.Builder.addLabelValues(int index,
LabelValue value)
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 value)
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(LabelValue other) |
static LabelValue.Builder |
LabelValue.newBuilder(LabelValue prototype) |
TimeSeriesData.Builder |
TimeSeriesData.Builder.setLabelValues(int index,
LabelValue value)
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.addAllLabelValues(Iterable<? extends LabelValue> values)
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 © 2024 Google LLC. All rights reserved.