Google Cloud Deploy V1 API - Class Google::Longrunning::WaitOperationRequest (v2.4.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Longrunning::WaitOperationRequest.
The request message for Operations.WaitOperation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
defname()->::String
Returns
- (::String) — The name of the operation resource to wait on.
#name=
defname=(value)->::String
Parameter
- value (::String) — The name of the operation resource to wait on.
Returns
- (::String) — The name of the operation resource to wait on.
#timeout
deftimeout()->::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — 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.
#timeout=
deftimeout=(value)->::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — 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.
Returns
- (::Google::Protobuf::Duration) — 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.