Interface DistributionCutOrBuilder (3.4.1)

public interface DistributionCutOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the range field is set.