public interface DistributionCutOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDistributionFilter()
public abstract String getDistributionFilter() A monitoring filter
specifying a TimeSeries aggregating values. Must have ValueType =
DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
string distribution_filter = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The distributionFilter. |
getDistributionFilterBytes()
public abstract ByteString getDistributionFilterBytes() A monitoring filter
specifying a TimeSeries aggregating values. Must have ValueType =
DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
string distribution_filter = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for distributionFilter. |
getRange()
public abstract 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 | |
|---|---|
| Type | Description |
Range |
The range. |
getRangeOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
RangeOrBuilder |
|
hasRange()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the range field is set. |