Class AutoprovisioningNodePoolDefaults.Builder (2.45.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.v1.AutoprovisioningNodePoolDefaults

Static Methods

getDescriptor()

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

Methods

addAllOauthScopes(Iterable<String> values)

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

Scopes that are used by NAP when creating node pools.

repeated string oauth_scopes = 1;

Parameter
Name Description
values Iterable<String>

The oauthScopes to add.

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

addOauthScopes(String value)

public AutoprovisioningNodePoolDefaults.Builder addOauthScopes(String value)

Scopes that are used by NAP when creating node pools.

repeated string oauth_scopes = 1;

Parameter
Name Description
value String

The oauthScopes to add.

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

addOauthScopesBytes(ByteString value)

public AutoprovisioningNodePoolDefaults.Builder addOauthScopesBytes(ByteString value)

Scopes that are used by NAP when creating node pools.

repeated string oauth_scopes = 1;

Parameter
Name Description
value ByteString

The bytes of the oauthScopes to add.

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public AutoprovisioningNodePoolDefaults build()
Returns
Type Description
AutoprovisioningNodePoolDefaults

buildPartial()

public AutoprovisioningNodePoolDefaults buildPartial()
Returns
Type Description
AutoprovisioningNodePoolDefaults

clear()

public AutoprovisioningNodePoolDefaults.Builder clear()
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public AutoprovisioningNodePoolDefaults.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
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
Type Description
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
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearManagement()

public AutoprovisioningNodePoolDefaults.Builder clearManagement()

Specifies the node management options for NAP created node-pools.

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

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

clearMinCpuPlatform() (deprecated)

public AutoprovisioningNodePoolDefaults.Builder clearMinCpuPlatform()

Deprecated. google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is deprecated. See google/container/v1/cluster_service.proto;l=3953

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
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearOauthScopes()

public AutoprovisioningNodePoolDefaults.Builder clearOauthScopes()

Scopes that are used by NAP when creating node pools.

repeated string oauth_scopes = 1;

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearServiceAccount()

public AutoprovisioningNodePoolDefaults.Builder clearServiceAccount()

The Google Cloud Platform Service Account to be used by the node VMs.

string service_account = 2;

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

clearShieldedInstanceConfig()

public AutoprovisioningNodePoolDefaults.Builder clearShieldedInstanceConfig()

Shielded Instance options.

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

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

clearUpgradeSettings()

public AutoprovisioningNodePoolDefaults.Builder clearUpgradeSettings()

Specifies the upgrade settings for NAP created node pools

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

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

clone()

public AutoprovisioningNodePoolDefaults.Builder clone()
Returns
Type Description
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
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 = 9;

Returns
Type Description
ByteString

The bytes for bootDiskKmsKey.

getDefaultInstanceForType()

public AutoprovisioningNodePoolDefaults getDefaultInstanceForType()
Returns
Type Description
AutoprovisioningNodePoolDefaults

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

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

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

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

The insecureKubeletReadonlyPortEnabled.

getManagement()

public NodeManagement getManagement()

Specifies the node management options for NAP created node-pools.

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

Returns
Type Description
NodeManagement

The management.

getManagementBuilder()

public NodeManagement.Builder getManagementBuilder()

Specifies the node management options for NAP created node-pools.

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

Returns
Type Description
NodeManagement.Builder

getManagementOrBuilder()

public NodeManagementOrBuilder getManagementOrBuilder()

Specifies the node management options for NAP created node-pools.

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

Returns
Type Description
NodeManagementOrBuilder

getMinCpuPlatform() (deprecated)

public String getMinCpuPlatform()

Deprecated. google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is deprecated. See google/container/v1/cluster_service.proto;l=3953

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
Type Description
String

The minCpuPlatform.

getMinCpuPlatformBytes() (deprecated)

public ByteString getMinCpuPlatformBytes()

Deprecated. google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is deprecated. See google/container/v1/cluster_service.proto;l=3953

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
Type Description
ByteString

The bytes for minCpuPlatform.

getOauthScopes(int index)

public String getOauthScopes(int index)

Scopes that are used by NAP when creating node pools.

repeated string oauth_scopes = 1;

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)

