Module: Google::Cloud::Translate::V3::DeleteGlossaryMetadata::State

Defined in:
proto_docs/google/cloud/translate/v3/translation_service.rb

Overview

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

Constant Summary collapse

STATE_UNSPECIFIED =

Invalid.

0
RUNNING =

Request is being processed.

1
SUCCEEDED =

The glossary was successfully deleted.

2
FAILED =

Failed to delete 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 deletion request was successfully canceled.

5