public static interface WindowsBasedSli.MetricRangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 = 4;
| 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 = 4;
| Returns | |
|---|---|
| Type | Description |
RangeOrBuilder |
|
getTimeSeries()
public abstract String getTimeSeries() A monitoring filter
specifying the TimeSeries to use for evaluating window quality.
string time_series = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The timeSeries. |
getTimeSeriesBytes()
public abstract ByteString getTimeSeriesBytes() A monitoring filter
specifying the TimeSeries to use for evaluating window quality.
string time_series = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timeSeries. |
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 = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the range field is set. |