Class: Google::Longrunning::Operation
- Inherits:
-
Object
- Object
- Google::Longrunning::Operation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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 ⇒ ::Boolean
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, successful response of the operation.
Instance Attribute Details
#done ⇒ ::Boolean
57 58 59 60 |
# File 'proto_docs/google/longrunning/operations.rb', line 57 class Operation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error ⇒ ::Google::Rpc::Status
57 58 59 60 |
# File 'proto_docs/google/longrunning/operations.rb', line 57 class Operation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata ⇒ ::Google::Protobuf::Any
57 58 59 60 |
# File 'proto_docs/google/longrunning/operations.rb', line 57 class Operation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
57 58 59 60 |
# File 'proto_docs/google/longrunning/operations.rb', line 57 class Operation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#response ⇒ ::Google::Protobuf::Any
57 58 59 60 |
# File 'proto_docs/google/longrunning/operations.rb', line 57 class Operation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |