Module: Google::Cloud::Translate::V3::BatchTranslateMetadata::State

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

Overview

State of the job.

Constant Summary collapse

STATE_UNSPECIFIED =

Invalid.

0
RUNNING =

Request is being processed.

1
SUCCEEDED =

The batch is processed, and at least one item was successfully processed.

2
FAILED =

The batch is done and no item was successfully processed.

3
CANCELLING =

Request is in the process of being canceled after caller invoked longrunning.Operations.CancelOperation on the request id.

4
CANCELLED =

The batch is done after the user has called the longrunning.Operations.CancelOperation. Any records processed before the cancel command are output as specified in the request.

5