Class AlertPolicy.Condition.MonitoringQueryLanguageCondition

    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasDuration

        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;
        Specified by:
        hasDuration in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilder
        Returns:
        Whether the duration field is set.
      • getDuration

        public 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;
        Specified by:
        getDuration in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilder
        Returns:
        The duration.
      • getDurationOrBuilder

        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;
        Specified by:
        getDurationOrBuilder in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilder
      • hasTrigger

        public 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;
        Specified by:
        hasTrigger in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilder
        Returns:
        Whether the trigger field is set.
      • getTrigger

        public 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;
        Specified by:
        getTrigger in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilder
        Returns:
        The trigger.
      • getTriggerOrBuilder

        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;
        Specified by:
        getTriggerOrBuilder in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilder
      • getEvaluationMissingDataValue

        public 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;
        Specified by:
        getEvaluationMissingDataValue in interface AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilder
        Returns:
        The enum numeric value on the wire for evaluationMissingData.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static AlertPolicy.Condition.MonitoringQueryLanguageCondition parseFrom​(com.google.protobuf.ByteString data,
                                                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AlertPolicy.Condition.MonitoringQueryLanguageCondition parseFrom​(byte[] data,
                                                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • getParserForType

        public com.google.protobuf.Parser<AlertPolicy.Condition.MonitoringQueryLanguageCondition> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public AlertPolicy.Condition.MonitoringQueryLanguageCondition getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder