| Package | Description |
|---|---|
| io.opencensus.proto.metrics.v1 |
| 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 |
TimeSeriesOrBuilder.getLabelValues(int index)
The set of label values that uniquely identify this timeseries.
|
LabelValue |
TimeSeries.getLabelValues(int index)
The set of label values that uniquely identify this timeseries.
|
LabelValue |
TimeSeries.Builder.getLabelValues(int index)
The set of label values that uniquely identify this timeseries.
|
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> |
TimeSeriesOrBuilder.getLabelValuesList()
The set of label values that uniquely identify this timeseries.
|
List<LabelValue> |
TimeSeries.getLabelValuesList()
The set of label values that uniquely identify this timeseries.
|
List<LabelValue> |
TimeSeries.Builder.getLabelValuesList()
The set of label values that uniquely identify this timeseries.
|
com.google.protobuf.Parser<LabelValue> |
LabelValue.getParserForType() |
static com.google.protobuf.Parser<LabelValue> |
LabelValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
TimeSeries.Builder |
TimeSeries.Builder.addLabelValues(int index,
LabelValue value)
The set of label values that uniquely identify this timeseries.
|
TimeSeries.Builder |
TimeSeries.Builder.addLabelValues(LabelValue value)
The set of label values that uniquely identify this timeseries.
|
LabelValue.Builder |
LabelValue.Builder.mergeFrom(LabelValue other) |
static LabelValue.Builder |
LabelValue.newBuilder(LabelValue prototype) |
TimeSeries.Builder |
TimeSeries.Builder.setLabelValues(int index,
LabelValue value)
The set of label values that uniquely identify this timeseries.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeries.Builder |
TimeSeries.Builder.addAllLabelValues(Iterable<? extends LabelValue> values)
The set of label values that uniquely identify this timeseries.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.