Google Cloud Deploy V1 API - Class Google::Api::MethodSettings::LongRunning (v2.0.2)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Api::MethodSettings::LongRunning.

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).

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#initial_poll_delay

definitial_poll_delay()->::Google::Protobuf::Duration
Returns

#initial_poll_delay=

definitial_poll_delay=(value)->::Google::Protobuf::Duration
Parameter
Returns

#max_poll_delay

defmax_poll_delay()->::Google::Protobuf::Duration
Returns

#max_poll_delay=

defmax_poll_delay=(value)->::Google::Protobuf::Duration
Parameter
Returns

#poll_delay_multiplier

defpoll_delay_multiplier()->::Float
Returns
  • (::Float) — Multiplier to gradually increase delay between subsequent polls until it reaches max_poll_delay. Default value: 1.5.

#poll_delay_multiplier=

defpoll_delay_multiplier=(value)->::Float
Parameter
  • value (::Float) — Multiplier to gradually increase delay between subsequent polls until it reaches max_poll_delay. Default value: 1.5.
Returns
  • (::Float) — Multiplier to gradually increase delay between subsequent polls until it reaches max_poll_delay. Default value: 1.5.

#total_poll_timeout

deftotal_poll_timeout()->::Google::Protobuf::Duration
Returns

#total_poll_timeout=

deftotal_poll_timeout=(value)->::Google::Protobuf::Duration
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.