Package com.google.cloud.dataproc.v1
Interface AuxiliaryNodeGroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuxiliaryNodeGroup
,AuxiliaryNodeGroup.Builder
public interface AuxiliaryNodeGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeGroup
getNodeGroup()
Required.String
getNodeGroupId()
Optional.com.google.protobuf.ByteString
getNodeGroupIdBytes()
Optional.NodeGroupOrBuilder
getNodeGroupOrBuilder()
Required.boolean
hasNodeGroup()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNodeGroup
boolean hasNodeGroup()
Required. Node group configuration.
.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the nodeGroup field is set.
-
getNodeGroup
NodeGroup getNodeGroup()
Required. Node group configuration.
.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The nodeGroup.
-
getNodeGroupOrBuilder
NodeGroupOrBuilder getNodeGroupOrBuilder()
Required. Node group configuration.
.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];
-
getNodeGroupId
String getNodeGroupId()
Optional. A node group ID. Generated if not specified. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
string node_group_id = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The nodeGroupId.
-
getNodeGroupIdBytes
com.google.protobuf.ByteString getNodeGroupIdBytes()
Optional. A node group ID. Generated if not specified. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
string node_group_id = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for nodeGroupId.
-
-