Enum CreateGlossaryMetadata.State (2.8.0)

public enum CreateGlossaryMetadata.State extends Enum<CreateGlossaryMetadata.State> implements ProtocolMessageEnum

Enumerates the possible states that the creation request can be in.

Protobuf enum google.cloud.translation.v3beta1.CreateGlossaryMetadata.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

The glossary creation request was successfully canceled.

CANCELLED = 5;

CANCELLED_VALUE

The glossary creation request was successfully canceled.

CANCELLED = 5;

CANCELLING

Request is in the process of being canceled after caller invoked longrunning.Operations.CancelOperation on the request id.

CANCELLING = 4;

CANCELLING_VALUE

Request is in the process of being canceled after caller invoked longrunning.Operations.CancelOperation on the request id.

CANCELLING = 4;

FAILED

Failed to create the glossary.

FAILED = 3;

FAILED_VALUE

Failed to create the glossary.

FAILED = 3;

RUNNING

Request is being processed.

RUNNING = 1;

RUNNING_VALUE

Request is being processed.

RUNNING = 1;

STATE_UNSPECIFIED

Invalid.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Invalid.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The glossary was successfully created.

SUCCEEDED = 2;

SUCCEEDED_VALUE

The glossary was successfully created.

SUCCEEDED = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()