Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::SessionOperationMetadata.
Metadata describing the Session operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation was created.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the operation was created.
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation was created.
#description
def description() -> ::String
Returns
- (::String) — Short description of the operation.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Short description of the operation.
Returns
- (::String) — Short description of the operation.
#done_time
def done_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation was finished.
#done_time=
def done_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the operation was finished.
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation was finished.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels associated with the operation.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Labels associated with the operation.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels associated with the operation.
#operation_type
def operation_type() -> ::Google::Cloud::Dataproc::V1::SessionOperationMetadata::SessionOperationType
Returns
- (::Google::Cloud::Dataproc::V1::SessionOperationMetadata::SessionOperationType) — The operation type.
#operation_type=
def operation_type=(value) -> ::Google::Cloud::Dataproc::V1::SessionOperationMetadata::SessionOperationType
Parameter
- value (::Google::Cloud::Dataproc::V1::SessionOperationMetadata::SessionOperationType) — The operation type.
Returns
- (::Google::Cloud::Dataproc::V1::SessionOperationMetadata::SessionOperationType) — The operation type.
#session
def session() -> ::String
Returns
- (::String) — Name of the session for the operation.
#session=
def session=(value) -> ::String
Parameter
- value (::String) — Name of the session for the operation.
Returns
- (::String) — Name of the session for the operation.
#session_uuid
def session_uuid() -> ::String
Returns
- (::String) — Session UUID for the operation.
#session_uuid=
def session_uuid=(value) -> ::String
Parameter
- value (::String) — Session UUID for the operation.
Returns
- (::String) — Session UUID for the operation.
#warnings
def warnings() -> ::Array<::String>
Returns
- (::Array<::String>) — Warnings encountered during operation execution.
#warnings=
def warnings=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Warnings encountered during operation execution.
Returns
- (::Array<::String>) — Warnings encountered during operation execution.