Class: Google::Api::MethodSettings::LongRunning
- Inherits:
-
Object
- Object
- Google::Api::MethodSettings::LongRunning
- 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
-
#initial_poll_delay ⇒ ::Google::Protobuf::Duration
Initial delay after which the first poll request will be made.
-
#max_poll_delay ⇒ ::Google::Protobuf::Duration
Maximum time between two subsequent poll requests.
-
#poll_delay_multiplier ⇒ ::Float
Multiplier to gradually increase delay between subsequent polls until it reaches max_poll_delay.
-
#total_poll_timeout ⇒ ::Google::Protobuf::Duration
Total polling timeout.
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 |