public enum PrivateConnection.State extends Enum<PrivateConnection.State> implements ProtocolMessageEnum
Private Connection state.
Protobuf enum google.events.cloud.datastream.v1.PrivateConnection.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATED |
The private connection has been created with all of its resources. |
CREATED_VALUE |
The private connection has been created with all of its resources. |
CREATING |
The private connection is in creation state - creating resources. |
CREATING_VALUE |
The private connection is in creation state - creating resources. |
DELETING |
The private connection is being deleted. |
DELETING_VALUE |
The private connection is being deleted. |
FAILED |
The private connection creation has failed. |
FAILED_TO_DELETE |
Delete request has failed, resource is in invalid state. |
FAILED_TO_DELETE_VALUE |
Delete request has failed, resource is in invalid state. |
FAILED_VALUE |
The private connection creation has failed. |
STATE_UNSPECIFIED |
Unspecified state. |
STATE_UNSPECIFIED_VALUE |
Unspecified state. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |