Class: Google::Longrunning::Operation
- Inherits:
-
Object
- Object
- Google::Longrunning::Operation
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/google/longrunning/operations.rb
Overview
This resource represents a long-running operation that is the result of a network API call.
Instance Attribute Summary collapse
-
#done ⇒ true, false
If the value is
false, it means the operation is still in progress. -
#error ⇒ Google::Rpc::Status
The error result of the operation in case of failure or cancellation.
-
#metadata ⇒ Google::Protobuf::Any
Service-specific metadata associated with the operation.
-
#name ⇒ String
The server-assigned name, which is only unique within the same service that originally returns it.
-
#response ⇒ Google::Protobuf::Any
The normal response of the operation in case of success.
Instance Attribute Details
#done ⇒ true, false
49 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/longrunning/operations.rb', line 49 class Operation; end |
#error ⇒ Google::Rpc::Status
49 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/longrunning/operations.rb', line 49 class Operation; end |
#metadata ⇒ Google::Protobuf::Any
49 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/longrunning/operations.rb', line 49 class Operation; end |
#name ⇒ String
49 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/longrunning/operations.rb', line 49 class Operation; end |
#response ⇒ Google::Protobuf::Any
49 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/longrunning/operations.rb', line 49 class Operation; end |