Enum ClientGateway.State (0.14.1)

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

Represents the different states of a gateway.

Protobuf enum google.events.cloud.beyondcorp.clientgateways.v1.ClientGateway.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Gateway is being created.

CREATING = 1;

CREATING_VALUE

Gateway is being created.

CREATING = 1;

DELETING

Gateway is being deleted.

DELETING = 3;

DELETING_VALUE

Gateway is being deleted.

DELETING = 3;

DOWN

Gateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.

DOWN = 5;

DOWN_VALUE

Gateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.

DOWN = 5;

ERROR

ClientGateway encountered an error and is in indeterministic state.

ERROR = 6;

ERROR_VALUE

ClientGateway encountered an error and is in indeterministic state.

ERROR = 6;

RUNNING

Gateway is running.

RUNNING = 4;

RUNNING_VALUE

Gateway is running.

RUNNING = 4;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Gateway is being updated.

UPDATING = 2;

UPDATING_VALUE

Gateway is being updated.

UPDATING = 2;

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()