public interface ViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
View.AggregationCase |
getAggregationCase() |
String |
getColumns(int index)
An array of tag keys.
|
com.google.protobuf.ByteString |
getColumnsBytes(int index)
An array of tag keys.
|
int |
getColumnsCount()
An array of tag keys.
|
List<String> |
getColumnsList()
An array of tag keys.
|
CountAggregation |
getCountAggregation()
Counts the number of measurements recorded.
|
CountAggregationOrBuilder |
getCountAggregationOrBuilder()
Counts the number of measurements recorded.
|
String |
getDescription()
Describes the view, e.g.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Describes the view, e.g.
|
DistributionAggregation |
getDistributionAggregation()
Indicates that the desired Aggregation is a histogram distribution.
|
DistributionAggregationOrBuilder |
getDistributionAggregationOrBuilder()
Indicates that the desired Aggregation is a histogram distribution.
|
LastValueAggregation |
getLastValueAggregation()
Indicates that data collected and aggregated with this Aggregation will represent the last
recorded value.
|
LastValueAggregationOrBuilder |
getLastValueAggregationOrBuilder()
Indicates that data collected and aggregated with this Aggregation will represent the last
recorded value.
|
Measure |
getMeasure()
The Measure to which this view is applied.
|
MeasureOrBuilder |
getMeasureOrBuilder()
The Measure to which this view is applied.
|
String |
getName()
A string by which the View will be referred to, e.g.
|
com.google.protobuf.ByteString |
getNameBytes()
A string by which the View will be referred to, e.g.
|
SumAggregation |
getSumAggregation()
Indicates that data collected and aggregated with this Aggregation will be summed up.
|
SumAggregationOrBuilder |
getSumAggregationOrBuilder()
Indicates that data collected and aggregated with this Aggregation will be summed up.
|
boolean |
hasCountAggregation()
Counts the number of measurements recorded.
|
boolean |
hasDistributionAggregation()
Indicates that the desired Aggregation is a histogram distribution.
|
boolean |
hasLastValueAggregation()
Indicates that data collected and aggregated with this Aggregation will represent the last
recorded value.
|
boolean |
hasMeasure()
The Measure to which this view is applied.
|
boolean |
hasSumAggregation()
Indicates that data collected and aggregated with this Aggregation will be summed up.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
A string by which the View will be referred to, e.g. "rpc_latency". Names MUST be unique within the library.
string name = 1;com.google.protobuf.ByteString getNameBytes()
A string by which the View will be referred to, e.g. "rpc_latency". Names MUST be unique within the library.
string name = 1;String getDescription()
Describes the view, e.g. "RPC latency distribution"
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
Describes the view, e.g. "RPC latency distribution"
string description = 2;boolean hasMeasure()
The Measure to which this view is applied.
.opencensus.proto.stats.v1.Measure measure = 3;Measure getMeasure()
The Measure to which this view is applied.
.opencensus.proto.stats.v1.Measure measure = 3;MeasureOrBuilder getMeasureOrBuilder()
The Measure to which this view is applied.
.opencensus.proto.stats.v1.Measure measure = 3;List<String> getColumnsList()
An array of tag keys. These values associated with tags of this name form the basis by which individual stats will be aggregated (one aggregation per unique tag value). If none are provided, then all data is recorded in a single aggregation.
repeated string columns = 4;int getColumnsCount()
An array of tag keys. These values associated with tags of this name form the basis by which individual stats will be aggregated (one aggregation per unique tag value). If none are provided, then all data is recorded in a single aggregation.
repeated string columns = 4;String getColumns(int index)
An array of tag keys. These values associated with tags of this name form the basis by which individual stats will be aggregated (one aggregation per unique tag value). If none are provided, then all data is recorded in a single aggregation.
repeated string columns = 4;com.google.protobuf.ByteString getColumnsBytes(int index)
An array of tag keys. These values associated with tags of this name form the basis by which individual stats will be aggregated (one aggregation per unique tag value). If none are provided, then all data is recorded in a single aggregation.
repeated string columns = 4;boolean hasCountAggregation()
Counts the number of measurements recorded.
.opencensus.proto.stats.v1.CountAggregation count_aggregation = 5;CountAggregation getCountAggregation()
Counts the number of measurements recorded.
.opencensus.proto.stats.v1.CountAggregation count_aggregation = 5;CountAggregationOrBuilder getCountAggregationOrBuilder()
Counts the number of measurements recorded.
.opencensus.proto.stats.v1.CountAggregation count_aggregation = 5;boolean hasSumAggregation()
Indicates that data collected and aggregated with this Aggregation will be summed up.
.opencensus.proto.stats.v1.SumAggregation sum_aggregation = 6;SumAggregation getSumAggregation()
Indicates that data collected and aggregated with this Aggregation will be summed up.
.opencensus.proto.stats.v1.SumAggregation sum_aggregation = 6;SumAggregationOrBuilder getSumAggregationOrBuilder()
Indicates that data collected and aggregated with this Aggregation will be summed up.
.opencensus.proto.stats.v1.SumAggregation sum_aggregation = 6;boolean hasLastValueAggregation()
Indicates that data collected and aggregated with this Aggregation will represent the last recorded value. This is useful to support Gauges.
.opencensus.proto.stats.v1.LastValueAggregation last_value_aggregation = 7;LastValueAggregation getLastValueAggregation()
Indicates that data collected and aggregated with this Aggregation will represent the last recorded value. This is useful to support Gauges.
.opencensus.proto.stats.v1.LastValueAggregation last_value_aggregation = 7;LastValueAggregationOrBuilder getLastValueAggregationOrBuilder()
Indicates that data collected and aggregated with this Aggregation will represent the last recorded value. This is useful to support Gauges.
.opencensus.proto.stats.v1.LastValueAggregation last_value_aggregation = 7;boolean hasDistributionAggregation()
Indicates that the desired Aggregation is a histogram distribution. A distribution Aggregation may contain a histogram of the values in the population. User should define the bucket boundaries for that histogram (see DistributionAggregation).
.opencensus.proto.stats.v1.DistributionAggregation distribution_aggregation = 8;DistributionAggregation getDistributionAggregation()
Indicates that the desired Aggregation is a histogram distribution. A distribution Aggregation may contain a histogram of the values in the population. User should define the bucket boundaries for that histogram (see DistributionAggregation).
.opencensus.proto.stats.v1.DistributionAggregation distribution_aggregation = 8;DistributionAggregationOrBuilder getDistributionAggregationOrBuilder()
Indicates that the desired Aggregation is a histogram distribution. A distribution Aggregation may contain a histogram of the values in the population. User should define the bucket boundaries for that histogram (see DistributionAggregation).
.opencensus.proto.stats.v1.DistributionAggregation distribution_aggregation = 8;View.AggregationCase getAggregationCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.