public static interface VmwareSourceVmDetails.VmwareDiskDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDiskNumber()
public abstract int getDiskNumber()
Output only. The ordinal number of the disk.
int32 disk_number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The diskNumber. |
getLabel()
public abstract String getLabel()
Output only. The disk label.
string label = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The label. |
getLabelBytes()
public abstract ByteString getLabelBytes()
Output only. The disk label.
string label = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for label. |
getSizeGb()
public abstract long getSizeGb()
Output only. Size in GB.
int64 size_gb = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The sizeGb. |