public static interface AlertPolicy.ConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AlertPolicy.Condition.MetricAbsence |
getConditionAbsent()
A condition that checks that a time series continues to
receive new data points.
|
AlertPolicy.Condition.MetricAbsenceOrBuilder |
getConditionAbsentOrBuilder()
A condition that checks that a time series continues to
receive new data points.
|
AlertPolicy.Condition.ConditionCase |
getConditionCase() |
AlertPolicy.Condition.LogMatch |
getConditionMatchedLog()
A condition that checks for log messages matching given constraints.
|
AlertPolicy.Condition.LogMatchOrBuilder |
getConditionMatchedLogOrBuilder()
A condition that checks for log messages matching given constraints.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition |
getConditionMonitoringQueryLanguage()
A condition that uses the Monitoring Query Language to define
alerts.
|
AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilder |
getConditionMonitoringQueryLanguageOrBuilder()
A condition that uses the Monitoring Query Language to define
alerts.
|
AlertPolicy.Condition.PrometheusQueryLanguageCondition |
getConditionPrometheusQueryLanguage()
A condition that uses the Prometheus query language to define alerts.
|
AlertPolicy.Condition.PrometheusQueryLanguageConditionOrBuilder |
getConditionPrometheusQueryLanguageOrBuilder()
A condition that uses the Prometheus query language to define alerts.
|
AlertPolicy.Condition.SqlCondition |
getConditionSql()
A condition that periodically evaluates a SQL query result.
|
AlertPolicy.Condition.SqlConditionOrBuilder |
getConditionSqlOrBuilder()
A condition that periodically evaluates a SQL query result.
|
AlertPolicy.Condition.MetricThreshold |
getConditionThreshold()
A condition that compares a time series against a threshold.
|
AlertPolicy.Condition.MetricThresholdOrBuilder |
getConditionThresholdOrBuilder()
A condition that compares a time series against a threshold.
|
String |
getDisplayName()
A short name or phrase used to identify the condition in dashboards,
notifications, and incidents.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
A short name or phrase used to identify the condition in dashboards,
notifications, and incidents.
|
String |
getName()
Required if the condition exists.
|
com.google.protobuf.ByteString |
getNameBytes()
Required if the condition exists.
|
boolean |
hasConditionAbsent()
A condition that checks that a time series continues to
receive new data points.
|
boolean |
hasConditionMatchedLog()
A condition that checks for log messages matching given constraints.
|
boolean |
hasConditionMonitoringQueryLanguage()
A condition that uses the Monitoring Query Language to define
alerts.
|
boolean |
hasConditionPrometheusQueryLanguage()
A condition that uses the Prometheus query language to define alerts.
|
boolean |
hasConditionSql()
A condition that periodically evaluates a SQL query result.
|
boolean |
hasConditionThreshold()
A condition that compares a time series against a threshold.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required if the condition exists. The unique resource name for this
condition. Its format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
`[CONDITION_ID]` is assigned by Cloud Monitoring when the
condition is created as part of a new or updated alerting policy.
When calling the
[alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
method, do not include the `name` field in the conditions of the
requested alerting policy. Cloud Monitoring creates the
condition identifiers and includes them in the new policy.
When calling the
[alertPolicies.update][google.monitoring.v3.AlertPolicyService.UpdateAlertPolicy]
method to update a policy, including a condition `name` causes the
existing condition to be updated. Conditions without names are added to
the updated policy. Existing conditions are deleted if they are not
updated.
Best practice is to preserve `[CONDITION_ID]` if you make only small
changes, such as those to condition thresholds, durations, or trigger
values. Otherwise, treat the change as a new condition and let the
existing condition be deleted.
string name = 12;com.google.protobuf.ByteString getNameBytes()
Required if the condition exists. The unique resource name for this
condition. Its format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
`[CONDITION_ID]` is assigned by Cloud Monitoring when the
condition is created as part of a new or updated alerting policy.
When calling the
[alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
method, do not include the `name` field in the conditions of the
requested alerting policy. Cloud Monitoring creates the
condition identifiers and includes them in the new policy.
When calling the
[alertPolicies.update][google.monitoring.v3.AlertPolicyService.UpdateAlertPolicy]
method to update a policy, including a condition `name` causes the
existing condition to be updated. Conditions without names are added to
the updated policy. Existing conditions are deleted if they are not
updated.
Best practice is to preserve `[CONDITION_ID]` if you make only small
changes, such as those to condition thresholds, durations, or trigger
values. Otherwise, treat the change as a new condition and let the
existing condition be deleted.
string name = 12;String getDisplayName()
A short name or phrase used to identify the condition in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple conditions in the same policy.
string display_name = 6;com.google.protobuf.ByteString getDisplayNameBytes()
A short name or phrase used to identify the condition in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple conditions in the same policy.
string display_name = 6;boolean hasConditionThreshold()
A condition that compares a time series against a threshold.
.google.monitoring.v3.AlertPolicy.Condition.MetricThreshold condition_threshold = 1;
AlertPolicy.Condition.MetricThreshold getConditionThreshold()
A condition that compares a time series against a threshold.
.google.monitoring.v3.AlertPolicy.Condition.MetricThreshold condition_threshold = 1;
AlertPolicy.Condition.MetricThresholdOrBuilder getConditionThresholdOrBuilder()
A condition that compares a time series against a threshold.
.google.monitoring.v3.AlertPolicy.Condition.MetricThreshold condition_threshold = 1;
boolean hasConditionAbsent()
A condition that checks that a time series continues to receive new data points.
.google.monitoring.v3.AlertPolicy.Condition.MetricAbsence condition_absent = 2;AlertPolicy.Condition.MetricAbsence getConditionAbsent()
A condition that checks that a time series continues to receive new data points.
.google.monitoring.v3.AlertPolicy.Condition.MetricAbsence condition_absent = 2;AlertPolicy.Condition.MetricAbsenceOrBuilder getConditionAbsentOrBuilder()
A condition that checks that a time series continues to receive new data points.
.google.monitoring.v3.AlertPolicy.Condition.MetricAbsence condition_absent = 2;boolean hasConditionMatchedLog()
A condition that checks for log messages matching given constraints. If set, no other conditions can be present.
.google.monitoring.v3.AlertPolicy.Condition.LogMatch condition_matched_log = 20;AlertPolicy.Condition.LogMatch getConditionMatchedLog()
A condition that checks for log messages matching given constraints. If set, no other conditions can be present.
.google.monitoring.v3.AlertPolicy.Condition.LogMatch condition_matched_log = 20;AlertPolicy.Condition.LogMatchOrBuilder getConditionMatchedLogOrBuilder()
A condition that checks for log messages matching given constraints. If set, no other conditions can be present.
.google.monitoring.v3.AlertPolicy.Condition.LogMatch condition_matched_log = 20;boolean hasConditionMonitoringQueryLanguage()
A condition that uses the Monitoring Query Language to define alerts.
.google.monitoring.v3.AlertPolicy.Condition.MonitoringQueryLanguageCondition condition_monitoring_query_language = 19;
AlertPolicy.Condition.MonitoringQueryLanguageCondition getConditionMonitoringQueryLanguage()
A condition that uses the Monitoring Query Language to define alerts.
.google.monitoring.v3.AlertPolicy.Condition.MonitoringQueryLanguageCondition condition_monitoring_query_language = 19;
AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilder getConditionMonitoringQueryLanguageOrBuilder()
A condition that uses the Monitoring Query Language to define alerts.
.google.monitoring.v3.AlertPolicy.Condition.MonitoringQueryLanguageCondition condition_monitoring_query_language = 19;
boolean hasConditionPrometheusQueryLanguage()
A condition that uses the Prometheus query language to define alerts.
.google.monitoring.v3.AlertPolicy.Condition.PrometheusQueryLanguageCondition condition_prometheus_query_language = 21;
AlertPolicy.Condition.PrometheusQueryLanguageCondition getConditionPrometheusQueryLanguage()
A condition that uses the Prometheus query language to define alerts.
.google.monitoring.v3.AlertPolicy.Condition.PrometheusQueryLanguageCondition condition_prometheus_query_language = 21;
AlertPolicy.Condition.PrometheusQueryLanguageConditionOrBuilder getConditionPrometheusQueryLanguageOrBuilder()
A condition that uses the Prometheus query language to define alerts.
.google.monitoring.v3.AlertPolicy.Condition.PrometheusQueryLanguageCondition condition_prometheus_query_language = 21;
boolean hasConditionSql()
A condition that periodically evaluates a SQL query result.
.google.monitoring.v3.AlertPolicy.Condition.SqlCondition condition_sql = 22;AlertPolicy.Condition.SqlCondition getConditionSql()
A condition that periodically evaluates a SQL query result.
.google.monitoring.v3.AlertPolicy.Condition.SqlCondition condition_sql = 22;AlertPolicy.Condition.SqlConditionOrBuilder getConditionSqlOrBuilder()
A condition that periodically evaluates a SQL query result.
.google.monitoring.v3.AlertPolicy.Condition.SqlCondition condition_sql = 22;AlertPolicy.Condition.ConditionCase getConditionCase()
Copyright © 2025 Google LLC. All rights reserved.