public final class AuxiliaryNodeGroup extends GeneratedMessageV3 implements AuxiliaryNodeGroupOrBuilder
Node group identification and configuration information.
Protobuf type google.cloud.dataproc.v1.AuxiliaryNodeGroup
Static Fields
NODE_GROUP_FIELD_NUMBER
public static final int NODE_GROUP_FIELD_NUMBER
Field Value
NODE_GROUP_ID_FIELD_NUMBER
public static final int NODE_GROUP_ID_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AuxiliaryNodeGroup getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AuxiliaryNodeGroup.Builder newBuilder()
Returns
newBuilder(AuxiliaryNodeGroup prototype)
public static AuxiliaryNodeGroup.Builder newBuilder(AuxiliaryNodeGroup prototype)
Parameter
Returns
public static AuxiliaryNodeGroup parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AuxiliaryNodeGroup parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AuxiliaryNodeGroup parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AuxiliaryNodeGroup parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AuxiliaryNodeGroup parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AuxiliaryNodeGroup parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AuxiliaryNodeGroup parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AuxiliaryNodeGroup parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AuxiliaryNodeGroup parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AuxiliaryNodeGroup parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AuxiliaryNodeGroup parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AuxiliaryNodeGroup parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AuxiliaryNodeGroup> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public AuxiliaryNodeGroup getDefaultInstanceForType()
Returns
getNodeGroup()
public NodeGroup getNodeGroup()
Required. Node group configuration.
.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getNodeGroupId()
public 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
Type | Description |
String | The nodeGroupId.
|
getNodeGroupIdBytes()
public 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
Type | Description |
ByteString | The bytes for nodeGroupId.
|
getNodeGroupOrBuilder()
public NodeGroupOrBuilder getNodeGroupOrBuilder()
Required. Node group configuration.
.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getParserForType()
public Parser<AuxiliaryNodeGroup> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasNodeGroup()
public boolean hasNodeGroup()
Required. Node group configuration.
.google.cloud.dataproc.v1.NodeGroup node_group = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the nodeGroup field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AuxiliaryNodeGroup.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AuxiliaryNodeGroup.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AuxiliaryNodeGroup.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions