Enum FileContentBuffer.FileType (1.50.0)

public enum FileContentBuffer.FileType extends Enum<FileContentBuffer.FileType> implements ProtocolMessageEnum

The file type of source file.

Protobuf enum google.cloud.compute.v1.FileContentBuffer.FileType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BIN

BIN = 65767;

BIN_VALUE

BIN = 65767;

UNDEFINED

UNDEFINED = 137851184;

UNDEFINED_FILE_TYPE

A value indicating that the enum field is not set.

UNDEFINED_FILE_TYPE = 0;

UNDEFINED_FILE_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_FILE_TYPE = 0;

UNDEFINED_VALUE

UNDEFINED = 137851184;

UNRECOGNIZED
X509

X509 = 2674086;

X509_VALUE

X509 = 2674086;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()