Scopes that are used by NAP when creating node pools.

repeated string oauth_scopes = 1;

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()

Scopes that are used by NAP when creating node pools.

repeated string oauth_scopes = 1;

Returns
Type Description
int

The count of oauthScopes.

getOauthScopesList()

public ProtocolStringList getOauthScopesList()

Scopes that are used by NAP when creating node pools.

repeated string oauth_scopes = 1;

Returns
Type Description
ProtocolStringList

A list containing the oauthScopes.

getServiceAccount()

public String getServiceAccount()

The Google Cloud Platform Service Account to be used by the node VMs.

string service_account = 2;

Returns
Type Description
String

The serviceAccount.

getServiceAccountBytes()

public ByteString getServiceAccountBytes()

The Google Cloud Platform Service Account to be used by the node VMs.

string service_account = 2;

Returns
Type Description
ByteString

The bytes for serviceAccount.

getShieldedInstanceConfig()

public ShieldedInstanceConfig getShieldedInstanceConfig()

Shielded Instance options.

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

Returns
Type Description
ShieldedInstanceConfig

The shieldedInstanceConfig.

getShieldedInstanceConfigBuilder()

public ShieldedInstanceConfig.Builder getShieldedInstanceConfigBuilder()

Shielded Instance options.

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

Returns
Type Description
ShieldedInstanceConfig.Builder

getShieldedInstanceConfigOrBuilder()

public ShieldedInstanceConfigOrBuilder getShieldedInstanceConfigOrBuilder()

Shielded Instance options.

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

Returns
Type Description
ShieldedInstanceConfigOrBuilder

getUpgradeSettings()

public NodePool.UpgradeSettings getUpgradeSettings()

Specifies the upgrade settings for NAP created node pools

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

Returns
Type Description
NodePool.UpgradeSettings

The upgradeSettings.

getUpgradeSettingsBuilder()

public NodePool.UpgradeSettings.Builder getUpgradeSettingsBuilder()

Specifies the upgrade settings for NAP created node pools

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

Returns
Type Description
NodePool.UpgradeSettings.Builder

getUpgradeSettingsOrBuilder()

public NodePool.UpgradeSettingsOrBuilder getUpgradeSettingsOrBuilder()

Specifies the upgrade settings for NAP created node pools

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

Returns
Type Description
NodePool.UpgradeSettingsOrBuilder

hasInsecureKubeletReadonlyPortEnabled()

public boolean hasInsecureKubeletReadonlyPortEnabled()

Enable or disable Kubelet read only port.

optional bool insecure_kubelet_readonly_port_enabled = 13;

Returns
Type Description
boolean

Whether the insecureKubeletReadonlyPortEnabled field is set.

hasManagement()

public boolean hasManagement()

Specifies the node management options for NAP created node-pools.

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

Returns
Type Description
boolean

Whether the management field is set.

hasShieldedInstanceConfig()

public boolean hasShieldedInstanceConfig()

Shielded Instance options.

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

Returns
Type Description
boolean

Whether the shieldedInstanceConfig field is set.

hasUpgradeSettings()

public boolean hasUpgradeSettings()

Specifies the upgrade settings for NAP created node pools

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

Returns
Type Description
boolean

Whether the upgradeSettings field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AutoprovisioningNodePoolDefaults other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeManagement(NodeManagement value)

public AutoprovisioningNodePoolDefaults.Builder mergeManagement(NodeManagement value)

Specifies the node management options for NAP created node-pools.

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

Parameter
Name Description
value NodeManagement
Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

mergeShieldedInstanceConfig(ShieldedInstanceConfig value)

public AutoprovisioningNodePoolDefaults.Builder mergeShieldedInstanceConfig(ShieldedInstanceConfig value)

Shielded Instance options.

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

Parameter
Name Description
value ShieldedInstanceConfig
Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

mergeUpgradeSettings(NodePool.UpgradeSettings value)

public AutoprovisioningNodePoolDefaults.Builder mergeUpgradeSettings(NodePool.UpgradeSettings value)

Specifies the upgrade settings for NAP created node pools

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

Parameter
Name Description
value NodePool.UpgradeSettings
Returns
Type Description
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
Name Description
value String

The bootDiskKmsKey to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for bootDiskKmsKey to set.

Returns
Type Description
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
Name Description
value int

The diskSizeGb to set.

Returns
Type Description
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
Name Description
value String

The diskType to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for diskType to set.

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public AutoprovisioningNodePoolDefaults.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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
Name Description
value String

The imageType to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for imageType to set.

Returns
Type Description
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
Name Description
value boolean

The insecureKubeletReadonlyPortEnabled to set.

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setManagement(NodeManagement value)

public AutoprovisioningNodePoolDefaults.Builder setManagement(NodeManagement value)

Specifies the node management options for NAP created node-pools.

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

Parameter
Name Description
value NodeManagement
Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

setManagement(NodeManagement.Builder builderForValue)

public AutoprovisioningNodePoolDefaults.Builder setManagement(NodeManagement.Builder builderForValue)

Specifies the node management options for NAP created node-pools.

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

Parameter
Name Description
builderForValue NodeManagement.Builder
Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

setMinCpuPlatform(String value) (deprecated)

public AutoprovisioningNodePoolDefaults.Builder setMinCpuPlatform(String value)

Deprecated. google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is deprecated. See google/container/v1/cluster_service.proto;l=3953

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
Name Description
value String

The minCpuPlatform to set.

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setMinCpuPlatformBytes(ByteString value) (deprecated)

public AutoprovisioningNodePoolDefaults.Builder setMinCpuPlatformBytes(ByteString value)

Deprecated. google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is deprecated. See google/container/v1/cluster_service.proto;l=3953

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
Name Description
value ByteString

The bytes for minCpuPlatform to set.

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setOauthScopes(int index, String value)

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

Scopes that are used by NAP when creating node pools.

repeated string oauth_scopes = 1;

Parameters
Name Description
index int

The index to set the value at.

value String

The oauthScopes to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
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.

string service_account = 2;

Parameter
Name Description
value String

The serviceAccount to set.

Returns
Type Description
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.

string service_account = 2;

Parameter
Name Description
value ByteString

The bytes for serviceAccount to set.

Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

This builder for chaining.

setShieldedInstanceConfig(ShieldedInstanceConfig value)

public AutoprovisioningNodePoolDefaults.Builder setShieldedInstanceConfig(ShieldedInstanceConfig value)

Shielded Instance options.

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

Parameter
Name Description
value ShieldedInstanceConfig
Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

setShieldedInstanceConfig(ShieldedInstanceConfig.Builder builderForValue)

public AutoprovisioningNodePoolDefaults.Builder setShieldedInstanceConfig(ShieldedInstanceConfig.Builder builderForValue)

Shielded Instance options.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUpgradeSettings(NodePool.UpgradeSettings value)

public AutoprovisioningNodePoolDefaults.Builder setUpgradeSettings(NodePool.UpgradeSettings value)

Specifies the upgrade settings for NAP created node pools

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

Parameter
Name Description
value NodePool.UpgradeSettings
Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder

setUpgradeSettings(NodePool.UpgradeSettings.Builder builderForValue)

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

Specifies the upgrade settings for NAP created node pools

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

Parameter
Name Description
builderForValue NodePool.UpgradeSettings.Builder
Returns
Type Description
AutoprovisioningNodePoolDefaults.Builder