public interface RequestBasedSliOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
TimeSeriesRatioOrBuilder |
|
getMethodCase()
public abstract RequestBasedSli.MethodCase getMethodCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the goodTotalRatio field is set. |