Enum Snapshot.SnapshotType (1.51.0)

public enum Snapshot.SnapshotType extends Enum<Snapshot.SnapshotType> implements ProtocolMessageEnum

Indicates the type of the snapshot.

Protobuf enum google.cloud.compute.v1.Snapshot.SnapshotType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ARCHIVE

ARCHIVE = 506752162;

ARCHIVE_VALUE

ARCHIVE = 506752162;

STANDARD

STANDARD = 484642493;

STANDARD_VALUE

STANDARD = 484642493;

UNDEFINED_SNAPSHOT_TYPE

A value indicating that the enum field is not set.

UNDEFINED_SNAPSHOT_TYPE = 0;

UNDEFINED_SNAPSHOT_TYPE_VALUE

A value indicating that the enum field is not set.

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