public interface RequestBasedSliOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DistributionCut |
getDistributionCut()
`distribution_cut` is used when `good_service` is a count of values
aggregated in a `Distribution` that fall into a good range.
|
DistributionCutOrBuilder |
getDistributionCutOrBuilder()
`distribution_cut` is used when `good_service` is a count of values
aggregated in a `Distribution` that fall into a good range.
|
TimeSeriesRatio |
getGoodTotalRatio()
`good_total_ratio` is used when the ratio of `good_service` to
`total_service` is computed from two `TimeSeries`.
|
TimeSeriesRatioOrBuilder |
getGoodTotalRatioOrBuilder()
`good_total_ratio` is used when the ratio of `good_service` to
`total_service` is computed from two `TimeSeries`.
|
RequestBasedSli.MethodCase |
getMethodCase() |
boolean |
hasDistributionCut()
`distribution_cut` is used when `good_service` is a count of values
aggregated in a `Distribution` that fall into a good range.
|
boolean |
hasGoodTotalRatio()
`good_total_ratio` is used when the ratio of `good_service` to
`total_service` is computed from two `TimeSeries`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;RequestBasedSli.MethodCase getMethodCase()
Copyright © 2023 Google LLC. All rights reserved.