Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::NodeGroupOperationMetadata.
Metadata describing the node group operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_uuid
def cluster_uuid() -> ::String
Returns
- (::String) — Output only. Cluster UUID associated with the node group 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.
#node_group_id
def node_group_id() -> ::String
Returns
- (::String) — Output only. Node group ID for the operation.
#operation_type
def operation_type() -> ::Google::Cloud::Dataproc::V1::NodeGroupOperationMetadata::NodeGroupOperationType
Returns
- (::Google::Cloud::Dataproc::V1::NodeGroupOperationMetadata::NodeGroupOperationType) — The operation type.
#operation_type=
def operation_type=(value) -> ::Google::Cloud::Dataproc::V1::NodeGroupOperationMetadata::NodeGroupOperationType
Parameter
- value (::Google::Cloud::Dataproc::V1::NodeGroupOperationMetadata::NodeGroupOperationType) — The operation type.
Returns
- (::Google::Cloud::Dataproc::V1::NodeGroupOperationMetadata::NodeGroupOperationType) — 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.