Enum PrivateConnection.State (1.40.0)

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

Private Connection state.

Protobuf enum google.cloud.datastream.v1.PrivateConnection.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATED

The private connection has been created with all of its resources.

CREATED = 2;

CREATED_VALUE

The private connection has been created with all of its resources.

CREATED = 2;

CREATING

The private connection is in creation state - creating resources.

CREATING = 1;

CREATING_VALUE

The private connection is in creation state - creating resources.

CREATING = 1;

DELETING

The private connection is being deleted.

DELETING = 4;

DELETING_VALUE

The private connection is being deleted.

DELETING = 4;

FAILED

The private connection creation has failed.

FAILED = 3;

FAILED_TO_DELETE

Delete request has failed, resource is in invalid state.

FAILED_TO_DELETE = 5;

FAILED_TO_DELETE_VALUE

Delete request has failed, resource is in invalid state.

FAILED_TO_DELETE = 5;

FAILED_VALUE

The private connection creation has failed.

FAILED = 3;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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