Enum AppGateway.State (0.15.0)

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

Represents the different states of an AppGateway.

Protobuf enum google.events.cloud.beyondcorp.appgateways.v1.AppGateway.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATED

AppGateway has been created.

CREATED = 2;

CREATED_VALUE

AppGateway has been created.

CREATED = 2;

CREATING

AppGateway is being created.

CREATING = 1;

CREATING_VALUE

AppGateway is being created.

CREATING = 1;

DELETING

AppGateway is being deleted.

DELETING = 4;

DELETING_VALUE

AppGateway is being deleted.

DELETING = 4;

DOWN

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

DOWN = 5;

DOWN_VALUE

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

DOWN = 5;

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

AppGateway's configuration is being updated.

UPDATING = 3;

UPDATING_VALUE

AppGateway's configuration is being updated.

UPDATING = 3;

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