public interface NodeGroupAffinityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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/[zone]/nodeGroups/node-group-1projects/[project_id]/zones/[zone]/nodeGroups/node-group-1node-group-1
string node_group_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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/[zone]/nodeGroups/node-group-1projects/[project_id]/zones/[zone]/nodeGroups/node-group-1node-group-1
string node_group_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nodeGroupUri. |