- 1.86.0 (latest)
- 1.85.0
- 1.84.0
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.77.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public interface NodeGroupNodeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccelerators(int index)
public abstract AcceleratorConfig getAccelerators(int index)Accelerators for this node.
 repeated .google.cloud.compute.v1.AcceleratorConfig accelerators = 269577064;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| AcceleratorConfig | |
getAcceleratorsCount()
public abstract int getAcceleratorsCount()Accelerators for this node.
 repeated .google.cloud.compute.v1.AcceleratorConfig accelerators = 269577064;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getAcceleratorsList()
public abstract List<AcceleratorConfig> getAcceleratorsList()Accelerators for this node.
 repeated .google.cloud.compute.v1.AcceleratorConfig accelerators = 269577064;
| Returns | |
|---|---|
| Type | Description | 
| List<AcceleratorConfig> | |
getAcceleratorsOrBuilder(int index)
public abstract AcceleratorConfigOrBuilder getAcceleratorsOrBuilder(int index)Accelerators for this node.
 repeated .google.cloud.compute.v1.AcceleratorConfig accelerators = 269577064;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| AcceleratorConfigOrBuilder | |
getAcceleratorsOrBuilderList()
public abstract List<? extends AcceleratorConfigOrBuilder> getAcceleratorsOrBuilderList()Accelerators for this node.
 repeated .google.cloud.compute.v1.AcceleratorConfig accelerators = 269577064;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.compute.v1.AcceleratorConfigOrBuilder> | |
getConsumedResources()
public abstract InstanceConsumptionInfo getConsumedResources()Node resources that are reserved by all instances.
 optional .google.cloud.compute.v1.InstanceConsumptionInfo consumed_resources = 334527118;
 
| Returns | |
|---|---|
| Type | Description | 
| InstanceConsumptionInfo | The consumedResources. | 
getConsumedResourcesOrBuilder()
public abstract InstanceConsumptionInfoOrBuilder getConsumedResourcesOrBuilder()Node resources that are reserved by all instances.
 optional .google.cloud.compute.v1.InstanceConsumptionInfo consumed_resources = 334527118;
 
| Returns | |
|---|---|
| Type | Description | 
| InstanceConsumptionInfoOrBuilder | |
getCpuOvercommitType()
public abstract String getCpuOvercommitType()CPU overcommit. Check the CpuOvercommitType enum for the list of possible values.
 optional string cpu_overcommit_type = 247727959;
| Returns | |
|---|---|
| Type | Description | 
| String | The cpuOvercommitType. | 
getCpuOvercommitTypeBytes()
public abstract ByteString getCpuOvercommitTypeBytes()CPU overcommit. Check the CpuOvercommitType enum for the list of possible values.
 optional string cpu_overcommit_type = 247727959;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for cpuOvercommitType. | 
getDisks(int index)
public abstract LocalDisk getDisks(int index)Local disk configurations.
 repeated .google.cloud.compute.v1.LocalDisk disks = 95594102;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| LocalDisk | |
getDisksCount()
public abstract int getDisksCount()Local disk configurations.
 repeated .google.cloud.compute.v1.LocalDisk disks = 95594102;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getDisksList()
public abstract List<LocalDisk> getDisksList()Local disk configurations.
 repeated .google.cloud.compute.v1.LocalDisk disks = 95594102;
| Returns | |
|---|---|
| Type | Description | 
| List<LocalDisk> | |
getDisksOrBuilder(int index)
public abstract LocalDiskOrBuilder getDisksOrBuilder(int index)Local disk configurations.
 repeated .google.cloud.compute.v1.LocalDisk disks = 95594102;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| LocalDiskOrBuilder | |
getDisksOrBuilderList()
public abstract List<? extends LocalDiskOrBuilder> getDisksOrBuilderList()Local disk configurations.
 repeated .google.cloud.compute.v1.LocalDisk disks = 95594102;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.compute.v1.LocalDiskOrBuilder> | |
getInstanceConsumptionData(int index)
public abstract InstanceConsumptionData getInstanceConsumptionData(int index)Instance data that shows consumed resources on the node.
 
 repeated .google.cloud.compute.v1.InstanceConsumptionData instance_consumption_data = 84715576;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| InstanceConsumptionData | |
getInstanceConsumptionDataCount()
public abstract int getInstanceConsumptionDataCount()Instance data that shows consumed resources on the node.
 
 repeated .google.cloud.compute.v1.InstanceConsumptionData instance_consumption_data = 84715576;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getInstanceConsumptionDataList()
public abstract List<InstanceConsumptionData> getInstanceConsumptionDataList()Instance data that shows consumed resources on the node.
 
 repeated .google.cloud.compute.v1.InstanceConsumptionData instance_consumption_data = 84715576;
 
| Returns | |
|---|---|
| Type | Description | 
| List<InstanceConsumptionData> | |
getInstanceConsumptionDataOrBuilder(int index)
public abstract InstanceConsumptionDataOrBuilder getInstanceConsumptionDataOrBuilder(int index)Instance data that shows consumed resources on the node.
 
 repeated .google.cloud.compute.v1.InstanceConsumptionData instance_consumption_data = 84715576;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| InstanceConsumptionDataOrBuilder | |
