Enum OperationMetadata.StatusReason (0.69.0)

publicenumOperationMetadata.StatusReasonextendsEnum<OperationMetadata.StatusReason>implementsProtocolMessageEnum

Indicates the reason for the status of the operation.

Protobuf enum google.cloud.edgecontainer.v1.OperationMetadata.StatusReason

Implements

ProtocolMessageEnum

Static Fields

Name Description
STATUS_REASON_UNSPECIFIED

Reason unknown.

STATUS_REASON_UNSPECIFIED = 0;

STATUS_REASON_UNSPECIFIED_VALUE

Reason unknown.

STATUS_REASON_UNSPECIFIED = 0;

UNRECOGNIZED
UPGRADE_PAUSED

The cluster upgrade is currently paused.

UPGRADE_PAUSED = 1;

UPGRADE_PAUSED_VALUE

The cluster upgrade is currently paused.

UPGRADE_PAUSED = 1;

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年10月30日 UTC.