| Modifier and Type | Method and Description |
|---|---|
TypedValue.Builder |
TypedValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TypedValue.Builder |
TimeSeriesData.PointData.Builder.addValuesBuilder()
The values that make up the point.
|
TypedValue.Builder |
TimeSeriesData.PointData.Builder.addValuesBuilder(int index)
The values that make up the point.
|
TypedValue.Builder |
TypedValue.Builder.clear() |
TypedValue.Builder |
TypedValue.Builder.clearBoolValue()
A Boolean value: `true` or `false`.
|
TypedValue.Builder |
TypedValue.Builder.clearDistributionValue()
A distribution value.
|
TypedValue.Builder |
TypedValue.Builder.clearDoubleValue()
A 64-bit double-precision floating-point number.
|
TypedValue.Builder |
TypedValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TypedValue.Builder |
TypedValue.Builder.clearInt64Value()
A 64-bit integer.
|
TypedValue.Builder |
TypedValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TypedValue.Builder |
TypedValue.Builder.clearStringValue()
A variable-length string value.
|
TypedValue.Builder |
TypedValue.Builder.clearValue() |
TypedValue.Builder |
TypedValue.Builder.clone() |
TypedValue.Builder |
Point.Builder.getValueBuilder()
The value of the data point.
|
TypedValue.Builder |
TimeSeriesData.PointData.Builder.getValuesBuilder(int index)
The values that make up the point.
|
TypedValue.Builder |
TypedValue.Builder.mergeDistributionValue(com.google.api.Distribution value)
A distribution value.
|
TypedValue.Builder |
TypedValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TypedValue.Builder |
TypedValue.Builder.mergeFrom(com.google.protobuf.Message other) |
TypedValue.Builder |
TypedValue.Builder.mergeFrom(TypedValue other) |
TypedValue.Builder |
TypedValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TypedValue.Builder |
TypedValue.newBuilder() |
static TypedValue.Builder |
TypedValue.newBuilder(TypedValue prototype) |
TypedValue.Builder |
TypedValue.newBuilderForType() |
protected TypedValue.Builder |
TypedValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TypedValue.Builder |
TypedValue.Builder.setBoolValue(boolean value)
A Boolean value: `true` or `false`.
|
TypedValue.Builder |
TypedValue.Builder.setDistributionValue(com.google.api.Distribution.Builder builderForValue)
A distribution value.
|
TypedValue.Builder |
TypedValue.Builder.setDistributionValue(com.google.api.Distribution value)
A distribution value.
|
TypedValue.Builder |
TypedValue.Builder.setDoubleValue(double value)
A 64-bit double-precision floating-point number.
|
TypedValue.Builder |
TypedValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TypedValue.Builder |
TypedValue.Builder.setInt64Value(long value)
A 64-bit integer.
|
TypedValue.Builder |
TypedValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TypedValue.Builder |
TypedValue.Builder.setStringValue(String value)
A variable-length string value.
|
TypedValue.Builder |
TypedValue.Builder.setStringValueBytes(com.google.protobuf.ByteString value)
A variable-length string value.
|
TypedValue.Builder |
TypedValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TypedValue.Builder |
TypedValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<TypedValue.Builder> |
TimeSeriesData.PointData.Builder.getValuesBuilderList()
The values that make up the point.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesData.PointData.Builder |
TimeSeriesData.PointData.Builder.addValues(int index,
TypedValue.Builder builderForValue)
The values that make up the point.
|
TimeSeriesData.PointData.Builder |
TimeSeriesData.PointData.Builder.addValues(TypedValue.Builder builderForValue)
The values that make up the point.
|
Point.Builder |
Point.Builder.setValue(TypedValue.Builder builderForValue)
The value of the data point.
|
TimeSeriesData.PointData.Builder |
TimeSeriesData.PointData.Builder.setValues(int index,
TypedValue.Builder builderForValue)
The values that make up the point.
|
Copyright © 2025 Google LLC. All rights reserved.