Class: Google::Longrunning::WaitOperationRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns The name of the operation resource to wait on.

Returns:

  • (::String)

    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.

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.



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