Metadata describing the operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_name
def cluster_name() -> ::String
Returns
- (::String) — Output only. Name of the cluster for the operation.
#cluster_uuid
def cluster_uuid() -> ::String
Returns
- (::String) — Output only. Cluster UUID for the operation.
#description
def description() -> ::String
Returns
- (::String) — Output only. Short description of operation.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Output only. Labels associated with the operation
#operation_type
def operation_type() -> ::String
Returns
- (::String) — Output only. The operation type.
#status
def status() -> ::Google::Cloud::Dataproc::V1::ClusterOperationStatus
Returns
- (::Google::Cloud::Dataproc::V1::ClusterOperationStatus) — Output only. Current operation status.
#status_history
def status_history() -> ::Array<::Google::Cloud::Dataproc::V1::ClusterOperationStatus>
Returns
- (::Array<::Google::Cloud::Dataproc::V1::ClusterOperationStatus>) — Output only. The previous operation status.
#warnings
def warnings() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. Errors encountered during operation execution.