Google Cloud Dataproc V1 Client - Class GkeNodePoolTarget (3.2.2)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class GkeNodePoolTarget.

GKE NodePools that Dataproc workloads run on.

Generated from protobuf message google.cloud.dataproc.v1.GkeNodePoolTarget

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ node_pool
string

Required. The target GKE NodePool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'

↳ roles
array

Required. The types of role for a GKE NodePool

↳ node_pool_config
Google\Cloud\Dataproc\V1\GkeNodePoolConfig

Optional. The configuration for the GKE NodePool. If specified, Dataproc attempts to create a NodePool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail. If omitted, any NodePool with the specified name is used. If a NodePool with the specified name does not exist, Dataproc create a NodePool with default values.

getNodePool

Required. The target GKE NodePool.

Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'

Generated from protobuf field string node_pool = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description
string

setNodePool

Required. The target GKE NodePool.

Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'

Generated from protobuf field string node_pool = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getRoles

Required. The types of role for a GKE NodePool

Generated from protobuf field repeated .google.cloud.dataproc.v1.GkeNodePoolTarget.Role roles = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description
Google\Protobuf\Internal\RepeatedField

setRoles

Required. The types of role for a GKE NodePool

Generated from protobuf field repeated .google.cloud.dataproc.v1.GkeNodePoolTarget.Role roles = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name
Description
var
int[]
Returns
Type
Description
$this

getNodePoolConfig

Optional. The configuration for the GKE NodePool.

If specified, Dataproc attempts to create a NodePool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail. If omitted, any NodePool with the specified name is used. If a NodePool with the specified name does not exist, Dataproc create a NodePool with default values.

Generated from protobuf field .google.cloud.dataproc.v1.GkeNodePoolConfig node_pool_config = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description

hasNodePoolConfig

clearNodePoolConfig

setNodePoolConfig

Optional. The configuration for the GKE NodePool.

If specified, Dataproc attempts to create a NodePool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail. If omitted, any NodePool with the specified name is used. If a NodePool with the specified name does not exist, Dataproc create a NodePool with default values.

Generated from protobuf field .google.cloud.dataproc.v1.GkeNodePoolConfig node_pool_config = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: