| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesRatio |
TimeSeriesRatio.clone() |
TimeSeriesRatio |
RequestBasedSli.getGoodTotalRatio()
good_total_ratio is used when the ratio of good_service to total_service is computed from two
TimeSeries.
|
TimeSeriesRatio |
TimeSeriesRatio.set(String fieldName,
Object value) |
TimeSeriesRatio |
TimeSeriesRatio.setBadServiceFilter(String badServiceFilter)
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a
TimeSeries quantifying bad service, either demanded service that was not provided or demanded
service that was of inadequate quality.
|
TimeSeriesRatio |
TimeSeriesRatio.setGoodServiceFilter(String goodServiceFilter)
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a
TimeSeries quantifying good service provided.
|
TimeSeriesRatio |
TimeSeriesRatio.setTotalServiceFilter(String totalServiceFilter)
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a
TimeSeries quantifying total demanded service.
|
| Modifier and Type | Method and Description |
|---|---|
RequestBasedSli |
RequestBasedSli.setGoodTotalRatio(TimeSeriesRatio goodTotalRatio)
good_total_ratio is used when the ratio of good_service to total_service is computed from two
TimeSeries.
|
Copyright © 2011–2025 Google. All rights reserved.