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.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.addAllPointData(Iterable<? extends TimeSeriesData.PointData> values) |
The points in the time series.
|
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(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 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.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.addPointData(int index,
TimeSeriesData.PointData value) |
The points in the time series.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.addPointData(int index,
TimeSeriesData.PointData.Builder builderForValue) |
The points in the time series.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.addPointData(TimeSeriesData.PointData value) |
The points in the time series.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.addPointData(TimeSeriesData.PointData.Builder builderForValue) |
The points in the time series.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TimeSeriesData.Builder |
QueryTimeSeriesResponse.Builder.addTimeSeriesDataBuilder() |
The time series data.
|
TimeSeriesData.Builder |
QueryTimeSeriesResponse.Builder.addTimeSeriesDataBuilder(int index) |
The time series data.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.clear() |
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.clearLabelValues() |
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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.clearPointData() |
The points in the time series.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.clone() |
|
TimeSeriesData.Builder |
QueryTimeSeriesResponse.Builder.getTimeSeriesDataBuilder(int index) |
The time series data.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.mergeFrom(TimeSeriesData other) |
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TimeSeriesData.Builder |
TimeSeriesData.newBuilder() |
|
static TimeSeriesData.Builder |
TimeSeriesData.newBuilder(TimeSeriesData prototype) |
|
TimeSeriesData.Builder |
TimeSeriesData.newBuilderForType() |
|
protected TimeSeriesData.Builder |
TimeSeriesData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.removeLabelValues(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.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.removePointData(int index) |
The points in the time series.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
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.
|
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.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.setPointData(int index,
TimeSeriesData.PointData value) |
The points in the time series.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.setPointData(int index,
TimeSeriesData.PointData.Builder builderForValue) |
The points in the time series.
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TimeSeriesData.Builder |
TimeSeriesData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TimeSeriesData.Builder |
TimeSeriesData.toBuilder() |
|