Module: Google::Cloud::Translate::V3::UpdateGlossaryMetadata::State
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Enumerates the possible states that the update request can be in.
Constant Summary collapse
- STATE_UNSPECIFIED =
Invalid.
0
- RUNNING =
Request is being processed.
1
- SUCCEEDED =
The glossary was successfully updated.
2
- FAILED =
Failed to update the glossary.
3
- CANCELLING =
Request is in the process of being canceled after caller invoked longrunning.Operations.CancelOperation on the request id.
4
- CANCELLED =
The glossary update request was successfully canceled.
5