class Google::Apis::TranslateV3::WaitOperationRequest
The request message for Operations.WaitOperation.
Attributes
timeout[RW]
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. Corresponds to the JSON property `timeout` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/translate_v3/classes.rb, line 908 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/translate_v3/classes.rb, line 913 def update!(**args) @timeout = args[:timeout] if args.key?(:timeout) end