Class: Google::Cloud::Dataproc::V1beta2::ClusterOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::ClusterOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/operations.rb
Overview
Metadata describing the operation.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Output only.
-
#cluster_uuid ⇒ ::String
Output only.
-
#description ⇒ ::String
Output only.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Output only.
-
#operation_type ⇒ ::String
Output only.
-
#status ⇒ ::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus
Output only.
-
#status_history ⇒ ::Array<::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus>
Output only.
-
#warnings ⇒ ::Array<::String>
Output only.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns Output only. Name of the cluster for the operation.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 82 class ClusterOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#cluster_uuid ⇒ ::String
Returns Output only. Cluster UUID for the operation.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 82 class ClusterOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
Returns Output only. Short description of operation.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 82 class ClusterOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Output only. Labels associated with the operation.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 82 class ClusterOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#operation_type ⇒ ::String
Returns Output only. The operation type.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 82 class ClusterOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#status ⇒ ::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus
Returns Output only. Current operation status.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 82 class ClusterOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#status_history ⇒ ::Array<::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus>
Returns Output only. The previous operation status.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 82 class ClusterOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#warnings ⇒ ::Array<::String>
Returns Output only. Errors encountered during operation execution.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 82 class ClusterOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |