public static enum BackupVault.State extends Enum<BackupVault.State> implements com.google.protobuf.ProtocolMessageEnum
The Backup Vault StatesProtobuf enum
google.cloud.netapp.v1.BackupVault.State| Enum Constant and Description |
|---|
CREATING
BackupVault is being created.
|
DELETING
BackupVault is being deleted.
|
ERROR
BackupVault is not valid and cannot be used.
|
READY
BackupVault is available for use.
|
STATE_UNSPECIFIED
State not set.
|
UNRECOGNIZED |
UPDATING
BackupVault is being updated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATING_VALUE
BackupVault is being created.
|
static int |
DELETING_VALUE
BackupVault is being deleted.
|
static int |
ERROR_VALUE
BackupVault is not valid and cannot be used.
|
static int |
READY_VALUE
BackupVault is available for use.
|
static int |
STATE_UNSPECIFIED_VALUE
State not set.
|
static int |
UPDATING_VALUE
BackupVault is being updated.
|
| Modifier and Type | Method and Description |
|---|---|
static BackupVault.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<BackupVault.State> |
internalGetValueMap() |
static BackupVault.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BackupVault.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BackupVault.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupVault.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackupVault.State STATE_UNSPECIFIED
State not set.
STATE_UNSPECIFIED = 0;public static final BackupVault.State CREATING
BackupVault is being created.
CREATING = 1;public static final BackupVault.State READY
BackupVault is available for use.
READY = 2;public static final BackupVault.State DELETING
BackupVault is being deleted.
DELETING = 3;public static final BackupVault.State ERROR
BackupVault is not valid and cannot be used.
ERROR = 4;public static final BackupVault.State UPDATING
BackupVault is being updated.
UPDATING = 5;public static final BackupVault.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
State not set.
STATE_UNSPECIFIED = 0;public static final int CREATING_VALUE
BackupVault is being created.
CREATING = 1;public static final int READY_VALUE
BackupVault is available for use.
READY = 2;public static final int DELETING_VALUE
BackupVault is being deleted.
DELETING = 3;public static final int ERROR_VALUE
BackupVault is not valid and cannot be used.
ERROR = 4;public static final int UPDATING_VALUE
BackupVault is being updated.
UPDATING = 5;public static BackupVault.State[] values()
for (BackupVault.State c : BackupVault.State.values()) System.out.println(c);
public static BackupVault.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static BackupVault.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static BackupVault.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BackupVault.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BackupVault.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.