Enum CommonMetadata.State (2.32.3)

publicenumCommonMetadata.StateextendsEnum<CommonMetadata.State>implementsProtocolMessageEnum

The various possible states for an ongoing Operation.

Protobuf enum google.datastore.admin.v1.CommonMetadata.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CANCELLED

Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.

CANCELLED = 7;

CANCELLED_VALUE

Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.

CANCELLED = 7;

CANCELLING

Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.

CANCELLING = 3;

CANCELLING_VALUE

Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.

CANCELLING = 3;

FAILED

Request has finished being processed, but encountered an error.

FAILED = 6;

FAILED_VALUE

Request has finished being processed, but encountered an error.

FAILED = 6;

FINALIZING

Request has been processed and is in its finalization stage.

FINALIZING = 4;

FINALIZING_VALUE

Request has been processed and is in its finalization stage.

FINALIZING = 4;

INITIALIZING

Request is being prepared for processing.

INITIALIZING = 1;

INITIALIZING_VALUE

Request is being prepared for processing.

INITIALIZING = 1;

PROCESSING

Request is actively being processed.

PROCESSING = 2;

PROCESSING_VALUE

Request is actively being processed.

PROCESSING = 2;

STATE_UNSPECIFIED

Unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified.

STATE_UNSPECIFIED = 0;

SUCCESSFUL

Request has completed successfully.

SUCCESSFUL = 5;

SUCCESSFUL_VALUE

Request has completed successfully.

SUCCESSFUL = 5;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.