public interface WindowsBasedSliOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGoodBadMetricFilter()
A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
specifying a `TimeSeries` with `ValueType = BOOL`.
|
com.google.protobuf.ByteString |
getGoodBadMetricFilterBytes()
A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
specifying a `TimeSeries` with `ValueType = BOOL`.
|
WindowsBasedSli.PerformanceThreshold |
getGoodTotalRatioThreshold()
A window is good if its `performance` is high enough.
|
WindowsBasedSli.PerformanceThresholdOrBuilder |
getGoodTotalRatioThresholdOrBuilder()
A window is good if its `performance` is high enough.
|
WindowsBasedSli.MetricRange |
getMetricMeanInRange()
A window is good if the metric's value is in a good range, averaged
across returned streams.
|
WindowsBasedSli.MetricRangeOrBuilder |
getMetricMeanInRangeOrBuilder()
A window is good if the metric's value is in a good range, averaged
across returned streams.
|
WindowsBasedSli.MetricRange |
getMetricSumInRange()
A window is good if the metric's value is in a good range, summed across
returned streams.
|
WindowsBasedSli.MetricRangeOrBuilder |
getMetricSumInRangeOrBuilder()
A window is good if the metric's value is in a good range, summed across
returned streams.
|
WindowsBasedSli.WindowCriterionCase |
getWindowCriterionCase() |
com.google.protobuf.Duration |
getWindowPeriod()
Duration over which window quality is evaluated.
|
com.google.protobuf.DurationOrBuilder |
getWindowPeriodOrBuilder()
Duration over which window quality is evaluated.
|
boolean |
hasGoodBadMetricFilter()
A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
specifying a `TimeSeries` with `ValueType = BOOL`.
|
boolean |
hasGoodTotalRatioThreshold()
A window is good if its `performance` is high enough.
|
boolean |
hasMetricMeanInRange()
A window is good if the metric's value is in a good range, averaged
across returned streams.
|
boolean |
hasMetricSumInRange()
A window is good if the metric's value is in a good range, summed across
returned streams.
|
boolean |
hasWindowPeriod()
Duration over which window quality is evaluated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGoodBadMetricFilter()
A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) specifying a `TimeSeries` with `ValueType = BOOL`. The window is good if any `true` values appear in the window.
string good_bad_metric_filter = 5;String getGoodBadMetricFilter()
A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) specifying a `TimeSeries` with `ValueType = BOOL`. The window is good if any `true` values appear in the window.
string good_bad_metric_filter = 5;com.google.protobuf.ByteString getGoodBadMetricFilterBytes()
A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) specifying a `TimeSeries` with `ValueType = BOOL`. The window is good if any `true` values appear in the window.
string good_bad_metric_filter = 5;boolean hasGoodTotalRatioThreshold()
A window is good if its `performance` is high enough.
.google.monitoring.v3.WindowsBasedSli.PerformanceThreshold good_total_ratio_threshold = 2;
WindowsBasedSli.PerformanceThreshold getGoodTotalRatioThreshold()
A window is good if its `performance` is high enough.
.google.monitoring.v3.WindowsBasedSli.PerformanceThreshold good_total_ratio_threshold = 2;
WindowsBasedSli.PerformanceThresholdOrBuilder getGoodTotalRatioThresholdOrBuilder()
A window is good if its `performance` is high enough.
.google.monitoring.v3.WindowsBasedSli.PerformanceThreshold good_total_ratio_threshold = 2;
boolean hasMetricMeanInRange()
A window is good if the metric's value is in a good range, averaged across returned streams.
.google.monitoring.v3.WindowsBasedSli.MetricRange metric_mean_in_range = 6;WindowsBasedSli.MetricRange getMetricMeanInRange()
A window is good if the metric's value is in a good range, averaged across returned streams.
.google.monitoring.v3.WindowsBasedSli.MetricRange metric_mean_in_range = 6;WindowsBasedSli.MetricRangeOrBuilder getMetricMeanInRangeOrBuilder()
A window is good if the metric's value is in a good range, averaged across returned streams.
.google.monitoring.v3.WindowsBasedSli.MetricRange metric_mean_in_range = 6;boolean hasMetricSumInRange()
A window is good if the metric's value is in a good range, summed across returned streams.
.google.monitoring.v3.WindowsBasedSli.MetricRange metric_sum_in_range = 7;WindowsBasedSli.MetricRange getMetricSumInRange()
A window is good if the metric's value is in a good range, summed across returned streams.
.google.monitoring.v3.WindowsBasedSli.MetricRange metric_sum_in_range = 7;WindowsBasedSli.MetricRangeOrBuilder getMetricSumInRangeOrBuilder()
A window is good if the metric's value is in a good range, summed across returned streams.
.google.monitoring.v3.WindowsBasedSli.MetricRange metric_sum_in_range = 7;boolean hasWindowPeriod()
Duration over which window quality is evaluated. Must be an integer fraction of a day and at least `60s`.
.google.protobuf.Duration window_period = 4;com.google.protobuf.Duration getWindowPeriod()
Duration over which window quality is evaluated. Must be an integer fraction of a day and at least `60s`.
.google.protobuf.Duration window_period = 4;com.google.protobuf.DurationOrBuilder getWindowPeriodOrBuilder()
Duration over which window quality is evaluated. Must be an integer fraction of a day and at least `60s`.
.google.protobuf.Duration window_period = 4;WindowsBasedSli.WindowCriterionCase getWindowCriterionCase()
Copyright © 2025 Google LLC. All rights reserved.