Send feedback
Class AlertPolicy.AlertStrategy (3.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.8.0 keyboard_arrow_down
public static final class AlertPolicy . AlertStrategy extends GeneratedMessageV3 implements AlertPolicy . AlertStrategyOrBuilder
Control over how the notification channels in notification_channels
are notified when this alert fires.
Protobuf type google.monitoring.v3.AlertPolicy.AlertStrategy
Static Fields
AUTO_CLOSE_FIELD_NUMBER
public static final int AUTO_CLOSE_FIELD_NUMBER
Field Value
NOTIFICATION_RATE_LIMIT_FIELD_NUMBER
public static final int NOTIFICATION_RATE_LIMIT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AlertPolicy . AlertStrategy getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static AlertPolicy . AlertStrategy . Builder newBuilder ()
Returns
newBuilder(AlertPolicy.AlertStrategy prototype)
public static AlertPolicy . AlertStrategy . Builder newBuilder ( AlertPolicy . AlertStrategy prototype )
Parameter
Returns
public static AlertPolicy . AlertStrategy parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static AlertPolicy . AlertStrategy parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AlertPolicy . AlertStrategy parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AlertPolicy . AlertStrategy parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AlertPolicy . AlertStrategy parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AlertPolicy . AlertStrategy parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static AlertPolicy . AlertStrategy parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static AlertPolicy . AlertStrategy parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static AlertPolicy . AlertStrategy parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static AlertPolicy . AlertStrategy parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AlertPolicy . AlertStrategy parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AlertPolicy . AlertStrategy parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<AlertPolicy . AlertStrategy > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAutoClose()
public Duration getAutoClose ()
If an alert policy that was active has no data for this long, any open
incidents will close
.google.protobuf.Duration auto_close = 3;
Returns
getAutoCloseOrBuilder()
public DurationOrBuilder getAutoCloseOrBuilder ()
If an alert policy that was active has no data for this long, any open
incidents will close
.google.protobuf.Duration auto_close = 3;
Returns
getDefaultInstanceForType()
public AlertPolicy . AlertStrategy getDefaultInstanceForType ()
Returns
getNotificationRateLimit()
public AlertPolicy . AlertStrategy . NotificationRateLimit getNotificationRateLimit ()
Required for alert policies with a LogMatch
condition.
This limit is not implemented for alert policies that are not log-based.
.google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationRateLimit notification_rate_limit = 1;
Returns
getNotificationRateLimitOrBuilder()
public AlertPolicy . AlertStrategy . NotificationRateLimitOrBuilder getNotificationRateLimitOrBuilder ()
Required for alert policies with a LogMatch
condition.
This limit is not implemented for alert policies that are not log-based.
.google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationRateLimit notification_rate_limit = 1;
Returns
getParserForType()
public Parser<AlertPolicy . AlertStrategy > getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasAutoClose()
public boolean hasAutoClose ()
If an alert policy that was active has no data for this long, any open
incidents will close
.google.protobuf.Duration auto_close = 3;
Returns
Type Description boolean Whether the autoClose field is set.
hasNotificationRateLimit()
public boolean hasNotificationRateLimit ()
Required for alert policies with a LogMatch
condition.
This limit is not implemented for alert policies that are not log-based.
.google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationRateLimit notification_rate_limit = 1;
Returns
Type Description boolean Whether the notificationRateLimit field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public AlertPolicy . AlertStrategy . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AlertPolicy . AlertStrategy . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public AlertPolicy . AlertStrategy . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]