Google Cloud Dataproc V1 Client - Class SessionOperationType (3.13.3)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class SessionOperationType.

Operation type for Session resources

Protobuf type google.cloud.dataproc.v1.SessionOperationMetadata.SessionOperationType

Namespace

Google \ Cloud \ Dataproc \ V1 \ SessionOperationMetadata

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SESSION_OPERATION_TYPE_UNSPECIFIED

Value: 0

Session operation type is unknown.

Generated from protobuf enum SESSION_OPERATION_TYPE_UNSPECIFIED = 0;

CREATE

Value: 1

Create Session operation type.

Generated from protobuf enum CREATE = 1;

TERMINATE

Value: 2

Terminate Session operation type.

Generated from protobuf enum TERMINATE = 2;

DELETE

Value: 3

Delete Session operation type.

Generated from protobuf enum DELETE = 3;