public final class ResizeNodeGroupRequest extends GeneratedMessageV3 implements ResizeNodeGroupRequestOrBuilder
A request to resize a node group.
Protobuf type google.cloud.dataproc.v1.ResizeNodeGroupRequest
Static Fields
GRACEFUL_DECOMMISSION_TIMEOUT_FIELD_NUMBER
public static final int GRACEFUL_DECOMMISSION_TIMEOUT_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
REQUEST_ID_FIELD_NUMBER
public static final int REQUEST_ID_FIELD_NUMBER
Field Value
SIZE_FIELD_NUMBER
public static final int SIZE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ResizeNodeGroupRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ResizeNodeGroupRequest.Builder newBuilder()
Returns
newBuilder(ResizeNodeGroupRequest prototype)
public static ResizeNodeGroupRequest.Builder newBuilder(ResizeNodeGroupRequest prototype)
Parameter
Returns
public static ResizeNodeGroupRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ResizeNodeGroupRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ResizeNodeGroupRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResizeNodeGroupRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ResizeNodeGroupRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResizeNodeGroupRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ResizeNodeGroupRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ResizeNodeGroupRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ResizeNodeGroupRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ResizeNodeGroupRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ResizeNodeGroupRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ResizeNodeGroupRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ResizeNodeGroupRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ResizeNodeGroupRequest getDefaultInstanceForType()
Returns
getGracefulDecommissionTimeout()
public Duration getGracefulDecommissionTimeout()
Optional. Timeout for graceful YARN decommissioning. Graceful
decommissioning
allows the removal of nodes from the Compute Engine node group
without interrupting jobs in progress. This timeout specifies how long to
wait for jobs in progress to finish before forcefully removing nodes (and
potentially interrupting jobs). Default timeout is 0 (for forceful
decommission), and the maximum allowed timeout is 1 day. (see JSON
representation of
Duration).
Only supported on Dataproc image versions 1.2 and higher.
.google.protobuf.Duration graceful_decommission_timeout = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
Duration | The gracefulDecommissionTimeout.
|
getGracefulDecommissionTimeoutOrBuilder()
public DurationOrBuilder getGracefulDecommissionTimeoutOrBuilder()
Optional. Timeout for graceful YARN decommissioning. Graceful
decommissioning
allows the removal of nodes from the Compute Engine node group
without interrupting jobs in progress. This timeout specifies how long to
wait for jobs in progress to finish before forcefully removing nodes (and
potentially interrupting jobs). Default timeout is 0 (for forceful
decommission), and the maximum allowed timeout is 1 day. (see JSON
representation of
Duration).
Only supported on Dataproc image versions 1.2 and higher.
.google.protobuf.Duration graceful_decommission_timeout = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
getName()
Required. The name of the node group to resize.
Format:
projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. The name of the node group to resize.
Format:
projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getParserForType()
public Parser<ResizeNodeGroupRequest> getParserForType()
Returns
Overrides
getRequestId()
public String getRequestId()
Optional. A unique ID used to identify the request. If the server receives
two
ResizeNodeGroupRequest
with the same ID, the second request is ignored and the
first google.longrunning.Operation created
and stored in the backend is returned.
Recommendation: Set this value to a
UUID.
The ID must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The requestId.
|
getRequestIdBytes()
public ByteString getRequestIdBytes()
Optional. A unique ID used to identify the request. If the server receives
two
ResizeNodeGroupRequest
with the same ID, the second request is ignored and the
first google.longrunning.Operation created
and stored in the backend is returned.
Recommendation: Set this value to a
UUID.
The ID must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSize()
Required. The number of running instances for the node group to maintain.
The group adds or removes instances to maintain the number of instances
specified by this parameter.
int32 size = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
int | The size.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasGracefulDecommissionTimeout()
public boolean hasGracefulDecommissionTimeout()
Optional. Timeout for graceful YARN decommissioning. Graceful
decommissioning
allows the removal of nodes from the Compute Engine node group
without interrupting jobs in progress. This timeout specifies how long to
wait for jobs in progress to finish before forcefully removing nodes (and
potentially interrupting jobs). Default timeout is 0 (for forceful
decommission), and the maximum allowed timeout is 1 day. (see JSON
representation of
Duration).
Only supported on Dataproc image versions 1.2 and higher.
.google.protobuf.Duration graceful_decommission_timeout = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
boolean | Whether the gracefulDecommissionTimeout field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ResizeNodeGroupRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ResizeNodeGroupRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ResizeNodeGroupRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions