public static enum ConnectionProfile.State extends Enum<ConnectionProfile.State> implements com.google.protobuf.ProtocolMessageEnum
The current connection profile state (e.g. DRAFT, READY, or FAILED).Protobuf enum
google.cloud.clouddms.v1.ConnectionProfile.State| Enum Constant and Description |
|---|
CREATING
The connection profile is being created.
|
DELETED
The connection profile has been deleted.
|
DELETING
The connection profile is being deleted.
|
DRAFT
The connection profile is in draft mode and fully editable.
|
FAILED
The last action on the connection profile failed.
|
READY
The connection profile is ready.
|
STATE_UNSPECIFIED
The state of the connection profile is unknown.
|
UNRECOGNIZED |
UPDATING
The connection profile is being updated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATING_VALUE
The connection profile is being created.
|
static int |
DELETED_VALUE
The connection profile has been deleted.
|
static int |
DELETING_VALUE
The connection profile is being deleted.
|
static int |
DRAFT_VALUE
The connection profile is in draft mode and fully editable.
|
static int |
FAILED_VALUE
The last action on the connection profile failed.
|
static int |
READY_VALUE
The connection profile is ready.
|
static int |
STATE_UNSPECIFIED_VALUE
The state of the connection profile is unknown.
|
static int |
UPDATING_VALUE
The connection profile is being updated.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionProfile.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ConnectionProfile.State> |
internalGetValueMap() |
static ConnectionProfile.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConnectionProfile.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConnectionProfile.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionProfile.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionProfile.State STATE_UNSPECIFIED
The state of the connection profile is unknown.
STATE_UNSPECIFIED = 0;public static final ConnectionProfile.State DRAFT
The connection profile is in draft mode and fully editable.
DRAFT = 1;public static final ConnectionProfile.State CREATING
The connection profile is being created.
CREATING = 2;public static final ConnectionProfile.State READY
The connection profile is ready.
READY = 3;public static final ConnectionProfile.State UPDATING
The connection profile is being updated.
UPDATING = 4;public static final ConnectionProfile.State DELETING
The connection profile is being deleted.
DELETING = 5;public static final ConnectionProfile.State DELETED
The connection profile has been deleted.
DELETED = 6;public static final ConnectionProfile.State FAILED
The last action on the connection profile failed.
FAILED = 7;public static final ConnectionProfile.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
The state of the connection profile is unknown.
STATE_UNSPECIFIED = 0;public static final int DRAFT_VALUE
The connection profile is in draft mode and fully editable.
DRAFT = 1;public static final int CREATING_VALUE
The connection profile is being created.
CREATING = 2;public static final int READY_VALUE
The connection profile is ready.
READY = 3;public static final int UPDATING_VALUE
The connection profile is being updated.
UPDATING = 4;public static final int DELETING_VALUE
The connection profile is being deleted.
DELETING = 5;public static final int DELETED_VALUE
The connection profile has been deleted.
DELETED = 6;public static final int FAILED_VALUE
The last action on the connection profile failed.
FAILED = 7;public static ConnectionProfile.State[] values()
for (ConnectionProfile.State c : ConnectionProfile.State.values()) System.out.println(c);
public static ConnectionProfile.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ConnectionProfile.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ConnectionProfile.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ConnectionProfile.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ConnectionProfile.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.