public static final class AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder> implements AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilder
A condition type that allows alerting policies to be defined using [Monitoring Query Language](https://cloud.google.com/monitoring/mql).Protobuf type
google.monitoring.v3.AlertPolicy.Condition.MonitoringQueryLanguageCondition| Modifier and Type | Method and Description |
|---|---|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AlertPolicy.Condition.MonitoringQueryLanguageCondition |
build() |
AlertPolicy.Condition.MonitoringQueryLanguageCondition |
buildPartial() |
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
clear() |
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
clearDuration()
The amount of time that a time series must violate the
threshold to be considered failing.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
clearEvaluationMissingData()
A condition control that determines how metric-threshold conditions
are evaluated when data stops arriving.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
clearQuery()
[Monitoring Query Language](https://cloud.google.com/monitoring/mql)
query that outputs a boolean stream.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
clearTrigger()
The number/percent of time series for which the comparison must hold
in order for the condition to trigger.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
clone() |
AlertPolicy.Condition.MonitoringQueryLanguageCondition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Duration |
getDuration()
The amount of time that a time series must violate the
threshold to be considered failing.
|
com.google.protobuf.Duration.Builder |
getDurationBuilder()
The amount of time that a time series must violate the
threshold to be considered failing.
|
com.google.protobuf.DurationOrBuilder |
getDurationOrBuilder()
The amount of time that a time series must violate the
threshold to be considered failing.
|
AlertPolicy.Condition.EvaluationMissingData |
getEvaluationMissingData()
A condition control that determines how metric-threshold conditions
are evaluated when data stops arriving.
|
int |
getEvaluationMissingDataValue()
A condition control that determines how metric-threshold conditions
are evaluated when data stops arriving.
|
String |
getQuery()
[Monitoring Query Language](https://cloud.google.com/monitoring/mql)
query that outputs a boolean stream.
|
com.google.protobuf.ByteString |
getQueryBytes()
[Monitoring Query Language](https://cloud.google.com/monitoring/mql)
query that outputs a boolean stream.
|
AlertPolicy.Condition.Trigger |
getTrigger()
The number/percent of time series for which the comparison must hold
in order for the condition to trigger.
|
AlertPolicy.Condition.Trigger.Builder |
getTriggerBuilder()
The number/percent of time series for which the comparison must hold
in order for the condition to trigger.
|
AlertPolicy.Condition.TriggerOrBuilder |
getTriggerOrBuilder()
The number/percent of time series for which the comparison must hold
in order for the condition to trigger.
|
boolean |
hasDuration()
The amount of time that a time series must violate the
threshold to be considered failing.
|
boolean |
hasTrigger()
The number/percent of time series for which the comparison must hold
in order for the condition to trigger.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
mergeDuration(com.google.protobuf.Duration value)
The amount of time that a time series must violate the
threshold to be considered failing.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
mergeFrom(AlertPolicy.Condition.MonitoringQueryLanguageCondition other) |
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
mergeFrom(com.google.protobuf.Message other) |
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
mergeTrigger(AlertPolicy.Condition.Trigger value)
The number/percent of time series for which the comparison must hold
in order for the condition to trigger.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
setDuration(com.google.protobuf.Duration.Builder builderForValue)
The amount of time that a time series must violate the
threshold to be considered failing.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
setDuration(com.google.protobuf.Duration value)
The amount of time that a time series must violate the
threshold to be considered failing.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
setEvaluationMissingData(AlertPolicy.Condition.EvaluationMissingData value)
A condition control that determines how metric-threshold conditions
are evaluated when data stops arriving.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
setEvaluationMissingDataValue(int value)
A condition control that determines how metric-threshold conditions
are evaluated when data stops arriving.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
setQuery(String value)
[Monitoring Query Language](https://cloud.google.com/monitoring/mql)
query that outputs a boolean stream.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
setQueryBytes(com.google.protobuf.ByteString value)
[Monitoring Query Language](https://cloud.google.com/monitoring/mql)
query that outputs a boolean stream.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
setTrigger(AlertPolicy.Condition.Trigger.Builder builderForValue)
The number/percent of time series for which the comparison must hold
in order for the condition to trigger.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
setTrigger(AlertPolicy.Condition.Trigger value)
The number/percent of time series for which the comparison must hold
in order for the condition to trigger.
|
AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public AlertPolicy.Condition.MonitoringQueryLanguageCondition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AlertPolicy.Condition.MonitoringQueryLanguageCondition build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AlertPolicy.Condition.MonitoringQueryLanguageCondition buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder mergeFrom(AlertPolicy.Condition.MonitoringQueryLanguageCondition other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>IOExceptionpublic String getQuery()
[Monitoring Query Language](https://cloud.google.com/monitoring/mql) query that outputs a boolean stream.
string query = 1;getQuery in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilderpublic com.google.protobuf.ByteString getQueryBytes()
[Monitoring Query Language](https://cloud.google.com/monitoring/mql) query that outputs a boolean stream.
string query = 1;getQueryBytes in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilderpublic AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder setQuery(String value)
[Monitoring Query Language](https://cloud.google.com/monitoring/mql) query that outputs a boolean stream.
string query = 1;value - The query to set.public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder clearQuery()
[Monitoring Query Language](https://cloud.google.com/monitoring/mql) query that outputs a boolean stream.
string query = 1;public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder setQueryBytes(com.google.protobuf.ByteString value)
[Monitoring Query Language](https://cloud.google.com/monitoring/mql) query that outputs a boolean stream.
string query = 1;value - The bytes for query to set.public boolean hasDuration()
The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the `aggregations` field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.
.google.protobuf.Duration duration = 2;hasDuration in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilderpublic com.google.protobuf.Duration getDuration()
The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the `aggregations` field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.
.google.protobuf.Duration duration = 2;getDuration in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilderpublic AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder setDuration(com.google.protobuf.Duration value)
The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the `aggregations` field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.
.google.protobuf.Duration duration = 2;public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder setDuration(com.google.protobuf.Duration.Builder builderForValue)
The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the `aggregations` field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.
.google.protobuf.Duration duration = 2;public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder mergeDuration(com.google.protobuf.Duration value)
The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the `aggregations` field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.
.google.protobuf.Duration duration = 2;public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder clearDuration()
The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the `aggregations` field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.
.google.protobuf.Duration duration = 2;public com.google.protobuf.Duration.Builder getDurationBuilder()
The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the `aggregations` field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.
.google.protobuf.Duration duration = 2;public com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the `aggregations` field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.
.google.protobuf.Duration duration = 2;getDurationOrBuilder in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilderpublic boolean hasTrigger()
The number/percent of time series for which the comparison must hold in order for the condition to trigger. If unspecified, then the condition will trigger if the comparison is true for any of the time series that have been identified by `filter` and `aggregations`, or by the ratio, if `denominator_filter` and `denominator_aggregations` are specified.
.google.monitoring.v3.AlertPolicy.Condition.Trigger trigger = 3;hasTrigger in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilderpublic AlertPolicy.Condition.Trigger getTrigger()
The number/percent of time series for which the comparison must hold in order for the condition to trigger. If unspecified, then the condition will trigger if the comparison is true for any of the time series that have been identified by `filter` and `aggregations`, or by the ratio, if `denominator_filter` and `denominator_aggregations` are specified.
.google.monitoring.v3.AlertPolicy.Condition.Trigger trigger = 3;getTrigger in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilderpublic AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder setTrigger(AlertPolicy.Condition.Trigger value)
The number/percent of time series for which the comparison must hold in order for the condition to trigger. If unspecified, then the condition will trigger if the comparison is true for any of the time series that have been identified by `filter` and `aggregations`, or by the ratio, if `denominator_filter` and `denominator_aggregations` are specified.
.google.monitoring.v3.AlertPolicy.Condition.Trigger trigger = 3;public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder setTrigger(AlertPolicy.Condition.Trigger.Builder builderForValue)
The number/percent of time series for which the comparison must hold in order for the condition to trigger. If unspecified, then the condition will trigger if the comparison is true for any of the time series that have been identified by `filter` and `aggregations`, or by the ratio, if `denominator_filter` and `denominator_aggregations` are specified.
.google.monitoring.v3.AlertPolicy.Condition.Trigger trigger = 3;public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder mergeTrigger(AlertPolicy.Condition.Trigger value)
The number/percent of time series for which the comparison must hold in order for the condition to trigger. If unspecified, then the condition will trigger if the comparison is true for any of the time series that have been identified by `filter` and `aggregations`, or by the ratio, if `denominator_filter` and `denominator_aggregations` are specified.
.google.monitoring.v3.AlertPolicy.Condition.Trigger trigger = 3;public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder clearTrigger()
The number/percent of time series for which the comparison must hold in order for the condition to trigger. If unspecified, then the condition will trigger if the comparison is true for any of the time series that have been identified by `filter` and `aggregations`, or by the ratio, if `denominator_filter` and `denominator_aggregations` are specified.
.google.monitoring.v3.AlertPolicy.Condition.Trigger trigger = 3;public AlertPolicy.Condition.Trigger.Builder getTriggerBuilder()
The number/percent of time series for which the comparison must hold in order for the condition to trigger. If unspecified, then the condition will trigger if the comparison is true for any of the time series that have been identified by `filter` and `aggregations`, or by the ratio, if `denominator_filter` and `denominator_aggregations` are specified.
.google.monitoring.v3.AlertPolicy.Condition.Trigger trigger = 3;public AlertPolicy.Condition.TriggerOrBuilder getTriggerOrBuilder()
The number/percent of time series for which the comparison must hold in order for the condition to trigger. If unspecified, then the condition will trigger if the comparison is true for any of the time series that have been identified by `filter` and `aggregations`, or by the ratio, if `denominator_filter` and `denominator_aggregations` are specified.
.google.monitoring.v3.AlertPolicy.Condition.Trigger trigger = 3;getTriggerOrBuilder in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilderpublic int getEvaluationMissingDataValue()
A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.
.google.monitoring.v3.AlertPolicy.Condition.EvaluationMissingData evaluation_missing_data = 4;
getEvaluationMissingDataValue in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilderpublic AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder setEvaluationMissingDataValue(int value)
A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.
.google.monitoring.v3.AlertPolicy.Condition.EvaluationMissingData evaluation_missing_data = 4;
value - The enum numeric value on the wire for evaluationMissingData to set.public AlertPolicy.Condition.EvaluationMissingData getEvaluationMissingData()
A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.
.google.monitoring.v3.AlertPolicy.Condition.EvaluationMissingData evaluation_missing_data = 4;
getEvaluationMissingData in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilderpublic AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder setEvaluationMissingData(AlertPolicy.Condition.EvaluationMissingData value)
A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.
.google.monitoring.v3.AlertPolicy.Condition.EvaluationMissingData evaluation_missing_data = 4;
value - The evaluationMissingData to set.public AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder clearEvaluationMissingData()
A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.
.google.monitoring.v3.AlertPolicy.Condition.EvaluationMissingData evaluation_missing_data = 4;
public final AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>public final AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AlertPolicy.Condition.MonitoringQueryLanguageCondition.Builder>Copyright © 2025 Google LLC. All rights reserved.