Class CreateGlossaryMetadata (3.15.2)

CreateGlossaryMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stored in the google.longrunning.Operation.metadata][google.longrunning.Operation.metadata] field returned by CreateGlossary.

Attributes

NameDescription
name str
The name of the glossary that is being created.
state google.cloud.translate_v3beta1.types.CreateGlossaryMetadata.State
The current state of the glossary creation operation.
submit_time google.protobuf.timestamp_pb2.Timestamp
The time when the operation was submitted to the server.

Classes

State

State(value)

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

Values: STATE_UNSPECIFIED (0): Invalid. RUNNING (1): Request is being processed. SUCCEEDED (2): The glossary was successfully created. FAILED (3): Failed to create the glossary. CANCELLING (4): Request is in the process of being canceled after caller invoked longrunning.Operations.CancelOperation on the request id. CANCELLED (5): The glossary creation request was successfully canceled.