Class SessionOperationMetadata (5.9.3)

SessionOperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata describing the Session operation.

Attributes

NameDescription
session str
Name of the session for the operation.
session_uuid str
Session UUID for the operation.
create_time google.protobuf.timestamp_pb2.Timestamp
The time when the operation was created.
done_time google.protobuf.timestamp_pb2.Timestamp
The time when the operation was finished.
operation_type google.cloud.dataproc_v1.types.SessionOperationMetadata.SessionOperationType
The operation type.
description str
Short description of the operation.
labels MutableMapping[str, str]
Labels associated with the operation.
warnings MutableSequence[str]
Warnings encountered during operation execution.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

SessionOperationType

SessionOperationType(value)

Operation type for Session resources

Values: SESSION_OPERATION_TYPE_UNSPECIFIED (0): Session operation type is unknown. CREATE (1): Create Session operation type. TERMINATE (2): Terminate Session operation type. DELETE (3): Delete Session operation type.