Interface DiskDataSourcePropertiesOrBuilder (0.29.0)

public interface DiskDataSourcePropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

The description of the disk.

string description = 2;

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

The description of the disk.

string description = 2;

Returns
Type Description
ByteString

The bytes for description.

getName()

public abstract String getName()

Name of the disk backed up by the datasource.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the disk backed up by the datasource.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getSizeGb()

public abstract long getSizeGb()

The size of the disk in GB.

int64 size_gb = 4;

Returns
Type Description
long

The sizeGb.

getType()

public abstract String getType()

The type of the disk.

string type = 3;

Returns
Type Description
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

The type of the disk.

string type = 3;

Returns
Type Description
ByteString

The bytes for type.