public interface AuxiliaryNodeGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NodeGroup |
getNodeGroup()
Required.
|
String |
getNodeGroupId()
Optional.
|
com.google.protobuf.ByteString |
getNodeGroupIdBytes()
Optional.
|
NodeGroupOrBuilder |
getNodeGroupOrBuilder()
Required.
|
boolean |
hasNodeGroup()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNodeGroup()
Required. Node group configuration.
.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];
NodeGroup getNodeGroup()
Required. Node group configuration.
.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];
NodeGroupOrBuilder getNodeGroupOrBuilder()
Required. Node group configuration.
.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];
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];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];Copyright © 2024 Google LLC. All rights reserved.