getInstanceConsumptionDataOrBuilderList()
public abstract List<? extends InstanceConsumptionDataOrBuilder> getInstanceConsumptionDataOrBuilderList()Instance data that shows consumed resources on the node.
 
 repeated .google.cloud.compute.v1.InstanceConsumptionData instance_consumption_data = 84715576;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.compute.v1.InstanceConsumptionDataOrBuilder> | |
getInstances(int index)
public abstract String getInstances(int index)Instances scheduled on this node.
 repeated string instances = 29097598;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The instances at the given index. | 
getInstancesBytes(int index)
public abstract ByteString getInstancesBytes(int index)Instances scheduled on this node.
 repeated string instances = 29097598;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the instances at the given index. | 
getInstancesCount()
public abstract int getInstancesCount()Instances scheduled on this node.
 repeated string instances = 29097598;
| Returns | |
|---|---|
| Type | Description | 
| int | The count of instances. | 
getInstancesList()
public abstract List<String> getInstancesList()Instances scheduled on this node.
 repeated string instances = 29097598;
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the instances. | 
getName()
public abstract String getName()The name of the node.
 optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes()The name of the node.
 optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getNodeType()
public abstract String getNodeType()The type of this node.
 optional string node_type = 465832791;
| Returns | |
|---|---|
| Type | Description | 
| String | The nodeType. | 
getNodeTypeBytes()
public abstract ByteString getNodeTypeBytes()The type of this node.
 optional string node_type = 465832791;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for nodeType. | 
getSatisfiesPzs()
public abstract boolean getSatisfiesPzs()[Output Only] Reserved for future use.
 optional bool satisfies_pzs = 480964267;
| Returns | |
|---|---|
| Type | Description | 
| boolean | The satisfiesPzs. | 
getServerBinding()
public abstract ServerBinding getServerBinding()Binding properties for the physical server.
 optional .google.cloud.compute.v1.ServerBinding server_binding = 208179593;
| Returns | |
|---|---|
| Type | Description | 
| ServerBinding | The serverBinding. | 
getServerBindingOrBuilder()
public abstract ServerBindingOrBuilder getServerBindingOrBuilder()Binding properties for the physical server.
 optional .google.cloud.compute.v1.ServerBinding server_binding = 208179593;
| Returns | |
|---|---|
| Type | Description | 
| ServerBindingOrBuilder | |
getServerId()
public abstract String getServerId()Server ID associated with this node.
 optional string server_id = 339433367;
| Returns | |
|---|---|
| Type | Description | 
| String | The serverId. | 
getServerIdBytes()
public abstract ByteString getServerIdBytes()Server ID associated with this node.
 optional string server_id = 339433367;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for serverId. | 
getStatus()
public abstract String getStatus()Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description | 
| String | The status. | 
getStatusBytes()
public abstract ByteString getStatusBytes()Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for status. | 
getTotalResources()
public abstract InstanceConsumptionInfo getTotalResources()Total amount of available resources on the node.
 optional .google.cloud.compute.v1.InstanceConsumptionInfo total_resources = 97406698;
 
| Returns | |
|---|---|
| Type | Description | 
| InstanceConsumptionInfo | The totalResources. | 
getTotalResourcesOrBuilder()
public abstract InstanceConsumptionInfoOrBuilder getTotalResourcesOrBuilder()Total amount of available resources on the node.
 optional .google.cloud.compute.v1.InstanceConsumptionInfo total_resources = 97406698;
 
| Returns | |
|---|---|
| Type | Description | 
| InstanceConsumptionInfoOrBuilder | |
hasConsumedResources()
public abstract boolean hasConsumedResources()Node resources that are reserved by all instances.
 optional .google.cloud.compute.v1.InstanceConsumptionInfo consumed_resources = 334527118;
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the consumedResources field is set. | 
hasCpuOvercommitType()
public abstract boolean hasCpuOvercommitType()CPU overcommit. Check the CpuOvercommitType enum for the list of possible values.
 optional string cpu_overcommit_type = 247727959;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the cpuOvercommitType field is set. | 
hasName()
public abstract boolean hasName()The name of the node.
 optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the name field is set. | 
hasNodeType()
public abstract boolean hasNodeType()The type of this node.
 optional string node_type = 465832791;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the nodeType field is set. | 
hasSatisfiesPzs()
public abstract boolean hasSatisfiesPzs()[Output Only] Reserved for future use.
 optional bool satisfies_pzs = 480964267;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the satisfiesPzs field is set. | 
hasServerBinding()
public abstract boolean hasServerBinding()Binding properties for the physical server.
 optional .google.cloud.compute.v1.ServerBinding server_binding = 208179593;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the serverBinding field is set. | 
hasServerId()
public abstract boolean hasServerId()Server ID associated with this node.
 optional string server_id = 339433367;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the serverId field is set. | 
hasStatus()
public abstract boolean hasStatus()Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the status field is set. | 
hasTotalResources()
public abstract boolean hasTotalResources()Total amount of available resources on the node.
 optional .google.cloud.compute.v1.InstanceConsumptionInfo total_resources = 97406698;
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the totalResources field is set. |