Package com.google.monitoring.v3
Interface DistributionCutOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DistributionCut
,DistributionCut.Builder
public interface DistributionCutOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDistributionFilter()
A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) specifying a `TimeSeries` aggregating values.com.google.protobuf.ByteString
getDistributionFilterBytes()
A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) specifying a `TimeSeries` aggregating values.Range
getRange()
Range of values considered "good." For a one-sided range, set one bound to an infinite value.RangeOrBuilder
getRangeOrBuilder()
Range of values considered "good." For a one-sided range, set one bound to an infinite value.boolean
hasRange()
Range of values considered "good." For a one-sided range, set one bound to an infinite value.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDistributionFilter
String getDistributionFilter()
A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) specifying a `TimeSeries` aggregating values. Must have `ValueType = DISTRIBUTION` and `MetricKind = DELTA` or `MetricKind = CUMULATIVE`.
string distribution_filter = 4;
- Returns:
- The distributionFilter.
-
getDistributionFilterBytes
com.google.protobuf.ByteString getDistributionFilterBytes()
A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) specifying a `TimeSeries` aggregating values. Must have `ValueType = DISTRIBUTION` and `MetricKind = DELTA` or `MetricKind = CUMULATIVE`.
string distribution_filter = 4;
- Returns:
- The bytes for distributionFilter.
-
hasRange
boolean hasRange()
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
.google.monitoring.v3.Range range = 5;
- Returns:
- Whether the range field is set.
-
getRange
Range getRange()
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
.google.monitoring.v3.Range range = 5;
- Returns:
- The range.
-
getRangeOrBuilder
RangeOrBuilder getRangeOrBuilder()
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
.google.monitoring.v3.Range range = 5;
-
-