DeleteGlossaryMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Stored in the
google.longrunning.Operation.metadata][google.longrunning.Operation.metadata]
field returned by DeleteGlossary.
Attributes | |
---|---|
Name | Description |
name |
str
The name of the glossary that is being deleted. |
state |
google.cloud.translate_v3.types.DeleteGlossaryMetadata.State
The current state of the glossary deletion 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 deleted. FAILED (3): Failed to delete 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 deletion request was successfully canceled.