Class State (3.15.4)

State(value)

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

Enums

Name Description
STATE_UNSPECIFIED Invalid.
RUNNING Request is being processed.
SUCCEEDED The glossary was successfully created.
FAILED Failed to create the glossary.
CANCELLING Request is in the process of being canceled after caller invoked longrunning.Operations.CancelOperation on the request id.
CANCELLED The glossary creation request was successfully canceled.