public interface ComputeInstanceDataSourcePropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()The description of the Compute Engine instance.
 string description = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The description. | 
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()The description of the Compute Engine instance.
 string description = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for description. | 
getMachineType()
public abstract String getMachineType()The machine type of the instance.
 string machine_type = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The machineType. | 
getMachineTypeBytes()
public abstract ByteString getMachineTypeBytes()The machine type of the instance.
 string machine_type = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for machineType. | 
getName()
public abstract String getName()Name of the compute instance backed up by the datasource.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes()Name of the compute instance backed up by the datasource.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getTotalDiskCount()
public abstract long getTotalDiskCount()The total number of disks attached to the Instance.
 int64 total_disk_count = 4;
| Returns | |
|---|---|
| Type | Description | 
| long | The totalDiskCount. | 
getTotalDiskSizeGb()
public abstract long getTotalDiskSizeGb()The sum of all the disk sizes.
 int64 total_disk_size_gb = 5;
| Returns | |
|---|---|
| Type | Description | 
| long | The totalDiskSizeGb. |