public static enum RawDisk.ContainerType extends Enum<RawDisk.ContainerType> implements com.google.protobuf.ProtocolMessageEnum
The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.Protobuf enum
google.cloud.compute.v1.RawDisk.ContainerType| Enum Constant and Description |
|---|
TAR
TAR = 82821; |
UNDEFINED_CONTAINER_TYPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
TAR_VALUE
TAR = 82821; |
static int |
UNDEFINED_CONTAINER_TYPE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static RawDisk.ContainerType |
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<RawDisk.ContainerType> |
internalGetValueMap() |
static RawDisk.ContainerType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RawDisk.ContainerType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RawDisk.ContainerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawDisk.ContainerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawDisk.ContainerType UNDEFINED_CONTAINER_TYPE
A value indicating that the enum field is not set.
UNDEFINED_CONTAINER_TYPE = 0;public static final RawDisk.ContainerType TAR
TAR = 82821;public static final RawDisk.ContainerType UNRECOGNIZED
public static final int UNDEFINED_CONTAINER_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_CONTAINER_TYPE = 0;public static final int TAR_VALUE
TAR = 82821;public static RawDisk.ContainerType[] values()
for (RawDisk.ContainerType c : RawDisk.ContainerType.values()) System.out.println(c);
public static RawDisk.ContainerType 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 RawDisk.ContainerType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static RawDisk.ContainerType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RawDisk.ContainerType> 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 RawDisk.ContainerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.