Enum Image.SourceType (1.52.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

Name Description
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()