Class: Google::Api::MethodSettings::LongRunning

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/client.rb

Overview

Describes settings to use when generating API methods that use the long-running operation pattern. All default values below are from those used in the client library generators (e.g. Java).

Instance Attribute Summary collapse

Instance Attribute Details

#initial_poll_delay::Google::Protobuf::Duration



406
407
408
409
# File 'proto_docs/google/api/client.rb', line 406

class LongRunning
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_poll_delay::Google::Protobuf::Duration



406
407
408
409
# File 'proto_docs/google/api/client.rb', line 406

class LongRunning
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#poll_delay_multiplier::Float



406
407
408
409
# File 'proto_docs/google/api/client.rb', line 406

class LongRunning
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_poll_timeout::Google::Protobuf::Duration



406
407
408
409
# File 'proto_docs/google/api/client.rb', line 406

class LongRunning
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end