public static enum FileContentBuffer.FileType extends Enum<FileContentBuffer.FileType> implements com.google.protobuf.ProtocolMessageEnum
The file type of source file.Protobuf enum
google.cloud.compute.v1.FileContentBuffer.FileType| Enum Constant and Description |
|---|
BIN
BIN = 65767; |
UNDEFINED
UNDEFINED = 137851184; |
UNDEFINED_FILE_TYPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
X509
X509 = 2674086; |
| Modifier and Type | Field and Description |
|---|---|
static int |
BIN_VALUE
BIN = 65767; |
static int |
UNDEFINED_FILE_TYPE_VALUE
A value indicating that the enum field is not set.
|
static int |
UNDEFINED_VALUE
UNDEFINED = 137851184; |
static int |
X509_VALUE
X509 = 2674086; |
| Modifier and Type | Method and Description |
|---|---|
static FileContentBuffer.FileType |
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<FileContentBuffer.FileType> |
internalGetValueMap() |
static FileContentBuffer.FileType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FileContentBuffer.FileType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FileContentBuffer.FileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileContentBuffer.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileContentBuffer.FileType UNDEFINED_FILE_TYPE
A value indicating that the enum field is not set.
UNDEFINED_FILE_TYPE = 0;public static final FileContentBuffer.FileType BIN
BIN = 65767;public static final FileContentBuffer.FileType UNDEFINED
UNDEFINED = 137851184;public static final FileContentBuffer.FileType X509
X509 = 2674086;public static final FileContentBuffer.FileType UNRECOGNIZED
public static final int UNDEFINED_FILE_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_FILE_TYPE = 0;public static final int BIN_VALUE
BIN = 65767;public static final int UNDEFINED_VALUE
UNDEFINED = 137851184;public static final int X509_VALUE
X509 = 2674086;public static FileContentBuffer.FileType[] values()
for (FileContentBuffer.FileType c : FileContentBuffer.FileType.values()) System.out.println(c);
public static FileContentBuffer.FileType 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 FileContentBuffer.FileType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FileContentBuffer.FileType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FileContentBuffer.FileType> 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 FileContentBuffer.FileType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.