public static enum NodeTemplate.Status extends Enum<NodeTemplate.Status> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] The status of the node template. One of the following values: CREATING, READY, and DELETING.Protobuf enum
google.cloud.compute.v1.NodeTemplate.Status| Enum Constant and Description |
|---|
CREATING
Resources are being allocated.
|
DELETING
The node template is currently being deleted.
|
INVALID
Invalid status.
|
READY
The node template is ready.
|
UNDEFINED_STATUS
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATING_VALUE
Resources are being allocated.
|
static int |
DELETING_VALUE
The node template is currently being deleted.
|
static int |
INVALID_VALUE
Invalid status.
|
static int |
READY_VALUE
The node template is ready.
|
static int |
UNDEFINED_STATUS_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeTemplate.Status |
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<NodeTemplate.Status> |
internalGetValueMap() |
static NodeTemplate.Status |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NodeTemplate.Status |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NodeTemplate.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeTemplate.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeTemplate.Status UNDEFINED_STATUS
A value indicating that the enum field is not set.
UNDEFINED_STATUS = 0;public static final NodeTemplate.Status CREATING
Resources are being allocated.
CREATING = 455564985;public static final NodeTemplate.Status DELETING
The node template is currently being deleted.
DELETING = 528602024;public static final NodeTemplate.Status INVALID
Invalid status.
INVALID = 530283991;public static final NodeTemplate.Status READY
The node template is ready.
READY = 77848963;public static final NodeTemplate.Status UNRECOGNIZED
public static final int UNDEFINED_STATUS_VALUE
A value indicating that the enum field is not set.
UNDEFINED_STATUS = 0;public static final int CREATING_VALUE
Resources are being allocated.
CREATING = 455564985;public static final int DELETING_VALUE
The node template is currently being deleted.
DELETING = 528602024;public static final int INVALID_VALUE
Invalid status.
INVALID = 530283991;public static final int READY_VALUE
The node template is ready.
READY = 77848963;public static NodeTemplate.Status[] values()
for (NodeTemplate.Status c : NodeTemplate.Status.values()) System.out.println(c);
public static NodeTemplate.Status 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 NodeTemplate.Status valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NodeTemplate.Status forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NodeTemplate.Status> 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 NodeTemplate.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.