Interface ComputeInstanceDataSourcePropertiesOrBuilder (0.17.0)

publicinterface ComputeInstanceDataSourcePropertiesOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

publicabstractStringgetDescription()

The description of the Compute Engine instance.

string description = 2;

Returns
Type Description
String

The description.

getDescriptionBytes()

publicabstractByteStringgetDescriptionBytes()

The description of the Compute Engine instance.

string description = 2;

Returns
Type Description
ByteString

The bytes for description.

getMachineType()

publicabstractStringgetMachineType()

The machine type of the instance.

string machine_type = 3;

Returns
Type Description
String

The machineType.

getMachineTypeBytes()

publicabstractByteStringgetMachineTypeBytes()

The machine type of the instance.

string machine_type = 3;

Returns
Type Description
ByteString

The bytes for machineType.

getName()

publicabstractStringgetName()

Name of the compute instance backed up by the datasource.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

publicabstractByteStringgetNameBytes()

Name of the compute instance backed up by the datasource.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getTotalDiskCount()

publicabstractlonggetTotalDiskCount()

The total number of disks attached to the Instance.

int64 total_disk_count = 4;

Returns
Type Description
long

The totalDiskCount.

getTotalDiskSizeGb()

publicabstractlonggetTotalDiskSizeGb()

The sum of all the disk sizes.

int64 total_disk_size_gb = 5;

Returns
Type Description
long

The totalDiskSizeGb.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.