Reference documentation and code samples for the Cloud Dataproc V1beta2 API class Google::Cloud::Dataproc::V1beta2::ClusterOperationMetadata.
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_name=
def cluster_name=(value) -> ::String
Parameter
- value (::String) — Output only. Name of the cluster for the operation.
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.
#cluster_uuid=
def cluster_uuid=(value) -> ::String
Parameter
- value (::String) — Output only. Cluster UUID for the operation.
Returns
- (::String) — Output only. Cluster UUID for the operation.
#description
def description() -> ::String
Returns
- (::String) — Output only. Short description of operation.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Output only. Short description of operation.
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
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Output only. Labels associated with the operation
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.
#operation_type=
def operation_type=(value) -> ::String
Parameter
- value (::String) — Output only. The operation type.
Returns
- (::String) — Output only. The operation type.
#status
def status() -> ::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus
Returns
- (::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus) — Output only. Current operation status.
#status=
def status=(value) -> ::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus
Parameter
- value (::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus) — Output only. Current operation status.
Returns
- (::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus) — Output only. Current operation status.
#status_history
def status_history() -> ::Array<::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus>
Returns
- (::Array<::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus>) — Output only. The previous operation status.
#status_history=
def status_history=(value) -> ::Array<::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus>
Parameter
- value (::Array<::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus>) — Output only. The previous operation status.
Returns
- (::Array<::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus>) — Output only. The previous operation status.
#warnings
def warnings() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. Errors encountered during operation execution.
#warnings=
def warnings=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Output only. Errors encountered during operation execution.
Returns
- (::Array<::String>) — Output only. Errors encountered during operation execution.