Class: Google::Longrunning::WaitOperationRequest
- Inherits:
-
Object
- Object
- Google::Longrunning::WaitOperationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/longrunning/operations.rb
Overview
The request message for Operations.WaitOperation.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the operation resource to wait on.
-
#timeout ⇒ ::Google::Protobuf::Duration
The maximum duration to wait before timing out.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the operation resource to wait on.
124 125 126 127 |
# File 'proto_docs/google/longrunning/operations.rb', line 124 class WaitOperationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timeout ⇒ ::Google::Protobuf::Duration
Returns The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
124 125 126 127 |
# File 'proto_docs/google/longrunning/operations.rb', line 124 class WaitOperationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |