| Modifier and Type | Method and Description |
|---|---|
MetricValue |
MetricValue.Builder.build() |
MetricValue |
MetricValue.Builder.buildPartial() |
static MetricValue |
MetricValue.getDefaultInstance() |
MetricValue |
MetricValue.getDefaultInstanceForType() |
MetricValue |
MetricValue.Builder.getDefaultInstanceForType() |
MetricValue |
RowOrBuilder.getMetricValues(int index)
List of requested visible metric values.
|
MetricValue |
Row.getMetricValues(int index)
List of requested visible metric values.
|
MetricValue |
Row.Builder.getMetricValues(int index)
List of requested visible metric values.
|
static MetricValue |
MetricValue.parseDelimitedFrom(InputStream input) |
static MetricValue |
MetricValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricValue |
MetricValue.parseFrom(byte[] data) |
static MetricValue |
MetricValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricValue |
MetricValue.parseFrom(ByteBuffer data) |
static MetricValue |
MetricValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricValue |
MetricValue.parseFrom(com.google.protobuf.ByteString data) |
static MetricValue |
MetricValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricValue |
MetricValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static MetricValue |
MetricValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricValue |
MetricValue.parseFrom(InputStream input) |
static MetricValue |
MetricValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<MetricValue> |
RowOrBuilder.getMetricValuesList()
List of requested visible metric values.
|
List<MetricValue> |
Row.getMetricValuesList()
List of requested visible metric values.
|
List<MetricValue> |
Row.Builder.getMetricValuesList()
List of requested visible metric values.
|
com.google.protobuf.Parser<MetricValue> |
MetricValue.getParserForType() |
static com.google.protobuf.Parser<MetricValue> |
MetricValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
Row.Builder |
Row.Builder.addMetricValues(int index,
MetricValue value)
List of requested visible metric values.
|
Row.Builder |
Row.Builder.addMetricValues(MetricValue value)
List of requested visible metric values.
|
MetricValue.Builder |
MetricValue.Builder.mergeFrom(MetricValue other) |
static MetricValue.Builder |
MetricValue.newBuilder(MetricValue prototype) |
Row.Builder |
Row.Builder.setMetricValues(int index,
MetricValue value)
List of requested visible metric values.
|
| Modifier and Type | Method and Description |
|---|---|
Row.Builder |
Row.Builder.addAllMetricValues(Iterable<? extends MetricValue> values)
List of requested visible metric values.
|
Copyright © 2023 Google LLC. All rights reserved.