Enum CreateGlossaryMetadata.Types.State (2.3.0)

public enum State

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

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Fields

NameDescription
Cancelled

The glossary creation request was successfully canceled.

Cancelling

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

Failed

Failed to create the glossary.

Running

Request is being processed.

Succeeded

The glossary was successfully created.

Unspecified

Invalid.