Send feedback
Class AlertPolicy.AlertStrategy (3.42.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.42.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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AUTO_CLOSE_FIELD_NUMBER
public static final int AUTO_CLOSE_FIELD_NUMBER
Field Value Type Description int
NOTIFICATION_CHANNEL_STRATEGY_FIELD_NUMBER
public static final int NOTIFICATION_CHANNEL_STRATEGY_FIELD_NUMBER
Field Value Type Description int
NOTIFICATION_RATE_LIMIT_FIELD_NUMBER
public static final int NOTIFICATION_RATE_LIMIT_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static AlertPolicy . AlertStrategy getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AlertPolicy . AlertStrategy . Builder newBuilder ()
newBuilder(AlertPolicy.AlertStrategy prototype)
public static AlertPolicy . AlertStrategy . Builder newBuilder ( AlertPolicy . AlertStrategy prototype )
public static AlertPolicy . AlertStrategy parseDelimitedFrom ( InputStream input )
public static AlertPolicy . AlertStrategy parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AlertPolicy . AlertStrategy parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AlertPolicy . AlertStrategy parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AlertPolicy . AlertStrategy parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AlertPolicy . AlertStrategy parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AlertPolicy . AlertStrategy parseFrom ( CodedInputStream input )
public static AlertPolicy . AlertStrategy parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AlertPolicy . AlertStrategy parseFrom ( InputStream input )
public static AlertPolicy . AlertStrategy parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AlertPolicy . AlertStrategy parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AlertPolicy . AlertStrategy parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AlertPolicy . AlertStrategy > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
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 Type Description Duration
The autoClose.
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;
getDefaultInstanceForType()
public AlertPolicy . AlertStrategy getDefaultInstanceForType ()
getNotificationChannelStrategy(int index)
public AlertPolicy . AlertStrategy . NotificationChannelStrategy getNotificationChannelStrategy ( int index )
Control how notifications will be sent out, on a per-channel basis.
repeated .google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationChannelStrategy notification_channel_strategy = 4;
Parameter Name Description index
int
getNotificationChannelStrategyCount()
public int getNotificationChannelStrategyCount ()
Control how notifications will be sent out, on a per-channel basis.
repeated .google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationChannelStrategy notification_channel_strategy = 4;
Returns Type Description int
getNotificationChannelStrategyList()
public List<AlertPolicy . AlertStrategy . NotificationChannelStrategy > getNotificationChannelStrategyList ()
Control how notifications will be sent out, on a per-channel basis.
repeated .google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationChannelStrategy notification_channel_strategy = 4;
getNotificationChannelStrategyOrBuilder(int index)
public AlertPolicy . AlertStrategy . NotificationChannelStrategyOrBuilder getNotificationChannelStrategyOrBuilder ( int index )
Control how notifications will be sent out, on a per-channel basis.
repeated .google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationChannelStrategy notification_channel_strategy = 4;
Parameter Name Description index
int
getNotificationChannelStrategyOrBuilderList()
public List <? extends AlertPolicy . AlertStrategy . NotificationChannelStrategyOrBuilder > getNotificationChannelStrategyOrBuilderList ()
Control how notifications will be sent out, on a per-channel basis.
repeated .google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationChannelStrategy notification_channel_strategy = 4;
Returns Type Description List <? extends com.google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationChannelStrategyOrBuilder >
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;
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;
getParserForType()
public Parser<AlertPolicy . AlertStrategy > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
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 Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AlertPolicy . AlertStrategy . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AlertPolicy . AlertStrategy . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public AlertPolicy . AlertStrategy . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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."],[],[]]