Package com.google.cloud.dataproc.v1
Interface NodeGroupAffinityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeGroupAffinity
,NodeGroupAffinity.Builder
public interface NodeGroupAffinityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNodeGroupUri()
Required.com.google.protobuf.ByteString
getNodeGroupUriBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodeGroupUri
String getNodeGroupUri()
Required. The URI of a sole-tenant [node group resource](https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) 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-1` * `projects/[project_id]/zones/[zone]/nodeGroups/node-group-1` * `node-group-1`
string node_group_uri = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The nodeGroupUri.
-
getNodeGroupUriBytes
com.google.protobuf.ByteString getNodeGroupUriBytes()
Required. The URI of a sole-tenant [node group resource](https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) 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-1` * `projects/[project_id]/zones/[zone]/nodeGroups/node-group-1` * `node-group-1`
string node_group_uri = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for nodeGroupUri.
-
-