public enum ConnectionProfile.State extends Enum<ConnectionProfile.State> implements ProtocolMessageEnum
The current connection profile state (e.g. DRAFT, READY, or FAILED).
Protobuf enum google.events.cloud.clouddms.v1.ConnectionProfile.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
The connection profile is being created. |
CREATING_VALUE |
The connection profile is being created. |
DELETED |
The connection profile has been deleted. |
DELETED_VALUE |
The connection profile has been deleted. |
DELETING |
The connection profile is being deleted. |
DELETING_VALUE |
The connection profile is being deleted. |
DRAFT |
The connection profile is in draft mode and fully editable. |
DRAFT_VALUE |
The connection profile is in draft mode and fully editable. |
FAILED |
The last action on the connection profile failed. |
FAILED_VALUE |
The last action on the connection profile failed. |
READY |
The connection profile is ready. |
READY_VALUE |
The connection profile is ready. |
STATE_UNSPECIFIED |
The state of the connection profile is unknown. |
STATE_UNSPECIFIED_VALUE |
The state of the connection profile is unknown. |
UNRECOGNIZED |
|
UPDATING |
The connection profile is being updated. |
UPDATING_VALUE |
The connection profile is being updated. |
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() |