Class NodeConfig.Builder (2.46.0)

public static final class NodeConfig.Builder extends GeneratedMessageV3.Builder<NodeConfig.Builder> implements NodeConfigOrBuilder

Parameters that describe the nodes in a cluster.

GKE Autopilot clusters do not recognize parameters in NodeConfig. Use AutoprovisioningNodePoolDefaults instead.

Protobuf type google.container.v1.NodeConfig

Implements

NodeConfigOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAccelerators(AcceleratorConfig value)

public NodeConfig.Builder addAccelerators(AcceleratorConfig value)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameter
Name Description
value AcceleratorConfig
Returns
Type Description
NodeConfig.Builder

addAccelerators(AcceleratorConfig.Builder builderForValue)

public NodeConfig.Builder addAccelerators(AcceleratorConfig.Builder builderForValue)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameter
Name Description
builderForValue AcceleratorConfig.Builder
Returns
Type Description
NodeConfig.Builder

addAccelerators(int index, AcceleratorConfig value)

public NodeConfig.Builder addAccelerators(int index, AcceleratorConfig value)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameters
Name Description
index int
value AcceleratorConfig
Returns
Type Description
NodeConfig.Builder

addAccelerators(int index, AcceleratorConfig.Builder builderForValue)

public NodeConfig.Builder addAccelerators(int index, AcceleratorConfig.Builder builderForValue)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameters
Name Description
index int
builderForValue AcceleratorConfig.Builder
Returns
Type Description
NodeConfig.Builder

addAcceleratorsBuilder()

public AcceleratorConfig.Builder addAcceleratorsBuilder()

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Returns
Type Description
AcceleratorConfig.Builder

addAcceleratorsBuilder(int index)

public AcceleratorConfig.Builder addAcceleratorsBuilder(int index)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameter
Name Description
index int
Returns
Type Description
AcceleratorConfig.Builder

addAllAccelerators(Iterable<? extends AcceleratorConfig> values)

public NodeConfig.Builder addAllAccelerators(Iterable<? extends AcceleratorConfig> values)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameter
Name Description
values Iterable<? extends com.google.container.v1.AcceleratorConfig>
Returns
Type Description
NodeConfig.Builder

addAllOauthScopes(Iterable<String> values)

public NodeConfig.Builder addAllOauthScopes(Iterable<String> values)

The set of Google API scopes to be made available on all of the node VMs under the "default" service account.

The following scopes are recommended, but not required, and by default are not included:

repeated string oauth_scopes = 3;

Parameter
Name Description
values Iterable<String>

The oauthScopes to add.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

addAllSecondaryBootDisks(Iterable<? extends SecondaryBootDisk> values)

public NodeConfig.Builder addAllSecondaryBootDisks(Iterable<? extends SecondaryBootDisk> values)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameter
Name Description
values Iterable<? extends com.google.container.v1.SecondaryBootDisk>
Returns
Type Description
NodeConfig.Builder

addAllTags(Iterable<String> values)

public NodeConfig.Builder addAllTags(Iterable<String> values)

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.

repeated string tags = 8;

Parameter
Name Description
values Iterable<String>

The tags to add.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

addAllTaints(Iterable<? extends NodeTaint> values)

public NodeConfig.Builder addAllTaints(Iterable<? extends NodeTaint> values)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameter
Name Description
values Iterable<? extends com.google.container.v1.NodeTaint>
Returns
Type Description
NodeConfig.Builder

addOauthScopes(String value)

public NodeConfig.Builder addOauthScopes(String value)

The set of Google API scopes to be made available on all of the node VMs under the "default" service account.

The following scopes are recommended, but not required, and by default are not included:

repeated string oauth_scopes = 3;

Parameter
Name Description
value String

The oauthScopes to add.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

addOauthScopesBytes(ByteString value)

public NodeConfig.Builder addOauthScopesBytes(ByteString value)

The set of Google API scopes to be made available on all of the node VMs under the "default" service account.

The following scopes are recommended, but not required, and by default are not included:

repeated string oauth_scopes = 3;

Parameter
Name Description
value ByteString

The bytes of the oauthScopes to add.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public NodeConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
NodeConfig.Builder
Overrides

addSecondaryBootDisks(SecondaryBootDisk value)

public NodeConfig.Builder addSecondaryBootDisks(SecondaryBootDisk value)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameter
Name Description
value SecondaryBootDisk
Returns
Type Description
NodeConfig.Builder

addSecondaryBootDisks(SecondaryBootDisk.Builder builderForValue)

public NodeConfig.Builder addSecondaryBootDisks(SecondaryBootDisk.Builder builderForValue)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameter
Name Description
builderForValue SecondaryBootDisk.Builder
Returns
Type Description
NodeConfig.Builder

addSecondaryBootDisks(int index, SecondaryBootDisk value)

public NodeConfig.Builder addSecondaryBootDisks(int index, SecondaryBootDisk value)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameters
Name Description
index int
value SecondaryBootDisk
Returns
Type Description
NodeConfig.Builder

addSecondaryBootDisks(int index, SecondaryBootDisk.Builder builderForValue)

public NodeConfig.Builder addSecondaryBootDisks(int index, SecondaryBootDisk.Builder builderForValue)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameters
Name Description
index int
builderForValue SecondaryBootDisk.Builder
Returns
Type Description
NodeConfig.Builder

addSecondaryBootDisksBuilder()

public SecondaryBootDisk.Builder addSecondaryBootDisksBuilder()

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Returns
Type Description
SecondaryBootDisk.Builder

addSecondaryBootDisksBuilder(int index)

public SecondaryBootDisk.Builder addSecondaryBootDisksBuilder(int index)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameter
Name Description
index int
Returns
Type Description
SecondaryBootDisk.Builder

addTags(String value)

public NodeConfig.Builder addTags(String value)

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.

repeated string tags = 8;

Parameter
Name Description
value String

The tags to add.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

addTagsBytes(ByteString value)

public NodeConfig.Builder addTagsBytes(ByteString value)

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.

repeated string tags = 8;

Parameter
Name Description
value ByteString

The bytes of the tags to add.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

addTaints(NodeTaint value)

public NodeConfig.Builder addTaints(NodeTaint value)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameter
Name Description
value NodeTaint
Returns
Type Description
NodeConfig.Builder

addTaints(NodeTaint.Builder builderForValue)

public NodeConfig.Builder addTaints(NodeTaint.Builder builderForValue)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameter
Name Description
builderForValue NodeTaint.Builder
Returns
Type Description
NodeConfig.Builder

addTaints(int index, NodeTaint value)

public NodeConfig.Builder addTaints(int index, NodeTaint value)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameters
Name Description
index int
value NodeTaint
Returns
Type Description
NodeConfig.Builder

addTaints(int index, NodeTaint.Builder builderForValue)

public NodeConfig.Builder addTaints(int index, NodeTaint.Builder builderForValue)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameters
Name Description
index int
builderForValue NodeTaint.Builder
Returns
Type Description
NodeConfig.Builder

addTaintsBuilder()

public NodeTaint.Builder addTaintsBuilder()

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Returns
Type Description
NodeTaint.Builder

addTaintsBuilder(int index)

public NodeTaint.Builder addTaintsBuilder(int index)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameter
Name Description
index int
Returns
Type Description
NodeTaint.Builder

build()

public NodeConfig build()
Returns
Type Description
NodeConfig

buildPartial()

public NodeConfig buildPartial()
Returns
Type Description
NodeConfig

clear()

public NodeConfig.Builder clear()
Returns
Type Description
NodeConfig.Builder
Overrides

clearAccelerators()

public NodeConfig.Builder clearAccelerators()

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Returns
Type Description
NodeConfig.Builder

clearAdvancedMachineFeatures()

public NodeConfig.Builder clearAdvancedMachineFeatures()

Advanced features for the Compute Engine VM.

.google.container.v1.AdvancedMachineFeatures advanced_machine_features = 26;

Returns
Type Description
NodeConfig.Builder

clearBootDiskKmsKey()

public NodeConfig.Builder clearBootDiskKmsKey()

The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption

string boot_disk_kms_key = 23;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearConfidentialNodes()

public NodeConfig.Builder clearConfidentialNodes()

Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.

.google.container.v1.ConfidentialNodes confidential_nodes = 35;

Returns
Type Description
NodeConfig.Builder

clearDiskSizeGb()

public NodeConfig.Builder clearDiskSizeGb()

Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.

If unspecified, the default disk size is 100GB.

int32 disk_size_gb = 2;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearDiskType()

public NodeConfig.Builder clearDiskType()

Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced')

If unspecified, the default disk type is 'pd-standard'

string disk_type = 12;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearEnableConfidentialStorage()

public NodeConfig.Builder clearEnableConfidentialStorage()

Optional. Reserved for future use.

bool enable_confidential_storage = 46 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearEphemeralStorageLocalSsdConfig()

public NodeConfig.Builder clearEphemeralStorageLocalSsdConfig()

Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.

.google.container.v1.EphemeralStorageLocalSsdConfig ephemeral_storage_local_ssd_config = 41;

Returns
Type Description
NodeConfig.Builder

clearFastSocket()

public NodeConfig.Builder clearFastSocket()

Enable or disable NCCL fast socket for the node pool.

optional .google.container.v1.FastSocket fast_socket = 36;

Returns
Type Description
NodeConfig.Builder

clearField(Descriptors.FieldDescriptor field)

public NodeConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
NodeConfig.Builder
Overrides

clearGcfsConfig()

public NodeConfig.Builder clearGcfsConfig()

Google Container File System (image streaming) configs.

.google.container.v1.GcfsConfig gcfs_config = 25;

Returns
Type Description
NodeConfig.Builder

clearGvnic()

public NodeConfig.Builder clearGvnic()

Enable or disable gvnic in the node pool.

.google.container.v1.VirtualNIC gvnic = 29;

Returns
Type Description
NodeConfig.Builder

clearImageType()

public NodeConfig.Builder clearImageType()

The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

string image_type = 5;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearKubeletConfig()

public NodeConfig.Builder clearKubeletConfig()

Node kubelet configs.

.google.container.v1.NodeKubeletConfig kubelet_config = 22;

Returns
Type Description
NodeConfig.Builder

clearLabels()

public NodeConfig.Builder clearLabels()
Returns
Type Description
NodeConfig.Builder

clearLinuxNodeConfig()

public NodeConfig.Builder clearLinuxNodeConfig()

Parameters that can be configured on Linux nodes.

.google.container.v1.LinuxNodeConfig linux_node_config = 21;

Returns
Type Description
NodeConfig.Builder

clearLocalNvmeSsdBlockConfig()

