Google Cloud Dataproc V1 Client - Class NodeGroupAffinity (3.2.2)

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

Node Group Affinity for clusters using sole-tenant node groups.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ node_group_uri string

Required. The URI of a sole-tenant node group resource that the cluster will be created on. A full URL, partial URI, or node group name are valid. Examples: * https://www.googleapis.com/compute/v1/projects/[project_id]/zones/us-central1-a/nodeGroups/node-group-1 * projects/[project_id]/zones/us-central1-a/nodeGroups/node-group-1 * node-group-1

getNodeGroupUri

Required. The URI of a sole-tenant node group resource that the cluster will be created on.

A full URL, partial URI, or node group name are valid. Examples:

  • https://www.googleapis.com/compute/v1/projects/[project_id]/zones/us-central1-a/nodeGroups/node-group-1
  • projects/[project_id]/zones/us-central1-a/nodeGroups/node-group-1
  • node-group-1

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

Returns
TypeDescription
string

setNodeGroupUri

Required. The URI of a sole-tenant node group resource that the cluster will be created on.

A full URL, partial URI, or node group name are valid. Examples:

  • https://www.googleapis.com/compute/v1/projects/[project_id]/zones/us-central1-a/nodeGroups/node-group-1
  • projects/[project_id]/zones/us-central1-a/nodeGroups/node-group-1
  • node-group-1

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this