Interface TimeSeriesRatioOrBuilder (3.2.9)

public interface TimeSeriesRatioOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

The bytes for totalServiceFilter.