Package com.google.monitoring.v3
Class AlertPolicy.Condition
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.monitoring.v3.AlertPolicy.Condition
-
- All Implemented Interfaces:
AlertPolicy.ConditionOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- AlertPolicy
public static final class AlertPolicy.Condition extends com.google.protobuf.GeneratedMessageV3 implements AlertPolicy.ConditionOrBuilder
A condition is a true/false test that determines when an alerting policy should open an incident. If a condition evaluates to true, it signifies that something is wrong.
Protobuf typegoogle.monitoring.v3.AlertPolicy.Condition
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AlertPolicy.Condition.Builder
A condition is a true/false test that determines when an alerting policy should open an incident.static class
AlertPolicy.Condition.ConditionCase
static class
AlertPolicy.Condition.EvaluationMissingData
A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.static class
AlertPolicy.Condition.LogMatch
A condition type that checks whether a log message in the [scoping project](https://cloud.google.com/monitoring/api/v3#project_name) satisfies the given filter.static interface
AlertPolicy.Condition.LogMatchOrBuilder
static class
AlertPolicy.Condition.MetricAbsence
A condition type that checks that monitored resources are reporting data.static interface
AlertPolicy.Condition.MetricAbsenceOrBuilder
static class
AlertPolicy.Condition.MetricThreshold
A condition type that compares a collection of time series against a threshold.static interface
AlertPolicy.Condition.MetricThresholdOrBuilder
static class
AlertPolicy.Condition.MonitoringQueryLanguageCondition
A condition type that allows alert policies to be defined using [Monitoring Query Language](https://cloud.google.com/monitoring/mql).static interface
AlertPolicy.Condition.MonitoringQueryLanguageConditionOrBuilder
static class
AlertPolicy.Condition.PrometheusQueryLanguageCondition
A condition type that allows alert policies to be defined using [Prometheus Query Language (PromQL)](https://prometheus.io/docs/prometheus/latest/querying/basics/).static interface
AlertPolicy.Condition.PrometheusQueryLanguageConditionOrBuilder
static class
AlertPolicy.Condition.Trigger
Specifies how many time series must fail a predicate to trigger a condition.static interface
AlertPolicy.Condition.TriggerOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONDITION_ABSENT_FIELD_NUMBER
static int
CONDITION_MATCHED_LOG_FIELD_NUMBER
static int
CONDITION_MONITORING_QUERY_LANGUAGE_FIELD_NUMBER
static int
CONDITION_PROMETHEUS_QUERY_LANGUAGE_FIELD_NUMBER
static int
CONDITION_THRESHOLD_FIELD_NUMBER
static int
DISPLAY_NAME_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
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.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.static AlertPolicy.Condition
getDefaultInstance()
AlertPolicy.Condition
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
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.com.google.protobuf.Parser<AlertPolicy.Condition>
getParserForType()
int
getSerializedSize()
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
hasConditionThreshold()
A condition that compares a time series against a threshold.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static AlertPolicy.Condition.Builder
newBuilder()
static AlertPolicy.Condition.Builder
newBuilder(AlertPolicy.Condition prototype)
AlertPolicy.Condition.Builder
newBuilderForType()
protected AlertPolicy.Condition.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static AlertPolicy.Condition
parseDelimitedFrom(InputStream input)
static AlertPolicy.Condition
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AlertPolicy.Condition
parseFrom(byte[] data)
static AlertPolicy.Condition
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AlertPolicy.Condition
parseFrom(com.google.protobuf.ByteString data)
static AlertPolicy.Condition
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AlertPolicy.Condition
parseFrom(com.google.protobuf.CodedInputStream input)
static AlertPolicy.Condition
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AlertPolicy.Condition
parseFrom(InputStream input)
static AlertPolicy.Condition
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AlertPolicy.Condition
parseFrom(ByteBuffer data)
static AlertPolicy.Condition
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<AlertPolicy.Condition>
parser()
AlertPolicy.Condition.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONDITION_THRESHOLD_FIELD_NUMBER
public static final int CONDITION_THRESHOLD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONDITION_ABSENT_FIELD_NUMBER
public static final int CONDITION_ABSENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONDITION_MATCHED_LOG_FIELD_NUMBER
public static final int CONDITION_MATCHED_LOG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONDITION_MONITORING_QUERY_LANGUAGE_FIELD_NUMBER
public static final int CONDITION_MONITORING_QUERY_LANGUAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONDITION_PROMETHEUS_QUERY_LANGUAGE_FIELD_NUMBER
public static final int CONDITION_PROMETHEUS_QUERY_LANGUAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.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 classcom.google.protobuf.GeneratedMessageV3
-
getConditionCase
public AlertPolicy.Condition.ConditionCase getConditionCase()
- Specified by:
getConditionCase
in interfaceAlertPolicy.ConditionOrBuilder
-
getName
public String 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;
- Specified by:
getName
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- The name.
-
getNameBytes
public 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;
- Specified by:
getNameBytes
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- The bytes for name.
-
getDisplayName
public 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;
- Specified by:
getDisplayName
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public 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;
- Specified by:
getDisplayNameBytes
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- The bytes for displayName.
-
hasConditionThreshold
public boolean hasConditionThreshold()
A condition that compares a time series against a threshold.
.google.monitoring.v3.AlertPolicy.Condition.MetricThreshold condition_threshold = 1;
- Specified by:
hasConditionThreshold
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- Whether the conditionThreshold field is set.
-
getConditionThreshold
public AlertPolicy.Condition.MetricThreshold getConditionThreshold()
A condition that compares a time series against a threshold.
.google.monitoring.v3.AlertPolicy.Condition.MetricThreshold condition_threshold = 1;
- Specified by:
getConditionThreshold
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- The conditionThreshold.
-
getConditionThresholdOrBuilder
public AlertPolicy.Condition.MetricThresholdOrBuilder getConditionThresholdOrBuilder()
A condition that compares a time series against a threshold.
.google.monitoring.v3.AlertPolicy.Condition.MetricThreshold condition_threshold = 1;
- Specified by:
getConditionThresholdOrBuilder
in interfaceAlertPolicy.ConditionOrBuilder
-
hasConditionAbsent
public 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;
- Specified by:
hasConditionAbsent
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- Whether the conditionAbsent field is set.
-
getConditionAbsent
public 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;
- Specified by:
getConditionAbsent
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- The conditionAbsent.
-
getConditionAbsentOrBuilder
public 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;
- Specified by:
getConditionAbsentOrBuilder
in interfaceAlertPolicy.ConditionOrBuilder
-
hasConditionMatchedLog
public 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;
- Specified by:
hasConditionMatchedLog
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- Whether the conditionMatchedLog field is set.
-
getConditionMatchedLog
public 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;
- Specified by:
getConditionMatchedLog
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- The conditionMatchedLog.
-
getConditionMatchedLogOrBuilder
public 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;
- Specified by:
getConditionMatchedLogOrBuilder
in interfaceAlertPolicy.ConditionOrBuilder
-
hasConditionMonitoringQueryLanguage
public boolean hasConditionMonitoringQueryLanguage()
A condition that uses the Monitoring Query Language to define alerts.
.google.monitoring.v3.AlertPolicy.Condition.MonitoringQueryLanguageCondition condition_monitoring_query_language = 19;
- Specified by:
hasConditionMonitoringQueryLanguage
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- Whether the conditionMonitoringQueryLanguage field is set.
-
getConditionMonitoringQueryLanguage
public 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;
- Specified by:
getConditionMonitoringQueryLanguage
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- The conditionMonitoringQueryLanguage.
-
getConditionMonitoringQueryLanguageOrBuilder
public 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;
- Specified by:
getConditionMonitoringQueryLanguageOrBuilder
in interfaceAlertPolicy.ConditionOrBuilder
-
hasConditionPrometheusQueryLanguage
public boolean hasConditionPrometheusQueryLanguage()
A condition that uses the Prometheus query language to define alerts.
.google.monitoring.v3.AlertPolicy.Condition.PrometheusQueryLanguageCondition condition_prometheus_query_language = 21;
- Specified by:
hasConditionPrometheusQueryLanguage
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- Whether the conditionPrometheusQueryLanguage field is set.
-
getConditionPrometheusQueryLanguage
public 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;
- Specified by:
getConditionPrometheusQueryLanguage
in interfaceAlertPolicy.ConditionOrBuilder
- Returns:
- The conditionPrometheusQueryLanguage.
-
getConditionPrometheusQueryLanguageOrBuilder
public 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;
- Specified by:
getConditionPrometheusQueryLanguageOrBuilder
in interfaceAlertPolicy.ConditionOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AlertPolicy.Condition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AlertPolicy.Condition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AlertPolicy.Condition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AlertPolicy.Condition 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 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AlertPolicy.Condition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AlertPolicy.Condition parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AlertPolicy.Condition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AlertPolicy.Condition parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AlertPolicy.Condition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static AlertPolicy.Condition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AlertPolicy.Condition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public AlertPolicy.Condition.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AlertPolicy.Condition.Builder newBuilder()
-
newBuilder
public static AlertPolicy.Condition.Builder newBuilder(AlertPolicy.Condition prototype)
-
toBuilder
public AlertPolicy.Condition.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AlertPolicy.Condition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AlertPolicy.Condition getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AlertPolicy.Condition> parser()
-
getParserForType
public com.google.protobuf.Parser<AlertPolicy.Condition> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AlertPolicy.Condition getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-