Interface DisksResizeRequestOrBuilder (1.51.0)

public interface DisksResizeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSizeGb()

public abstract long getSizeGb()

The new size of the persistent disk, which is specified in GB.

optional int64 size_gb = 494929369;

Returns
TypeDescription
long

The sizeGb.

hasSizeGb()

public abstract boolean hasSizeGb()

The new size of the persistent disk, which is specified in GB.

optional int64 size_gb = 494929369;

Returns
TypeDescription
boolean

Whether the sizeGb field is set.