public interface VolumeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Unique name for the volume.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Unique name for the volume.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSizeGb()
public abstract double getSizeGb()Volume size in gigabytes.
double size_gb = 3;
| Returns | |
|---|---|
| Type | Description |
double |
The sizeGb. |
getVolumeType()
public abstract String getVolumeType()Underlying volume type, e.g. 'tmpfs'.
string volume_type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The volumeType. |
getVolumeTypeBytes()
public abstract ByteString getVolumeTypeBytes()Underlying volume type, e.g. 'tmpfs'.
string volume_type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for volumeType. |