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