Enum NodeGroupOperationMetadata.NodeGroupOperationType (4.38.0)

public enum NodeGroupOperationMetadata.NodeGroupOperationType extends Enum<NodeGroupOperationMetadata.NodeGroupOperationType> implements ProtocolMessageEnum

Operation type for node group resources.

Protobuf enum google.cloud.dataproc.v1.NodeGroupOperationMetadata.NodeGroupOperationType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATE

Create node group operation type.

CREATE = 1;

CREATE_VALUE

Create node group operation type.

CREATE = 1;

DELETE

Delete node group operation type.

DELETE = 3;

DELETE_VALUE

Delete node group operation type.

DELETE = 3;

NODE_GROUP_OPERATION_TYPE_UNSPECIFIED

Node group operation type is unknown.

NODE_GROUP_OPERATION_TYPE_UNSPECIFIED = 0;

NODE_GROUP_OPERATION_TYPE_UNSPECIFIED_VALUE

Node group operation type is unknown.

NODE_GROUP_OPERATION_TYPE_UNSPECIFIED = 0;

RESIZE

Resize node group operation type.

RESIZE = 4;

RESIZE_VALUE

Resize node group operation type.

RESIZE = 4;

UNRECOGNIZED
UPDATE

Update node group operation type.

UPDATE = 2;

UPDATE_VALUE

Update node group operation type.

UPDATE = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()