Enum Snapshot.StorageBytesStatus (1.51.0)

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

[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNDEFINED_STORAGE_BYTES_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STORAGE_BYTES_STATUS = 0;

UNDEFINED_STORAGE_BYTES_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STORAGE_BYTES_STATUS = 0;

UNRECOGNIZED
UPDATING

UPDATING = 494614342;

UPDATING_VALUE

UPDATING = 494614342;

UP_TO_DATE

UP_TO_DATE = 101306702;

UP_TO_DATE_VALUE

UP_TO_DATE = 101306702;

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