public static final class Snooze.Criteria extends com.google.protobuf.GeneratedMessageV3 implements Snooze.CriteriaOrBuilder
Criteria specific to the `AlertPolicy`s that this `Snooze` applies to. The `Snooze` will suppress alerts that come from one of the `AlertPolicy`s whose names are supplied.Protobuf type
google.monitoring.v3.Snooze.Criteria| Modifier and Type | Class and Description |
|---|---|
static class |
Snooze.Criteria.Builder
Criteria specific to the `AlertPolicy`s that this `Snooze` applies to.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
FILTER_FIELD_NUMBER |
static int |
POLICIES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Snooze.Criteria |
getDefaultInstance() |
Snooze.Criteria |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
com.google.protobuf.Parser<Snooze.Criteria> |
getParserForType() |
String |
getPolicies(int index)
The specific `AlertPolicy` names for the alert that should be snoozed.
|
com.google.protobuf.ByteString |
getPoliciesBytes(int index)
The specific `AlertPolicy` names for the alert that should be snoozed.
|
int |
getPoliciesCount()
The specific `AlertPolicy` names for the alert that should be snoozed.
|
com.google.protobuf.ProtocolStringList |
getPoliciesList()
The specific `AlertPolicy` names for the alert that should be snoozed.
|
int |
getSerializedSize() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Snooze.Criteria.Builder |
newBuilder() |
static Snooze.Criteria.Builder |
newBuilder(Snooze.Criteria prototype) |
Snooze.Criteria.Builder |
newBuilderForType() |
protected Snooze.Criteria.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Snooze.Criteria |
parseDelimitedFrom(InputStream input) |
static Snooze.Criteria |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Snooze.Criteria |
parseFrom(byte[] data) |
static Snooze.Criteria |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Snooze.Criteria |
parseFrom(ByteBuffer data) |
static Snooze.Criteria |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Snooze.Criteria |
parseFrom(com.google.protobuf.ByteString data) |
static Snooze.Criteria |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Snooze.Criteria |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Snooze.Criteria |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Snooze.Criteria |
parseFrom(InputStream input) |
static Snooze.Criteria |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Snooze.Criteria> |
parser() |
Snooze.Criteria.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int POLICIES_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public com.google.protobuf.ProtocolStringList getPoliciesList()
The specific `AlertPolicy` names for the alert that should be snoozed.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]
There is a limit of 16 policies per snooze. This limit is checked during
snooze creation.
Exactly 1 alert policy is required if `filter` is specified at the same
time.
repeated string policies = 1 [(.google.api.resource_reference) = { ... }getPoliciesList in interface Snooze.CriteriaOrBuilderpublic int getPoliciesCount()
The specific `AlertPolicy` names for the alert that should be snoozed.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]
There is a limit of 16 policies per snooze. This limit is checked during
snooze creation.
Exactly 1 alert policy is required if `filter` is specified at the same
time.
repeated string policies = 1 [(.google.api.resource_reference) = { ... }getPoliciesCount in interface Snooze.CriteriaOrBuilderpublic String getPolicies(int index)
The specific `AlertPolicy` names for the alert that should be snoozed.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]
There is a limit of 16 policies per snooze. This limit is checked during
snooze creation.
Exactly 1 alert policy is required if `filter` is specified at the same
time.
repeated string policies = 1 [(.google.api.resource_reference) = { ... }getPolicies in interface Snooze.CriteriaOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getPoliciesBytes(int index)
The specific `AlertPolicy` names for the alert that should be snoozed.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]
There is a limit of 16 policies per snooze. This limit is checked during
snooze creation.
Exactly 1 alert policy is required if `filter` is specified at the same
time.
repeated string policies = 1 [(.google.api.resource_reference) = { ... }getPoliciesBytes in interface Snooze.CriteriaOrBuilderindex - The index of the value to return.public String getFilter()
Optional. The filter string to match on Alert fields when silencing the
alerts. It follows the standard https://google.aip.dev/160 syntax.
A filter string used to apply the snooze to specific incidents
that have matching filter values.
Filters can be defined for snoozes that apply to one alerting
policy.
Filters must be a string formatted as one or more resource labels with
specific label values. If multiple resource labels are used, then they
must be connected with an AND operator. For example, the following filter
applies the snooze to incidents that have an instance ID of
`1234567890` and a zone of `us-central1-a`:
resource.labels.instance_id="1234567890" AND
resource.labels.zone="us-central1-a"
string filter = 2;getFilter in interface Snooze.CriteriaOrBuilderpublic com.google.protobuf.ByteString getFilterBytes()
Optional. The filter string to match on Alert fields when silencing the
alerts. It follows the standard https://google.aip.dev/160 syntax.
A filter string used to apply the snooze to specific incidents
that have matching filter values.
Filters can be defined for snoozes that apply to one alerting
policy.
Filters must be a string formatted as one or more resource labels with
specific label values. If multiple resource labels are used, then they
must be connected with an AND operator. For example, the following filter
applies the snooze to incidents that have an instance ID of
`1234567890` and a zone of `us-central1-a`:
resource.labels.instance_id="1234567890" AND
resource.labels.zone="us-central1-a"
string filter = 2;getFilterBytes in interface Snooze.CriteriaOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Snooze.Criteria parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Snooze.Criteria parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Snooze.Criteria parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Snooze.Criteria parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Snooze.Criteria parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Snooze.Criteria parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Snooze.Criteria parseFrom(InputStream input) throws IOException
IOExceptionpublic static Snooze.Criteria parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Snooze.Criteria parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Snooze.Criteria parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Snooze.Criteria parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Snooze.Criteria parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Snooze.Criteria.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Snooze.Criteria.Builder newBuilder()
public static Snooze.Criteria.Builder newBuilder(Snooze.Criteria prototype)
public Snooze.Criteria.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Snooze.Criteria.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Snooze.Criteria getDefaultInstance()
public static com.google.protobuf.Parser<Snooze.Criteria> parser()
public com.google.protobuf.Parser<Snooze.Criteria> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Snooze.Criteria getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.