Interface RequestBasedSliOrBuilder (3.4.1)

public interface RequestBasedSliOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDistributionCut()

public abstract DistributionCut getDistributionCut()

distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.

.google.monitoring.v3.DistributionCut distribution_cut = 3;

Returns
TypeDescription
DistributionCut

The distributionCut.

getDistributionCutOrBuilder()

public abstract DistributionCutOrBuilder getDistributionCutOrBuilder()

distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.

.google.monitoring.v3.DistributionCut distribution_cut = 3;

Returns
TypeDescription
DistributionCutOrBuilder

getGoodTotalRatio()

public abstract TimeSeriesRatio getGoodTotalRatio()

good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.

.google.monitoring.v3.TimeSeriesRatio good_total_ratio = 1;

Returns
TypeDescription
TimeSeriesRatio

The goodTotalRatio.

getGoodTotalRatioOrBuilder()

public abstract TimeSeriesRatioOrBuilder getGoodTotalRatioOrBuilder()

good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.

.google.monitoring.v3.TimeSeriesRatio good_total_ratio = 1;

Returns
TypeDescription
TimeSeriesRatioOrBuilder

getMethodCase()

public abstract RequestBasedSli.MethodCase getMethodCase()
Returns
TypeDescription
RequestBasedSli.MethodCase

hasDistributionCut()

public abstract boolean hasDistributionCut()

distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.

.google.monitoring.v3.DistributionCut distribution_cut = 3;

Returns
TypeDescription
boolean

Whether the distributionCut field is set.

hasGoodTotalRatio()

public abstract boolean hasGoodTotalRatio()

good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.

.google.monitoring.v3.TimeSeriesRatio good_total_ratio = 1;

Returns
TypeDescription
boolean

Whether the goodTotalRatio field is set.