Enum QuotaRule.State (0.57.0)

publicenumQuotaRule.StateextendsEnum<QuotaRule.State>implementsProtocolMessageEnum

Quota Rule states

Protobuf enum google.cloud.netapp.v1.QuotaRule.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATING

Quota rule is creating

CREATING = 1;

CREATING_VALUE

Quota rule is creating

CREATING = 1;

DELETING

Quota rule is deleting

DELETING = 3;

DELETING_VALUE

Quota rule is deleting

DELETING = 3;

ERROR

Quota rule is in error state.

ERROR = 5;

ERROR_VALUE

Quota rule is in error state.

ERROR = 5;

READY

Quota rule is ready

READY = 4;

READY_VALUE

Quota rule is ready

READY = 4;

STATE_UNSPECIFIED

Unspecified state for quota rule

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state for quota rule

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Quota rule is updating

UPDATING = 2;

UPDATING_VALUE

Quota rule is updating

UPDATING = 2;

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.