public static enum Instance.StateNote extends Enum<Instance.StateNote> implements com.google.protobuf.ProtocolMessageEnum
Provides information about the current instance state.Protobuf enum
google.cloud.securesourcemanager.v1.Instance.StateNote| Enum Constant and Description |
|---|
INSTANCE_RESUMING
Deprecated.
|
PAUSED_CMEK_UNAVAILABLE
CMEK access is unavailable.
|
STATE_NOTE_UNSPECIFIED
STATE_NOTE_UNSPECIFIED as the first value of State.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
INSTANCE_RESUMING_VALUE
Deprecated.
|
static int |
PAUSED_CMEK_UNAVAILABLE_VALUE
CMEK access is unavailable.
|
static int |
STATE_NOTE_UNSPECIFIED_VALUE
STATE_NOTE_UNSPECIFIED as the first value of State.
|
| Modifier and Type | Method and Description |
|---|---|
static Instance.StateNote |
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<Instance.StateNote> |
internalGetValueMap() |
static Instance.StateNote |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Instance.StateNote |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Instance.StateNote |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.StateNote[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Instance.StateNote STATE_NOTE_UNSPECIFIED
STATE_NOTE_UNSPECIFIED as the first value of State.
STATE_NOTE_UNSPECIFIED = 0;public static final Instance.StateNote PAUSED_CMEK_UNAVAILABLE
CMEK access is unavailable.
PAUSED_CMEK_UNAVAILABLE = 1;@Deprecated public static final Instance.StateNote INSTANCE_RESUMING
INSTANCE_RESUMING indicates that the instance was previously paused and is under the process of being brought back.
INSTANCE_RESUMING = 2 [deprecated = true];public static final Instance.StateNote UNRECOGNIZED
public static final int STATE_NOTE_UNSPECIFIED_VALUE
STATE_NOTE_UNSPECIFIED as the first value of State.
STATE_NOTE_UNSPECIFIED = 0;public static final int PAUSED_CMEK_UNAVAILABLE_VALUE
CMEK access is unavailable.
PAUSED_CMEK_UNAVAILABLE = 1;@Deprecated public static final int INSTANCE_RESUMING_VALUE
INSTANCE_RESUMING indicates that the instance was previously paused and is under the process of being brought back.
INSTANCE_RESUMING = 2 [deprecated = true];public static Instance.StateNote[] values()
for (Instance.StateNote c : Instance.StateNote.values()) System.out.println(c);
public static Instance.StateNote 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 Instance.StateNote valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Instance.StateNote forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Instance.StateNote> 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 Instance.StateNote valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.