| Modifier and Type | Method and Description |
|---|---|
TypedValue |
TypedValue.Builder.build() |
TypedValue |
TypedValue.Builder.buildPartial() |
static TypedValue |
TypedValue.getDefaultInstance() |
TypedValue |
TypedValue.getDefaultInstanceForType() |
TypedValue |
TypedValue.Builder.getDefaultInstanceForType() |
TypedValue |
PointOrBuilder.getValue()
The value of the data point.
|
TypedValue |
Point.getValue()
The value of the data point.
|
TypedValue |
Point.Builder.getValue()
The value of the data point.
|
TypedValue |
TimeSeriesData.PointDataOrBuilder.getValues(int index)
The values that make up the point.
|
TypedValue |
TimeSeriesData.PointData.getValues(int index)
The values that make up the point.
|
TypedValue |
TimeSeriesData.PointData.Builder.getValues(int index)
The values that make up the point.
|
static TypedValue |
TypedValue.parseDelimitedFrom(InputStream input) |
static TypedValue |
TypedValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TypedValue |
TypedValue.parseFrom(byte[] data) |
static TypedValue |
TypedValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TypedValue |
TypedValue.parseFrom(ByteBuffer data) |
static TypedValue |
TypedValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TypedValue |
TypedValue.parseFrom(com.google.protobuf.ByteString data) |
static TypedValue |
TypedValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TypedValue |
TypedValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static TypedValue |
TypedValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TypedValue |
TypedValue.parseFrom(InputStream input) |
static TypedValue |
TypedValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TypedValue> |
TypedValue.getParserForType() |
List<TypedValue> |
TimeSeriesData.PointDataOrBuilder.getValuesList()
The values that make up the point.
|
List<TypedValue> |
TimeSeriesData.PointData.getValuesList()
The values that make up the point.
|
List<TypedValue> |
TimeSeriesData.PointData.Builder.getValuesList()
The values that make up the point.
|
static com.google.protobuf.Parser<TypedValue> |
TypedValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesData.PointData.Builder |
TimeSeriesData.PointData.Builder.addValues(int index,
TypedValue value)
The values that make up the point.
|
TimeSeriesData.PointData.Builder |
TimeSeriesData.PointData.Builder.addValues(TypedValue value)
The values that make up the point.
|
TypedValue.Builder |
TypedValue.Builder.mergeFrom(TypedValue other) |
Point.Builder |
Point.Builder.mergeValue(TypedValue value)
The value of the data point.
|
static TypedValue.Builder |
TypedValue.newBuilder(TypedValue prototype) |
Point.Builder |
Point.Builder.setValue(TypedValue value)
The value of the data point.
|
TimeSeriesData.PointData.Builder |
TimeSeriesData.PointData.Builder.setValues(int index,
TypedValue value)
The values that make up the point.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesData.PointData.Builder |
TimeSeriesData.PointData.Builder.addAllValues(Iterable<? extends TypedValue> values)
The values that make up the point.
|
Copyright © 2025 Google LLC. All rights reserved.