Enum AppConnector.State (0.39.0)

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

Represents the different states of a AppConnector.

Protobuf enum google.cloud.beyondcorp.appconnectors.v1.AppConnector.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATED

AppConnector has been created.

CREATED = 2;

CREATED_VALUE

AppConnector has been created.

CREATED = 2;

CREATING

AppConnector is being created.

CREATING = 1;

CREATING_VALUE

AppConnector is being created.

CREATING = 1;

DELETING

AppConnector is being deleted.

DELETING = 4;

DELETING_VALUE

AppConnector is being deleted.

DELETING = 4;

DOWN

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

DOWN = 5;

DOWN_VALUE

AppConnector 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

AppConnector's configuration is being updated.

UPDATING = 3;

UPDATING_VALUE

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