Class: Google::Ads::AdManager::V1::OrderService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::OrderService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/ads/ad_manager/v1/order_service/rest/client.rb
Overview
Configuration RPC class for the OrderService API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method and includes
the following configuration fields:
-
timeout(type:Numeric) - The call timeout in seconds -
metadata(type:Hash{Symbol=>String}) - Additional headers -
retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay(type:Numeric) - The initial delay in seconds. -
:max_delay(type:Numeric) - The max delay in seconds. -
:multiplier(type:Numeric) - The incremental backoff multiplier. -
:jitter(type:Numeric) - The jitter in seconds. Default: 1.0. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#batch_approve_and_overbook_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_approve_and_overbook_orders. -
#batch_approve_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_approve_orders. -
#batch_approve_orders_without_reservation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_approve_orders_without_reservation. -
#batch_archive_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_archive_orders. -
#batch_create_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_create_orders. -
#batch_delete_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_delete_orders. -
#batch_disapprove_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_disapprove_orders. -
#batch_disapprove_orders_without_reservation_changes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_disapprove_orders_without_reservation_changes. -
#batch_pause_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_pause_orders. -
#batch_resume_and_overbook_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_resume_and_overbook_orders. -
#batch_resume_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_resume_orders. -
#batch_retract_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_retract_orders. -
#batch_retract_orders_without_reservation_changes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_retract_orders_without_reservation_changes. -
#batch_submit_orders_for_approval ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_submit_orders_for_approval. -
#batch_submit_orders_for_approval_and_overbook ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_submit_orders_for_approval_and_overbook. -
#batch_submit_orders_for_approval_without_reservation_changes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_submit_orders_for_approval_without_reservation_changes. -
#batch_unarchive_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_unarchive_orders. -
#batch_update_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_update_orders. -
#get_order ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_order. -
#list_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_orders.
Instance Attribute Details
#batch_approve_and_overbook_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_approve_and_overbook_orders
2069 2070 2071 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2069 def batch_approve_and_overbook_orders @batch_approve_and_overbook_orders end |
#batch_approve_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_approve_orders
2064 2065 2066 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2064 def batch_approve_orders @batch_approve_orders end |
#batch_approve_orders_without_reservation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_approve_orders_without_reservation
2104 2105 2106 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2104 def batch_approve_orders_without_reservation @batch_approve_orders_without_reservation end |
#batch_archive_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_archive_orders
2109 2110 2111 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2109 def batch_archive_orders @batch_archive_orders end |
#batch_create_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_create_orders
2054 2055 2056 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2054 def batch_create_orders @batch_create_orders end |
#batch_delete_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_delete_orders
2119 2120 2121 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2119 def batch_delete_orders @batch_delete_orders end |
#batch_disapprove_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_disapprove_orders
2124 2125 2126 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2124 def batch_disapprove_orders @batch_disapprove_orders end |
#batch_disapprove_orders_without_reservation_changes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_disapprove_orders_without_reservation_changes
2129 2130 2131 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2129 def batch_disapprove_orders_without_reservation_changes @batch_disapprove_orders_without_reservation_changes end |
#batch_pause_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_pause_orders
2089 2090 2091 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2089 def batch_pause_orders @batch_pause_orders end |
#batch_resume_and_overbook_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_resume_and_overbook_orders
2099 2100 2101 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2099 def batch_resume_and_overbook_orders @batch_resume_and_overbook_orders end |
#batch_resume_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_resume_orders
2094 2095 2096 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2094 def batch_resume_orders @batch_resume_orders end |
#batch_retract_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_retract_orders
2134 2135 2136 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2134 def batch_retract_orders @batch_retract_orders end |
#batch_retract_orders_without_reservation_changes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_retract_orders_without_reservation_changes
2139 2140 2141 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2139 def batch_retract_orders_without_reservation_changes @batch_retract_orders_without_reservation_changes end |
#batch_submit_orders_for_approval ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_submit_orders_for_approval
2074 2075 2076 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2074 def batch_submit_orders_for_approval @batch_submit_orders_for_approval end |
#batch_submit_orders_for_approval_and_overbook ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_submit_orders_for_approval_and_overbook
2079 2080 2081 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2079 def batch_submit_orders_for_approval_and_overbook @batch_submit_orders_for_approval_and_overbook end |
#batch_submit_orders_for_approval_without_reservation_changes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_submit_orders_for_approval_without_reservation_changes
2084 2085 2086 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2084 def batch_submit_orders_for_approval_without_reservation_changes @batch_submit_orders_for_approval_without_reservation_changes end |
#batch_unarchive_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_unarchive_orders
2114 2115 2116 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2114 def batch_unarchive_orders @batch_unarchive_orders end |
#batch_update_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_update_orders
2059 2060 2061 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2059 def batch_update_orders @batch_update_orders end |
#get_order ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_order
2044 2045 2046 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2044 def get_order @get_order end |
#list_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_orders
2049 2050 2051 |
# File 'lib/google/ads/ad_manager/v1/order_service/rest/client.rb', line 2049 def list_orders @list_orders end |