Interface AuxiliaryNodeGroupOrBuilder (4.16.0)

public interface AuxiliaryNodeGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNodeGroup()

public abstract NodeGroup getNodeGroup()

Required. Node group configuration.

.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NodeGroup

The nodeGroup.

getNodeGroupId()

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

The nodeGroupId.

getNodeGroupIdBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nodeGroupId.

getNodeGroupOrBuilder()

public abstract NodeGroupOrBuilder getNodeGroupOrBuilder()

Required. Node group configuration.

.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NodeGroupOrBuilder

hasNodeGroup()

public abstract boolean hasNodeGroup()

Required. Node group configuration.

.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the nodeGroup field is set.