public enum Source.State extends Enum<Source.State> implements ProtocolMessageEnum
Enumerates possible states of a source.
Protobuf enum google.cloud.migrationcenter.v1.Source.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The source is active and ready to be used. |
ACTIVE_VALUE |
The source is active and ready to be used. |
DELETING |
In the process of being deleted. |
DELETING_VALUE |
In the process of being deleted. |
INVALID |
Source is in an invalid state. Asset frames reported to it will be ignored. |
INVALID_VALUE |
Source is in an invalid state. Asset frames reported to it will be ignored. |
STATE_UNSPECIFIED |
Unspecified. |
STATE_UNSPECIFIED_VALUE |
Unspecified. |
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() |