Class AutoprovisioningNodePoolDefaults.Builder (2.40.0)

public static final class AutoprovisioningNodePoolDefaults.Builder extends GeneratedMessageV3.Builder<AutoprovisioningNodePoolDefaults.Builder> implements AutoprovisioningNodePoolDefaultsOrBuilder

AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.

Protobuf type google.container.v1beta1.AutoprovisioningNodePoolDefaults

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllOauthScopes(Iterable<String> values)

public AutoprovisioningNodePoolDefaults.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 = 1;

Parameter
NameDescription
valuesIterable<String>

The oauthScopes to add.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

addOauthScopes(String value)

public AutoprovisioningNodePoolDefaults.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 = 1;

Parameter
NameDescription
valueString

The oauthScopes to add.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

addOauthScopesBytes(ByteString value)

public AutoprovisioningNodePoolDefaults.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 = 1;

Parameter
NameDescription
valueByteString

The bytes of the oauthScopes to add.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AutoprovisioningNodePoolDefaults.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder
Overrides

build()

public AutoprovisioningNodePoolDefaults build()
Returns
TypeDescription
AutoprovisioningNodePoolDefaults

buildPartial()

public AutoprovisioningNodePoolDefaults buildPartial()
Returns
TypeDescription
AutoprovisioningNodePoolDefaults

clear()

public AutoprovisioningNodePoolDefaults.Builder clear()
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder
Overrides

clearBootDiskKmsKey()

public AutoprovisioningNodePoolDefaults.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 = 9;

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearDiskSizeGb()

public AutoprovisioningNodePoolDefaults.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 = 6;

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearDiskType()

public AutoprovisioningNodePoolDefaults.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 = 7;

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public AutoprovisioningNodePoolDefaults.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder
Overrides

clearImageType()

public AutoprovisioningNodePoolDefaults.Builder clearImageType()

The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

string image_type = 10;

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearInsecureKubeletReadonlyPortEnabled()

public AutoprovisioningNodePoolDefaults.Builder clearInsecureKubeletReadonlyPortEnabled()

Enable or disable Kubelet read only port.

optional bool insecure_kubelet_readonly_port_enabled = 13;

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearManagement()

public AutoprovisioningNodePoolDefaults.Builder clearManagement()

NodeManagement configuration for this NodePool.

.google.container.v1beta1.NodeManagement management = 4;

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

clearMinCpuPlatform() (deprecated)

public AutoprovisioningNodePoolDefaults.Builder clearMinCpuPlatform()

Deprecated. google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is deprecated. See google/container/v1beta1/cluster_service.proto;l=4424

Deprecated. Minimum CPU platform to be used for NAP created node pools. 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. This field is deprecated, min_cpu_platform should be specified using cloud.google.com/requested-min-cpu-platform label selector on the pod. To unset the min cpu platform field pass "automatic" as field value.

string min_cpu_platform = 5 [deprecated = true];

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearOauthScopes()

public AutoprovisioningNodePoolDefaults.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 = 1;

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AutoprovisioningNodePoolDefaults.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder
Overrides

clearServiceAccount()

public AutoprovisioningNodePoolDefaults.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 = 2;

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearShieldedInstanceConfig()

public AutoprovisioningNodePoolDefaults.Builder clearShieldedInstanceConfig()

Shielded Instance options.

.google.container.v1beta1.ShieldedInstanceConfig shielded_instance_config = 8;

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

clearUpgradeSettings()

public AutoprovisioningNodePoolDefaults.Builder clearUpgradeSettings()

Upgrade settings control disruption and speed of the upgrade.

.google.container.v1beta1.NodePool.UpgradeSettings upgrade_settings = 3;

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

clone()

public AutoprovisioningNodePoolDefaults.Builder clone()
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder
Overrides

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 = 9;

Returns
TypeDescription
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 = 9;

Returns
TypeDescription
ByteString

The bytes for bootDiskKmsKey.

getDefaultInstanceForType()

public AutoprovisioningNodePoolDefaults getDefaultInstanceForType()
Returns
TypeDescription
AutoprovisioningNodePoolDefaults

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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 = 6;

Returns
TypeDescription
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 = 7;

Returns
TypeDescription
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 = 7;

Returns
TypeDescription
ByteString

The bytes for diskType.

getImageType()

public String getImageType()

The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

string image_type = 10;

Returns
TypeDescription
String

The imageType.

