Class: Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/operations.rb
Overview
The status of the operation.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#details ⇒ ::String
Output only.
-
#inner_state ⇒ ::String
Output only.
-
#state ⇒ ::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus::State
Output only.
-
#state_start_time ⇒ ::Google::Protobuf::Timestamp
Output only.
Instance Attribute Details
#details ⇒ ::String
Returns Output only. A message containing any operation metadata details.
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 37 class ClusterOperationStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#inner_state ⇒ ::String
Returns Output only. A message containing the detailed operation state.
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 37 class ClusterOperationStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#state ⇒ ::Google::Cloud::Dataproc::V1beta2::ClusterOperationStatus::State
Returns Output only. A message containing the operation state.
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 37 class ClusterOperationStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#state_start_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. The time this state was entered.
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/operations.rb', line 37 class ClusterOperationStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |