public final class Snooze extends GeneratedMessageV3 implements SnoozeOrBuilder
A Snooze
will prevent any alerts from being opened, and close any that
are already open. The Snooze
will work on alerts that match the
criteria defined in the Snooze
. The Snooze
will be active from
interval.start_time
through interval.end_time
.
Protobuf type google.monitoring.v3.Snooze
Static Fields
CRITERIA_FIELD_NUMBER
public static final int CRITERIA_FIELD_NUMBER
Field Value
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
INTERVAL_FIELD_NUMBER
public static final int INTERVAL_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Snooze getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Snooze.Builder newBuilder()
Returns
newBuilder(Snooze prototype)
public static Snooze.Builder newBuilder(Snooze prototype)
Parameter
Name | Description |
prototype | Snooze
|
Returns
public static Snooze parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Snooze parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Snooze parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Snooze parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Snooze parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Snooze parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Snooze parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Snooze parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Snooze parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Snooze parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Snooze parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Snooze parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Snooze> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getCriteria()
public Snooze.Criteria getCriteria()
Required. This defines the criteria for applying the Snooze
. See
Criteria
for more information.
.google.monitoring.v3.Snooze.Criteria criteria = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getCriteriaOrBuilder()
public Snooze.CriteriaOrBuilder getCriteriaOrBuilder()
Required. This defines the criteria for applying the Snooze
. See
Criteria
for more information.
.google.monitoring.v3.Snooze.Criteria criteria = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getDefaultInstanceForType()
public Snooze getDefaultInstanceForType()
Returns
getDisplayName()
public String getDisplayName()
Required. A display name for the Snooze
. This can be, at most, 512
unicode characters.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Required. A display name for the Snooze
. This can be, at most, 512
unicode characters.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
ByteString | The bytes for displayName.
|
getInterval()
public TimeInterval getInterval()
Required. The Snooze
will be active from interval.start_time
through
interval.end_time
.
interval.start_time
cannot be in the past. There is a 15 second clock
skew to account for the time it takes for a request to reach the API from
the UI.
.google.monitoring.v3.TimeInterval interval = 4 [(.google.api.field_behavior) = REQUIRED];
Returns
getIntervalOrBuilder()
public TimeIntervalOrBuilder getIntervalOrBuilder()
Required. The Snooze
will be active from interval.start_time
through
interval.end_time
.
interval.start_time
cannot be in the past. There is a 15 second clock
skew to account for the time it takes for a request to reach the API from
the UI.
.google.monitoring.v3.TimeInterval interval = 4 [(.google.api.field_behavior) = REQUIRED];
Returns
getName()
Required. The name of the Snooze
. The format is:
projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
The ID of the Snooze
will be generated by the system.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. The name of the Snooze
. The format is:
projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
The ID of the Snooze
will be generated by the system.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getParserForType()
public Parser<Snooze> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasCriteria()
public boolean hasCriteria()
Required. This defines the criteria for applying the Snooze
. See
Criteria
for more information.
.google.monitoring.v3.Snooze.Criteria criteria = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the criteria field is set.
|
hasInterval()
public boolean hasInterval()
Required. The Snooze
will be active from interval.start_time
through
interval.end_time
.
interval.start_time
cannot be in the past. There is a 15 second clock
skew to account for the time it takes for a request to reach the API from
the UI.
.google.monitoring.v3.TimeInterval interval = 4 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the interval field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Snooze.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Snooze.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Snooze.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions