Interface NodeGroupAffinityOrBuilder (2.3.1)

public interface NodeGroupAffinityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNodeGroupUri()

public abstract String 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

string node_group_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The nodeGroupUri.

getNodeGroupUriBytes()

public abstract ByteString getNodeGroupUriBytes()

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

string node_group_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for nodeGroupUri.