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