Module: Google::Cloud::WebRisk::V1::SubmitUriMetadata::State

Defined in:
proto_docs/google/cloud/webrisk/v1/webrisk.rb

Overview

Enum that represents the state of the long-running operation.

Constant Summary collapse

STATE_UNSPECIFIED =

Default unspecified state.

0
RUNNING =

The operation is currently running.

1
SUCCEEDED =

The operation finished with a success status.

2
CANCELLED =

The operation was cancelled.

3
FAILED =

The operation finished with a failure status.

4
CLOSED =

The operation was closed with no action taken.

5