public interface TimeSeriesRatioOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBadServiceFilter()
public abstract String getBadServiceFilter() A monitoring filter
specifying a TimeSeries quantifying bad service, either demanded service
that was not provided or demanded service that was of inadequate quality.
Must have ValueType = DOUBLE or ValueType = INT64 and must have
MetricKind = DELTA or MetricKind = CUMULATIVE.
string bad_service_filter = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The badServiceFilter. |
getBadServiceFilterBytes()
public abstract ByteString getBadServiceFilterBytes() A monitoring filter
specifying a TimeSeries quantifying bad service, either demanded service
that was not provided or demanded service that was of inadequate quality.
Must have ValueType = DOUBLE or ValueType = INT64 and must have
MetricKind = DELTA or MetricKind = CUMULATIVE.
string bad_service_filter = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for badServiceFilter. |
getGoodServiceFilter()
public abstract String getGoodServiceFilter() A monitoring filter
specifying a TimeSeries quantifying good service provided. Must have
ValueType = DOUBLE or ValueType = INT64 and must have MetricKind =
DELTA or MetricKind = CUMULATIVE.
string good_service_filter = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The goodServiceFilter. |
getGoodServiceFilterBytes()
public abstract ByteString getGoodServiceFilterBytes() A monitoring filter
specifying a TimeSeries quantifying good service provided. Must have
ValueType = DOUBLE or ValueType = INT64 and must have MetricKind =
DELTA or MetricKind = CUMULATIVE.
string good_service_filter = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for goodServiceFilter. |
getTotalServiceFilter()
public abstract String getTotalServiceFilter() A monitoring filter
specifying a TimeSeries quantifying total demanded service. Must have
ValueType = DOUBLE or ValueType = INT64 and must have MetricKind =
DELTA or MetricKind = CUMULATIVE.
string total_service_filter = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The totalServiceFilter. |
getTotalServiceFilterBytes()
public abstract ByteString getTotalServiceFilterBytes() A monitoring filter
specifying a TimeSeries quantifying total demanded service. Must have
ValueType = DOUBLE or ValueType = INT64 and must have MetricKind =
DELTA or MetricKind = CUMULATIVE.
string total_service_filter = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for totalServiceFilter. |