Enum SubmitUriMetadata.State (2.40.0)

public enum SubmitUriMetadata.State extends Enum<SubmitUriMetadata.State> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.webrisk.v1.SubmitUriMetadata.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

The operation was cancelled.

CANCELLED = 3;

CANCELLED_VALUE

The operation was cancelled.

CANCELLED = 3;

CLOSED

The operation was closed with no action taken.

CLOSED = 5;

CLOSED_VALUE

The operation was closed with no action taken.

CLOSED = 5;

FAILED

The operation finished with a failure status.

FAILED = 4;

FAILED_VALUE

The operation finished with a failure status.

FAILED = 4;

RUNNING

The operation is currently running.

RUNNING = 1;

RUNNING_VALUE

The operation is currently running.

RUNNING = 1;

STATE_UNSPECIFIED

Default unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default unspecified state.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The operation finished with a success status.

SUCCEEDED = 2;

SUCCEEDED_VALUE

The operation finished with a success status.

SUCCEEDED = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()