Enum AppConnection.State (0.14.1)

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

Represents the different states of a AppConnection.

Protobuf enum google.events.cloud.beyondcorp.appconnections.v1.AppConnection.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATED

AppConnection has been created.

CREATED = 2;

CREATED_VALUE

AppConnection has been created.

CREATED = 2;

CREATING

AppConnection is being created.

CREATING = 1;

CREATING_VALUE

AppConnection is being created.

CREATING = 1;

DELETING

AppConnection is being deleted.

DELETING = 4;

DELETING_VALUE

AppConnection is being deleted.

DELETING = 4;

DOWN

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

DOWN = 5;

DOWN_VALUE

AppConnection 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

AppConnection's configuration is being updated.

UPDATING = 3;

UPDATING_VALUE

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