public enum UpdateGlossaryMetadata.State extends Enum<UpdateGlossaryMetadata.State> implements ProtocolMessageEnum
Enumerates the possible states that the update request can be in.
Protobuf enum google.cloud.translation.v3.UpdateGlossaryMetadata.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELLED |
The glossary update request was successfully canceled. |
CANCELLED_VALUE |
The glossary update request was successfully canceled. |
CANCELLING |
Request is in the process of being canceled after caller invoked longrunning.Operations.CancelOperation on the request id. |
CANCELLING_VALUE |
Request is in the process of being canceled after caller invoked longrunning.Operations.CancelOperation on the request id. |
FAILED |
Failed to update the glossary. |
FAILED_VALUE |
Failed to update the glossary. |
RUNNING |
Request is being processed. |
RUNNING_VALUE |
Request is being processed. |
STATE_UNSPECIFIED |
Invalid. |
STATE_UNSPECIFIED_VALUE |
Invalid. |
SUCCEEDED |
The glossary was successfully updated. |
SUCCEEDED_VALUE |
The glossary was successfully updated. |
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() |