Enum Image.SourceType (1.51.0)

public enum Image.SourceType extends Enum<Image.SourceType> implements ProtocolMessageEnum

The type of the image used to create this disk. The default and only valid value is RAW.

Protobuf enum google.cloud.compute.v1.Image.SourceType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RAW

RAW = 80904;

RAW_VALUE

RAW = 80904;

UNDEFINED_SOURCE_TYPE

A value indicating that the enum field is not set.

UNDEFINED_SOURCE_TYPE = 0;

UNDEFINED_SOURCE_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_SOURCE_TYPE = 0;

UNRECOGNIZED

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()