Enum InternalChecker.State (3.2.9)

public enum InternalChecker.State extends Enum<InternalChecker.State> implements ProtocolMessageEnum

Operational states for an internal checker.

Protobuf enum google.monitoring.v3.InternalChecker.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The checker is being created, provisioned, and configured. A checker in this state can be returned by ListInternalCheckers or GetInternalChecker, as well as by examining the long running Operation that created it.

CREATING = 1;

CREATING_VALUE

The checker is being created, provisioned, and configured. A checker in this state can be returned by ListInternalCheckers or GetInternalChecker, as well as by examining the long running Operation that created it.

CREATING = 1;

RUNNING

The checker is running and available for use. A checker in this state can be returned by ListInternalCheckers or GetInternalChecker as well as by examining the long running Operation that created it. If a checker is being torn down, it is neither visible nor usable, so there is no "deleting" or "down" state.

RUNNING = 2;

RUNNING_VALUE

The checker is running and available for use. A checker in this state can be returned by ListInternalCheckers or GetInternalChecker as well as by examining the long running Operation that created it. If a checker is being torn down, it is neither visible nor usable, so there is no "deleting" or "down" state.

RUNNING = 2;

UNRECOGNIZED
UNSPECIFIED

An internal checker should never be in the unspecified state.

UNSPECIFIED = 0;

UNSPECIFIED_VALUE

An internal checker should never be in the unspecified state.

UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()