public NodeConfig.Builder clearLocalNvmeSsdBlockConfig()

Parameters for using raw-block Local NVMe SSDs.

.google.container.v1.LocalNvmeSsdBlockConfig local_nvme_ssd_block_config = 40;

Returns
Type Description
NodeConfig.Builder

clearLocalSsdCount()

public NodeConfig.Builder clearLocalSsdCount()

The number of local SSD disks to be attached to the node.

The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.

int32 local_ssd_count = 7;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearLoggingConfig()

public NodeConfig.Builder clearLoggingConfig()

Logging configuration.

.google.container.v1.NodePoolLoggingConfig logging_config = 38;

Returns
Type Description
NodeConfig.Builder

clearMachineType()

public NodeConfig.Builder clearMachineType()

The name of a Google Compute Engine machine type

If unspecified, the default machine type is e2-medium.

string machine_type = 1;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearMetadata()

public NodeConfig.Builder clearMetadata()
Returns
Type Description
NodeConfig.Builder

clearMinCpuPlatform()

public NodeConfig.Builder clearMinCpuPlatform()

Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read how to specify min CPU platform

string min_cpu_platform = 13;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearNodeGroup()

public NodeConfig.Builder clearNodeGroup()

Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.

string node_group = 18;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearOauthScopes()

public NodeConfig.Builder clearOauthScopes()

The set of Google API scopes to be made available on all of the node VMs under the "default" service account.

The following scopes are recommended, but not required, and by default are not included:

repeated string oauth_scopes = 3;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public NodeConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
NodeConfig.Builder
Overrides

clearPreemptible()

public NodeConfig.Builder clearPreemptible()

Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.

bool preemptible = 10;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearReservationAffinity()

public NodeConfig.Builder clearReservationAffinity()

The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.

.google.container.v1.ReservationAffinity reservation_affinity = 19;

Returns
Type Description
NodeConfig.Builder

clearResourceLabels()

public NodeConfig.Builder clearResourceLabels()
Returns
Type Description
NodeConfig.Builder

clearResourceManagerTags()

public NodeConfig.Builder clearResourceManagerTags()

A map of resource manager tag keys and values to be attached to the nodes.

.google.container.v1.ResourceManagerTags resource_manager_tags = 45;

Returns
Type Description
NodeConfig.Builder

clearSandboxConfig()

public NodeConfig.Builder clearSandboxConfig()

Sandbox configuration for this node.

.google.container.v1.SandboxConfig sandbox_config = 17;

Returns
Type Description
NodeConfig.Builder

clearSecondaryBootDiskUpdateStrategy()

public NodeConfig.Builder clearSecondaryBootDiskUpdateStrategy()

Secondary boot disk update strategy.

optional .google.container.v1.SecondaryBootDiskUpdateStrategy secondary_boot_disk_update_strategy = 50;

Returns
Type Description
NodeConfig.Builder

clearSecondaryBootDisks()

public NodeConfig.Builder clearSecondaryBootDisks()

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Returns
Type Description
NodeConfig.Builder

clearServiceAccount()

public NodeConfig.Builder clearServiceAccount()

The Google Cloud Platform Service Account to be used by the node VMs. Specify the email address of the Service Account; otherwise, if no Service Account is specified, the "default" service account is used.

string service_account = 9;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearShieldedInstanceConfig()

public NodeConfig.Builder clearShieldedInstanceConfig()

Shielded Instance options.

.google.container.v1.ShieldedInstanceConfig shielded_instance_config = 20;

Returns
Type Description
NodeConfig.Builder

clearSoleTenantConfig()

public NodeConfig.Builder clearSoleTenantConfig()

Parameters for node pools to be backed by shared sole tenant node groups.

.google.container.v1.SoleTenantConfig sole_tenant_config = 42;

Returns
Type Description
NodeConfig.Builder

clearSpot()

public NodeConfig.Builder clearSpot()

Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.

bool spot = 32;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearTags()

public NodeConfig.Builder clearTags()

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.

repeated string tags = 8;

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

clearTaints()

public NodeConfig.Builder clearTaints()

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Returns
Type Description
NodeConfig.Builder

clearWindowsNodeConfig()

public NodeConfig.Builder clearWindowsNodeConfig()

Parameters that can be configured on Windows nodes.

.google.container.v1.WindowsNodeConfig windows_node_config = 39;

Returns
Type Description
NodeConfig.Builder

clearWorkloadMetadataConfig()

public NodeConfig.Builder clearWorkloadMetadataConfig()

The workload metadata configuration for this node.

.google.container.v1.WorkloadMetadataConfig workload_metadata_config = 14;

Returns
Type Description
NodeConfig.Builder

clone()

public NodeConfig.Builder clone()
Returns
Type Description
NodeConfig.Builder
Overrides

containsLabels(String key)

public boolean containsLabels(String key)

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/

map<string, string> labels = 6;

Parameter
Name Description
key String
Returns
Type Description
boolean

containsMetadata(String key)

public boolean containsMetadata(String key)

The metadata key/value pairs assigned to instances in the cluster.

Keys must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys:

  • "cluster-location"
  • "cluster-name"
  • "cluster-uid"
  • "configure-sh"
  • "containerd-configure-sh"
  • "enable-os-login"
  • "gci-ensure-gke-docker"
  • "gci-metrics-enabled"
  • "gci-update-strategy"
  • "instance-template"
  • "kube-env"
  • "startup-script"
  • "user-data"
  • "disable-address-manager"
  • "windows-startup-script-ps1"
  • "common-psm1"
  • "k8s-node-setup-psm1"
  • "install-ssh-psm1"
  • "user-profile-psm1"

    Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB.

    The total size of all keys and values must be less than 512 KB.

map<string, string> metadata = 4;

Parameter
Name Description
key String
Returns
Type Description
boolean

containsResourceLabels(String key)

public boolean containsResourceLabels(String key)

The resource labels for the node pool to use to annotate any related Google Compute Engine resources.

map<string, string> resource_labels = 37;

Parameter
Name Description
key String
Returns
Type Description
boolean

getAccelerators(int index)

public AcceleratorConfig getAccelerators(int index)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameter
Name Description
index int
Returns
Type Description
AcceleratorConfig

getAcceleratorsBuilder(int index)

public AcceleratorConfig.Builder getAcceleratorsBuilder(int index)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameter
Name Description
index int
Returns
Type Description
AcceleratorConfig.Builder

getAcceleratorsBuilderList()

public List<AcceleratorConfig.Builder> getAcceleratorsBuilderList()

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Returns
Type Description
List<Builder>

getAcceleratorsCount()

public int getAcceleratorsCount()

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Returns
Type Description
int

getAcceleratorsList()

public List<AcceleratorConfig> getAcceleratorsList()

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Returns
Type Description
List<AcceleratorConfig>

getAcceleratorsOrBuilder(int index)

public AcceleratorConfigOrBuilder getAcceleratorsOrBuilder(int index)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameter
Name Description
index int
Returns
Type Description
AcceleratorConfigOrBuilder

getAcceleratorsOrBuilderList()

public List<? extends AcceleratorConfigOrBuilder> getAcceleratorsOrBuilderList()

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Returns
Type Description
List<? extends com.google.container.v1.AcceleratorConfigOrBuilder>

getAdvancedMachineFeatures()

public AdvancedMachineFeatures getAdvancedMachineFeatures()

Advanced features for the Compute Engine VM.

.google.container.v1.AdvancedMachineFeatures advanced_machine_features = 26;

Returns
Type Description
AdvancedMachineFeatures

The advancedMachineFeatures.

getAdvancedMachineFeaturesBuilder()

public AdvancedMachineFeatures.Builder getAdvancedMachineFeaturesBuilder()

Advanced features for the Compute Engine VM.

.google.container.v1.AdvancedMachineFeatures advanced_machine_features = 26;

Returns
Type Description
AdvancedMachineFeatures.Builder

getAdvancedMachineFeaturesOrBuilder()

public AdvancedMachineFeaturesOrBuilder getAdvancedMachineFeaturesOrBuilder()

Advanced features for the Compute Engine VM.

.google.container.v1.AdvancedMachineFeatures advanced_machine_features = 26;

Returns
Type Description
AdvancedMachineFeaturesOrBuilder

getBootDiskKmsKey()

public String getBootDiskKmsKey()

The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption

string boot_disk_kms_key = 23;

Returns
Type Description
String

The bootDiskKmsKey.

getBootDiskKmsKeyBytes()

public ByteString getBootDiskKmsKeyBytes()

The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption

string boot_disk_kms_key = 23;

Returns
Type Description
ByteString

The bytes for bootDiskKmsKey.

getConfidentialNodes()

public ConfidentialNodes getConfidentialNodes()

Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.

.google.container.v1.ConfidentialNodes confidential_nodes = 35;

Returns
Type Description
ConfidentialNodes

The confidentialNodes.

getConfidentialNodesBuilder()

public ConfidentialNodes.Builder getConfidentialNodesBuilder()

Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.

.google.container.v1.ConfidentialNodes confidential_nodes = 35;

Returns
Type Description
ConfidentialNodes.Builder

getConfidentialNodesOrBuilder()

public ConfidentialNodesOrBuilder getConfidentialNodesOrBuilder()

Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.

.google.container.v1.ConfidentialNodes confidential_nodes = 35;

Returns
Type Description
ConfidentialNodesOrBuilder

getDefaultInstanceForType()

public NodeConfig getDefaultInstanceForType()
Returns
Type Description
NodeConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDiskSizeGb()

public int getDiskSizeGb()

Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.

If unspecified, the default disk size is 100GB.

int32 disk_size_gb = 2;

Returns
Type Description
int

The diskSizeGb.

getDiskType()

public String getDiskType()

Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced')

If unspecified, the default disk type is 'pd-standard'

string disk_type = 12;

Returns
Type Description
String

The diskType.

getDiskTypeBytes()

public ByteString getDiskTypeBytes()

Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced')

If unspecified, the default disk type is 'pd-standard'

string disk_type = 12;

Returns
Type Description
ByteString

The bytes for diskType.

getEnableConfidentialStorage()

public boolean getEnableConfidentialStorage()

Optional. Reserved for future use.

bool enable_confidential_storage = 46 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The enableConfidentialStorage.

getEphemeralStorageLocalSsdConfig()

public EphemeralStorageLocalSsdConfig getEphemeralStorageLocalSsdConfig()

Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.

.google.container.v1.EphemeralStorageLocalSsdConfig ephemeral_storage_local_ssd_config = 41;

Returns
Type Description
EphemeralStorageLocalSsdConfig

The ephemeralStorageLocalSsdConfig.

getEphemeralStorageLocalSsdConfigBuilder()

public EphemeralStorageLocalSsdConfig.Builder getEphemeralStorageLocalSsdConfigBuilder()

Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.

.google.container.v1.EphemeralStorageLocalSsdConfig ephemeral_storage_local_ssd_config = 41;

Returns
Type Description
EphemeralStorageLocalSsdConfig.Builder

getEphemeralStorageLocalSsdConfigOrBuilder()

public EphemeralStorageLocalSsdConfigOrBuilder getEphemeralStorageLocalSsdConfigOrBuilder()

Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.

.google.container.v1.EphemeralStorageLocalSsdConfig ephemeral_storage_local_ssd_config = 41;

Returns
Type Description
EphemeralStorageLocalSsdConfigOrBuilder

getFastSocket()

public FastSocket getFastSocket()

Enable or disable NCCL fast socket for the node pool.

optional .google.container.v1.FastSocket fast_socket = 36;

Returns
Type Description
FastSocket

The fastSocket.

getFastSocketBuilder()

public FastSocket.Builder getFastSocketBuilder()

Enable or disable NCCL fast socket for the node pool.

optional .google.container.v1.FastSocket fast_socket = 36;

Returns
Type Description
FastSocket.Builder

getFastSocketOrBuilder()

public FastSocketOrBuilder getFastSocketOrBuilder()

Enable or disable NCCL fast socket for the node pool.

optional .google.container.v1.FastSocket fast_socket = 36;

Returns
Type Description
FastSocketOrBuilder

getGcfsConfig()

public GcfsConfig getGcfsConfig()

Google Container File System (image streaming) configs.

.google.container.v1.GcfsConfig gcfs_config = 25;

Returns
Type Description
GcfsConfig

The gcfsConfig.

getGcfsConfigBuilder()

public GcfsConfig.Builder getGcfsConfigBuilder()

Google Container File System (image streaming) configs.

.google.container.v1.GcfsConfig gcfs_config = 25;

Returns
Type Description
GcfsConfig.Builder

getGcfsConfigOrBuilder()

public GcfsConfigOrBuilder getGcfsConfigOrBuilder()

Google Container File System (image streaming) configs.

.google.container.v1.GcfsConfig gcfs_config = 25;

Returns
Type Description
GcfsConfigOrBuilder

getGvnic()

public VirtualNIC getGvnic()

Enable or disable gvnic in the node pool.

.google.container.v1.VirtualNIC gvnic = 29;

Returns
Type Description
VirtualNIC

The gvnic.

getGvnicBuilder()

public VirtualNIC.Builder getGvnicBuilder()

Enable or disable gvnic in the node pool.

.google.container.v1.VirtualNIC gvnic = 29;

Returns
Type Description
VirtualNIC.Builder

getGvnicOrBuilder()

public VirtualNICOrBuilder getGvnicOrBuilder()

Enable or disable gvnic in the node pool.

.google.container.v1.VirtualNIC gvnic = 29;

Returns
Type Description
VirtualNICOrBuilder

getImageType()

public String getImageType()

The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

string image_type = 5;

Returns
Type Description
String

The imageType.

getImageTypeBytes()

public ByteString getImageTypeBytes()

The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

string image_type = 5;

Returns
Type Description
ByteString

The bytes for imageType.

getKubeletConfig()

public NodeKubeletConfig getKubeletConfig()

Node kubelet configs.

.google.container.v1.NodeKubeletConfig kubelet_config = 22;

Returns
Type Description
NodeKubeletConfig

The kubeletConfig.

getKubeletConfigBuilder()

public NodeKubeletConfig.Builder getKubeletConfigBuilder()

Node kubelet configs.

.google.container.v1.NodeKubeletConfig kubelet_config = 22;

Returns
Type Description
NodeKubeletConfig.Builder

getKubeletConfigOrBuilder()

public NodeKubeletConfigOrBuilder getKubeletConfigOrBuilder()

Node kubelet configs.

.google.container.v1.NodeKubeletConfig kubelet_config = 22;

Returns
Type Description
NodeKubeletConfigOrBuilder

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public int getLabelsCount()

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/

map<string, string> labels = 6;

Returns
Type Description
int

getLabelsMap()

public Map<String,String> getLabelsMap()

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/

map<string, string> labels = 6;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/

map<string, string> labels = 6;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/

map<string, string> labels = 6;

Parameter
Name Description
key String
Returns
Type Description
String

getLinuxNodeConfig()

public LinuxNodeConfig getLinuxNodeConfig()

Parameters that can be configured on Linux nodes.

.google.container.v1.LinuxNodeConfig linux_node_config = 21;

Returns
Type Description
LinuxNodeConfig

The linuxNodeConfig.

getLinuxNodeConfigBuilder()

public LinuxNodeConfig.Builder getLinuxNodeConfigBuilder()

Parameters that can be configured on Linux nodes.

.google.container.v1.LinuxNodeConfig linux_node_config = 21;

Returns
Type Description
LinuxNodeConfig.Builder

getLinuxNodeConfigOrBuilder()

public LinuxNodeConfigOrBuilder getLinuxNodeConfigOrBuilder()

Parameters that can be configured on Linux nodes.

.google.container.v1.LinuxNodeConfig linux_node_config = 21;

Returns
Type Description
LinuxNodeConfigOrBuilder

getLocalNvmeSsdBlockConfig()

public LocalNvmeSsdBlockConfig getLocalNvmeSsdBlockConfig()

Parameters for using raw-block Local NVMe SSDs.

.google.container.v1.LocalNvmeSsdBlockConfig local_nvme_ssd_block_config = 40;

Returns
Type Description
LocalNvmeSsdBlockConfig

The localNvmeSsdBlockConfig.

getLocalNvmeSsdBlockConfigBuilder()

public LocalNvmeSsdBlockConfig.Builder getLocalNvmeSsdBlockConfigBuilder()

Parameters for using raw-block Local NVMe SSDs.

.google.container.v1.LocalNvmeSsdBlockConfig local_nvme_ssd_block_config = 40;

Returns
Type Description
LocalNvmeSsdBlockConfig.Builder

getLocalNvmeSsdBlockConfigOrBuilder()

public LocalNvmeSsdBlockConfigOrBuilder getLocalNvmeSsdBlockConfigOrBuilder()

Parameters for using raw-block Local NVMe SSDs.

.google.container.v1.LocalNvmeSsdBlockConfig local_nvme_ssd_block_config = 40;

Returns
Type Description
LocalNvmeSsdBlockConfigOrBuilder

getLocalSsdCount()

public int getLocalSsdCount()

The number of local SSD disks to be attached to the node.

The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.

int32 local_ssd_count = 7;

Returns
Type Description
int

The localSsdCount.

getLoggingConfig()

public NodePoolLoggingConfig getLoggingConfig()

Logging configuration.

.google.container.v1.NodePoolLoggingConfig logging_config = 38;

Returns
Type Description
NodePoolLoggingConfig

The loggingConfig.

getLoggingConfigBuilder()

public NodePoolLoggingConfig.Builder getLoggingConfigBuilder()

Logging configuration.

.google.container.v1.NodePoolLoggingConfig logging_config = 38;

Returns
Type Description
NodePoolLoggingConfig.Builder

getLoggingConfigOrBuilder()

public NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder()

Logging configuration.

.google.container.v1.NodePoolLoggingConfig logging_config = 38;

Returns
Type Description
NodePoolLoggingConfigOrBuilder

getMachineType()

public String getMachineType()

The name of a Google Compute Engine machine type

If unspecified, the default machine type is e2-medium.

string machine_type = 1;

Returns
Type Description
String

The machineType.

getMachineTypeBytes()

public ByteString getMachineTypeBytes()

The name of a Google Compute Engine machine type

If unspecified, the default machine type is e2-medium.

string machine_type = 1;

Returns
Type Description
ByteString

The bytes for machineType.

getMetadata() (deprecated)

public Map<String,String> getMetadata()

Use #getMetadataMap() instead.

Returns
Type Description
Map<String,String>

getMetadataCount()

public int getMetadataCount()

The metadata key/value pairs assigned to instances in the cluster.

Keys must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys:

  • "cluster-location"
  • "cluster-name"
  • "cluster-uid"
  • "configure-sh"
  • "containerd-configure-sh"
  • "enable-os-login"
  • "gci-ensure-gke-docker"
  • "gci-metrics-enabled"
  • "gci-update-strategy"
  • "instance-template"
  • "kube-env"
  • "startup-script"
  • "user-data"
  • "disable-address-manager"
  • "windows-startup-script-ps1"
  • "common-psm1"
  • "k8s-node-setup-psm1"
  • "install-ssh-psm1"
  • "user-profile-psm1"

    Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB.

    The total size of all keys and values must be less than 512 KB.

map<string, string> metadata = 4;

Returns
Type Description
int

getMetadataMap()

public Map<String,String> getMetadataMap()

The metadata key/value pairs assigned to instances in the cluster.

Keys must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys:

  • "cluster-location"
  • "cluster-name"
  • "cluster-uid"
  • "configure-sh"
  • "containerd-configure-sh"
  • "enable-os-login"
  • "gci-ensure-gke-docker"
  • "gci-metrics-enabled"
  • "gci-update-strategy"
  • "instance-template"
  • "kube-env"
  • "startup-script"
  • "user-data"
  • "disable-address-manager"
  • "windows-startup-script-ps1"
  • "common-psm1"
  • "k8s-node-setup-psm1"
  • "install-ssh-psm1"
  • "user-profile-psm1"

    Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB.

    The total size of all keys and values must be less than 512 KB.

map<string, string> metadata = 4;

Returns
Type Description
Map<String,String>

getMetadataOrDefault(String key, String defaultValue)

public String getMetadataOrDefault(String key, String defaultValue)

The metadata key/value pairs assigned to instances in the cluster.

Keys must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys:

  • "cluster-location"
  • "cluster-name"
  • "cluster-uid"
  • "configure-sh"
  • "containerd-configure-sh"
  • "enable-os-login"
  • "gci-ensure-gke-docker"
  • "gci-metrics-enabled"
  • "gci-update-strategy"
  • "instance-template"
  • "kube-env"
  • "startup-script"
  • "user-data"
  • "disable-address-manager"
  • "windows-startup-script-ps1"
  • "common-psm1"
  • "k8s-node-setup-psm1"
  • "install-ssh-psm1"
  • "user-profile-psm1"

    Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB.

    The total size of all keys and values must be less than 512 KB.

map<string, string> metadata = 4;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getMetadataOrThrow(String key)

public String getMetadataOrThrow(String key)

The metadata key/value pairs assigned to instances in the cluster.

Keys must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys:

  • "cluster-location"
  • "cluster-name"
  • "cluster-uid"
  • "configure-sh"
  • "containerd-configure-sh"
  • "enable-os-login"
  • "gci-ensure-gke-docker"
  • "gci-metrics-enabled"
  • "gci-update-strategy"
  • "instance-template"
  • "kube-env"
  • "startup-script"
  • "user-data"
  • "disable-address-manager"
  • "windows-startup-script-ps1"
  • "common-psm1"
  • "k8s-node-setup-psm1"
  • "install-ssh-psm1"
  • "user-profile-psm1"

    Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB.

    The total size of all keys and values must be less than 512 KB.

map<string, string> metadata = 4;

Parameter
Name Description
key String
Returns
Type Description
String

getMinCpuPlatform()

public String getMinCpuPlatform()

Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read how to specify min CPU platform

string min_cpu_platform = 13;

Returns
Type Description
String

The minCpuPlatform.

getMinCpuPlatformBytes()

public ByteString getMinCpuPlatformBytes()

Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read how to specify min CPU platform

string min_cpu_platform = 13;

Returns
Type Description
ByteString

The bytes for minCpuPlatform.

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getMutableMetadata() (deprecated)

public Map<String,String> getMutableMetadata()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getMutableResourceLabels() (deprecated)

public Map<String,String> getMutableResourceLabels()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getNodeGroup()

public String getNodeGroup()

Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.

string node_group = 18;

Returns
Type Description
String

The nodeGroup.

getNodeGroupBytes()

public ByteString getNodeGroupBytes()

Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.

string node_group = 18;

Returns
Type Description
ByteString

The bytes for nodeGroup.

getOauthScopes(int index)

public String getOauthScopes(int index)

The set of Google API scopes to be made available on all of the node VMs under the "default" service account.

The following scopes are recommended, but not required, and by default are not included:

repeated string oauth_scopes = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The oauthScopes at the given index.

getOauthScopesBytes(int index)

public ByteString getOauthScopesBytes(int index)

The set of Google API scopes to be made available on all of the node VMs under the "default" service account.

The following scopes are recommended, but not required, and by default are not included:

repeated string oauth_scopes = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the oauthScopes at the given index.

getOauthScopesCount()

public int getOauthScopesCount()

The set of Google API scopes to be made available on all of the node VMs under the "default" service account.

The following scopes are recommended, but not required, and by default are not included:

repeated string oauth_scopes = 3;

Returns
Type Description
int

The count of oauthScopes.

getOauthScopesList()

public ProtocolStringList getOauthScopesList()

The set of Google API scopes to be made available on all of the node VMs under the "default" service account.

The following scopes are recommended, but not required, and by default are not included:

repeated string oauth_scopes = 3;

Returns
Type Description
ProtocolStringList

A list containing the oauthScopes.

getPreemptible()

public boolean getPreemptible()

Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.

bool preemptible = 10;

Returns
Type Description
boolean

The preemptible.

getReservationAffinity()

public ReservationAffinity getReservationAffinity()

The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.

.google.container.v1.ReservationAffinity reservation_affinity = 19;

Returns
Type Description
ReservationAffinity

The reservationAffinity.

getReservationAffinityBuilder()

public ReservationAffinity.Builder getReservationAffinityBuilder()

The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.

.google.container.v1.ReservationAffinity reservation_affinity = 19;

Returns
Type Description
ReservationAffinity.Builder

getReservationAffinityOrBuilder()

public ReservationAffinityOrBuilder getReservationAffinityOrBuilder()

The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.

.google.container.v1.ReservationAffinity reservation_affinity = 19;

Returns
Type Description
ReservationAffinityOrBuilder

getResourceLabels() (deprecated)

public Map<String,String> getResourceLabels()
Returns
Type Description
Map<String,String>

getResourceLabelsCount()

public int getResourceLabelsCount()

The resource labels for the node pool to use to annotate any related Google Compute Engine resources.

map<string, string> resource_labels = 37;

Returns
Type Description
int

getResourceLabelsMap()

public Map<String,String> getResourceLabelsMap()

The resource labels for the node pool to use to annotate any related Google Compute Engine resources.

map<string, string> resource_labels = 37;

Returns
Type Description
Map<String,String>

getResourceLabelsOrDefault(String key, String defaultValue)

public String getResourceLabelsOrDefault(String key, String defaultValue)

The resource labels for the node pool to use to annotate any related Google Compute Engine resources.

map<string, string> resource_labels = 37;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getResourceLabelsOrThrow(String key)

public String getResourceLabelsOrThrow(String key)

The resource labels for the node pool to use to annotate any related Google Compute Engine resources.

map<string, string> resource_labels = 37;

Parameter
Name Description
key String
Returns
Type Description
String

getResourceManagerTags()

public ResourceManagerTags getResourceManagerTags()

A map of resource manager tag keys and values to be attached to the nodes.

.google.container.v1.ResourceManagerTags resource_manager_tags = 45;

Returns
Type Description
ResourceManagerTags

The resourceManagerTags.

getResourceManagerTagsBuilder()

public ResourceManagerTags.Builder getResourceManagerTagsBuilder()

A map of resource manager tag keys and values to be attached to the nodes.

.google.container.v1.ResourceManagerTags resource_manager_tags = 45;

Returns
Type Description
ResourceManagerTags.Builder

getResourceManagerTagsOrBuilder()

public ResourceManagerTagsOrBuilder getResourceManagerTagsOrBuilder()

A map of resource manager tag keys and values to be attached to the nodes.

.google.container.v1.ResourceManagerTags resource_manager_tags = 45;

Returns
Type Description
ResourceManagerTagsOrBuilder

getSandboxConfig()

public SandboxConfig getSandboxConfig()

Sandbox configuration for this node.

.google.container.v1.SandboxConfig sandbox_config = 17;

Returns
Type Description
SandboxConfig

The sandboxConfig.

getSandboxConfigBuilder()

public SandboxConfig.Builder getSandboxConfigBuilder()

Sandbox configuration for this node.

.google.container.v1.SandboxConfig sandbox_config = 17;

Returns
Type Description
SandboxConfig.Builder

getSandboxConfigOrBuilder()

public SandboxConfigOrBuilder getSandboxConfigOrBuilder()

Sandbox configuration for this node.

.google.container.v1.SandboxConfig sandbox_config = 17;

Returns
Type Description
SandboxConfigOrBuilder

getSecondaryBootDiskUpdateStrategy()

public SecondaryBootDiskUpdateStrategy getSecondaryBootDiskUpdateStrategy()

Secondary boot disk update strategy.

optional .google.container.v1.SecondaryBootDiskUpdateStrategy secondary_boot_disk_update_strategy = 50;

Returns
Type Description
SecondaryBootDiskUpdateStrategy

The secondaryBootDiskUpdateStrategy.

getSecondaryBootDiskUpdateStrategyBuilder()

public SecondaryBootDiskUpdateStrategy.Builder getSecondaryBootDiskUpdateStrategyBuilder()

Secondary boot disk update strategy.

optional .google.container.v1.SecondaryBootDiskUpdateStrategy secondary_boot_disk_update_strategy = 50;

Returns
Type Description
SecondaryBootDiskUpdateStrategy.Builder

getSecondaryBootDiskUpdateStrategyOrBuilder()

public SecondaryBootDiskUpdateStrategyOrBuilder getSecondaryBootDiskUpdateStrategyOrBuilder()

Secondary boot disk update strategy.

optional .google.container.v1.SecondaryBootDiskUpdateStrategy secondary_boot_disk_update_strategy = 50;

Returns
Type Description
SecondaryBootDiskUpdateStrategyOrBuilder

getSecondaryBootDisks(int index)

public SecondaryBootDisk getSecondaryBootDisks(int index)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameter
Name Description
index int
Returns
Type Description
SecondaryBootDisk

getSecondaryBootDisksBuilder(int index)

public SecondaryBootDisk.Builder getSecondaryBootDisksBuilder(int index)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameter
Name Description
index int
Returns
Type Description
SecondaryBootDisk.Builder

getSecondaryBootDisksBuilderList()

public List<SecondaryBootDisk.Builder> getSecondaryBootDisksBuilderList()

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Returns
Type Description
List<Builder>

getSecondaryBootDisksCount()

public int getSecondaryBootDisksCount()

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Returns
Type Description
int

getSecondaryBootDisksList()

public List<SecondaryBootDisk> getSecondaryBootDisksList()

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Returns
Type Description
List<SecondaryBootDisk>

getSecondaryBootDisksOrBuilder(int index)

public SecondaryBootDiskOrBuilder getSecondaryBootDisksOrBuilder(int index)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameter
Name Description
index int
Returns
Type Description
SecondaryBootDiskOrBuilder

getSecondaryBootDisksOrBuilderList()

public List<? extends SecondaryBootDiskOrBuilder> getSecondaryBootDisksOrBuilderList()

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Returns
Type Description
List<? extends com.google.container.v1.SecondaryBootDiskOrBuilder>

getServiceAccount()

public String getServiceAccount()

The Google Cloud Platform Service Account to be used by the node VMs. Specify the email address of the Service Account; otherwise, if no Service Account is specified, the "default" service account is used.

string service_account = 9;

Returns
Type Description
String

The serviceAccount.

getServiceAccountBytes()

public ByteString getServiceAccountBytes()

The Google Cloud Platform Service Account to be used by the node VMs. Specify the email address of the Service Account; otherwise, if no Service Account is specified, the "default" service account is used.

string service_account = 9;

Returns
Type Description
ByteString

The bytes for serviceAccount.

getShieldedInstanceConfig()

public ShieldedInstanceConfig getShieldedInstanceConfig()

Shielded Instance options.

.google.container.v1.ShieldedInstanceConfig shielded_instance_config = 20;

Returns
Type Description
ShieldedInstanceConfig

The shieldedInstanceConfig.

getShieldedInstanceConfigBuilder()

public ShieldedInstanceConfig.Builder getShieldedInstanceConfigBuilder()

Shielded Instance options.

.google.container.v1.ShieldedInstanceConfig shielded_instance_config = 20;

Returns
Type Description
ShieldedInstanceConfig.Builder

getShieldedInstanceConfigOrBuilder()

public ShieldedInstanceConfigOrBuilder getShieldedInstanceConfigOrBuilder()

Shielded Instance options.

.google.container.v1.ShieldedInstanceConfig shielded_instance_config = 20;

Returns
Type Description
ShieldedInstanceConfigOrBuilder

getSoleTenantConfig()

public SoleTenantConfig getSoleTenantConfig()

Parameters for node pools to be backed by shared sole tenant node groups.

.google.container.v1.SoleTenantConfig sole_tenant_config = 42;

Returns
Type Description
SoleTenantConfig

The soleTenantConfig.

getSoleTenantConfigBuilder()

public SoleTenantConfig.Builder getSoleTenantConfigBuilder()

Parameters for node pools to be backed by shared sole tenant node groups.

.google.container.v1.SoleTenantConfig sole_tenant_config = 42;

Returns
Type Description
SoleTenantConfig.Builder

getSoleTenantConfigOrBuilder()

public SoleTenantConfigOrBuilder getSoleTenantConfigOrBuilder()

Parameters for node pools to be backed by shared sole tenant node groups.

.google.container.v1.SoleTenantConfig sole_tenant_config = 42;

Returns
Type Description
SoleTenantConfigOrBuilder

getSpot()

public boolean getSpot()

Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.

bool spot = 32;

Returns
Type Description
boolean

The spot.

getTags(int index)

public String getTags(int index)

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.

repeated string tags = 8;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The tags at the given index.

getTagsBytes(int index)

public ByteString getTagsBytes(int index)

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.

repeated string tags = 8;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the tags at the given index.

getTagsCount()

public int getTagsCount()

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.

repeated string tags = 8;

Returns
Type Description
int

The count of tags.

getTagsList()

public ProtocolStringList getTagsList()

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.

repeated string tags = 8;

Returns
Type Description
ProtocolStringList

A list containing the tags.

getTaints(int index)

public NodeTaint getTaints(int index)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameter
Name Description
index int
Returns
Type Description
NodeTaint

getTaintsBuilder(int index)

public NodeTaint.Builder getTaintsBuilder(int index)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameter
Name Description
index int
Returns
Type Description
NodeTaint.Builder

getTaintsBuilderList()

public List<NodeTaint.Builder> getTaintsBuilderList()

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Returns
Type Description
List<Builder>

getTaintsCount()

public int getTaintsCount()

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Returns
Type Description
int

getTaintsList()

public List<NodeTaint> getTaintsList()

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Returns
Type Description
List<NodeTaint>

getTaintsOrBuilder(int index)

public NodeTaintOrBuilder getTaintsOrBuilder(int index)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameter
Name Description
index int
Returns
Type Description
NodeTaintOrBuilder

getTaintsOrBuilderList()

public List<? extends NodeTaintOrBuilder> getTaintsOrBuilderList()

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Returns
Type Description
List<? extends com.google.container.v1.NodeTaintOrBuilder>

getWindowsNodeConfig()

public WindowsNodeConfig getWindowsNodeConfig()

Parameters that can be configured on Windows nodes.

.google.container.v1.WindowsNodeConfig windows_node_config = 39;

Returns
Type Description
WindowsNodeConfig

The windowsNodeConfig.

getWindowsNodeConfigBuilder()

public WindowsNodeConfig.Builder getWindowsNodeConfigBuilder()

Parameters that can be configured on Windows nodes.

.google.container.v1.WindowsNodeConfig windows_node_config = 39;

Returns
Type Description
WindowsNodeConfig.Builder

getWindowsNodeConfigOrBuilder()

public WindowsNodeConfigOrBuilder getWindowsNodeConfigOrBuilder()

Parameters that can be configured on Windows nodes.

.google.container.v1.WindowsNodeConfig windows_node_config = 39;

Returns
Type Description
WindowsNodeConfigOrBuilder

getWorkloadMetadataConfig()

public WorkloadMetadataConfig getWorkloadMetadataConfig()

The workload metadata configuration for this node.

.google.container.v1.WorkloadMetadataConfig workload_metadata_config = 14;

Returns
Type Description
WorkloadMetadataConfig

The workloadMetadataConfig.

getWorkloadMetadataConfigBuilder()

public WorkloadMetadataConfig.Builder getWorkloadMetadataConfigBuilder()

The workload metadata configuration for this node.

.google.container.v1.WorkloadMetadataConfig workload_metadata_config = 14;

Returns
Type Description
WorkloadMetadataConfig.Builder

getWorkloadMetadataConfigOrBuilder()

public WorkloadMetadataConfigOrBuilder getWorkloadMetadataConfigOrBuilder()

The workload metadata configuration for this node.

.google.container.v1.WorkloadMetadataConfig workload_metadata_config = 14;

Returns
Type Description
WorkloadMetadataConfigOrBuilder

hasAdvancedMachineFeatures()

public boolean hasAdvancedMachineFeatures()

Advanced features for the Compute Engine VM.

.google.container.v1.AdvancedMachineFeatures advanced_machine_features = 26;

Returns
Type Description
boolean

Whether the advancedMachineFeatures field is set.

hasConfidentialNodes()

public boolean hasConfidentialNodes()

Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.

.google.container.v1.ConfidentialNodes confidential_nodes = 35;

Returns
Type Description
boolean

Whether the confidentialNodes field is set.

hasEphemeralStorageLocalSsdConfig()

public boolean hasEphemeralStorageLocalSsdConfig()

Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.

.google.container.v1.EphemeralStorageLocalSsdConfig ephemeral_storage_local_ssd_config = 41;

Returns
Type Description
boolean

Whether the ephemeralStorageLocalSsdConfig field is set.

hasFastSocket()

public boolean hasFastSocket()

Enable or disable NCCL fast socket for the node pool.

optional .google.container.v1.FastSocket fast_socket = 36;

Returns
Type Description
boolean

Whether the fastSocket field is set.

hasGcfsConfig()

public boolean hasGcfsConfig()

Google Container File System (image streaming) configs.

.google.container.v1.GcfsConfig gcfs_config = 25;

Returns
Type Description
boolean

Whether the gcfsConfig field is set.

hasGvnic()

public boolean hasGvnic()

Enable or disable gvnic in the node pool.

.google.container.v1.VirtualNIC gvnic = 29;

Returns
Type Description
boolean

Whether the gvnic field is set.

hasKubeletConfig()

public boolean hasKubeletConfig()

Node kubelet configs.

.google.container.v1.NodeKubeletConfig kubelet_config = 22;

Returns
Type Description
boolean

Whether the kubeletConfig field is set.

hasLinuxNodeConfig()

public boolean hasLinuxNodeConfig()

Parameters that can be configured on Linux nodes.

.google.container.v1.LinuxNodeConfig linux_node_config = 21;

Returns
Type Description
boolean

Whether the linuxNodeConfig field is set.

hasLocalNvmeSsdBlockConfig()

public boolean hasLocalNvmeSsdBlockConfig()

Parameters for using raw-block Local NVMe SSDs.

.google.container.v1.LocalNvmeSsdBlockConfig local_nvme_ssd_block_config = 40;

Returns
Type Description
boolean

Whether the localNvmeSsdBlockConfig field is set.

hasLoggingConfig()

public boolean hasLoggingConfig()

Logging configuration.

.google.container.v1.NodePoolLoggingConfig logging_config = 38;

Returns
Type Description
boolean

Whether the loggingConfig field is set.

hasReservationAffinity()

public boolean hasReservationAffinity()

The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.

.google.container.v1.ReservationAffinity reservation_affinity = 19;

Returns
Type Description
boolean

Whether the reservationAffinity field is set.

hasResourceManagerTags()

public boolean hasResourceManagerTags()

A map of resource manager tag keys and values to be attached to the nodes.

.google.container.v1.ResourceManagerTags resource_manager_tags = 45;

Returns
Type Description
boolean

Whether the resourceManagerTags field is set.

hasSandboxConfig()

public boolean hasSandboxConfig()

Sandbox configuration for this node.

.google.container.v1.SandboxConfig sandbox_config = 17;

Returns
Type Description
boolean

Whether the sandboxConfig field is set.

hasSecondaryBootDiskUpdateStrategy()

public boolean hasSecondaryBootDiskUpdateStrategy()

Secondary boot disk update strategy.

optional .google.container.v1.SecondaryBootDiskUpdateStrategy secondary_boot_disk_update_strategy = 50;

Returns
Type Description
boolean

Whether the secondaryBootDiskUpdateStrategy field is set.

hasShieldedInstanceConfig()

public boolean hasShieldedInstanceConfig()

Shielded Instance options.

.google.container.v1.ShieldedInstanceConfig shielded_instance_config = 20;

Returns
Type Description
boolean

Whether the shieldedInstanceConfig field is set.

hasSoleTenantConfig()

public boolean hasSoleTenantConfig()

Parameters for node pools to be backed by shared sole tenant node groups.

.google.container.v1.SoleTenantConfig sole_tenant_config = 42;

Returns
Type Description
boolean

Whether the soleTenantConfig field is set.

hasWindowsNodeConfig()

public boolean hasWindowsNodeConfig()

Parameters that can be configured on Windows nodes.

.google.container.v1.WindowsNodeConfig windows_node_config = 39;

Returns
Type Description
boolean

Whether the windowsNodeConfig field is set.

hasWorkloadMetadataConfig()

public boolean hasWorkloadMetadataConfig()

The workload metadata configuration for this node.

.google.container.v1.WorkloadMetadataConfig workload_metadata_config = 14;

Returns
Type Description
boolean

Whether the workloadMetadataConfig field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAdvancedMachineFeatures(AdvancedMachineFeatures value)

public NodeConfig.Builder mergeAdvancedMachineFeatures(AdvancedMachineFeatures value)

Advanced features for the Compute Engine VM.

.google.container.v1.AdvancedMachineFeatures advanced_machine_features = 26;

Parameter
Name Description
value AdvancedMachineFeatures
Returns
Type Description
NodeConfig.Builder

mergeConfidentialNodes(ConfidentialNodes value)

public NodeConfig.Builder mergeConfidentialNodes(ConfidentialNodes value)

Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.

.google.container.v1.ConfidentialNodes confidential_nodes = 35;

Parameter
Name Description
value ConfidentialNodes
Returns
Type Description
NodeConfig.Builder

mergeEphemeralStorageLocalSsdConfig(EphemeralStorageLocalSsdConfig value)

public NodeConfig.Builder mergeEphemeralStorageLocalSsdConfig(EphemeralStorageLocalSsdConfig value)

Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.

.google.container.v1.EphemeralStorageLocalSsdConfig ephemeral_storage_local_ssd_config = 41;

Parameter
Name Description
value EphemeralStorageLocalSsdConfig
Returns
Type Description
NodeConfig.Builder

mergeFastSocket(FastSocket value)

public NodeConfig.Builder mergeFastSocket(FastSocket value)

Enable or disable NCCL fast socket for the node pool.

optional .google.container.v1.FastSocket fast_socket = 36;

Parameter
Name Description
value FastSocket
Returns
Type Description
NodeConfig.Builder

mergeFrom(NodeConfig other)

public NodeConfig.Builder mergeFrom(NodeConfig other)
Parameter
Name Description
other NodeConfig
Returns
Type Description
NodeConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NodeConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NodeConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public NodeConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
NodeConfig.Builder
Overrides

mergeGcfsConfig(GcfsConfig value)

public NodeConfig.Builder mergeGcfsConfig(GcfsConfig value)

Google Container File System (image streaming) configs.

.google.container.v1.GcfsConfig gcfs_config = 25;

Parameter
Name Description
value GcfsConfig
Returns
Type Description
NodeConfig.Builder

mergeGvnic(VirtualNIC value)

public NodeConfig.Builder mergeGvnic(VirtualNIC value)

Enable or disable gvnic in the node pool.

.google.container.v1.VirtualNIC gvnic = 29;

Parameter
Name Description
value VirtualNIC
Returns
Type Description
NodeConfig.Builder

mergeKubeletConfig(NodeKubeletConfig value)

public NodeConfig.Builder mergeKubeletConfig(NodeKubeletConfig value)

Node kubelet configs.

.google.container.v1.NodeKubeletConfig kubelet_config = 22;

Parameter
Name Description
value NodeKubeletConfig
Returns
Type Description
NodeConfig.Builder

mergeLinuxNodeConfig(LinuxNodeConfig value)

public NodeConfig.Builder mergeLinuxNodeConfig(LinuxNodeConfig value)

Parameters that can be configured on Linux nodes.

.google.container.v1.LinuxNodeConfig linux_node_config = 21;

Parameter
Name Description
value LinuxNodeConfig
Returns
Type Description
NodeConfig.Builder

mergeLocalNvmeSsdBlockConfig(LocalNvmeSsdBlockConfig value)

public NodeConfig.Builder mergeLocalNvmeSsdBlockConfig(LocalNvmeSsdBlockConfig value)

Parameters for using raw-block Local NVMe SSDs.

.google.container.v1.LocalNvmeSsdBlockConfig local_nvme_ssd_block_config = 40;

Parameter
Name Description
value LocalNvmeSsdBlockConfig
Returns
Type Description
NodeConfig.Builder

mergeLoggingConfig(NodePoolLoggingConfig value)

public NodeConfig.Builder mergeLoggingConfig(NodePoolLoggingConfig value)

Logging configuration.

.google.container.v1.NodePoolLoggingConfig logging_config = 38;

Parameter
Name Description
value NodePoolLoggingConfig
Returns
Type Description
NodeConfig.Builder

mergeReservationAffinity(ReservationAffinity value)

public NodeConfig.Builder mergeReservationAffinity(ReservationAffinity value)

The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.

.google.container.v1.ReservationAffinity reservation_affinity = 19;

Parameter
Name Description
value ReservationAffinity
Returns
Type Description
NodeConfig.Builder

mergeResourceManagerTags(ResourceManagerTags value)

public NodeConfig.Builder mergeResourceManagerTags(ResourceManagerTags value)

A map of resource manager tag keys and values to be attached to the nodes.

.google.container.v1.ResourceManagerTags resource_manager_tags = 45;

Parameter
Name Description
value ResourceManagerTags
Returns
Type Description
NodeConfig.Builder

mergeSandboxConfig(SandboxConfig value)

public NodeConfig.Builder mergeSandboxConfig(SandboxConfig value)

Sandbox configuration for this node.

.google.container.v1.SandboxConfig sandbox_config = 17;

Parameter
Name Description
value SandboxConfig
Returns
Type Description
NodeConfig.Builder

mergeSecondaryBootDiskUpdateStrategy(SecondaryBootDiskUpdateStrategy value)

public NodeConfig.Builder mergeSecondaryBootDiskUpdateStrategy(SecondaryBootDiskUpdateStrategy value)

Secondary boot disk update strategy.

optional .google.container.v1.SecondaryBootDiskUpdateStrategy secondary_boot_disk_update_strategy = 50;

Parameter
Name Description
value SecondaryBootDiskUpdateStrategy
Returns
Type Description
NodeConfig.Builder

mergeShieldedInstanceConfig(ShieldedInstanceConfig value)

public NodeConfig.Builder mergeShieldedInstanceConfig(ShieldedInstanceConfig value)

Shielded Instance options.

.google.container.v1.ShieldedInstanceConfig shielded_instance_config = 20;

Parameter
Name Description
value ShieldedInstanceConfig
Returns
Type Description
NodeConfig.Builder

mergeSoleTenantConfig(SoleTenantConfig value)

public NodeConfig.Builder mergeSoleTenantConfig(SoleTenantConfig value)

Parameters for node pools to be backed by shared sole tenant node groups.

.google.container.v1.SoleTenantConfig sole_tenant_config = 42;

Parameter
Name Description
value SoleTenantConfig
Returns
Type Description
NodeConfig.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final NodeConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
NodeConfig.Builder
Overrides

mergeWindowsNodeConfig(WindowsNodeConfig value)

public NodeConfig.Builder mergeWindowsNodeConfig(WindowsNodeConfig value)

Parameters that can be configured on Windows nodes.

.google.container.v1.WindowsNodeConfig windows_node_config = 39;

Parameter
Name Description
value WindowsNodeConfig
Returns
Type Description
NodeConfig.Builder

mergeWorkloadMetadataConfig(WorkloadMetadataConfig value)

public NodeConfig.Builder mergeWorkloadMetadataConfig(WorkloadMetadataConfig value)

The workload metadata configuration for this node.

.google.container.v1.WorkloadMetadataConfig workload_metadata_config = 14;

Parameter
Name Description
value WorkloadMetadataConfig
Returns
Type Description
NodeConfig.Builder

putAllLabels(Map<String,String> values)

public NodeConfig.Builder putAllLabels(Map<String,String> values)

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/

map<string, string> labels = 6;

Parameter
Name Description
values Map<String,String>
Returns
Type Description
NodeConfig.Builder

putAllMetadata(Map<String,String> values)

public NodeConfig.Builder putAllMetadata(Map<String,String> values)

The metadata key/value pairs assigned to instances in the cluster.

Keys must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys:

  • "cluster-location"
  • "cluster-name"
  • "cluster-uid"
  • "configure-sh"
  • "containerd-configure-sh"
  • "enable-os-login"
  • "gci-ensure-gke-docker"
  • "gci-metrics-enabled"
  • "gci-update-strategy"
  • "instance-template"
  • "kube-env"
  • "startup-script"
  • "user-data"
  • "disable-address-manager"
  • "windows-startup-script-ps1"
  • "common-psm1"
  • "k8s-node-setup-psm1"
  • "install-ssh-psm1"
  • "user-profile-psm1"

    Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB.

    The total size of all keys and values must be less than 512 KB.

map<string, string> metadata = 4;

Parameter
Name Description
values Map<String,String>
Returns
Type Description
NodeConfig.Builder

putAllResourceLabels(Map<String,String> values)

public NodeConfig.Builder putAllResourceLabels(Map<String,String> values)

The resource labels for the node pool to use to annotate any related Google Compute Engine resources.

map<string, string> resource_labels = 37;

Parameter
Name Description
values Map<String,String>
Returns
Type Description
NodeConfig.Builder

putLabels(String key, String value)

public NodeConfig.Builder putLabels(String key, String value)

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/

map<string, string> labels = 6;

Parameters
Name Description
key String
value String
Returns
Type Description
NodeConfig.Builder

putMetadata(String key, String value)

public NodeConfig.Builder putMetadata(String key, String value)

The metadata key/value pairs assigned to instances in the cluster.

Keys must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys:

  • "cluster-location"
  • "cluster-name"
  • "cluster-uid"
  • "configure-sh"
  • "containerd-configure-sh"
  • "enable-os-login"
  • "gci-ensure-gke-docker"
  • "gci-metrics-enabled"
  • "gci-update-strategy"
  • "instance-template"
  • "kube-env"
  • "startup-script"
  • "user-data"
  • "disable-address-manager"
  • "windows-startup-script-ps1"
  • "common-psm1"
  • "k8s-node-setup-psm1"
  • "install-ssh-psm1"
  • "user-profile-psm1"

    Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB.

    The total size of all keys and values must be less than 512 KB.

map<string, string> metadata = 4;

Parameters
Name Description
key String
value String
Returns
Type Description
NodeConfig.Builder

putResourceLabels(String key, String value)

public NodeConfig.Builder putResourceLabels(String key, String value)

The resource labels for the node pool to use to annotate any related Google Compute Engine resources.

map<string, string> resource_labels = 37;

Parameters
Name Description
key String
value String
Returns
Type Description
NodeConfig.Builder

removeAccelerators(int index)

public NodeConfig.Builder removeAccelerators(int index)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameter
Name Description
index int
Returns
Type Description
NodeConfig.Builder

removeLabels(String key)

public NodeConfig.Builder removeLabels(String key)

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/

map<string, string> labels = 6;

Parameter
Name Description
key String
Returns
Type Description
NodeConfig.Builder

removeMetadata(String key)

public NodeConfig.Builder removeMetadata(String key)

The metadata key/value pairs assigned to instances in the cluster.

Keys must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys:

  • "cluster-location"
  • "cluster-name"
  • "cluster-uid"
  • "configure-sh"
  • "containerd-configure-sh"
  • "enable-os-login"
  • "gci-ensure-gke-docker"
  • "gci-metrics-enabled"
  • "gci-update-strategy"
  • "instance-template"
  • "kube-env"
  • "startup-script"
  • "user-data"
  • "disable-address-manager"
  • "windows-startup-script-ps1"
  • "common-psm1"
  • "k8s-node-setup-psm1"
  • "install-ssh-psm1"
  • "user-profile-psm1"

    Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB.

    The total size of all keys and values must be less than 512 KB.

map<string, string> metadata = 4;

Parameter
Name Description
key String
Returns
Type Description
NodeConfig.Builder

removeResourceLabels(String key)

public NodeConfig.Builder removeResourceLabels(String key)

The resource labels for the node pool to use to annotate any related Google Compute Engine resources.

map<string, string> resource_labels = 37;

Parameter
Name Description
key String
Returns
Type Description
NodeConfig.Builder

removeSecondaryBootDisks(int index)

public NodeConfig.Builder removeSecondaryBootDisks(int index)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameter
Name Description
index int
Returns
Type Description
NodeConfig.Builder

removeTaints(int index)

public NodeConfig.Builder removeTaints(int index)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameter
Name Description
index int
Returns
Type Description
NodeConfig.Builder

setAccelerators(int index, AcceleratorConfig value)

public NodeConfig.Builder setAccelerators(int index, AcceleratorConfig value)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameters
Name Description
index int
value AcceleratorConfig
Returns
Type Description
NodeConfig.Builder

setAccelerators(int index, AcceleratorConfig.Builder builderForValue)

public NodeConfig.Builder setAccelerators(int index, AcceleratorConfig.Builder builderForValue)

A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.

repeated .google.container.v1.AcceleratorConfig accelerators = 11;

Parameters
Name Description
index int
builderForValue AcceleratorConfig.Builder
Returns
Type Description
NodeConfig.Builder

setAdvancedMachineFeatures(AdvancedMachineFeatures value)

public NodeConfig.Builder setAdvancedMachineFeatures(AdvancedMachineFeatures value)

Advanced features for the Compute Engine VM.

.google.container.v1.AdvancedMachineFeatures advanced_machine_features = 26;

Parameter
Name Description
value AdvancedMachineFeatures
Returns
Type Description
NodeConfig.Builder

setAdvancedMachineFeatures(AdvancedMachineFeatures.Builder builderForValue)

public NodeConfig.Builder setAdvancedMachineFeatures(AdvancedMachineFeatures.Builder builderForValue)

Advanced features for the Compute Engine VM.

.google.container.v1.AdvancedMachineFeatures advanced_machine_features = 26;

Parameter
Name Description
builderForValue AdvancedMachineFeatures.Builder
Returns
Type Description
NodeConfig.Builder

setBootDiskKmsKey(String value)

public NodeConfig.Builder setBootDiskKmsKey(String value)

The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption

string boot_disk_kms_key = 23;

Parameter
Name Description
value String

The bootDiskKmsKey to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setBootDiskKmsKeyBytes(ByteString value)

public NodeConfig.Builder setBootDiskKmsKeyBytes(ByteString value)

The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption

string boot_disk_kms_key = 23;

Parameter
Name Description
value ByteString

The bytes for bootDiskKmsKey to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setConfidentialNodes(ConfidentialNodes value)

public NodeConfig.Builder setConfidentialNodes(ConfidentialNodes value)

Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.

.google.container.v1.ConfidentialNodes confidential_nodes = 35;

Parameter
Name Description
value ConfidentialNodes
Returns
Type Description
NodeConfig.Builder

setConfidentialNodes(ConfidentialNodes.Builder builderForValue)

public NodeConfig.Builder setConfidentialNodes(ConfidentialNodes.Builder builderForValue)

Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.

.google.container.v1.ConfidentialNodes confidential_nodes = 35;

Parameter
Name Description
builderForValue ConfidentialNodes.Builder
Returns
Type Description
NodeConfig.Builder

setDiskSizeGb(int value)

public NodeConfig.Builder setDiskSizeGb(int value)

Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.

If unspecified, the default disk size is 100GB.

int32 disk_size_gb = 2;

Parameter
Name Description
value int

The diskSizeGb to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setDiskType(String value)

public NodeConfig.Builder setDiskType(String value)

Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced')

If unspecified, the default disk type is 'pd-standard'

string disk_type = 12;

Parameter
Name Description
value String

The diskType to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setDiskTypeBytes(ByteString value)

public NodeConfig.Builder setDiskTypeBytes(ByteString value)

Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced')

If unspecified, the default disk type is 'pd-standard'

string disk_type = 12;

Parameter
Name Description
value ByteString

The bytes for diskType to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setEnableConfidentialStorage(boolean value)

public NodeConfig.Builder setEnableConfidentialStorage(boolean value)

Optional. Reserved for future use.

bool enable_confidential_storage = 46 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The enableConfidentialStorage to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setEphemeralStorageLocalSsdConfig(EphemeralStorageLocalSsdConfig value)

public NodeConfig.Builder setEphemeralStorageLocalSsdConfig(EphemeralStorageLocalSsdConfig value)

Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.

.google.container.v1.EphemeralStorageLocalSsdConfig ephemeral_storage_local_ssd_config = 41;

Parameter
Name Description
value EphemeralStorageLocalSsdConfig
Returns
Type Description
NodeConfig.Builder

setEphemeralStorageLocalSsdConfig(EphemeralStorageLocalSsdConfig.Builder builderForValue)

public NodeConfig.Builder setEphemeralStorageLocalSsdConfig(EphemeralStorageLocalSsdConfig.Builder builderForValue)

Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.

.google.container.v1.EphemeralStorageLocalSsdConfig ephemeral_storage_local_ssd_config = 41;

Parameter
Name Description
builderForValue EphemeralStorageLocalSsdConfig.Builder
Returns
Type Description
NodeConfig.Builder

setFastSocket(FastSocket value)

public NodeConfig.Builder setFastSocket(FastSocket value)

Enable or disable NCCL fast socket for the node pool.

optional .google.container.v1.FastSocket fast_socket = 36;

Parameter
Name Description
value FastSocket
Returns
Type Description
NodeConfig.Builder

setFastSocket(FastSocket.Builder builderForValue)

public NodeConfig.Builder setFastSocket(FastSocket.Builder builderForValue)

Enable or disable NCCL fast socket for the node pool.

optional .google.container.v1.FastSocket fast_socket = 36;

Parameter
Name Description
builderForValue FastSocket.Builder
Returns
Type Description
NodeConfig.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public NodeConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
NodeConfig.Builder
Overrides

setGcfsConfig(GcfsConfig value)

public NodeConfig.Builder setGcfsConfig(GcfsConfig value)

Google Container File System (image streaming) configs.

.google.container.v1.GcfsConfig gcfs_config = 25;

Parameter
Name Description
value GcfsConfig
Returns
Type Description
NodeConfig.Builder

setGcfsConfig(GcfsConfig.Builder builderForValue)

public NodeConfig.Builder setGcfsConfig(GcfsConfig.Builder builderForValue)

Google Container File System (image streaming) configs.

.google.container.v1.GcfsConfig gcfs_config = 25;

Parameter
Name Description
builderForValue GcfsConfig.Builder
Returns
Type Description
NodeConfig.Builder

setGvnic(VirtualNIC value)

public NodeConfig.Builder setGvnic(VirtualNIC value)

Enable or disable gvnic in the node pool.

.google.container.v1.VirtualNIC gvnic = 29;

Parameter
Name Description
value VirtualNIC
Returns
Type Description
NodeConfig.Builder

setGvnic(VirtualNIC.Builder builderForValue)

public NodeConfig.Builder setGvnic(VirtualNIC.Builder builderForValue)

Enable or disable gvnic in the node pool.

.google.container.v1.VirtualNIC gvnic = 29;

Parameter
Name Description
builderForValue VirtualNIC.Builder
Returns
Type Description
NodeConfig.Builder

setImageType(String value)

public NodeConfig.Builder setImageType(String value)

The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

string image_type = 5;

Parameter
Name Description
value String

The imageType to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setImageTypeBytes(ByteString value)

public NodeConfig.Builder setImageTypeBytes(ByteString value)

The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

string image_type = 5;

Parameter
Name Description
value ByteString

The bytes for imageType to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setKubeletConfig(NodeKubeletConfig value)

public NodeConfig.Builder setKubeletConfig(NodeKubeletConfig value)

Node kubelet configs.

.google.container.v1.NodeKubeletConfig kubelet_config = 22;

Parameter
Name Description
value NodeKubeletConfig
Returns
Type Description
NodeConfig.Builder

setKubeletConfig(NodeKubeletConfig.Builder builderForValue)

public NodeConfig.Builder setKubeletConfig(NodeKubeletConfig.Builder builderForValue)

Node kubelet configs.

.google.container.v1.NodeKubeletConfig kubelet_config = 22;

Parameter
Name Description
builderForValue NodeKubeletConfig.Builder
Returns
Type Description
NodeConfig.Builder

setLinuxNodeConfig(LinuxNodeConfig value)

public NodeConfig.Builder setLinuxNodeConfig(LinuxNodeConfig value)

Parameters that can be configured on Linux nodes.

.google.container.v1.LinuxNodeConfig linux_node_config = 21;

Parameter
Name Description
value LinuxNodeConfig
Returns
Type Description
NodeConfig.Builder

setLinuxNodeConfig(LinuxNodeConfig.Builder builderForValue)

public NodeConfig.Builder setLinuxNodeConfig(LinuxNodeConfig.Builder builderForValue)

Parameters that can be configured on Linux nodes.

.google.container.v1.LinuxNodeConfig linux_node_config = 21;

Parameter
Name Description
builderForValue LinuxNodeConfig.Builder
Returns
Type Description
NodeConfig.Builder

setLocalNvmeSsdBlockConfig(LocalNvmeSsdBlockConfig value)

public NodeConfig.Builder setLocalNvmeSsdBlockConfig(LocalNvmeSsdBlockConfig value)

Parameters for using raw-block Local NVMe SSDs.

.google.container.v1.LocalNvmeSsdBlockConfig local_nvme_ssd_block_config = 40;

Parameter
Name Description
value LocalNvmeSsdBlockConfig
Returns
Type Description
NodeConfig.Builder

setLocalNvmeSsdBlockConfig(LocalNvmeSsdBlockConfig.Builder builderForValue)

public NodeConfig.Builder setLocalNvmeSsdBlockConfig(LocalNvmeSsdBlockConfig.Builder builderForValue)

Parameters for using raw-block Local NVMe SSDs.

.google.container.v1.LocalNvmeSsdBlockConfig local_nvme_ssd_block_config = 40;

Parameter
Name Description
builderForValue LocalNvmeSsdBlockConfig.Builder
Returns
Type Description
NodeConfig.Builder

setLocalSsdCount(int value)

public NodeConfig.Builder setLocalSsdCount(int value)

The number of local SSD disks to be attached to the node.

The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.

int32 local_ssd_count = 7;

Parameter
Name Description
value int

The localSsdCount to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setLoggingConfig(NodePoolLoggingConfig value)

public NodeConfig.Builder setLoggingConfig(NodePoolLoggingConfig value)

Logging configuration.

.google.container.v1.NodePoolLoggingConfig logging_config = 38;

Parameter
Name Description
value NodePoolLoggingConfig
Returns
Type Description
NodeConfig.Builder

setLoggingConfig(NodePoolLoggingConfig.Builder builderForValue)

public NodeConfig.Builder setLoggingConfig(NodePoolLoggingConfig.Builder builderForValue)

Logging configuration.

.google.container.v1.NodePoolLoggingConfig logging_config = 38;

Parameter
Name Description
builderForValue NodePoolLoggingConfig.Builder
Returns
Type Description
NodeConfig.Builder

setMachineType(String value)

public NodeConfig.Builder setMachineType(String value)

The name of a Google Compute Engine machine type

If unspecified, the default machine type is e2-medium.

string machine_type = 1;

Parameter
Name Description
value String

The machineType to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setMachineTypeBytes(ByteString value)

public NodeConfig.Builder setMachineTypeBytes(ByteString value)

The name of a Google Compute Engine machine type

If unspecified, the default machine type is e2-medium.

string machine_type = 1;

Parameter
Name Description
value ByteString

The bytes for machineType to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setMinCpuPlatform(String value)

public NodeConfig.Builder setMinCpuPlatform(String value)

Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read how to specify min CPU platform

string min_cpu_platform = 13;

Parameter
Name Description
value String

The minCpuPlatform to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setMinCpuPlatformBytes(ByteString value)

public NodeConfig.Builder setMinCpuPlatformBytes(ByteString value)

Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read how to specify min CPU platform

string min_cpu_platform = 13;

Parameter
Name Description
value ByteString

The bytes for minCpuPlatform to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setNodeGroup(String value)

public NodeConfig.Builder setNodeGroup(String value)

Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.

string node_group = 18;

Parameter
Name Description
value String

The nodeGroup to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setNodeGroupBytes(ByteString value)

public NodeConfig.Builder setNodeGroupBytes(ByteString value)

Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.

string node_group = 18;

Parameter
Name Description
value ByteString

The bytes for nodeGroup to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setOauthScopes(int index, String value)

public NodeConfig.Builder setOauthScopes(int index, String value)

The set of Google API scopes to be made available on all of the node VMs under the "default" service account.

The following scopes are recommended, but not required, and by default are not included:

repeated string oauth_scopes = 3;

Parameters
Name Description
index int

The index to set the value at.

value String

The oauthScopes to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setPreemptible(boolean value)

public NodeConfig.Builder setPreemptible(boolean value)

Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.

bool preemptible = 10;

Parameter
Name Description
value boolean

The preemptible to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public NodeConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
NodeConfig.Builder
Overrides

setReservationAffinity(ReservationAffinity value)

public NodeConfig.Builder setReservationAffinity(ReservationAffinity value)

The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.

.google.container.v1.ReservationAffinity reservation_affinity = 19;

Parameter
Name Description
value ReservationAffinity
Returns
Type Description
NodeConfig.Builder

setReservationAffinity(ReservationAffinity.Builder builderForValue)

public NodeConfig.Builder setReservationAffinity(ReservationAffinity.Builder builderForValue)

The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.

.google.container.v1.ReservationAffinity reservation_affinity = 19;

Parameter
Name Description
builderForValue ReservationAffinity.Builder
Returns
Type Description
NodeConfig.Builder

setResourceManagerTags(ResourceManagerTags value)

public NodeConfig.Builder setResourceManagerTags(ResourceManagerTags value)

A map of resource manager tag keys and values to be attached to the nodes.

.google.container.v1.ResourceManagerTags resource_manager_tags = 45;

Parameter
Name Description
value ResourceManagerTags
Returns
Type Description
NodeConfig.Builder

setResourceManagerTags(ResourceManagerTags.Builder builderForValue)

public NodeConfig.Builder setResourceManagerTags(ResourceManagerTags.Builder builderForValue)

A map of resource manager tag keys and values to be attached to the nodes.

.google.container.v1.ResourceManagerTags resource_manager_tags = 45;

Parameter
Name Description
builderForValue ResourceManagerTags.Builder
Returns
Type Description
NodeConfig.Builder

setSandboxConfig(SandboxConfig value)

public NodeConfig.Builder setSandboxConfig(SandboxConfig value)

Sandbox configuration for this node.

.google.container.v1.SandboxConfig sandbox_config = 17;

Parameter
Name Description
value SandboxConfig
Returns
Type Description
NodeConfig.Builder

setSandboxConfig(SandboxConfig.Builder builderForValue)

public NodeConfig.Builder setSandboxConfig(SandboxConfig.Builder builderForValue)

Sandbox configuration for this node.

.google.container.v1.SandboxConfig sandbox_config = 17;

Parameter
Name Description
builderForValue SandboxConfig.Builder
Returns
Type Description
NodeConfig.Builder

setSecondaryBootDiskUpdateStrategy(SecondaryBootDiskUpdateStrategy value)

public NodeConfig.Builder setSecondaryBootDiskUpdateStrategy(SecondaryBootDiskUpdateStrategy value)

Secondary boot disk update strategy.

optional .google.container.v1.SecondaryBootDiskUpdateStrategy secondary_boot_disk_update_strategy = 50;

Parameter
Name Description
value SecondaryBootDiskUpdateStrategy
Returns
Type Description
NodeConfig.Builder

setSecondaryBootDiskUpdateStrategy(SecondaryBootDiskUpdateStrategy.Builder builderForValue)

public NodeConfig.Builder setSecondaryBootDiskUpdateStrategy(SecondaryBootDiskUpdateStrategy.Builder builderForValue)

Secondary boot disk update strategy.

optional .google.container.v1.SecondaryBootDiskUpdateStrategy secondary_boot_disk_update_strategy = 50;

Parameter
Name Description
builderForValue SecondaryBootDiskUpdateStrategy.Builder
Returns
Type Description
NodeConfig.Builder

setSecondaryBootDisks(int index, SecondaryBootDisk value)

public NodeConfig.Builder setSecondaryBootDisks(int index, SecondaryBootDisk value)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameters
Name Description
index int
value SecondaryBootDisk
Returns
Type Description
NodeConfig.Builder

setSecondaryBootDisks(int index, SecondaryBootDisk.Builder builderForValue)

public NodeConfig.Builder setSecondaryBootDisks(int index, SecondaryBootDisk.Builder builderForValue)

List of secondary boot disks attached to the nodes.

repeated .google.container.v1.SecondaryBootDisk secondary_boot_disks = 48;

Parameters
Name Description
index int
builderForValue SecondaryBootDisk.Builder
Returns
Type Description
NodeConfig.Builder

setServiceAccount(String value)

public NodeConfig.Builder setServiceAccount(String value)

The Google Cloud Platform Service Account to be used by the node VMs. Specify the email address of the Service Account; otherwise, if no Service Account is specified, the "default" service account is used.

string service_account = 9;

Parameter
Name Description
value String

The serviceAccount to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setServiceAccountBytes(ByteString value)

public NodeConfig.Builder setServiceAccountBytes(ByteString value)

The Google Cloud Platform Service Account to be used by the node VMs. Specify the email address of the Service Account; otherwise, if no Service Account is specified, the "default" service account is used.

string service_account = 9;

Parameter
Name Description
value ByteString

The bytes for serviceAccount to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setShieldedInstanceConfig(ShieldedInstanceConfig value)

public NodeConfig.Builder setShieldedInstanceConfig(ShieldedInstanceConfig value)

Shielded Instance options.

.google.container.v1.ShieldedInstanceConfig shielded_instance_config = 20;

Parameter
Name Description
value ShieldedInstanceConfig
Returns
Type Description
NodeConfig.Builder

setShieldedInstanceConfig(ShieldedInstanceConfig.Builder builderForValue)

public NodeConfig.Builder setShieldedInstanceConfig(ShieldedInstanceConfig.Builder builderForValue)

Shielded Instance options.

.google.container.v1.ShieldedInstanceConfig shielded_instance_config = 20;

Parameter
Name Description
builderForValue ShieldedInstanceConfig.Builder
Returns
Type Description
NodeConfig.Builder

setSoleTenantConfig(SoleTenantConfig value)

public NodeConfig.Builder setSoleTenantConfig(SoleTenantConfig value)

Parameters for node pools to be backed by shared sole tenant node groups.

.google.container.v1.SoleTenantConfig sole_tenant_config = 42;

Parameter
Name Description
value SoleTenantConfig
Returns
Type Description
NodeConfig.Builder

setSoleTenantConfig(SoleTenantConfig.Builder builderForValue)

public NodeConfig.Builder setSoleTenantConfig(SoleTenantConfig.Builder builderForValue)

Parameters for node pools to be backed by shared sole tenant node groups.

.google.container.v1.SoleTenantConfig sole_tenant_config = 42;

Parameter
Name Description
builderForValue SoleTenantConfig.Builder
Returns
Type Description
NodeConfig.Builder

setSpot(boolean value)

public NodeConfig.Builder setSpot(boolean value)

Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.

bool spot = 32;

Parameter
Name Description
value boolean

The spot to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setTags(int index, String value)

public NodeConfig.Builder setTags(int index, String value)

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.

repeated string tags = 8;

Parameters
Name Description
index int

The index to set the value at.

value String

The tags to set.

Returns
Type Description
NodeConfig.Builder

This builder for chaining.

setTaints(int index, NodeTaint value)

public NodeConfig.Builder setTaints(int index, NodeTaint value)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameters
Name Description
index int
value NodeTaint
Returns
Type Description
NodeConfig.Builder

setTaints(int index, NodeTaint.Builder builderForValue)

public NodeConfig.Builder setTaints(int index, NodeTaint.Builder builderForValue)

List of kubernetes taints to be applied to each node.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

repeated .google.container.v1.NodeTaint taints = 15;

Parameters
Name Description
index int
builderForValue NodeTaint.Builder
Returns
Type Description
NodeConfig.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final NodeConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
NodeConfig.Builder
Overrides

setWindowsNodeConfig(WindowsNodeConfig value)

public NodeConfig.Builder setWindowsNodeConfig(WindowsNodeConfig value)

Parameters that can be configured on Windows nodes.

.google.container.v1.WindowsNodeConfig windows_node_config = 39;

Parameter
Name Description
value WindowsNodeConfig
Returns
Type Description
NodeConfig.Builder

setWindowsNodeConfig(WindowsNodeConfig.Builder builderForValue)

public NodeConfig.Builder setWindowsNodeConfig(WindowsNodeConfig.Builder builderForValue)

Parameters that can be configured on Windows nodes.

.google.container.v1.WindowsNodeConfig windows_node_config = 39;

Parameter
Name Description
builderForValue WindowsNodeConfig.Builder
Returns
Type Description
NodeConfig.Builder

setWorkloadMetadataConfig(WorkloadMetadataConfig value)

public NodeConfig.Builder setWorkloadMetadataConfig(WorkloadMetadataConfig value)

The workload metadata configuration for this node.

.google.container.v1.WorkloadMetadataConfig workload_metadata_config = 14;

Parameter
Name Description
value WorkloadMetadataConfig
Returns
Type Description
NodeConfig.Builder

setWorkloadMetadataConfig(WorkloadMetadataConfig.Builder builderForValue)

public NodeConfig.Builder setWorkloadMetadataConfig(WorkloadMetadataConfig.Builder builderForValue)

The workload metadata configuration for this node.

.google.container.v1.WorkloadMetadataConfig workload_metadata_config = 14;

Parameter
Name Description
builderForValue WorkloadMetadataConfig.Builder
Returns
Type Description
NodeConfig.Builder