getImageTypeBytes()

public ByteString getImageTypeBytes()

The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

string image_type = 10;

Returns
TypeDescription
ByteString

The bytes for imageType.

getInsecureKubeletReadonlyPortEnabled()

public boolean getInsecureKubeletReadonlyPortEnabled()

Enable or disable Kubelet read only port.

optional bool insecure_kubelet_readonly_port_enabled = 13;

Returns
TypeDescription
boolean

The insecureKubeletReadonlyPortEnabled.

getManagement()

public NodeManagement getManagement()

NodeManagement configuration for this NodePool.

.google.container.v1beta1.NodeManagement management = 4;

Returns
TypeDescription
NodeManagement

The management.

getManagementBuilder()

public NodeManagement.Builder getManagementBuilder()

NodeManagement configuration for this NodePool.

.google.container.v1beta1.NodeManagement management = 4;

Returns
TypeDescription
NodeManagement.Builder

getManagementOrBuilder()

public NodeManagementOrBuilder getManagementOrBuilder()

NodeManagement configuration for this NodePool.

.google.container.v1beta1.NodeManagement management = 4;

Returns
TypeDescription
NodeManagementOrBuilder

getMinCpuPlatform() (deprecated)

public String getMinCpuPlatform()

Deprecated. google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is deprecated. See google/container/v1beta1/cluster_service.proto;l=4424

Deprecated. Minimum CPU platform to be used for NAP created node pools. 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. This field is deprecated, min_cpu_platform should be specified using cloud.google.com/requested-min-cpu-platform label selector on the pod. To unset the min cpu platform field pass "automatic" as field value.

string min_cpu_platform = 5 [deprecated = true];

Returns
TypeDescription
String

The minCpuPlatform.

getMinCpuPlatformBytes() (deprecated)

public ByteString getMinCpuPlatformBytes()

Deprecated. google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is deprecated. See google/container/v1beta1/cluster_service.proto;l=4424

Deprecated. Minimum CPU platform to be used for NAP created node pools. 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. This field is deprecated, min_cpu_platform should be specified using cloud.google.com/requested-min-cpu-platform label selector on the pod. To unset the min cpu platform field pass "automatic" as field value.

string min_cpu_platform = 5 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for minCpuPlatform.

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 = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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 = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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 = 1;

Returns
TypeDescription
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 = 1;

Returns
TypeDescription
ProtocolStringList

A list containing the oauthScopes.

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 = 2;

Returns
TypeDescription
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 = 2;

Returns
TypeDescription
ByteString

The bytes for serviceAccount.

getShieldedInstanceConfig()

public ShieldedInstanceConfig getShieldedInstanceConfig()

Shielded Instance options.

.google.container.v1beta1.ShieldedInstanceConfig shielded_instance_config = 8;

Returns
TypeDescription
ShieldedInstanceConfig

The shieldedInstanceConfig.

getShieldedInstanceConfigBuilder()

public ShieldedInstanceConfig.Builder getShieldedInstanceConfigBuilder()

Shielded Instance options.

.google.container.v1beta1.ShieldedInstanceConfig shielded_instance_config = 8;

Returns
TypeDescription
ShieldedInstanceConfig.Builder

getShieldedInstanceConfigOrBuilder()

public ShieldedInstanceConfigOrBuilder getShieldedInstanceConfigOrBuilder()

Shielded Instance options.

.google.container.v1beta1.ShieldedInstanceConfig shielded_instance_config = 8;

Returns
TypeDescription
ShieldedInstanceConfigOrBuilder

getUpgradeSettings()

public NodePool.UpgradeSettings getUpgradeSettings()

Upgrade settings control disruption and speed of the upgrade.

.google.container.v1beta1.NodePool.UpgradeSettings upgrade_settings = 3;

Returns
TypeDescription
NodePool.UpgradeSettings

The upgradeSettings.

getUpgradeSettingsBuilder()

public NodePool.UpgradeSettings.Builder getUpgradeSettingsBuilder()

Upgrade settings control disruption and speed of the upgrade.

.google.container.v1beta1.NodePool.UpgradeSettings upgrade_settings = 3;

Returns
TypeDescription
NodePool.UpgradeSettings.Builder

getUpgradeSettingsOrBuilder()

public NodePool.UpgradeSettingsOrBuilder getUpgradeSettingsOrBuilder()

Upgrade settings control disruption and speed of the upgrade.

.google.container.v1beta1.NodePool.UpgradeSettings upgrade_settings = 3;

Returns
TypeDescription
NodePool.UpgradeSettingsOrBuilder

hasInsecureKubeletReadonlyPortEnabled()

public boolean hasInsecureKubeletReadonlyPortEnabled()

Enable or disable Kubelet read only port.

optional bool insecure_kubelet_readonly_port_enabled = 13;

Returns
TypeDescription
boolean

Whether the insecureKubeletReadonlyPortEnabled field is set.

hasManagement()

public boolean hasManagement()

NodeManagement configuration for this NodePool.

.google.container.v1beta1.NodeManagement management = 4;

Returns
TypeDescription
boolean

Whether the management field is set.

hasShieldedInstanceConfig()

public boolean hasShieldedInstanceConfig()

Shielded Instance options.

.google.container.v1beta1.ShieldedInstanceConfig shielded_instance_config = 8;

Returns
TypeDescription
boolean

Whether the shieldedInstanceConfig field is set.

hasUpgradeSettings()

public boolean hasUpgradeSettings()

Upgrade settings control disruption and speed of the upgrade.

.google.container.v1beta1.NodePool.UpgradeSettings upgrade_settings = 3;

Returns
TypeDescription
boolean

Whether the upgradeSettings field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AutoprovisioningNodePoolDefaults other)

public AutoprovisioningNodePoolDefaults.Builder mergeFrom(AutoprovisioningNodePoolDefaults other)
Parameter
NameDescription
otherAutoprovisioningNodePoolDefaults
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AutoprovisioningNodePoolDefaults.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AutoprovisioningNodePoolDefaults.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder
Overrides

mergeManagement(NodeManagement value)

public AutoprovisioningNodePoolDefaults.Builder mergeManagement(NodeManagement value)

NodeManagement configuration for this NodePool.

.google.container.v1beta1.NodeManagement management = 4;

Parameter
NameDescription
valueNodeManagement
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

mergeShieldedInstanceConfig(ShieldedInstanceConfig value)

public AutoprovisioningNodePoolDefaults.Builder mergeShieldedInstanceConfig(ShieldedInstanceConfig value)

Shielded Instance options.

.google.container.v1beta1.ShieldedInstanceConfig shielded_instance_config = 8;

Parameter
NameDescription
valueShieldedInstanceConfig
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AutoprovisioningNodePoolDefaults.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder
Overrides

mergeUpgradeSettings(NodePool.UpgradeSettings value)

public AutoprovisioningNodePoolDefaults.Builder mergeUpgradeSettings(NodePool.UpgradeSettings value)

Upgrade settings control disruption and speed of the upgrade.

.google.container.v1beta1.NodePool.UpgradeSettings upgrade_settings = 3;

Parameter
NameDescription
valueNodePool.UpgradeSettings
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

setBootDiskKmsKey(String value)

public AutoprovisioningNodePoolDefaults.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 = 9;

Parameter
NameDescription
valueString

The bootDiskKmsKey to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setBootDiskKmsKeyBytes(ByteString value)

public AutoprovisioningNodePoolDefaults.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 = 9;

Parameter
NameDescription
valueByteString

The bytes for bootDiskKmsKey to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setDiskSizeGb(int value)

public AutoprovisioningNodePoolDefaults.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 = 6;

Parameter
NameDescription
valueint

The diskSizeGb to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setDiskType(String value)

public AutoprovisioningNodePoolDefaults.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 = 7;

Parameter
NameDescription
valueString

The diskType to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setDiskTypeBytes(ByteString value)

public AutoprovisioningNodePoolDefaults.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 = 7;

Parameter
NameDescription
valueByteString

The bytes for diskType to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public AutoprovisioningNodePoolDefaults.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder
Overrides

setImageType(String value)

public AutoprovisioningNodePoolDefaults.Builder setImageType(String value)

The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

string image_type = 10;

Parameter
NameDescription
valueString

The imageType to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setImageTypeBytes(ByteString value)

public AutoprovisioningNodePoolDefaults.Builder setImageTypeBytes(ByteString value)

The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.

string image_type = 10;

Parameter
NameDescription
valueByteString

The bytes for imageType to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setInsecureKubeletReadonlyPortEnabled(boolean value)

public AutoprovisioningNodePoolDefaults.Builder setInsecureKubeletReadonlyPortEnabled(boolean value)

Enable or disable Kubelet read only port.

optional bool insecure_kubelet_readonly_port_enabled = 13;

Parameter
NameDescription
valueboolean

The insecureKubeletReadonlyPortEnabled to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setManagement(NodeManagement value)

public AutoprovisioningNodePoolDefaults.Builder setManagement(NodeManagement value)

NodeManagement configuration for this NodePool.

.google.container.v1beta1.NodeManagement management = 4;

Parameter
NameDescription
valueNodeManagement
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

setManagement(NodeManagement.Builder builderForValue)

public AutoprovisioningNodePoolDefaults.Builder setManagement(NodeManagement.Builder builderForValue)

NodeManagement configuration for this NodePool.

.google.container.v1beta1.NodeManagement management = 4;

Parameter
NameDescription
builderForValueNodeManagement.Builder
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

setMinCpuPlatform(String value) (deprecated)

public AutoprovisioningNodePoolDefaults.Builder setMinCpuPlatform(String value)

Deprecated. google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is deprecated. See google/container/v1beta1/cluster_service.proto;l=4424

Deprecated. Minimum CPU platform to be used for NAP created node pools. 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. This field is deprecated, min_cpu_platform should be specified using cloud.google.com/requested-min-cpu-platform label selector on the pod. To unset the min cpu platform field pass "automatic" as field value.

string min_cpu_platform = 5 [deprecated = true];

Parameter
NameDescription
valueString

The minCpuPlatform to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setMinCpuPlatformBytes(ByteString value) (deprecated)

public AutoprovisioningNodePoolDefaults.Builder setMinCpuPlatformBytes(ByteString value)

Deprecated. google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is deprecated. See google/container/v1beta1/cluster_service.proto;l=4424

Deprecated. Minimum CPU platform to be used for NAP created node pools. 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. This field is deprecated, min_cpu_platform should be specified using cloud.google.com/requested-min-cpu-platform label selector on the pod. To unset the min cpu platform field pass "automatic" as field value.

string min_cpu_platform = 5 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for minCpuPlatform to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setOauthScopes(int index, String value)

public AutoprovisioningNodePoolDefaults.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 = 1;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The oauthScopes to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

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

public AutoprovisioningNodePoolDefaults.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder
Overrides

setServiceAccount(String value)

public AutoprovisioningNodePoolDefaults.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 = 2;

Parameter
NameDescription
valueString

The serviceAccount to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setServiceAccountBytes(ByteString value)

public AutoprovisioningNodePoolDefaults.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 = 2;

Parameter
NameDescription
valueByteString

The bytes for serviceAccount to set.

Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setShieldedInstanceConfig(ShieldedInstanceConfig value)

public AutoprovisioningNodePoolDefaults.Builder setShieldedInstanceConfig(ShieldedInstanceConfig value)

Shielded Instance options.

.google.container.v1beta1.ShieldedInstanceConfig shielded_instance_config = 8;

Parameter
NameDescription
valueShieldedInstanceConfig
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

setShieldedInstanceConfig(ShieldedInstanceConfig.Builder builderForValue)

public AutoprovisioningNodePoolDefaults.Builder setShieldedInstanceConfig(ShieldedInstanceConfig.Builder builderForValue)

Shielded Instance options.

.google.container.v1beta1.ShieldedInstanceConfig shielded_instance_config = 8;

Parameter
NameDescription
builderForValueShieldedInstanceConfig.Builder
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final AutoprovisioningNodePoolDefaults.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder
Overrides

setUpgradeSettings(NodePool.UpgradeSettings value)

public AutoprovisioningNodePoolDefaults.Builder setUpgradeSettings(NodePool.UpgradeSettings value)

Upgrade settings control disruption and speed of the upgrade.

.google.container.v1beta1.NodePool.UpgradeSettings upgrade_settings = 3;

Parameter
NameDescription
valueNodePool.UpgradeSettings
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder

setUpgradeSettings(NodePool.UpgradeSettings.Builder builderForValue)

public AutoprovisioningNodePoolDefaults.Builder setUpgradeSettings(NodePool.UpgradeSettings.Builder builderForValue)

Upgrade settings control disruption and speed of the upgrade.

.google.container.v1beta1.NodePool.UpgradeSettings upgrade_settings = 3;

Parameter
NameDescription
builderForValueNodePool.UpgradeSettings.Builder
Returns
TypeDescription
AutoprovisioningNodePoolDefaults.Builder