Class: Google::Cloud::Dataproc::V1::ClusterOperationStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ClusterOperationStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/operations.rb
Overview
The status of the operation.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#details ⇒ ::String
readonly
Output only.
-
#inner_state ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::Dataproc::V1::ClusterOperationStatus::State
readonly
Output only.
-
#state_start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#details ⇒ ::String (readonly)
Returns Output only. A message containing any operation metadata details.
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
# File 'proto_docs/google/cloud/dataproc/v1/operations.rb', line 139 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 (readonly)
Returns Output only. A message containing the detailed operation state.
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
# File 'proto_docs/google/cloud/dataproc/v1/operations.rb', line 139 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::V1::ClusterOperationStatus::State (readonly)
Returns Output only. A message containing the operation state.
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
# File 'proto_docs/google/cloud/dataproc/v1/operations.rb', line 139 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 (readonly)
Returns Output only. The time this state was entered.
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
# File 'proto_docs/google/cloud/dataproc/v1/operations.rb', line 139 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 |