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_PROMPTS_FIELD_NUMBER
public static final int NOTIFICATION_PROMPTS_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 alerting 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 alerting 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> |
|
getNotificationPrompts(int index)
public AlertPolicy.AlertStrategy.NotificationPrompt getNotificationPrompts(int index)
For log-based alert policies, the notification prompts is always
[OPENED]. For non log-based alert policies, the notification prompts can
be [OPENED] or [OPENED, CLOSED].
repeated .google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationPrompt notification_prompts = 2;
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
getNotificationPromptsCount()
public int getNotificationPromptsCount()
For log-based alert policies, the notification prompts is always
[OPENED]. For non log-based alert policies, the notification prompts can
be [OPENED] or [OPENED, CLOSED].
repeated .google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationPrompt notification_prompts = 2;
Returns |
Type |
Description |
int |
The count of notificationPrompts.
|
getNotificationPromptsList()
public List<AlertPolicy.AlertStrategy.NotificationPrompt> getNotificationPromptsList()
For log-based alert policies, the notification prompts is always
[OPENED]. For non log-based alert policies, the notification prompts can
be [OPENED] or [OPENED, CLOSED].
repeated .google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationPrompt notification_prompts = 2;
getNotificationPromptsValue(int index)
public int getNotificationPromptsValue(int index)
For log-based alert policies, the notification prompts is always
[OPENED]. For non log-based alert policies, the notification prompts can
be [OPENED] or [OPENED, CLOSED].
repeated .google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationPrompt notification_prompts = 2;
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
int |
The enum numeric value on the wire of notificationPrompts at the given index.
|
getNotificationPromptsValueList()
public List<Integer> getNotificationPromptsValueList()
For log-based alert policies, the notification prompts is always
[OPENED]. For non log-based alert policies, the notification prompts can
be [OPENED] or [OPENED, CLOSED].
repeated .google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationPrompt notification_prompts = 2;
Returns |
Type |
Description |
List<Integer> |
A list containing the enum numeric values on the wire for notificationPrompts.
|
getNotificationRateLimit()
public AlertPolicy.AlertStrategy.NotificationRateLimit getNotificationRateLimit()
Required for log-based alerting policies, i.e. policies with a LogMatch
condition.
This limit is not implemented for alerting policies that do not have
a LogMatch condition.
.google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationRateLimit notification_rate_limit = 1;
getNotificationRateLimitOrBuilder()
public AlertPolicy.AlertStrategy.NotificationRateLimitOrBuilder getNotificationRateLimitOrBuilder()
Required for log-based alerting policies, i.e. policies with a LogMatch
condition.
This limit is not implemented for alerting policies that do not have
a LogMatch condition.
.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 alerting 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 log-based alerting policies, i.e. policies with a LogMatch
condition.
This limit is not implemented for alerting policies that do not have
a LogMatch condition.
.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)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AlertPolicy.AlertStrategy.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides