google-ads-googleads 17.0.0 → 18.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1259) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +6 -0
  3. data/lib/google/ads/google_ads/api_versions.rb +2 -2
  4. data/lib/google/ads/google_ads/factories/v11/enums.rb +3523 -0
  5. data/lib/google/ads/google_ads/factories/v11/operations.rb +6954 -0
  6. data/lib/google/ads/google_ads/factories/v11/resources.rb +9345 -0
  7. data/lib/google/ads/google_ads/factories/v11/services.rb +2177 -0
  8. data/lib/google/ads/google_ads/factories.rb +23 -4
  9. data/lib/google/ads/google_ads/field_mask_util.rb +35 -1
  10. data/lib/google/ads/google_ads/utils/v11/path_lookup_util.rb +31 -0
  11. data/lib/google/ads/google_ads/v11/common/ad_asset_pb.rb +47 -0
  12. data/lib/google/ads/google_ads/v11/common/ad_type_infos_pb.rb +305 -0
  13. data/lib/google/ads/google_ads/v11/common/asset_policy_pb.rb +30 -0
  14. data/lib/google/ads/google_ads/v11/common/asset_types_pb.rb +359 -0
  15. data/lib/google/ads/google_ads/v11/common/asset_usage_pb.rb +27 -0
  16. data/lib/google/ads/google_ads/v11/common/audiences_pb.rb +103 -0
  17. data/lib/google/ads/google_ads/v11/common/bidding_pb.rb +85 -0
  18. data/lib/google/ads/google_ads/v11/common/click_location_pb.rb +28 -0
  19. data/lib/google/ads/google_ads/v11/common/criteria_pb.rb +357 -0
  20. data/lib/google/ads/google_ads/v11/common/criterion_category_availability_pb.rb +43 -0
  21. data/lib/google/ads/google_ads/v11/common/custom_parameter_pb.rb +25 -0
  22. data/lib/google/ads/google_ads/v11/common/customizer_value_pb.rb +28 -0
  23. data/lib/google/ads/google_ads/v11/common/dates_pb.rb +37 -0
  24. data/lib/google/ads/google_ads/v11/common/explorer_auto_optimizer_setting_pb.rb +24 -0
  25. data/lib/google/ads/google_ads/v11/common/extensions_pb.rb +153 -0
  26. data/lib/google/ads/google_ads/v11/common/feed_common_pb.rb +25 -0
  27. data/lib/google/ads/google_ads/v11/common/feed_item_set_filter_type_infos_pb.rb +36 -0
  28. data/lib/google/ads/google_ads/v11/common/final_app_url_pb.rb +27 -0
  29. data/lib/google/ads/google_ads/v11/common/frequency_cap_pb.rb +36 -0
  30. data/lib/google/ads/google_ads/v11/common/keyword_plan_common_pb.rb +75 -0
  31. data/lib/google/ads/google_ads/v11/common/matching_function_pb.rb +61 -0
  32. data/lib/google/ads/google_ads/v11/common/metric_goal_pb.rb +28 -0
  33. data/lib/google/ads/google_ads/v11/common/metrics_pb.rb +157 -0
  34. data/lib/google/ads/google_ads/v11/common/offline_user_data_pb.rb +106 -0
  35. data/lib/google/ads/google_ads/v11/common/policy_pb.rb +100 -0
  36. data/lib/google/ads/google_ads/v11/common/policy_summary_pb.rb +30 -0
  37. data/lib/google/ads/google_ads/v11/common/real_time_bidding_setting_pb.rb +24 -0
  38. data/lib/google/ads/google_ads/v11/common/segments_pb.rb +160 -0
  39. data/lib/google/ads/google_ads/v11/common/simulation_pb.rb +151 -0
  40. data/lib/google/ads/google_ads/v11/common/tag_snippet_pb.rb +30 -0
  41. data/lib/google/ads/google_ads/v11/common/targeting_setting_pb.rb +44 -0
  42. data/lib/google/ads/google_ads/v11/common/text_label_pb.rb +25 -0
  43. data/lib/google/ads/google_ads/v11/common/url_collection_pb.rb +27 -0
  44. data/lib/google/ads/google_ads/v11/common/user_lists_pb.rb +116 -0
  45. data/lib/google/ads/google_ads/v11/common/value_pb.rb +30 -0
  46. data/lib/google/ads/google_ads/v11/enums/access_invitation_status_pb.rb +31 -0
  47. data/lib/google/ads/google_ads/v11/enums/access_reason_pb.rb +33 -0
  48. data/lib/google/ads/google_ads/v11/enums/access_role_pb.rb +32 -0
  49. data/lib/google/ads/google_ads/v11/enums/account_budget_proposal_status_pb.rb +33 -0
  50. data/lib/google/ads/google_ads/v11/enums/account_budget_proposal_type_pb.rb +32 -0
  51. data/lib/google/ads/google_ads/v11/enums/account_budget_status_pb.rb +31 -0
  52. data/lib/google/ads/google_ads/v11/enums/account_link_status_pb.rb +34 -0
  53. data/lib/google/ads/google_ads/v11/enums/ad_customizer_placeholder_field_pb.rb +32 -0
  54. data/lib/google/ads/google_ads/v11/enums/ad_destination_type_pb.rb +39 -0
  55. data/lib/google/ads/google_ads/v11/enums/ad_group_ad_rotation_mode_pb.rb +30 -0
  56. data/lib/google/ads/google_ads/v11/enums/ad_group_ad_status_pb.rb +31 -0
  57. data/lib/google/ads/google_ads/v11/enums/ad_group_criterion_approval_status_pb.rb +32 -0
  58. data/lib/google/ads/google_ads/v11/enums/ad_group_criterion_status_pb.rb +31 -0
  59. data/lib/google/ads/google_ads/v11/enums/ad_group_status_pb.rb +31 -0
  60. data/lib/google/ads/google_ads/v11/enums/ad_group_type_pb.rb +44 -0
  61. data/lib/google/ads/google_ads/v11/enums/ad_network_type_pb.rb +34 -0
  62. data/lib/google/ads/google_ads/v11/enums/ad_serving_optimization_status_pb.rb +33 -0
  63. data/lib/google/ads/google_ads/v11/enums/ad_strength_pb.rb +34 -0
  64. data/lib/google/ads/google_ads/v11/enums/ad_type_pb.rb +58 -0
  65. data/lib/google/ads/google_ads/v11/enums/advertising_channel_sub_type_pb.rb +45 -0
  66. data/lib/google/ads/google_ads/v11/enums/advertising_channel_type_pb.rb +39 -0
  67. data/lib/google/ads/google_ads/v11/enums/affiliate_location_feed_relationship_type_pb.rb +29 -0
  68. data/lib/google/ads/google_ads/v11/enums/affiliate_location_placeholder_field_pb.rb +39 -0
  69. data/lib/google/ads/google_ads/v11/enums/age_range_type_pb.rb +35 -0
  70. data/lib/google/ads/google_ads/v11/enums/app_campaign_app_store_pb.rb +30 -0
  71. data/lib/google/ads/google_ads/v11/enums/app_campaign_bidding_strategy_goal_type_pb.rb +34 -0
  72. data/lib/google/ads/google_ads/v11/enums/app_payment_model_type_pb.rb +29 -0
  73. data/lib/google/ads/google_ads/v11/enums/app_placeholder_field_pb.rb +36 -0
  74. data/lib/google/ads/google_ads/v11/enums/app_store_pb.rb +30 -0
  75. data/lib/google/ads/google_ads/v11/enums/app_url_operating_system_type_pb.rb +30 -0
  76. data/lib/google/ads/google_ads/v11/enums/asset_field_type_pb.rb +52 -0
  77. data/lib/google/ads/google_ads/v11/enums/asset_group_status_pb.rb +31 -0
  78. data/lib/google/ads/google_ads/v11/enums/asset_link_status_pb.rb +31 -0
  79. data/lib/google/ads/google_ads/v11/enums/asset_performance_label_pb.rb +33 -0
  80. data/lib/google/ads/google_ads/v11/enums/asset_set_asset_status_pb.rb +30 -0
  81. data/lib/google/ads/google_ads/v11/enums/asset_set_link_status_pb.rb +30 -0
  82. data/lib/google/ads/google_ads/v11/enums/asset_set_status_pb.rb +30 -0
  83. data/lib/google/ads/google_ads/v11/enums/asset_set_type_pb.rb +38 -0
  84. data/lib/google/ads/google_ads/v11/enums/asset_source_pb.rb +30 -0
  85. data/lib/google/ads/google_ads/v11/enums/asset_type_pb.rb +53 -0
  86. data/lib/google/ads/google_ads/v11/enums/async_action_status_pb.rb +33 -0
  87. data/lib/google/ads/google_ads/v11/enums/attribution_model_pb.rb +35 -0
  88. data/lib/google/ads/google_ads/v11/enums/audience_insights_dimension_pb.rb +30 -0
  89. data/lib/google/ads/google_ads/v11/enums/audience_status_pb.rb +30 -0
  90. data/lib/google/ads/google_ads/v11/enums/batch_job_status_pb.rb +31 -0
  91. data/lib/google/ads/google_ads/v11/enums/bid_modifier_source_pb.rb +30 -0
  92. data/lib/google/ads/google_ads/v11/enums/bidding_source_pb.rb +31 -0
  93. data/lib/google/ads/google_ads/v11/enums/bidding_strategy_status_pb.rb +30 -0
  94. data/lib/google/ads/google_ads/v11/enums/bidding_strategy_type_pb.rb +45 -0
  95. data/lib/google/ads/google_ads/v11/enums/billing_setup_status_pb.rb +32 -0
  96. data/lib/google/ads/google_ads/v11/enums/brand_safety_suitability_pb.rb +31 -0
  97. data/lib/google/ads/google_ads/v11/enums/budget_campaign_association_status_pb.rb +30 -0
  98. data/lib/google/ads/google_ads/v11/enums/budget_delivery_method_pb.rb +30 -0
  99. data/lib/google/ads/google_ads/v11/enums/budget_period_pb.rb +30 -0
  100. data/lib/google/ads/google_ads/v11/enums/budget_status_pb.rb +30 -0
  101. data/lib/google/ads/google_ads/v11/enums/budget_type_pb.rb +32 -0
  102. data/lib/google/ads/google_ads/v11/enums/call_conversion_reporting_state_pb.rb +31 -0
  103. data/lib/google/ads/google_ads/v11/enums/call_placeholder_field_pb.rb +33 -0
  104. data/lib/google/ads/google_ads/v11/enums/call_to_action_type_pb.rb +37 -0
  105. data/lib/google/ads/google_ads/v11/enums/call_tracking_display_location_pb.rb +30 -0
  106. data/lib/google/ads/google_ads/v11/enums/call_type_pb.rb +30 -0
  107. data/lib/google/ads/google_ads/v11/enums/callout_placeholder_field_pb.rb +29 -0
  108. data/lib/google/ads/google_ads/v11/enums/campaign_criterion_status_pb.rb +31 -0
  109. data/lib/google/ads/google_ads/v11/enums/campaign_draft_status_pb.rb +33 -0
  110. data/lib/google/ads/google_ads/v11/enums/campaign_experiment_status_pb.rb +37 -0
  111. data/lib/google/ads/google_ads/v11/enums/campaign_experiment_traffic_split_type_pb.rb +30 -0
  112. data/lib/google/ads/google_ads/v11/enums/campaign_experiment_type_pb.rb +31 -0
  113. data/lib/google/ads/google_ads/v11/enums/campaign_group_status_pb.rb +30 -0
  114. data/lib/google/ads/google_ads/v11/enums/campaign_serving_status_pb.rb +33 -0
  115. data/lib/google/ads/google_ads/v11/enums/campaign_shared_set_status_pb.rb +30 -0
  116. data/lib/google/ads/google_ads/v11/enums/campaign_status_pb.rb +31 -0
  117. data/lib/google/ads/google_ads/v11/enums/change_client_type_pb.rb +40 -0
  118. data/lib/google/ads/google_ads/v11/enums/change_event_resource_type_pb.rb +47 -0
  119. data/lib/google/ads/google_ads/v11/enums/change_status_operation_pb.rb +31 -0
  120. data/lib/google/ads/google_ads/v11/enums/change_status_resource_type_pb.rb +44 -0
  121. data/lib/google/ads/google_ads/v11/enums/click_type_pb.rb +82 -0
  122. data/lib/google/ads/google_ads/v11/enums/combined_audience_status_pb.rb +30 -0
  123. data/lib/google/ads/google_ads/v11/enums/content_label_type_pb.rb +43 -0
  124. data/lib/google/ads/google_ads/v11/enums/conversion_action_category_pb.rb +49 -0
  125. data/lib/google/ads/google_ads/v11/enums/conversion_action_counting_type_pb.rb +30 -0
  126. data/lib/google/ads/google_ads/v11/enums/conversion_action_status_pb.rb +31 -0
  127. data/lib/google/ads/google_ads/v11/enums/conversion_action_type_pb.rb +63 -0
  128. data/lib/google/ads/google_ads/v11/enums/conversion_adjustment_type_pb.rb +31 -0
  129. data/lib/google/ads/google_ads/v11/enums/conversion_attribution_event_type_pb.rb +30 -0
  130. data/lib/google/ads/google_ads/v11/enums/conversion_custom_variable_status_pb.rb +31 -0
  131. data/lib/google/ads/google_ads/v11/enums/conversion_environment_enum_pb.rb +30 -0
  132. data/lib/google/ads/google_ads/v11/enums/conversion_lag_bucket_pb.rb +47 -0
  133. data/lib/google/ads/google_ads/v11/enums/conversion_or_adjustment_lag_bucket_pb.rb +69 -0
  134. data/lib/google/ads/google_ads/v11/enums/conversion_origin_pb.rb +34 -0
  135. data/lib/google/ads/google_ads/v11/enums/conversion_tracking_status_enum_pb.rb +32 -0
  136. data/lib/google/ads/google_ads/v11/enums/conversion_value_rule_primary_dimension_pb.rb +35 -0
  137. data/lib/google/ads/google_ads/v11/enums/conversion_value_rule_set_status_pb.rb +31 -0
  138. data/lib/google/ads/google_ads/v11/enums/conversion_value_rule_status_pb.rb +31 -0
  139. data/lib/google/ads/google_ads/v11/enums/criterion_category_channel_availability_mode_pb.rb +31 -0
  140. data/lib/google/ads/google_ads/v11/enums/criterion_category_locale_availability_mode_pb.rb +32 -0
  141. data/lib/google/ads/google_ads/v11/enums/criterion_system_serving_status_pb.rb +30 -0
  142. data/lib/google/ads/google_ads/v11/enums/criterion_type_pb.rb +62 -0
  143. data/lib/google/ads/google_ads/v11/enums/custom_audience_member_type_pb.rb +32 -0
  144. data/lib/google/ads/google_ads/v11/enums/custom_audience_status_pb.rb +30 -0
  145. data/lib/google/ads/google_ads/v11/enums/custom_audience_type_pb.rb +32 -0
  146. data/lib/google/ads/google_ads/v11/enums/custom_conversion_goal_status_pb.rb +30 -0
  147. data/lib/google/ads/google_ads/v11/enums/custom_interest_member_type_pb.rb +30 -0
  148. data/lib/google/ads/google_ads/v11/enums/custom_interest_status_pb.rb +30 -0
  149. data/lib/google/ads/google_ads/v11/enums/custom_interest_type_pb.rb +30 -0
  150. data/lib/google/ads/google_ads/v11/enums/custom_placeholder_field_pb.rb +48 -0
  151. data/lib/google/ads/google_ads/v11/enums/customer_match_upload_key_type_pb.rb +31 -0
  152. data/lib/google/ads/google_ads/v11/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +35 -0
  153. data/lib/google/ads/google_ads/v11/enums/customer_status_pb.rb +32 -0
  154. data/lib/google/ads/google_ads/v11/enums/customizer_attribute_status_pb.rb +30 -0
  155. data/lib/google/ads/google_ads/v11/enums/customizer_attribute_type_pb.rb +32 -0
  156. data/lib/google/ads/google_ads/v11/enums/customizer_value_status_pb.rb +30 -0
  157. data/lib/google/ads/google_ads/v11/enums/data_driven_model_status_pb.rb +32 -0
  158. data/lib/google/ads/google_ads/v11/enums/day_of_week_pb.rb +35 -0
  159. data/lib/google/ads/google_ads/v11/enums/device_pb.rb +33 -0
  160. data/lib/google/ads/google_ads/v11/enums/display_ad_format_setting_pb.rb +31 -0
  161. data/lib/google/ads/google_ads/v11/enums/display_upload_product_type_pb.rb +38 -0
  162. data/lib/google/ads/google_ads/v11/enums/distance_bucket_pb.rb +55 -0
  163. data/lib/google/ads/google_ads/v11/enums/dsa_page_feed_criterion_field_pb.rb +30 -0
  164. data/lib/google/ads/google_ads/v11/enums/education_placeholder_field_pb.rb +45 -0
  165. data/lib/google/ads/google_ads/v11/enums/experiment_metric_direction_pb.rb +33 -0
  166. data/lib/google/ads/google_ads/v11/enums/experiment_metric_pb.rb +41 -0
  167. data/lib/google/ads/google_ads/v11/enums/experiment_status_pb.rb +35 -0
  168. data/lib/google/ads/google_ads/v11/enums/experiment_type_pb.rb +38 -0
  169. data/lib/google/ads/google_ads/v11/enums/extension_setting_device_pb.rb +30 -0
  170. data/lib/google/ads/google_ads/v11/enums/extension_type_pb.rb +41 -0
  171. data/lib/google/ads/google_ads/v11/enums/external_conversion_source_pb.rb +56 -0
  172. data/lib/google/ads/google_ads/v11/enums/feed_attribute_type_pb.rb +41 -0
  173. data/lib/google/ads/google_ads/v11/enums/feed_item_quality_approval_status_pb.rb +30 -0
  174. data/lib/google/ads/google_ads/v11/enums/feed_item_quality_disapproval_reason_pb.rb +46 -0
  175. data/lib/google/ads/google_ads/v11/enums/feed_item_set_status_pb.rb +30 -0
  176. data/lib/google/ads/google_ads/v11/enums/feed_item_set_string_filter_type_pb.rb +29 -0
  177. data/lib/google/ads/google_ads/v11/enums/feed_item_status_pb.rb +30 -0
  178. data/lib/google/ads/google_ads/v11/enums/feed_item_target_device_pb.rb +29 -0
  179. data/lib/google/ads/google_ads/v11/enums/feed_item_target_status_pb.rb +30 -0
  180. data/lib/google/ads/google_ads/v11/enums/feed_item_target_type_pb.rb +31 -0
  181. data/lib/google/ads/google_ads/v11/enums/feed_item_validation_status_pb.rb +31 -0
  182. data/lib/google/ads/google_ads/v11/enums/feed_link_status_pb.rb +30 -0
  183. data/lib/google/ads/google_ads/v11/enums/feed_mapping_criterion_type_pb.rb +30 -0
  184. data/lib/google/ads/google_ads/v11/enums/feed_mapping_status_pb.rb +30 -0
  185. data/lib/google/ads/google_ads/v11/enums/feed_origin_pb.rb +30 -0
  186. data/lib/google/ads/google_ads/v11/enums/feed_status_pb.rb +30 -0
  187. data/lib/google/ads/google_ads/v11/enums/flight_placeholder_field_pb.rb +45 -0
  188. data/lib/google/ads/google_ads/v11/enums/frequency_cap_event_type_pb.rb +30 -0
  189. data/lib/google/ads/google_ads/v11/enums/frequency_cap_level_pb.rb +31 -0
  190. data/lib/google/ads/google_ads/v11/enums/frequency_cap_time_unit_pb.rb +31 -0
  191. data/lib/google/ads/google_ads/v11/enums/gender_type_pb.rb +31 -0
  192. data/lib/google/ads/google_ads/v11/enums/geo_target_constant_status_pb.rb +30 -0
  193. data/lib/google/ads/google_ads/v11/enums/geo_targeting_restriction_pb.rb +29 -0
  194. data/lib/google/ads/google_ads/v11/enums/geo_targeting_type_pb.rb +30 -0
  195. data/lib/google/ads/google_ads/v11/enums/goal_config_level_pb.rb +30 -0
  196. data/lib/google/ads/google_ads/v11/enums/google_ads_field_category_pb.rb +32 -0
  197. data/lib/google/ads/google_ads/v11/enums/google_ads_field_data_type_pb.rb +39 -0
  198. data/lib/google/ads/google_ads/v11/enums/google_voice_call_status_pb.rb +30 -0
  199. data/lib/google/ads/google_ads/v11/enums/hotel_date_selection_type_pb.rb +30 -0
  200. data/lib/google/ads/google_ads/v11/enums/hotel_placeholder_field_pb.rb +48 -0
  201. data/lib/google/ads/google_ads/v11/enums/hotel_price_bucket_pb.rb +32 -0
  202. data/lib/google/ads/google_ads/v11/enums/hotel_rate_type_pb.rb +32 -0
  203. data/lib/google/ads/google_ads/v11/enums/hotel_reconciliation_status_pb.rb +32 -0
  204. data/lib/google/ads/google_ads/v11/enums/image_placeholder_field_pb.rb +29 -0
  205. data/lib/google/ads/google_ads/v11/enums/income_range_type_pb.rb +35 -0
  206. data/lib/google/ads/google_ads/v11/enums/interaction_event_type_pb.rb +32 -0
  207. data/lib/google/ads/google_ads/v11/enums/interaction_type_pb.rb +29 -0
  208. data/lib/google/ads/google_ads/v11/enums/invoice_type_pb.rb +30 -0
  209. data/lib/google/ads/google_ads/v11/enums/job_placeholder_field_pb.rb +45 -0
  210. data/lib/google/ads/google_ads/v11/enums/keyword_match_type_pb.rb +31 -0
  211. data/lib/google/ads/google_ads/v11/enums/keyword_plan_aggregate_metric_type_pb.rb +29 -0
  212. data/lib/google/ads/google_ads/v11/enums/keyword_plan_competition_level_pb.rb +31 -0
  213. data/lib/google/ads/google_ads/v11/enums/keyword_plan_concept_group_type_pb.rb +31 -0
  214. data/lib/google/ads/google_ads/v11/enums/keyword_plan_forecast_interval_pb.rb +31 -0
  215. data/lib/google/ads/google_ads/v11/enums/keyword_plan_keyword_annotation_pb.rb +29 -0
  216. data/lib/google/ads/google_ads/v11/enums/keyword_plan_network_pb.rb +30 -0
  217. data/lib/google/ads/google_ads/v11/enums/label_status_pb.rb +30 -0
  218. data/lib/google/ads/google_ads/v11/enums/lead_form_call_to_action_type_pb.rb +42 -0
  219. data/lib/google/ads/google_ads/v11/enums/lead_form_desired_intent_pb.rb +30 -0
  220. data/lib/google/ads/google_ads/v11/enums/lead_form_field_user_input_type_pb.rb +95 -0
  221. data/lib/google/ads/google_ads/v11/enums/lead_form_post_submit_call_to_action_type_pb.rb +32 -0
  222. data/lib/google/ads/google_ads/v11/enums/legacy_app_install_ad_app_store_pb.rb +33 -0
  223. data/lib/google/ads/google_ads/v11/enums/linked_account_type_pb.rb +32 -0
  224. data/lib/google/ads/google_ads/v11/enums/listing_group_filter_bidding_category_level_pb.rb +33 -0
  225. data/lib/google/ads/google_ads/v11/enums/listing_group_filter_custom_attribute_index_pb.rb +33 -0
  226. data/lib/google/ads/google_ads/v11/enums/listing_group_filter_product_channel_pb.rb +30 -0
  227. data/lib/google/ads/google_ads/v11/enums/listing_group_filter_product_condition_pb.rb +31 -0
  228. data/lib/google/ads/google_ads/v11/enums/listing_group_filter_product_type_level_pb.rb +33 -0
  229. data/lib/google/ads/google_ads/v11/enums/listing_group_filter_type_enum_pb.rb +31 -0
  230. data/lib/google/ads/google_ads/v11/enums/listing_group_filter_vertical_pb.rb +29 -0
  231. data/lib/google/ads/google_ads/v11/enums/listing_group_type_pb.rb +30 -0
  232. data/lib/google/ads/google_ads/v11/enums/local_placeholder_field_pb.rb +47 -0
  233. data/lib/google/ads/google_ads/v11/enums/location_extension_targeting_criterion_field_pb.rb +34 -0
  234. data/lib/google/ads/google_ads/v11/enums/location_group_radius_units_pb.rb +31 -0
  235. data/lib/google/ads/google_ads/v11/enums/location_placeholder_field_pb.rb +36 -0
  236. data/lib/google/ads/google_ads/v11/enums/location_source_type_pb.rb +30 -0
  237. data/lib/google/ads/google_ads/v11/enums/manager_link_status_pb.rb +33 -0
  238. data/lib/google/ads/google_ads/v11/enums/matching_function_context_type_pb.rb +31 -0
  239. data/lib/google/ads/google_ads/v11/enums/matching_function_operator_pb.rb +33 -0
  240. data/lib/google/ads/google_ads/v11/enums/media_type_pb.rb +34 -0
  241. data/lib/google/ads/google_ads/v11/enums/merchant_center_link_status_pb.rb +30 -0
  242. data/lib/google/ads/google_ads/v11/enums/message_placeholder_field_pb.rb +33 -0
  243. data/lib/google/ads/google_ads/v11/enums/mime_type_pb.rb +40 -0
  244. data/lib/google/ads/google_ads/v11/enums/minute_of_hour_pb.rb +32 -0
  245. data/lib/google/ads/google_ads/v11/enums/mobile_app_vendor_pb.rb +30 -0
  246. data/lib/google/ads/google_ads/v11/enums/mobile_device_type_pb.rb +30 -0
  247. data/lib/google/ads/google_ads/v11/enums/month_of_year_pb.rb +40 -0
  248. data/lib/google/ads/google_ads/v11/enums/negative_geo_target_type_pb.rb +30 -0
  249. data/lib/google/ads/google_ads/v11/enums/offline_user_data_job_failure_reason_pb.rb +30 -0
  250. data/lib/google/ads/google_ads/v11/enums/offline_user_data_job_match_rate_range_pb.rb +37 -0
  251. data/lib/google/ads/google_ads/v11/enums/offline_user_data_job_status_pb.rb +32 -0
  252. data/lib/google/ads/google_ads/v11/enums/offline_user_data_job_type_pb.rb +32 -0
  253. data/lib/google/ads/google_ads/v11/enums/operating_system_version_operator_type_pb.rb +30 -0
  254. data/lib/google/ads/google_ads/v11/enums/optimization_goal_type_pb.rb +31 -0
  255. data/lib/google/ads/google_ads/v11/enums/parental_status_type_pb.rb +31 -0
  256. data/lib/google/ads/google_ads/v11/enums/payment_mode_pb.rb +32 -0
  257. data/lib/google/ads/google_ads/v11/enums/performance_max_upgrade_status_pb.rb +32 -0
  258. data/lib/google/ads/google_ads/v11/enums/placeholder_type_pb.rb +48 -0
  259. data/lib/google/ads/google_ads/v11/enums/placement_type_pb.rb +33 -0
  260. data/lib/google/ads/google_ads/v11/enums/policy_approval_status_pb.rb +32 -0
  261. data/lib/google/ads/google_ads/v11/enums/policy_review_status_pb.rb +32 -0
  262. data/lib/google/ads/google_ads/v11/enums/policy_topic_entry_type_pb.rb +34 -0
  263. data/lib/google/ads/google_ads/v11/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +33 -0
  264. data/lib/google/ads/google_ads/v11/enums/policy_topic_evidence_destination_not_working_device_pb.rb +31 -0
  265. data/lib/google/ads/google_ads/v11/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +30 -0
  266. data/lib/google/ads/google_ads/v11/enums/positive_geo_target_type_pb.rb +31 -0
  267. data/lib/google/ads/google_ads/v11/enums/preferred_content_type_pb.rb +29 -0
  268. data/lib/google/ads/google_ads/v11/enums/price_extension_price_qualifier_pb.rb +31 -0
  269. data/lib/google/ads/google_ads/v11/enums/price_extension_price_unit_pb.rb +34 -0
  270. data/lib/google/ads/google_ads/v11/enums/price_extension_type_pb.rb +37 -0
  271. data/lib/google/ads/google_ads/v11/enums/price_placeholder_field_pb.rb +81 -0
  272. data/lib/google/ads/google_ads/v11/enums/product_bidding_category_level_pb.rb +33 -0
  273. data/lib/google/ads/google_ads/v11/enums/product_bidding_category_status_pb.rb +30 -0
  274. data/lib/google/ads/google_ads/v11/enums/product_channel_exclusivity_pb.rb +30 -0
  275. data/lib/google/ads/google_ads/v11/enums/product_channel_pb.rb +30 -0
  276. data/lib/google/ads/google_ads/v11/enums/product_condition_pb.rb +31 -0
  277. data/lib/google/ads/google_ads/v11/enums/product_custom_attribute_index_pb.rb +33 -0
  278. data/lib/google/ads/google_ads/v11/enums/product_type_level_pb.rb +33 -0
  279. data/lib/google/ads/google_ads/v11/enums/promotion_extension_discount_modifier_pb.rb +29 -0
  280. data/lib/google/ads/google_ads/v11/enums/promotion_extension_occasion_pb.rb +65 -0
  281. data/lib/google/ads/google_ads/v11/enums/promotion_placeholder_field_pb.rb +42 -0
  282. data/lib/google/ads/google_ads/v11/enums/proximity_radius_units_pb.rb +30 -0
  283. data/lib/google/ads/google_ads/v11/enums/quality_score_bucket_pb.rb +31 -0
  284. data/lib/google/ads/google_ads/v11/enums/reach_plan_ad_length_pb.rb +31 -0
  285. data/lib/google/ads/google_ads/v11/enums/reach_plan_age_range_pb.rb +54 -0
  286. data/lib/google/ads/google_ads/v11/enums/reach_plan_network_pb.rb +31 -0
  287. data/lib/google/ads/google_ads/v11/enums/real_estate_placeholder_field_pb.rb +46 -0
  288. data/lib/google/ads/google_ads/v11/enums/recommendation_type_pb.rb +50 -0
  289. data/lib/google/ads/google_ads/v11/enums/resource_change_operation_pb.rb +31 -0
  290. data/lib/google/ads/google_ads/v11/enums/resource_limit_type_pb.rb +158 -0
  291. data/lib/google/ads/google_ads/v11/enums/response_content_type_pb.rb +29 -0
  292. data/lib/google/ads/google_ads/v11/enums/search_engine_results_page_type_pb.rb +31 -0
  293. data/lib/google/ads/google_ads/v11/enums/search_term_match_type_pb.rb +33 -0
  294. data/lib/google/ads/google_ads/v11/enums/search_term_targeting_status_pb.rb +32 -0
  295. data/lib/google/ads/google_ads/v11/enums/seasonality_event_scope_pb.rb +31 -0
  296. data/lib/google/ads/google_ads/v11/enums/seasonality_event_status_pb.rb +30 -0
  297. data/lib/google/ads/google_ads/v11/enums/served_asset_field_type_pb.rb +33 -0
  298. data/lib/google/ads/google_ads/v11/enums/shared_set_status_pb.rb +30 -0
  299. data/lib/google/ads/google_ads/v11/enums/shared_set_type_pb.rb +30 -0
  300. data/lib/google/ads/google_ads/v11/enums/simulation_modification_method_pb.rb +31 -0
  301. data/lib/google/ads/google_ads/v11/enums/simulation_type_pb.rb +36 -0
  302. data/lib/google/ads/google_ads/v11/enums/sitelink_placeholder_field_pb.rb +35 -0
  303. data/lib/google/ads/google_ads/v11/enums/sk_ad_network_ad_event_type_pb.rb +31 -0
  304. data/lib/google/ads/google_ads/v11/enums/sk_ad_network_attribution_credit_pb.rb +31 -0
  305. data/lib/google/ads/google_ads/v11/enums/sk_ad_network_user_type_pb.rb +31 -0
  306. data/lib/google/ads/google_ads/v11/enums/slot_pb.rb +35 -0
  307. data/lib/google/ads/google_ads/v11/enums/spending_limit_type_pb.rb +29 -0
  308. data/lib/google/ads/google_ads/v11/enums/structured_snippet_placeholder_field_pb.rb +30 -0
  309. data/lib/google/ads/google_ads/v11/enums/summary_row_setting_pb.rb +31 -0
  310. data/lib/google/ads/google_ads/v11/enums/system_managed_entity_source_pb.rb +29 -0
  311. data/lib/google/ads/google_ads/v11/enums/target_cpa_opt_in_recommendation_goal_pb.rb +32 -0
  312. data/lib/google/ads/google_ads/v11/enums/target_impression_share_location_pb.rb +31 -0
  313. data/lib/google/ads/google_ads/v11/enums/targeting_dimension_pb.rb +36 -0
  314. data/lib/google/ads/google_ads/v11/enums/time_type_pb.rb +30 -0
  315. data/lib/google/ads/google_ads/v11/enums/tracking_code_page_format_pb.rb +30 -0
  316. data/lib/google/ads/google_ads/v11/enums/tracking_code_type_pb.rb +32 -0
  317. data/lib/google/ads/google_ads/v11/enums/travel_placeholder_field_pb.rb +48 -0
  318. data/lib/google/ads/google_ads/v11/enums/user_identifier_source_pb.rb +30 -0
  319. data/lib/google/ads/google_ads/v11/enums/user_interest_taxonomy_type_pb.rb +33 -0
  320. data/lib/google/ads/google_ads/v11/enums/user_list_access_status_pb.rb +30 -0
  321. data/lib/google/ads/google_ads/v11/enums/user_list_closing_reason_pb.rb +29 -0
  322. data/lib/google/ads/google_ads/v11/enums/user_list_combined_rule_operator_pb.rb +30 -0
  323. data/lib/google/ads/google_ads/v11/enums/user_list_crm_data_source_type_pb.rb +31 -0
  324. data/lib/google/ads/google_ads/v11/enums/user_list_date_rule_item_operator_pb.rb +32 -0
  325. data/lib/google/ads/google_ads/v11/enums/user_list_logical_rule_operator_pb.rb +31 -0
  326. data/lib/google/ads/google_ads/v11/enums/user_list_membership_status_pb.rb +30 -0
  327. data/lib/google/ads/google_ads/v11/enums/user_list_number_rule_item_operator_pb.rb +34 -0
  328. data/lib/google/ads/google_ads/v11/enums/user_list_prepopulation_status_pb.rb +31 -0
  329. data/lib/google/ads/google_ads/v11/enums/user_list_rule_type_pb.rb +30 -0
  330. data/lib/google/ads/google_ads/v11/enums/user_list_size_range_pb.rb +44 -0
  331. data/lib/google/ads/google_ads/v11/enums/user_list_string_rule_item_operator_pb.rb +36 -0
  332. data/lib/google/ads/google_ads/v11/enums/user_list_type_pb.rb +34 -0
  333. data/lib/google/ads/google_ads/v11/enums/value_rule_device_type_pb.rb +31 -0
  334. data/lib/google/ads/google_ads/v11/enums/value_rule_geo_location_match_type_pb.rb +30 -0
  335. data/lib/google/ads/google_ads/v11/enums/value_rule_operation_pb.rb +31 -0
  336. data/lib/google/ads/google_ads/v11/enums/value_rule_set_attachment_type_pb.rb +30 -0
  337. data/lib/google/ads/google_ads/v11/enums/value_rule_set_dimension_pb.rb +32 -0
  338. data/lib/google/ads/google_ads/v11/enums/vanity_pharma_display_url_mode_pb.rb +30 -0
  339. data/lib/google/ads/google_ads/v11/enums/vanity_pharma_text_pb.rb +40 -0
  340. data/lib/google/ads/google_ads/v11/enums/video_thumbnail_pb.rb +32 -0
  341. data/lib/google/ads/google_ads/v11/enums/webpage_condition_operand_pb.rb +33 -0
  342. data/lib/google/ads/google_ads/v11/enums/webpage_condition_operator_pb.rb +30 -0
  343. data/lib/google/ads/google_ads/v11/errors/access_invitation_error_pb.rb +36 -0
  344. data/lib/google/ads/google_ads/v11/errors/account_budget_proposal_error_pb.rb +52 -0
  345. data/lib/google/ads/google_ads/v11/errors/account_link_error_pb.rb +29 -0
  346. data/lib/google/ads/google_ads/v11/errors/ad_customizer_error_pb.rb +33 -0
  347. data/lib/google/ads/google_ads/v11/errors/ad_error_pb.rb +180 -0
  348. data/lib/google/ads/google_ads/v11/errors/ad_group_ad_error_pb.rb +39 -0
  349. data/lib/google/ads/google_ads/v11/errors/ad_group_bid_modifier_error_pb.rb +30 -0
  350. data/lib/google/ads/google_ads/v11/errors/ad_group_criterion_customizer_error_pb.rb +29 -0
  351. data/lib/google/ads/google_ads/v11/errors/ad_group_criterion_error_pb.rb +56 -0
  352. data/lib/google/ads/google_ads/v11/errors/ad_group_customizer_error_pb.rb +28 -0
  353. data/lib/google/ads/google_ads/v11/errors/ad_group_error_pb.rb +42 -0
  354. data/lib/google/ads/google_ads/v11/errors/ad_group_feed_error_pb.rb +35 -0
  355. data/lib/google/ads/google_ads/v11/errors/ad_parameter_error_pb.rb +30 -0
  356. data/lib/google/ads/google_ads/v11/errors/ad_sharing_error_pb.rb +31 -0
  357. data/lib/google/ads/google_ads/v11/errors/adx_error_pb.rb +29 -0
  358. data/lib/google/ads/google_ads/v11/errors/asset_error_pb.rb +62 -0
  359. data/lib/google/ads/google_ads/v11/errors/asset_group_asset_error_pb.rb +31 -0
  360. data/lib/google/ads/google_ads/v11/errors/asset_group_error_pb.rb +38 -0
  361. data/lib/google/ads/google_ads/v11/errors/asset_group_listing_group_filter_error_pb.rb +41 -0
  362. data/lib/google/ads/google_ads/v11/errors/asset_link_error_pb.rb +47 -0
  363. data/lib/google/ads/google_ads/v11/errors/asset_set_asset_error_pb.rb +31 -0
  364. data/lib/google/ads/google_ads/v11/errors/asset_set_error_pb.rb +29 -0
  365. data/lib/google/ads/google_ads/v11/errors/asset_set_link_error_pb.rb +33 -0
  366. data/lib/google/ads/google_ads/v11/errors/audience_error_pb.rb +36 -0
  367. data/lib/google/ads/google_ads/v11/errors/authentication_error_pb.rb +46 -0
  368. data/lib/google/ads/google_ads/v11/errors/authorization_error_pb.rb +42 -0
  369. data/lib/google/ads/google_ads/v11/errors/batch_job_error_pb.rb +34 -0
  370. data/lib/google/ads/google_ads/v11/errors/bidding_error_pb.rb +55 -0
  371. data/lib/google/ads/google_ads/v11/errors/bidding_strategy_error_pb.rb +33 -0
  372. data/lib/google/ads/google_ads/v11/errors/billing_setup_error_pb.rb +46 -0
  373. data/lib/google/ads/google_ads/v11/errors/campaign_budget_error_pb.rb +45 -0
  374. data/lib/google/ads/google_ads/v11/errors/campaign_conversion_goal_error_pb.rb +29 -0
  375. data/lib/google/ads/google_ads/v11/errors/campaign_criterion_error_pb.rb +44 -0
  376. data/lib/google/ads/google_ads/v11/errors/campaign_customizer_error_pb.rb +28 -0
  377. data/lib/google/ads/google_ads/v11/errors/campaign_draft_error_pb.rb +38 -0
  378. data/lib/google/ads/google_ads/v11/errors/campaign_error_pb.rb +77 -0
  379. data/lib/google/ads/google_ads/v11/errors/campaign_experiment_error_pb.rb +38 -0
  380. data/lib/google/ads/google_ads/v11/errors/campaign_feed_error_pb.rb +35 -0
  381. data/lib/google/ads/google_ads/v11/errors/campaign_shared_set_error_pb.rb +29 -0
  382. data/lib/google/ads/google_ads/v11/errors/change_event_error_pb.rb +33 -0
  383. data/lib/google/ads/google_ads/v11/errors/change_status_error_pb.rb +33 -0
  384. data/lib/google/ads/google_ads/v11/errors/collection_size_error_pb.rb +30 -0
  385. data/lib/google/ads/google_ads/v11/errors/context_error_pb.rb +30 -0
  386. data/lib/google/ads/google_ads/v11/errors/conversion_action_error_pb.rb +38 -0
  387. data/lib/google/ads/google_ads/v11/errors/conversion_adjustment_upload_error_pb.rb +51 -0
  388. data/lib/google/ads/google_ads/v11/errors/conversion_custom_variable_error_pb.rb +31 -0
  389. data/lib/google/ads/google_ads/v11/errors/conversion_goal_campaign_config_error_pb.rb +31 -0
  390. data/lib/google/ads/google_ads/v11/errors/conversion_upload_error_pb.rb +69 -0
  391. data/lib/google/ads/google_ads/v11/errors/conversion_value_rule_error_pb.rb +40 -0
  392. data/lib/google/ads/google_ads/v11/errors/conversion_value_rule_set_error_pb.rb +41 -0
  393. data/lib/google/ads/google_ads/v11/errors/country_code_error_pb.rb +29 -0
  394. data/lib/google/ads/google_ads/v11/errors/criterion_error_pb.rb +158 -0
  395. data/lib/google/ads/google_ads/v11/errors/currency_code_error_pb.rb +29 -0
  396. data/lib/google/ads/google_ads/v11/errors/custom_audience_error_pb.rb +36 -0
  397. data/lib/google/ads/google_ads/v11/errors/custom_conversion_goal_error_pb.rb +33 -0
  398. data/lib/google/ads/google_ads/v11/errors/custom_interest_error_pb.rb +35 -0
  399. data/lib/google/ads/google_ads/v11/errors/customer_client_link_error_pb.rb +36 -0
  400. data/lib/google/ads/google_ads/v11/errors/customer_customizer_error_pb.rb +28 -0
  401. data/lib/google/ads/google_ads/v11/errors/customer_error_pb.rb +30 -0
  402. data/lib/google/ads/google_ads/v11/errors/customer_feed_error_pb.rb +35 -0
  403. data/lib/google/ads/google_ads/v11/errors/customer_manager_link_error_pb.rb +37 -0
  404. data/lib/google/ads/google_ads/v11/errors/customer_user_access_error_pb.rb +33 -0
  405. data/lib/google/ads/google_ads/v11/errors/customizer_attribute_error_pb.rb +29 -0
  406. data/lib/google/ads/google_ads/v11/errors/database_error_pb.rb +31 -0
  407. data/lib/google/ads/google_ads/v11/errors/date_error_pb.rb +38 -0
  408. data/lib/google/ads/google_ads/v11/errors/date_range_error_pb.rb +33 -0
  409. data/lib/google/ads/google_ads/v11/errors/distinct_error_pb.rb +30 -0
  410. data/lib/google/ads/google_ads/v11/errors/enum_error_pb.rb +29 -0
  411. data/lib/google/ads/google_ads/v11/errors/errors_pb.rb +370 -0
  412. data/lib/google/ads/google_ads/v11/errors/experiment_arm_error_pb.rb +42 -0
  413. data/lib/google/ads/google_ads/v11/errors/experiment_error_pb.rb +52 -0
  414. data/lib/google/ads/google_ads/v11/errors/extension_feed_item_error_pb.rb +73 -0
  415. data/lib/google/ads/google_ads/v11/errors/extension_setting_error_pb.rb +93 -0
  416. data/lib/google/ads/google_ads/v11/errors/feed_attribute_reference_error_pb.rb +31 -0
  417. data/lib/google/ads/google_ads/v11/errors/feed_error_pb.rb +51 -0
  418. data/lib/google/ads/google_ads/v11/errors/feed_item_error_pb.rb +37 -0
  419. data/lib/google/ads/google_ads/v11/errors/feed_item_set_error_pb.rb +35 -0
  420. data/lib/google/ads/google_ads/v11/errors/feed_item_set_link_error_pb.rb +30 -0
  421. data/lib/google/ads/google_ads/v11/errors/feed_item_target_error_pb.rb +36 -0
  422. data/lib/google/ads/google_ads/v11/errors/feed_item_validation_error_pb.rb +133 -0
  423. data/lib/google/ads/google_ads/v11/errors/feed_mapping_error_pb.rb +45 -0
  424. data/lib/google/ads/google_ads/v11/errors/field_error_pb.rb +36 -0
  425. data/lib/google/ads/google_ads/v11/errors/field_mask_error_pb.rb +32 -0
  426. data/lib/google/ads/google_ads/v11/errors/function_error_pb.rb +44 -0
  427. data/lib/google/ads/google_ads/v11/errors/function_parsing_error_pb.rb +39 -0
  428. data/lib/google/ads/google_ads/v11/errors/geo_target_constant_suggestion_error_pb.rb +32 -0
  429. data/lib/google/ads/google_ads/v11/errors/header_error_pb.rb +30 -0
  430. data/lib/google/ads/google_ads/v11/errors/id_error_pb.rb +29 -0
  431. data/lib/google/ads/google_ads/v11/errors/image_error_pb.rb +67 -0
  432. data/lib/google/ads/google_ads/v11/errors/internal_error_pb.rb +32 -0
  433. data/lib/google/ads/google_ads/v11/errors/invoice_error_pb.rb +33 -0
  434. data/lib/google/ads/google_ads/v11/errors/keyword_plan_ad_group_error_pb.rb +30 -0
  435. data/lib/google/ads/google_ads/v11/errors/keyword_plan_ad_group_keyword_error_pb.rb +36 -0
  436. data/lib/google/ads/google_ads/v11/errors/keyword_plan_campaign_error_pb.rb +34 -0
  437. data/lib/google/ads/google_ads/v11/errors/keyword_plan_campaign_keyword_error_pb.rb +29 -0
  438. data/lib/google/ads/google_ads/v11/errors/keyword_plan_error_pb.rb +42 -0
  439. data/lib/google/ads/google_ads/v11/errors/keyword_plan_idea_error_pb.rb +30 -0
  440. data/lib/google/ads/google_ads/v11/errors/label_error_pb.rb +37 -0
  441. data/lib/google/ads/google_ads/v11/errors/language_code_error_pb.rb +30 -0
  442. data/lib/google/ads/google_ads/v11/errors/list_operation_error_pb.rb +30 -0
  443. data/lib/google/ads/google_ads/v11/errors/manager_link_error_pb.rb +47 -0
  444. data/lib/google/ads/google_ads/v11/errors/media_bundle_error_pb.rb +50 -0
  445. data/lib/google/ads/google_ads/v11/errors/media_file_error_pb.rb +51 -0
  446. data/lib/google/ads/google_ads/v11/errors/media_upload_error_pb.rb +62 -0
  447. data/lib/google/ads/google_ads/v11/errors/merchant_center_error_pb.rb +30 -0
  448. data/lib/google/ads/google_ads/v11/errors/multiplier_error_pb.rb +40 -0
  449. data/lib/google/ads/google_ads/v11/errors/mutate_error_pb.rb +37 -0
  450. data/lib/google/ads/google_ads/v11/errors/new_resource_creation_error_pb.rb +31 -0
  451. data/lib/google/ads/google_ads/v11/errors/not_allowlisted_error_pb.rb +29 -0
  452. data/lib/google/ads/google_ads/v11/errors/not_empty_error_pb.rb +29 -0
  453. data/lib/google/ads/google_ads/v11/errors/null_error_pb.rb +29 -0
  454. data/lib/google/ads/google_ads/v11/errors/offline_user_data_job_error_pb.rb +62 -0
  455. data/lib/google/ads/google_ads/v11/errors/operation_access_denied_error_pb.rb +38 -0
  456. data/lib/google/ads/google_ads/v11/errors/operator_error_pb.rb +29 -0
  457. data/lib/google/ads/google_ads/v11/errors/partial_failure_error_pb.rb +29 -0
  458. data/lib/google/ads/google_ads/v11/errors/payments_account_error_pb.rb +29 -0
  459. data/lib/google/ads/google_ads/v11/errors/policy_finding_error_pb.rb +30 -0
  460. data/lib/google/ads/google_ads/v11/errors/policy_validation_parameter_error_pb.rb +31 -0
  461. data/lib/google/ads/google_ads/v11/errors/policy_violation_error_pb.rb +29 -0
  462. data/lib/google/ads/google_ads/v11/errors/query_error_pb.rb +83 -0
  463. data/lib/google/ads/google_ads/v11/errors/quota_error_pb.rb +31 -0
  464. data/lib/google/ads/google_ads/v11/errors/range_error_pb.rb +30 -0
  465. data/lib/google/ads/google_ads/v11/errors/reach_plan_error_pb.rb +29 -0
  466. data/lib/google/ads/google_ads/v11/errors/recommendation_error_pb.rb +42 -0
  467. data/lib/google/ads/google_ads/v11/errors/region_code_error_pb.rb +29 -0
  468. data/lib/google/ads/google_ads/v11/errors/request_error_pb.rb +51 -0
  469. data/lib/google/ads/google_ads/v11/errors/resource_access_denied_error_pb.rb +29 -0
  470. data/lib/google/ads/google_ads/v11/errors/resource_count_limit_exceeded_error_pb.rb +37 -0
  471. data/lib/google/ads/google_ads/v11/errors/setting_error_pb.rb +40 -0
  472. data/lib/google/ads/google_ads/v11/errors/shared_criterion_error_pb.rb +29 -0
  473. data/lib/google/ads/google_ads/v11/errors/shared_set_error_pb.rb +32 -0
  474. data/lib/google/ads/google_ads/v11/errors/size_limit_error_pb.rb +30 -0
  475. data/lib/google/ads/google_ads/v11/errors/string_format_error_pb.rb +30 -0
  476. data/lib/google/ads/google_ads/v11/errors/string_length_error_pb.rb +31 -0
  477. data/lib/google/ads/google_ads/v11/errors/third_party_app_analytics_link_error_pb.rb +32 -0
  478. data/lib/google/ads/google_ads/v11/errors/time_zone_error_pb.rb +29 -0
  479. data/lib/google/ads/google_ads/v11/errors/url_field_error_pb.rb +81 -0
  480. data/lib/google/ads/google_ads/v11/errors/user_data_error_pb.rb +31 -0
  481. data/lib/google/ads/google_ads/v11/errors/user_list_error_pb.rb +54 -0
  482. data/lib/google/ads/google_ads/v11/errors/youtube_video_registration_error_pb.rb +31 -0
  483. data/lib/google/ads/google_ads/v11/resources/accessible_bidding_strategy_pb.rb +69 -0
  484. data/lib/google/ads/google_ads/v11/resources/account_budget_pb.rb +80 -0
  485. data/lib/google/ads/google_ads/v11/resources/account_budget_proposal_pb.rb +62 -0
  486. data/lib/google/ads/google_ads/v11/resources/account_link_pb.rb +57 -0
  487. data/lib/google/ads/google_ads/v11/resources/ad_group_ad_asset_combination_view_pb.rb +30 -0
  488. data/lib/google/ads/google_ads/v11/resources/ad_group_ad_asset_view_pb.rb +44 -0
  489. data/lib/google/ads/google_ads/v11/resources/ad_group_ad_label_pb.rb +29 -0
  490. data/lib/google/ads/google_ads/v11/resources/ad_group_ad_pb.rb +46 -0
  491. data/lib/google/ads/google_ads/v11/resources/ad_group_asset_pb.rb +35 -0
  492. data/lib/google/ads/google_ads/v11/resources/ad_group_audience_view_pb.rb +27 -0
  493. data/lib/google/ads/google_ads/v11/resources/ad_group_bid_modifier_pb.rb +43 -0
  494. data/lib/google/ads/google_ads/v11/resources/ad_group_criterion_customizer_pb.rb +33 -0
  495. data/lib/google/ads/google_ads/v11/resources/ad_group_criterion_label_pb.rb +29 -0
  496. data/lib/google/ads/google_ads/v11/resources/ad_group_criterion_pb.rb +103 -0
  497. data/lib/google/ads/google_ads/v11/resources/ad_group_criterion_simulation_pb.rb +40 -0
  498. data/lib/google/ads/google_ads/v11/resources/ad_group_customizer_pb.rb +33 -0
  499. data/lib/google/ads/google_ads/v11/resources/ad_group_extension_setting_pb.rb +33 -0
  500. data/lib/google/ads/google_ads/v11/resources/ad_group_feed_pb.rb +35 -0
  501. data/lib/google/ads/google_ads/v11/resources/ad_group_label_pb.rb +29 -0
  502. data/lib/google/ads/google_ads/v11/resources/ad_group_pb.rb +68 -0
  503. data/lib/google/ads/google_ads/v11/resources/ad_group_simulation_pb.rb +41 -0
  504. data/lib/google/ads/google_ads/v11/resources/ad_parameter_pb.rb +30 -0
  505. data/lib/google/ads/google_ads/v11/resources/ad_pb.rb +74 -0
  506. data/lib/google/ads/google_ads/v11/resources/ad_schedule_view_pb.rb +27 -0
  507. data/lib/google/ads/google_ads/v11/resources/age_range_view_pb.rb +27 -0
  508. data/lib/google/ads/google_ads/v11/resources/asset_field_type_view_pb.rb +29 -0
  509. data/lib/google/ads/google_ads/v11/resources/asset_group_asset_pb.rb +37 -0
  510. data/lib/google/ads/google_ads/v11/resources/asset_group_listing_group_filter_pb.rb +83 -0
  511. data/lib/google/ads/google_ads/v11/resources/asset_group_pb.rb +36 -0
  512. data/lib/google/ads/google_ads/v11/resources/asset_group_product_group_view_pb.rb +29 -0
  513. data/lib/google/ads/google_ads/v11/resources/asset_group_signal_pb.rb +30 -0
  514. data/lib/google/ads/google_ads/v11/resources/asset_pb.rb +77 -0
  515. data/lib/google/ads/google_ads/v11/resources/asset_set_asset_pb.rb +31 -0
  516. data/lib/google/ads/google_ads/v11/resources/asset_set_pb.rb +39 -0
  517. data/lib/google/ads/google_ads/v11/resources/audience_pb.rb +35 -0
  518. data/lib/google/ads/google_ads/v11/resources/batch_job_pb.rb +42 -0
  519. data/lib/google/ads/google_ads/v11/resources/bidding_data_exclusion_pb.rb +41 -0
  520. data/lib/google/ads/google_ads/v11/resources/bidding_seasonality_adjustment_pb.rb +42 -0
  521. data/lib/google/ads/google_ads/v11/resources/bidding_strategy_pb.rb +47 -0
  522. data/lib/google/ads/google_ads/v11/resources/bidding_strategy_simulation_pb.rb +39 -0
  523. data/lib/google/ads/google_ads/v11/resources/billing_setup_pb.rb +49 -0
  524. data/lib/google/ads/google_ads/v11/resources/call_view_pb.rb +38 -0
  525. data/lib/google/ads/google_ads/v11/resources/campaign_asset_pb.rb +35 -0
  526. data/lib/google/ads/google_ads/v11/resources/campaign_asset_set_pb.rb +31 -0
  527. data/lib/google/ads/google_ads/v11/resources/campaign_audience_view_pb.rb +27 -0
  528. data/lib/google/ads/google_ads/v11/resources/campaign_bid_modifier_pb.rb +34 -0
  529. data/lib/google/ads/google_ads/v11/resources/campaign_budget_pb.rb +47 -0
  530. data/lib/google/ads/google_ads/v11/resources/campaign_conversion_goal_pb.rb +33 -0
  531. data/lib/google/ads/google_ads/v11/resources/campaign_criterion_pb.rb +69 -0
  532. data/lib/google/ads/google_ads/v11/resources/campaign_criterion_simulation_pb.rb +39 -0
  533. data/lib/google/ads/google_ads/v11/resources/campaign_customizer_pb.rb +33 -0
  534. data/lib/google/ads/google_ads/v11/resources/campaign_draft_pb.rb +35 -0
  535. data/lib/google/ads/google_ads/v11/resources/campaign_experiment_pb.rb +40 -0
  536. data/lib/google/ads/google_ads/v11/resources/campaign_extension_setting_pb.rb +33 -0
  537. data/lib/google/ads/google_ads/v11/resources/campaign_feed_pb.rb +35 -0
  538. data/lib/google/ads/google_ads/v11/resources/campaign_group_pb.rb +31 -0
  539. data/lib/google/ads/google_ads/v11/resources/campaign_label_pb.rb +29 -0
  540. data/lib/google/ads/google_ads/v11/resources/campaign_pb.rb +186 -0
  541. data/lib/google/ads/google_ads/v11/resources/campaign_shared_set_pb.rb +31 -0
  542. data/lib/google/ads/google_ads/v11/resources/campaign_simulation_pb.rb +42 -0
  543. data/lib/google/ads/google_ads/v11/resources/carrier_constant_pb.rb +30 -0
  544. data/lib/google/ads/google_ads/v11/resources/change_event_pb.rb +86 -0
  545. data/lib/google/ads/google_ads/v11/resources/change_status_pb.rb +48 -0
  546. data/lib/google/ads/google_ads/v11/resources/click_view_pb.rb +38 -0
  547. data/lib/google/ads/google_ads/v11/resources/combined_audience_pb.rb +32 -0
  548. data/lib/google/ads/google_ads/v11/resources/conversion_action_pb.rb +79 -0
  549. data/lib/google/ads/google_ads/v11/resources/conversion_custom_variable_pb.rb +33 -0
  550. data/lib/google/ads/google_ads/v11/resources/conversion_goal_campaign_config_pb.rb +31 -0
  551. data/lib/google/ads/google_ads/v11/resources/conversion_value_rule_pb.rb +59 -0
  552. data/lib/google/ads/google_ads/v11/resources/conversion_value_rule_set_pb.rb +39 -0
  553. data/lib/google/ads/google_ads/v11/resources/currency_constant_pb.rb +31 -0
  554. data/lib/google/ads/google_ads/v11/resources/custom_audience_pb.rb +46 -0
  555. data/lib/google/ads/google_ads/v11/resources/custom_conversion_goal_pb.rb +32 -0
  556. data/lib/google/ads/google_ads/v11/resources/custom_interest_pb.rb +41 -0
  557. data/lib/google/ads/google_ads/v11/resources/customer_asset_pb.rb +34 -0
  558. data/lib/google/ads/google_ads/v11/resources/customer_client_link_pb.rb +32 -0
  559. data/lib/google/ads/google_ads/v11/resources/customer_client_pb.rb +39 -0
  560. data/lib/google/ads/google_ads/v11/resources/customer_conversion_goal_pb.rb +32 -0
  561. data/lib/google/ads/google_ads/v11/resources/customer_customizer_pb.rb +32 -0
  562. data/lib/google/ads/google_ads/v11/resources/customer_extension_setting_pb.rb +32 -0
  563. data/lib/google/ads/google_ads/v11/resources/customer_feed_pb.rb +34 -0
  564. data/lib/google/ads/google_ads/v11/resources/customer_label_pb.rb +29 -0
  565. data/lib/google/ads/google_ads/v11/resources/customer_manager_link_pb.rb +31 -0
  566. data/lib/google/ads/google_ads/v11/resources/customer_negative_criterion_pb.rb +39 -0
  567. data/lib/google/ads/google_ads/v11/resources/customer_pb.rb +66 -0
  568. data/lib/google/ads/google_ads/v11/resources/customer_user_access_invitation_pb.rb +34 -0
  569. data/lib/google/ads/google_ads/v11/resources/customer_user_access_pb.rb +33 -0
  570. data/lib/google/ads/google_ads/v11/resources/customizer_attribute_pb.rb +33 -0
  571. data/lib/google/ads/google_ads/v11/resources/detail_placement_view_pb.rb +33 -0
  572. data/lib/google/ads/google_ads/v11/resources/detailed_demographic_pb.rb +33 -0
  573. data/lib/google/ads/google_ads/v11/resources/display_keyword_view_pb.rb +27 -0
  574. data/lib/google/ads/google_ads/v11/resources/distance_view_pb.rb +30 -0
  575. data/lib/google/ads/google_ads/v11/resources/domain_category_pb.rb +35 -0
  576. data/lib/google/ads/google_ads/v11/resources/dynamic_search_ads_search_term_view_pb.rb +34 -0
  577. data/lib/google/ads/google_ads/v11/resources/expanded_landing_page_view_pb.rb +28 -0
  578. data/lib/google/ads/google_ads/v11/resources/experiment_arm_pb.rb +33 -0
  579. data/lib/google/ads/google_ads/v11/resources/experiment_pb.rb +42 -0
  580. data/lib/google/ads/google_ads/v11/resources/extension_feed_item_pb.rb +59 -0
  581. data/lib/google/ads/google_ads/v11/resources/feed_item_pb.rb +80 -0
  582. data/lib/google/ads/google_ads/v11/resources/feed_item_set_link_pb.rb +29 -0
  583. data/lib/google/ads/google_ads/v11/resources/feed_item_set_pb.rb +37 -0
  584. data/lib/google/ads/google_ads/v11/resources/feed_item_target_pb.rb +43 -0
  585. data/lib/google/ads/google_ads/v11/resources/feed_mapping_pb.rb +88 -0
  586. data/lib/google/ads/google_ads/v11/resources/feed_pb.rb +79 -0
  587. data/lib/google/ads/google_ads/v11/resources/feed_placeholder_view_pb.rb +29 -0
  588. data/lib/google/ads/google_ads/v11/resources/gender_view_pb.rb +27 -0
  589. data/lib/google/ads/google_ads/v11/resources/geo_target_constant_pb.rb +35 -0
  590. data/lib/google/ads/google_ads/v11/resources/geographic_view_pb.rb +30 -0
  591. data/lib/google/ads/google_ads/v11/resources/google_ads_field_pb.rb +42 -0
  592. data/lib/google/ads/google_ads/v11/resources/group_placement_view_pb.rb +32 -0
  593. data/lib/google/ads/google_ads/v11/resources/hotel_group_view_pb.rb +27 -0
  594. data/lib/google/ads/google_ads/v11/resources/hotel_performance_view_pb.rb +27 -0
  595. data/lib/google/ads/google_ads/v11/resources/hotel_reconciliation_pb.rb +38 -0
  596. data/lib/google/ads/google_ads/v11/resources/income_range_view_pb.rb +27 -0
  597. data/lib/google/ads/google_ads/v11/resources/invoice_pb.rb +63 -0
  598. data/lib/google/ads/google_ads/v11/resources/keyword_plan_ad_group_keyword_pb.rb +34 -0
  599. data/lib/google/ads/google_ads/v11/resources/keyword_plan_ad_group_pb.rb +31 -0
  600. data/lib/google/ads/google_ads/v11/resources/keyword_plan_campaign_keyword_pb.rb +33 -0
  601. data/lib/google/ads/google_ads/v11/resources/keyword_plan_campaign_pb.rb +39 -0
  602. data/lib/google/ads/google_ads/v11/resources/keyword_plan_pb.rb +39 -0
  603. data/lib/google/ads/google_ads/v11/resources/keyword_theme_constant_pb.rb +30 -0
  604. data/lib/google/ads/google_ads/v11/resources/keyword_view_pb.rb +27 -0
  605. data/lib/google/ads/google_ads/v11/resources/label_pb.rb +33 -0
  606. data/lib/google/ads/google_ads/v11/resources/landing_page_view_pb.rb +28 -0
  607. data/lib/google/ads/google_ads/v11/resources/language_constant_pb.rb +31 -0
  608. data/lib/google/ads/google_ads/v11/resources/lead_form_submission_data_pb.rb +41 -0
  609. data/lib/google/ads/google_ads/v11/resources/life_event_pb.rb +33 -0
  610. data/lib/google/ads/google_ads/v11/resources/location_view_pb.rb +27 -0
  611. data/lib/google/ads/google_ads/v11/resources/managed_placement_view_pb.rb +27 -0
  612. data/lib/google/ads/google_ads/v11/resources/media_file_pb.rb +63 -0
  613. data/lib/google/ads/google_ads/v11/resources/merchant_center_link_pb.rb +31 -0
  614. data/lib/google/ads/google_ads/v11/resources/mobile_app_category_constant_pb.rb +29 -0
  615. data/lib/google/ads/google_ads/v11/resources/mobile_device_constant_pb.rb +33 -0
  616. data/lib/google/ads/google_ads/v11/resources/offline_user_data_job_pb.rb +46 -0
  617. data/lib/google/ads/google_ads/v11/resources/operating_system_version_constant_pb.rb +33 -0
  618. data/lib/google/ads/google_ads/v11/resources/paid_organic_search_term_view_pb.rb +28 -0
  619. data/lib/google/ads/google_ads/v11/resources/parental_status_view_pb.rb +27 -0
  620. data/lib/google/ads/google_ads/v11/resources/payments_account_pb.rb +33 -0
  621. data/lib/google/ads/google_ads/v11/resources/product_bidding_category_constant_pb.rb +36 -0
  622. data/lib/google/ads/google_ads/v11/resources/product_group_view_pb.rb +27 -0
  623. data/lib/google/ads/google_ads/v11/resources/recommendation_pb.rb +181 -0
  624. data/lib/google/ads/google_ads/v11/resources/remarketing_action_pb.rb +31 -0
  625. data/lib/google/ads/google_ads/v11/resources/search_term_view_pb.rb +31 -0
  626. data/lib/google/ads/google_ads/v11/resources/shared_criterion_pb.rb +40 -0
  627. data/lib/google/ads/google_ads/v11/resources/shared_set_pb.rb +35 -0
  628. data/lib/google/ads/google_ads/v11/resources/shopping_performance_view_pb.rb +27 -0
  629. data/lib/google/ads/google_ads/v11/resources/smart_campaign_search_term_view_pb.rb +29 -0
  630. data/lib/google/ads/google_ads/v11/resources/smart_campaign_setting_pb.rb +47 -0
  631. data/lib/google/ads/google_ads/v11/resources/third_party_app_analytics_link_pb.rb +28 -0
  632. data/lib/google/ads/google_ads/v11/resources/topic_constant_pb.rb +30 -0
  633. data/lib/google/ads/google_ads/v11/resources/topic_view_pb.rb +27 -0
  634. data/lib/google/ads/google_ads/v11/resources/user_interest_pb.rb +35 -0
  635. data/lib/google/ads/google_ads/v11/resources/user_list_pb.rb +59 -0
  636. data/lib/google/ads/google_ads/v11/resources/user_location_view_pb.rb +29 -0
  637. data/lib/google/ads/google_ads/v11/resources/video_pb.rb +31 -0
  638. data/lib/google/ads/google_ads/v11/resources/webpage_view_pb.rb +27 -0
  639. data/lib/google/ads/google_ads/v11/services/account_budget_proposal_service/client.rb +419 -0
  640. data/lib/google/ads/google_ads/v11/services/account_budget_proposal_service/credentials.rb +38 -0
  641. data/lib/google/ads/google_ads/v11/services/account_budget_proposal_service/paths.rb +86 -0
  642. data/lib/google/ads/google_ads/v11/services/account_budget_proposal_service.rb +59 -0
  643. data/lib/google/ads/google_ads/v11/services/account_budget_proposal_service_pb.rb +49 -0
  644. data/lib/google/ads/google_ads/v11/services/account_budget_proposal_service_services_pb.rb +73 -0
  645. data/lib/google/ads/google_ads/v11/services/account_link_service/client.rb +523 -0
  646. data/lib/google/ads/google_ads/v11/services/account_link_service/credentials.rb +38 -0
  647. data/lib/google/ads/google_ads/v11/services/account_link_service/paths.rb +66 -0
  648. data/lib/google/ads/google_ads/v11/services/account_link_service.rb +52 -0
  649. data/lib/google/ads/google_ads/v11/services/account_link_service_pb.rb +61 -0
  650. data/lib/google/ads/google_ads/v11/services/account_link_service_services_pb.rb +76 -0
  651. data/lib/google/ads/google_ads/v11/services/ad_group_ad_label_service/client.rb +413 -0
  652. data/lib/google/ads/google_ads/v11/services/ad_group_ad_label_service/credentials.rb +38 -0
  653. data/lib/google/ads/google_ads/v11/services/ad_group_ad_label_service/paths.rb +92 -0
  654. data/lib/google/ads/google_ads/v11/services/ad_group_ad_label_service.rb +51 -0
  655. data/lib/google/ads/google_ads/v11/services/ad_group_ad_label_service_pb.rb +50 -0
  656. data/lib/google/ads/google_ads/v11/services/ad_group_ad_label_service_services_pb.rb +62 -0
  657. data/lib/google/ads/google_ads/v11/services/ad_group_ad_service/client.rb +448 -0
  658. data/lib/google/ads/google_ads/v11/services/ad_group_ad_service/credentials.rb +38 -0
  659. data/lib/google/ads/google_ads/v11/services/ad_group_ad_service/paths.rb +109 -0
  660. data/lib/google/ads/google_ads/v11/services/ad_group_ad_service.rb +51 -0
  661. data/lib/google/ads/google_ads/v11/services/ad_group_ad_service_pb.rb +58 -0
  662. data/lib/google/ads/google_ads/v11/services/ad_group_ad_service_services_pb.rb +94 -0
  663. data/lib/google/ads/google_ads/v11/services/ad_group_asset_service/client.rb +417 -0
  664. data/lib/google/ads/google_ads/v11/services/ad_group_asset_service/credentials.rb +38 -0
  665. data/lib/google/ads/google_ads/v11/services/ad_group_asset_service/paths.rb +90 -0
  666. data/lib/google/ads/google_ads/v11/services/ad_group_asset_service.rb +51 -0
  667. data/lib/google/ads/google_ads/v11/services/ad_group_asset_service_pb.rb +56 -0
  668. data/lib/google/ads/google_ads/v11/services/ad_group_asset_service_services_pb.rb +63 -0
  669. data/lib/google/ads/google_ads/v11/services/ad_group_bid_modifier_service/client.rb +429 -0
  670. data/lib/google/ads/google_ads/v11/services/ad_group_bid_modifier_service/credentials.rb +38 -0
  671. data/lib/google/ads/google_ads/v11/services/ad_group_bid_modifier_service/paths.rb +71 -0
  672. data/lib/google/ads/google_ads/v11/services/ad_group_bid_modifier_service.rb +51 -0
  673. data/lib/google/ads/google_ads/v11/services/ad_group_bid_modifier_service_pb.rb +56 -0
  674. data/lib/google/ads/google_ads/v11/services/ad_group_bid_modifier_service_services_pb.rb +75 -0
  675. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_customizer_service/client.rb +406 -0
  676. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_customizer_service/credentials.rb +38 -0
  677. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_customizer_service/paths.rb +92 -0
  678. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_customizer_service.rb +51 -0
  679. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_customizer_service_pb.rb +53 -0
  680. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_customizer_service_services_pb.rb +50 -0
  681. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_label_service/client.rb +411 -0
  682. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_label_service/credentials.rb +38 -0
  683. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_label_service/paths.rb +92 -0
  684. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_label_service.rb +51 -0
  685. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_label_service_pb.rb +50 -0
  686. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_label_service_services_pb.rb +60 -0
  687. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_service/client.rb +438 -0
  688. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_service/credentials.rb +38 -0
  689. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_service/paths.rb +92 -0
  690. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_service.rb +51 -0
  691. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_service_pb.rb +58 -0
  692. data/lib/google/ads/google_ads/v11/services/ad_group_criterion_service_services_pb.rb +84 -0
  693. data/lib/google/ads/google_ads/v11/services/ad_group_customizer_service/client.rb +404 -0
  694. data/lib/google/ads/google_ads/v11/services/ad_group_customizer_service/credentials.rb +38 -0
  695. data/lib/google/ads/google_ads/v11/services/ad_group_customizer_service/paths.rb +88 -0
  696. data/lib/google/ads/google_ads/v11/services/ad_group_customizer_service.rb +51 -0
  697. data/lib/google/ads/google_ads/v11/services/ad_group_customizer_service_pb.rb +53 -0
  698. data/lib/google/ads/google_ads/v11/services/ad_group_customizer_service_services_pb.rb +50 -0
  699. data/lib/google/ads/google_ads/v11/services/ad_group_extension_setting_service/client.rb +433 -0
  700. data/lib/google/ads/google_ads/v11/services/ad_group_extension_setting_service/credentials.rb +38 -0
  701. data/lib/google/ads/google_ads/v11/services/ad_group_extension_setting_service/paths.rb +88 -0
  702. data/lib/google/ads/google_ads/v11/services/ad_group_extension_setting_service.rb +51 -0
  703. data/lib/google/ads/google_ads/v11/services/ad_group_extension_setting_service_pb.rb +56 -0
  704. data/lib/google/ads/google_ads/v11/services/ad_group_extension_setting_service_services_pb.rb +80 -0
  705. data/lib/google/ads/google_ads/v11/services/ad_group_feed_service/client.rb +428 -0
  706. data/lib/google/ads/google_ads/v11/services/ad_group_feed_service/credentials.rb +38 -0
  707. data/lib/google/ads/google_ads/v11/services/ad_group_feed_service/paths.rb +88 -0
  708. data/lib/google/ads/google_ads/v11/services/ad_group_feed_service.rb +51 -0
  709. data/lib/google/ads/google_ads/v11/services/ad_group_feed_service_pb.rb +56 -0
  710. data/lib/google/ads/google_ads/v11/services/ad_group_feed_service_services_pb.rb +74 -0
  711. data/lib/google/ads/google_ads/v11/services/ad_group_label_service/client.rb +414 -0
  712. data/lib/google/ads/google_ads/v11/services/ad_group_label_service/credentials.rb +38 -0
  713. data/lib/google/ads/google_ads/v11/services/ad_group_label_service/paths.rb +88 -0
  714. data/lib/google/ads/google_ads/v11/services/ad_group_label_service.rb +51 -0
  715. data/lib/google/ads/google_ads/v11/services/ad_group_label_service_pb.rb +50 -0
  716. data/lib/google/ads/google_ads/v11/services/ad_group_label_service_services_pb.rb +63 -0
  717. data/lib/google/ads/google_ads/v11/services/ad_group_service/client.rb +435 -0
  718. data/lib/google/ads/google_ads/v11/services/ad_group_service/credentials.rb +38 -0
  719. data/lib/google/ads/google_ads/v11/services/ad_group_service/paths.rb +88 -0
  720. data/lib/google/ads/google_ads/v11/services/ad_group_service.rb +51 -0
  721. data/lib/google/ads/google_ads/v11/services/ad_group_service_pb.rb +56 -0
  722. data/lib/google/ads/google_ads/v11/services/ad_group_service_services_pb.rb +82 -0
  723. data/lib/google/ads/google_ads/v11/services/ad_parameter_service/client.rb +418 -0
  724. data/lib/google/ads/google_ads/v11/services/ad_parameter_service/credentials.rb +38 -0
  725. data/lib/google/ads/google_ads/v11/services/ad_parameter_service/paths.rb +75 -0
  726. data/lib/google/ads/google_ads/v11/services/ad_parameter_service.rb +51 -0
  727. data/lib/google/ads/google_ads/v11/services/ad_parameter_service_pb.rb +56 -0
  728. data/lib/google/ads/google_ads/v11/services/ad_parameter_service_services_pb.rb +64 -0
  729. data/lib/google/ads/google_ads/v11/services/ad_service/client.rb +543 -0
  730. data/lib/google/ads/google_ads/v11/services/ad_service/credentials.rb +38 -0
  731. data/lib/google/ads/google_ads/v11/services/ad_service/paths.rb +52 -0
  732. data/lib/google/ads/google_ads/v11/services/ad_service.rb +51 -0
  733. data/lib/google/ads/google_ads/v11/services/ad_service_pb.rb +60 -0
  734. data/lib/google/ads/google_ads/v11/services/ad_service_services_pb.rb +100 -0
  735. data/lib/google/ads/google_ads/v11/services/asset_group_asset_service/client.rb +401 -0
  736. data/lib/google/ads/google_ads/v11/services/asset_group_asset_service/credentials.rb +38 -0
  737. data/lib/google/ads/google_ads/v11/services/asset_group_asset_service/paths.rb +90 -0
  738. data/lib/google/ads/google_ads/v11/services/asset_group_asset_service.rb +51 -0
  739. data/lib/google/ads/google_ads/v11/services/asset_group_asset_service_pb.rb +53 -0
  740. data/lib/google/ads/google_ads/v11/services/asset_group_asset_service_services_pb.rb +50 -0
  741. data/lib/google/ads/google_ads/v11/services/asset_group_listing_group_filter_service/client.rb +401 -0
  742. data/lib/google/ads/google_ads/v11/services/asset_group_listing_group_filter_service/credentials.rb +38 -0
  743. data/lib/google/ads/google_ads/v11/services/asset_group_listing_group_filter_service/paths.rb +71 -0
  744. data/lib/google/ads/google_ads/v11/services/asset_group_listing_group_filter_service.rb +51 -0
  745. data/lib/google/ads/google_ads/v11/services/asset_group_listing_group_filter_service_pb.rb +53 -0
  746. data/lib/google/ads/google_ads/v11/services/asset_group_listing_group_filter_service_services_pb.rb +50 -0
  747. data/lib/google/ads/google_ads/v11/services/asset_group_service/client.rb +396 -0
  748. data/lib/google/ads/google_ads/v11/services/asset_group_service/credentials.rb +38 -0
  749. data/lib/google/ads/google_ads/v11/services/asset_group_service/paths.rb +69 -0
  750. data/lib/google/ads/google_ads/v11/services/asset_group_service.rb +51 -0
  751. data/lib/google/ads/google_ads/v11/services/asset_group_service_pb.rb +52 -0
  752. data/lib/google/ads/google_ads/v11/services/asset_group_service_services_pb.rb +50 -0
  753. data/lib/google/ads/google_ads/v11/services/asset_group_signal_service/client.rb +403 -0
  754. data/lib/google/ads/google_ads/v11/services/asset_group_signal_service/credentials.rb +38 -0
  755. data/lib/google/ads/google_ads/v11/services/asset_group_signal_service/paths.rb +71 -0
  756. data/lib/google/ads/google_ads/v11/services/asset_group_signal_service.rb +51 -0
  757. data/lib/google/ads/google_ads/v11/services/asset_group_signal_service_pb.rb +53 -0
  758. data/lib/google/ads/google_ads/v11/services/asset_group_signal_service_services_pb.rb +50 -0
  759. data/lib/google/ads/google_ads/v11/services/asset_service/client.rb +433 -0
  760. data/lib/google/ads/google_ads/v11/services/asset_service/credentials.rb +38 -0
  761. data/lib/google/ads/google_ads/v11/services/asset_service/paths.rb +69 -0
  762. data/lib/google/ads/google_ads/v11/services/asset_service.rb +53 -0
  763. data/lib/google/ads/google_ads/v11/services/asset_service_pb.rb +55 -0
  764. data/lib/google/ads/google_ads/v11/services/asset_service_services_pb.rb +80 -0
  765. data/lib/google/ads/google_ads/v11/services/asset_set_asset_service/client.rb +404 -0
  766. data/lib/google/ads/google_ads/v11/services/asset_set_asset_service/credentials.rb +38 -0
  767. data/lib/google/ads/google_ads/v11/services/asset_set_asset_service/paths.rb +88 -0
  768. data/lib/google/ads/google_ads/v11/services/asset_set_asset_service.rb +51 -0
  769. data/lib/google/ads/google_ads/v11/services/asset_set_asset_service_pb.rb +53 -0
  770. data/lib/google/ads/google_ads/v11/services/asset_set_asset_service_services_pb.rb +50 -0
  771. data/lib/google/ads/google_ads/v11/services/asset_set_service/client.rb +403 -0
  772. data/lib/google/ads/google_ads/v11/services/asset_set_service/credentials.rb +38 -0
  773. data/lib/google/ads/google_ads/v11/services/asset_set_service/paths.rb +52 -0
  774. data/lib/google/ads/google_ads/v11/services/asset_set_service.rb +51 -0
  775. data/lib/google/ads/google_ads/v11/services/asset_set_service_pb.rb +56 -0
  776. data/lib/google/ads/google_ads/v11/services/asset_set_service_services_pb.rb +50 -0
  777. data/lib/google/ads/google_ads/v11/services/audience_insights_service/client.rb +518 -0
  778. data/lib/google/ads/google_ads/v11/services/audience_insights_service/credentials.rb +38 -0
  779. data/lib/google/ads/google_ads/v11/services/audience_insights_service.rb +51 -0
  780. data/lib/google/ads/google_ads/v11/services/audience_insights_service_pb.rb +91 -0
  781. data/lib/google/ads/google_ads/v11/services/audience_insights_service_services_pb.rb +72 -0
  782. data/lib/google/ads/google_ads/v11/services/audience_service/client.rb +404 -0
  783. data/lib/google/ads/google_ads/v11/services/audience_service/credentials.rb +38 -0
  784. data/lib/google/ads/google_ads/v11/services/audience_service/paths.rb +52 -0
  785. data/lib/google/ads/google_ads/v11/services/audience_service.rb +51 -0
  786. data/lib/google/ads/google_ads/v11/services/audience_service_pb.rb +55 -0
  787. data/lib/google/ads/google_ads/v11/services/audience_service_services_pb.rb +52 -0
  788. data/lib/google/ads/google_ads/v11/services/batch_job_service/client.rb +772 -0
  789. data/lib/google/ads/google_ads/v11/services/batch_job_service/credentials.rb +38 -0
  790. data/lib/google/ads/google_ads/v11/services/batch_job_service/operations.rb +771 -0
  791. data/lib/google/ads/google_ads/v11/services/batch_job_service/paths.rb +1498 -0
  792. data/lib/google/ads/google_ads/v11/services/batch_job_service.rb +52 -0
  793. data/lib/google/ads/google_ads/v11/services/batch_job_service_pb.rb +83 -0
  794. data/lib/google/ads/google_ads/v11/services/batch_job_service_services_pb.rb +97 -0
  795. data/lib/google/ads/google_ads/v11/services/bidding_data_exclusion_service/client.rb +404 -0
  796. data/lib/google/ads/google_ads/v11/services/bidding_data_exclusion_service/credentials.rb +38 -0
  797. data/lib/google/ads/google_ads/v11/services/bidding_data_exclusion_service/paths.rb +69 -0
  798. data/lib/google/ads/google_ads/v11/services/bidding_data_exclusion_service.rb +51 -0
  799. data/lib/google/ads/google_ads/v11/services/bidding_data_exclusion_service_pb.rb +56 -0
  800. data/lib/google/ads/google_ads/v11/services/bidding_data_exclusion_service_services_pb.rb +48 -0
  801. data/lib/google/ads/google_ads/v11/services/bidding_seasonality_adjustment_service/client.rb +404 -0
  802. data/lib/google/ads/google_ads/v11/services/bidding_seasonality_adjustment_service/credentials.rb +38 -0
  803. data/lib/google/ads/google_ads/v11/services/bidding_seasonality_adjustment_service/paths.rb +69 -0
  804. data/lib/google/ads/google_ads/v11/services/bidding_seasonality_adjustment_service.rb +51 -0
  805. data/lib/google/ads/google_ads/v11/services/bidding_seasonality_adjustment_service_pb.rb +56 -0
  806. data/lib/google/ads/google_ads/v11/services/bidding_seasonality_adjustment_service_services_pb.rb +48 -0
  807. data/lib/google/ads/google_ads/v11/services/bidding_strategy_service/client.rb +432 -0
  808. data/lib/google/ads/google_ads/v11/services/bidding_strategy_service/credentials.rb +38 -0
  809. data/lib/google/ads/google_ads/v11/services/bidding_strategy_service/paths.rb +52 -0
  810. data/lib/google/ads/google_ads/v11/services/bidding_strategy_service.rb +51 -0
  811. data/lib/google/ads/google_ads/v11/services/bidding_strategy_service_pb.rb +56 -0
  812. data/lib/google/ads/google_ads/v11/services/bidding_strategy_service_services_pb.rb +78 -0
  813. data/lib/google/ads/google_ads/v11/services/billing_setup_service/client.rb +412 -0
  814. data/lib/google/ads/google_ads/v11/services/billing_setup_service/credentials.rb +38 -0
  815. data/lib/google/ads/google_ads/v11/services/billing_setup_service/paths.rb +69 -0
  816. data/lib/google/ads/google_ads/v11/services/billing_setup_service.rb +59 -0
  817. data/lib/google/ads/google_ads/v11/services/billing_setup_service_pb.rb +46 -0
  818. data/lib/google/ads/google_ads/v11/services/billing_setup_service_services_pb.rb +69 -0
  819. data/lib/google/ads/google_ads/v11/services/campaign_asset_service/client.rb +418 -0
  820. data/lib/google/ads/google_ads/v11/services/campaign_asset_service/credentials.rb +38 -0
  821. data/lib/google/ads/google_ads/v11/services/campaign_asset_service/paths.rb +90 -0
  822. data/lib/google/ads/google_ads/v11/services/campaign_asset_service.rb +51 -0
  823. data/lib/google/ads/google_ads/v11/services/campaign_asset_service_pb.rb +56 -0
  824. data/lib/google/ads/google_ads/v11/services/campaign_asset_service_services_pb.rb +64 -0
  825. data/lib/google/ads/google_ads/v11/services/campaign_asset_set_service/client.rb +404 -0
  826. data/lib/google/ads/google_ads/v11/services/campaign_asset_set_service/credentials.rb +38 -0
  827. data/lib/google/ads/google_ads/v11/services/campaign_asset_set_service/paths.rb +88 -0
  828. data/lib/google/ads/google_ads/v11/services/campaign_asset_set_service.rb +51 -0
  829. data/lib/google/ads/google_ads/v11/services/campaign_asset_set_service_pb.rb +53 -0
  830. data/lib/google/ads/google_ads/v11/services/campaign_asset_set_service_services_pb.rb +50 -0
  831. data/lib/google/ads/google_ads/v11/services/campaign_bid_modifier_service/client.rb +428 -0
  832. data/lib/google/ads/google_ads/v11/services/campaign_bid_modifier_service/credentials.rb +38 -0
  833. data/lib/google/ads/google_ads/v11/services/campaign_bid_modifier_service/paths.rb +71 -0
  834. data/lib/google/ads/google_ads/v11/services/campaign_bid_modifier_service.rb +51 -0
  835. data/lib/google/ads/google_ads/v11/services/campaign_bid_modifier_service_pb.rb +56 -0
  836. data/lib/google/ads/google_ads/v11/services/campaign_bid_modifier_service_services_pb.rb +74 -0
  837. data/lib/google/ads/google_ads/v11/services/campaign_budget_service/client.rb +423 -0
  838. data/lib/google/ads/google_ads/v11/services/campaign_budget_service/credentials.rb +38 -0
  839. data/lib/google/ads/google_ads/v11/services/campaign_budget_service/paths.rb +52 -0
  840. data/lib/google/ads/google_ads/v11/services/campaign_budget_service.rb +51 -0
  841. data/lib/google/ads/google_ads/v11/services/campaign_budget_service_pb.rb +56 -0
  842. data/lib/google/ads/google_ads/v11/services/campaign_budget_service_services_pb.rb +69 -0
  843. data/lib/google/ads/google_ads/v11/services/campaign_conversion_goal_service/client.rb +396 -0
  844. data/lib/google/ads/google_ads/v11/services/campaign_conversion_goal_service/credentials.rb +38 -0
  845. data/lib/google/ads/google_ads/v11/services/campaign_conversion_goal_service/paths.rb +73 -0
  846. data/lib/google/ads/google_ads/v11/services/campaign_conversion_goal_service.rb +51 -0
  847. data/lib/google/ads/google_ads/v11/services/campaign_conversion_goal_service_pb.rb +48 -0
  848. data/lib/google/ads/google_ads/v11/services/campaign_conversion_goal_service_services_pb.rb +50 -0
  849. data/lib/google/ads/google_ads/v11/services/campaign_criterion_service/client.rb +434 -0
  850. data/lib/google/ads/google_ads/v11/services/campaign_criterion_service/credentials.rb +38 -0
  851. data/lib/google/ads/google_ads/v11/services/campaign_criterion_service/paths.rb +71 -0
  852. data/lib/google/ads/google_ads/v11/services/campaign_criterion_service.rb +51 -0
  853. data/lib/google/ads/google_ads/v11/services/campaign_criterion_service_pb.rb +56 -0
  854. data/lib/google/ads/google_ads/v11/services/campaign_criterion_service_services_pb.rb +80 -0
  855. data/lib/google/ads/google_ads/v11/services/campaign_customizer_service/client.rb +404 -0
  856. data/lib/google/ads/google_ads/v11/services/campaign_customizer_service/credentials.rb +38 -0
  857. data/lib/google/ads/google_ads/v11/services/campaign_customizer_service/paths.rb +88 -0
  858. data/lib/google/ads/google_ads/v11/services/campaign_customizer_service.rb +51 -0
  859. data/lib/google/ads/google_ads/v11/services/campaign_customizer_service_pb.rb +53 -0
  860. data/lib/google/ads/google_ads/v11/services/campaign_customizer_service_services_pb.rb +50 -0
  861. data/lib/google/ads/google_ads/v11/services/campaign_draft_service/client.rb +672 -0
  862. data/lib/google/ads/google_ads/v11/services/campaign_draft_service/credentials.rb +38 -0
  863. data/lib/google/ads/google_ads/v11/services/campaign_draft_service/operations.rb +771 -0
  864. data/lib/google/ads/google_ads/v11/services/campaign_draft_service/paths.rb +71 -0
  865. data/lib/google/ads/google_ads/v11/services/campaign_draft_service.rb +52 -0
  866. data/lib/google/ads/google_ads/v11/services/campaign_draft_service_pb.rb +73 -0
  867. data/lib/google/ads/google_ads/v11/services/campaign_draft_service_services_pb.rb +93 -0
  868. data/lib/google/ads/google_ads/v11/services/campaign_experiment_service/client.rb +1023 -0
  869. data/lib/google/ads/google_ads/v11/services/campaign_experiment_service/credentials.rb +38 -0
  870. data/lib/google/ads/google_ads/v11/services/campaign_experiment_service/operations.rb +771 -0
  871. data/lib/google/ads/google_ads/v11/services/campaign_experiment_service/paths.rb +88 -0
  872. data/lib/google/ads/google_ads/v11/services/campaign_experiment_service.rb +61 -0
  873. data/lib/google/ads/google_ads/v11/services/campaign_experiment_service_pb.rb +98 -0
  874. data/lib/google/ads/google_ads/v11/services/campaign_experiment_service_services_pb.rb +145 -0
  875. data/lib/google/ads/google_ads/v11/services/campaign_extension_setting_service/client.rb +435 -0
  876. data/lib/google/ads/google_ads/v11/services/campaign_extension_setting_service/credentials.rb +38 -0
  877. data/lib/google/ads/google_ads/v11/services/campaign_extension_setting_service/paths.rb +88 -0
  878. data/lib/google/ads/google_ads/v11/services/campaign_extension_setting_service.rb +51 -0
  879. data/lib/google/ads/google_ads/v11/services/campaign_extension_setting_service_pb.rb +56 -0
  880. data/lib/google/ads/google_ads/v11/services/campaign_extension_setting_service_services_pb.rb +79 -0
  881. data/lib/google/ads/google_ads/v11/services/campaign_feed_service/client.rb +429 -0
  882. data/lib/google/ads/google_ads/v11/services/campaign_feed_service/credentials.rb +38 -0
  883. data/lib/google/ads/google_ads/v11/services/campaign_feed_service/paths.rb +88 -0
  884. data/lib/google/ads/google_ads/v11/services/campaign_feed_service.rb +51 -0
  885. data/lib/google/ads/google_ads/v11/services/campaign_feed_service_pb.rb +56 -0
  886. data/lib/google/ads/google_ads/v11/services/campaign_feed_service_services_pb.rb +75 -0
  887. data/lib/google/ads/google_ads/v11/services/campaign_group_service/client.rb +404 -0
  888. data/lib/google/ads/google_ads/v11/services/campaign_group_service/credentials.rb +38 -0
  889. data/lib/google/ads/google_ads/v11/services/campaign_group_service/paths.rb +52 -0
  890. data/lib/google/ads/google_ads/v11/services/campaign_group_service.rb +51 -0
  891. data/lib/google/ads/google_ads/v11/services/campaign_group_service_pb.rb +56 -0
  892. data/lib/google/ads/google_ads/v11/services/campaign_group_service_services_pb.rb +50 -0
  893. data/lib/google/ads/google_ads/v11/services/campaign_label_service/client.rb +414 -0
  894. data/lib/google/ads/google_ads/v11/services/campaign_label_service/credentials.rb +38 -0
  895. data/lib/google/ads/google_ads/v11/services/campaign_label_service/paths.rb +88 -0
  896. data/lib/google/ads/google_ads/v11/services/campaign_label_service.rb +51 -0
  897. data/lib/google/ads/google_ads/v11/services/campaign_label_service_pb.rb +50 -0
  898. data/lib/google/ads/google_ads/v11/services/campaign_label_service_services_pb.rb +63 -0
  899. data/lib/google/ads/google_ads/v11/services/campaign_service/client.rb +439 -0
  900. data/lib/google/ads/google_ads/v11/services/campaign_service/credentials.rb +38 -0
  901. data/lib/google/ads/google_ads/v11/services/campaign_service/paths.rb +173 -0
  902. data/lib/google/ads/google_ads/v11/services/campaign_service.rb +51 -0
  903. data/lib/google/ads/google_ads/v11/services/campaign_service_pb.rb +56 -0
  904. data/lib/google/ads/google_ads/v11/services/campaign_service_services_pb.rb +86 -0
  905. data/lib/google/ads/google_ads/v11/services/campaign_shared_set_service/client.rb +427 -0
  906. data/lib/google/ads/google_ads/v11/services/campaign_shared_set_service/credentials.rb +38 -0
  907. data/lib/google/ads/google_ads/v11/services/campaign_shared_set_service/paths.rb +88 -0
  908. data/lib/google/ads/google_ads/v11/services/campaign_shared_set_service.rb +51 -0
  909. data/lib/google/ads/google_ads/v11/services/campaign_shared_set_service_pb.rb +53 -0
  910. data/lib/google/ads/google_ads/v11/services/campaign_shared_set_service_services_pb.rb +73 -0
  911. data/lib/google/ads/google_ads/v11/services/conversion_action_service/client.rb +422 -0
  912. data/lib/google/ads/google_ads/v11/services/conversion_action_service/credentials.rb +38 -0
  913. data/lib/google/ads/google_ads/v11/services/conversion_action_service/paths.rb +66 -0
  914. data/lib/google/ads/google_ads/v11/services/conversion_action_service.rb +51 -0
  915. data/lib/google/ads/google_ads/v11/services/conversion_action_service_pb.rb +56 -0
  916. data/lib/google/ads/google_ads/v11/services/conversion_action_service_services_pb.rb +68 -0
  917. data/lib/google/ads/google_ads/v11/services/conversion_adjustment_upload_service/client.rb +410 -0
  918. data/lib/google/ads/google_ads/v11/services/conversion_adjustment_upload_service/credentials.rb +38 -0
  919. data/lib/google/ads/google_ads/v11/services/conversion_adjustment_upload_service.rb +50 -0
  920. data/lib/google/ads/google_ads/v11/services/conversion_adjustment_upload_service_pb.rb +68 -0
  921. data/lib/google/ads/google_ads/v11/services/conversion_adjustment_upload_service_services_pb.rb +56 -0
  922. data/lib/google/ads/google_ads/v11/services/conversion_custom_variable_service/client.rb +416 -0
  923. data/lib/google/ads/google_ads/v11/services/conversion_custom_variable_service/credentials.rb +38 -0
  924. data/lib/google/ads/google_ads/v11/services/conversion_custom_variable_service/paths.rb +66 -0
  925. data/lib/google/ads/google_ads/v11/services/conversion_custom_variable_service.rb +51 -0
  926. data/lib/google/ads/google_ads/v11/services/conversion_custom_variable_service_pb.rb +55 -0
  927. data/lib/google/ads/google_ads/v11/services/conversion_custom_variable_service_services_pb.rb +60 -0
  928. data/lib/google/ads/google_ads/v11/services/conversion_goal_campaign_config_service/client.rb +400 -0
  929. data/lib/google/ads/google_ads/v11/services/conversion_goal_campaign_config_service/credentials.rb +38 -0
  930. data/lib/google/ads/google_ads/v11/services/conversion_goal_campaign_config_service/paths.rb +86 -0
  931. data/lib/google/ads/google_ads/v11/services/conversion_goal_campaign_config_service.rb +51 -0
  932. data/lib/google/ads/google_ads/v11/services/conversion_goal_campaign_config_service_pb.rb +51 -0
  933. data/lib/google/ads/google_ads/v11/services/conversion_goal_campaign_config_service_services_pb.rb +50 -0
  934. data/lib/google/ads/google_ads/v11/services/conversion_upload_service/client.rb +529 -0
  935. data/lib/google/ads/google_ads/v11/services/conversion_upload_service/credentials.rb +38 -0
  936. data/lib/google/ads/google_ads/v11/services/conversion_upload_service/paths.rb +52 -0
  937. data/lib/google/ads/google_ads/v11/services/conversion_upload_service.rb +51 -0
  938. data/lib/google/ads/google_ads/v11/services/conversion_upload_service_pb.rb +118 -0
  939. data/lib/google/ads/google_ads/v11/services/conversion_upload_service_services_pb.rb +68 -0
  940. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_service/client.rb +404 -0
  941. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_service/credentials.rb +38 -0
  942. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_service/paths.rb +114 -0
  943. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_service.rb +51 -0
  944. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_service_pb.rb +56 -0
  945. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_service_services_pb.rb +50 -0
  946. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_set_service/client.rb +404 -0
  947. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_set_service/credentials.rb +38 -0
  948. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_set_service/paths.rb +100 -0
  949. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_set_service.rb +51 -0
  950. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_set_service_pb.rb +56 -0
  951. data/lib/google/ads/google_ads/v11/services/conversion_value_rule_set_service_services_pb.rb +50 -0
  952. data/lib/google/ads/google_ads/v11/services/custom_audience_service/client.rb +410 -0
  953. data/lib/google/ads/google_ads/v11/services/custom_audience_service/credentials.rb +38 -0
  954. data/lib/google/ads/google_ads/v11/services/custom_audience_service/paths.rb +52 -0
  955. data/lib/google/ads/google_ads/v11/services/custom_audience_service.rb +51 -0
  956. data/lib/google/ads/google_ads/v11/services/custom_audience_service_pb.rb +50 -0
  957. data/lib/google/ads/google_ads/v11/services/custom_audience_service_services_pb.rb +64 -0
  958. data/lib/google/ads/google_ads/v11/services/custom_conversion_goal_service/client.rb +399 -0
  959. data/lib/google/ads/google_ads/v11/services/custom_conversion_goal_service/credentials.rb +38 -0
  960. data/lib/google/ads/google_ads/v11/services/custom_conversion_goal_service/paths.rb +69 -0
  961. data/lib/google/ads/google_ads/v11/services/custom_conversion_goal_service.rb +51 -0
  962. data/lib/google/ads/google_ads/v11/services/custom_conversion_goal_service_pb.rb +53 -0
  963. data/lib/google/ads/google_ads/v11/services/custom_conversion_goal_service_services_pb.rb +50 -0
  964. data/lib/google/ads/google_ads/v11/services/custom_interest_service/client.rb +408 -0
  965. data/lib/google/ads/google_ads/v11/services/custom_interest_service/credentials.rb +38 -0
  966. data/lib/google/ads/google_ads/v11/services/custom_interest_service/paths.rb +52 -0
  967. data/lib/google/ads/google_ads/v11/services/custom_interest_service.rb +51 -0
  968. data/lib/google/ads/google_ads/v11/services/custom_interest_service_pb.rb +49 -0
  969. data/lib/google/ads/google_ads/v11/services/custom_interest_service_services_pb.rb +62 -0
  970. data/lib/google/ads/google_ads/v11/services/customer_asset_service/client.rb +415 -0
  971. data/lib/google/ads/google_ads/v11/services/customer_asset_service/credentials.rb +38 -0
  972. data/lib/google/ads/google_ads/v11/services/customer_asset_service/paths.rb +71 -0
  973. data/lib/google/ads/google_ads/v11/services/customer_asset_service.rb +51 -0
  974. data/lib/google/ads/google_ads/v11/services/customer_asset_service_pb.rb +56 -0
  975. data/lib/google/ads/google_ads/v11/services/customer_asset_service_services_pb.rb +61 -0
  976. data/lib/google/ads/google_ads/v11/services/customer_client_link_service/client.rb +409 -0
  977. data/lib/google/ads/google_ads/v11/services/customer_client_link_service/credentials.rb +38 -0
  978. data/lib/google/ads/google_ads/v11/services/customer_client_link_service/paths.rb +68 -0
  979. data/lib/google/ads/google_ads/v11/services/customer_client_link_service.rb +51 -0
  980. data/lib/google/ads/google_ads/v11/services/customer_client_link_service_pb.rb +49 -0
  981. data/lib/google/ads/google_ads/v11/services/customer_client_link_service_services_pb.rb +61 -0
  982. data/lib/google/ads/google_ads/v11/services/customer_conversion_goal_service/client.rb +396 -0
  983. data/lib/google/ads/google_ads/v11/services/customer_conversion_goal_service/credentials.rb +38 -0
  984. data/lib/google/ads/google_ads/v11/services/customer_conversion_goal_service/paths.rb +54 -0
  985. data/lib/google/ads/google_ads/v11/services/customer_conversion_goal_service.rb +51 -0
  986. data/lib/google/ads/google_ads/v11/services/customer_conversion_goal_service_pb.rb +48 -0
  987. data/lib/google/ads/google_ads/v11/services/customer_conversion_goal_service_services_pb.rb +50 -0
  988. data/lib/google/ads/google_ads/v11/services/customer_customizer_service/client.rb +404 -0
  989. data/lib/google/ads/google_ads/v11/services/customer_customizer_service/credentials.rb +38 -0
  990. data/lib/google/ads/google_ads/v11/services/customer_customizer_service/paths.rb +69 -0
  991. data/lib/google/ads/google_ads/v11/services/customer_customizer_service.rb +51 -0
  992. data/lib/google/ads/google_ads/v11/services/customer_customizer_service_pb.rb +53 -0
  993. data/lib/google/ads/google_ads/v11/services/customer_customizer_service_services_pb.rb +50 -0
  994. data/lib/google/ads/google_ads/v11/services/customer_extension_setting_service/client.rb +433 -0
  995. data/lib/google/ads/google_ads/v11/services/customer_extension_setting_service/credentials.rb +38 -0
  996. data/lib/google/ads/google_ads/v11/services/customer_extension_setting_service/paths.rb +69 -0
  997. data/lib/google/ads/google_ads/v11/services/customer_extension_setting_service.rb +51 -0
  998. data/lib/google/ads/google_ads/v11/services/customer_extension_setting_service_pb.rb +56 -0
  999. data/lib/google/ads/google_ads/v11/services/customer_extension_setting_service_services_pb.rb +77 -0
  1000. data/lib/google/ads/google_ads/v11/services/customer_feed_service/client.rb +428 -0
  1001. data/lib/google/ads/google_ads/v11/services/customer_feed_service/credentials.rb +38 -0
  1002. data/lib/google/ads/google_ads/v11/services/customer_feed_service/paths.rb +69 -0
  1003. data/lib/google/ads/google_ads/v11/services/customer_feed_service.rb +51 -0
  1004. data/lib/google/ads/google_ads/v11/services/customer_feed_service_pb.rb +56 -0
  1005. data/lib/google/ads/google_ads/v11/services/customer_feed_service_services_pb.rb +74 -0
  1006. data/lib/google/ads/google_ads/v11/services/customer_label_service/client.rb +412 -0
  1007. data/lib/google/ads/google_ads/v11/services/customer_label_service/credentials.rb +38 -0
  1008. data/lib/google/ads/google_ads/v11/services/customer_label_service/paths.rb +83 -0
  1009. data/lib/google/ads/google_ads/v11/services/customer_label_service.rb +51 -0
  1010. data/lib/google/ads/google_ads/v11/services/customer_label_service_pb.rb +50 -0
  1011. data/lib/google/ads/google_ads/v11/services/customer_label_service_services_pb.rb +61 -0
  1012. data/lib/google/ads/google_ads/v11/services/customer_manager_link_service/client.rb +527 -0
  1013. data/lib/google/ads/google_ads/v11/services/customer_manager_link_service/credentials.rb +38 -0
  1014. data/lib/google/ads/google_ads/v11/services/customer_manager_link_service/paths.rb +68 -0
  1015. data/lib/google/ads/google_ads/v11/services/customer_manager_link_service.rb +51 -0
  1016. data/lib/google/ads/google_ads/v11/services/customer_manager_link_service_pb.rb +59 -0
  1017. data/lib/google/ads/google_ads/v11/services/customer_manager_link_service_services_pb.rb +77 -0
  1018. data/lib/google/ads/google_ads/v11/services/customer_negative_criterion_service/client.rb +415 -0
  1019. data/lib/google/ads/google_ads/v11/services/customer_negative_criterion_service/credentials.rb +38 -0
  1020. data/lib/google/ads/google_ads/v11/services/customer_negative_criterion_service/paths.rb +52 -0
  1021. data/lib/google/ads/google_ads/v11/services/customer_negative_criterion_service.rb +51 -0
  1022. data/lib/google/ads/google_ads/v11/services/customer_negative_criterion_service_pb.rb +53 -0
  1023. data/lib/google/ads/google_ads/v11/services/customer_negative_criterion_service_services_pb.rb +61 -0
  1024. data/lib/google/ads/google_ads/v11/services/customer_service/client.rb +614 -0
  1025. data/lib/google/ads/google_ads/v11/services/customer_service/credentials.rb +38 -0
  1026. data/lib/google/ads/google_ads/v11/services/customer_service/paths.rb +66 -0
  1027. data/lib/google/ads/google_ads/v11/services/customer_service.rb +51 -0
  1028. data/lib/google/ads/google_ads/v11/services/customer_service_pb.rb +70 -0
  1029. data/lib/google/ads/google_ads/v11/services/customer_service_services_pb.rb +86 -0
  1030. data/lib/google/ads/google_ads/v11/services/customer_user_access_invitation_service/client.rb +402 -0
  1031. data/lib/google/ads/google_ads/v11/services/customer_user_access_invitation_service/credentials.rb +38 -0
  1032. data/lib/google/ads/google_ads/v11/services/customer_user_access_invitation_service/paths.rb +52 -0
  1033. data/lib/google/ads/google_ads/v11/services/customer_user_access_invitation_service.rb +52 -0
  1034. data/lib/google/ads/google_ads/v11/services/customer_user_access_invitation_service_pb.rb +46 -0
  1035. data/lib/google/ads/google_ads/v11/services/customer_user_access_invitation_service_services_pb.rb +59 -0
  1036. data/lib/google/ads/google_ads/v11/services/customer_user_access_service/client.rb +404 -0
  1037. data/lib/google/ads/google_ads/v11/services/customer_user_access_service/credentials.rb +38 -0
  1038. data/lib/google/ads/google_ads/v11/services/customer_user_access_service/paths.rb +52 -0
  1039. data/lib/google/ads/google_ads/v11/services/customer_user_access_service.rb +51 -0
  1040. data/lib/google/ads/google_ads/v11/services/customer_user_access_service_pb.rb +48 -0
  1041. data/lib/google/ads/google_ads/v11/services/customer_user_access_service_services_pb.rb +59 -0
  1042. data/lib/google/ads/google_ads/v11/services/customizer_attribute_service/client.rb +404 -0
  1043. data/lib/google/ads/google_ads/v11/services/customizer_attribute_service/credentials.rb +38 -0
  1044. data/lib/google/ads/google_ads/v11/services/customizer_attribute_service/paths.rb +52 -0
  1045. data/lib/google/ads/google_ads/v11/services/customizer_attribute_service.rb +51 -0
  1046. data/lib/google/ads/google_ads/v11/services/customizer_attribute_service_pb.rb +55 -0
  1047. data/lib/google/ads/google_ads/v11/services/customizer_attribute_service_services_pb.rb +50 -0
  1048. data/lib/google/ads/google_ads/v11/services/experiment_arm_service/client.rb +413 -0
  1049. data/lib/google/ads/google_ads/v11/services/experiment_arm_service/credentials.rb +38 -0
  1050. data/lib/google/ads/google_ads/v11/services/experiment_arm_service/paths.rb +88 -0
  1051. data/lib/google/ads/google_ads/v11/services/experiment_arm_service.rb +51 -0
  1052. data/lib/google/ads/google_ads/v11/services/experiment_arm_service_pb.rb +56 -0
  1053. data/lib/google/ads/google_ads/v11/services/experiment_arm_service_services_pb.rb +59 -0
  1054. data/lib/google/ads/google_ads/v11/services/experiment_service/client.rb +1011 -0
  1055. data/lib/google/ads/google_ads/v11/services/experiment_service/credentials.rb +38 -0
  1056. data/lib/google/ads/google_ads/v11/services/experiment_service/operations.rb +771 -0
  1057. data/lib/google/ads/google_ads/v11/services/experiment_service/paths.rb +86 -0
  1058. data/lib/google/ads/google_ads/v11/services/experiment_service.rb +52 -0
  1059. data/lib/google/ads/google_ads/v11/services/experiment_service_pb.rb +100 -0
  1060. data/lib/google/ads/google_ads/v11/services/experiment_service_services_pb.rb +137 -0
  1061. data/lib/google/ads/google_ads/v11/services/extension_feed_item_service/client.rb +430 -0
  1062. data/lib/google/ads/google_ads/v11/services/extension_feed_item_service/credentials.rb +38 -0
  1063. data/lib/google/ads/google_ads/v11/services/extension_feed_item_service/paths.rb +117 -0
  1064. data/lib/google/ads/google_ads/v11/services/extension_feed_item_service.rb +51 -0
  1065. data/lib/google/ads/google_ads/v11/services/extension_feed_item_service_pb.rb +56 -0
  1066. data/lib/google/ads/google_ads/v11/services/extension_feed_item_service_services_pb.rb +75 -0
  1067. data/lib/google/ads/google_ads/v11/services/feed_item_service/client.rb +430 -0
  1068. data/lib/google/ads/google_ads/v11/services/feed_item_service/credentials.rb +38 -0
  1069. data/lib/google/ads/google_ads/v11/services/feed_item_service/paths.rb +71 -0
  1070. data/lib/google/ads/google_ads/v11/services/feed_item_service.rb +51 -0
  1071. data/lib/google/ads/google_ads/v11/services/feed_item_service_pb.rb +56 -0
  1072. data/lib/google/ads/google_ads/v11/services/feed_item_service_services_pb.rb +77 -0
  1073. data/lib/google/ads/google_ads/v11/services/feed_item_set_link_service/client.rb +408 -0
  1074. data/lib/google/ads/google_ads/v11/services/feed_item_set_link_service/credentials.rb +38 -0
  1075. data/lib/google/ads/google_ads/v11/services/feed_item_set_link_service/paths.rb +94 -0
  1076. data/lib/google/ads/google_ads/v11/services/feed_item_set_link_service.rb +51 -0
  1077. data/lib/google/ads/google_ads/v11/services/feed_item_set_link_service_pb.rb +50 -0
  1078. data/lib/google/ads/google_ads/v11/services/feed_item_set_link_service_services_pb.rb +57 -0
  1079. data/lib/google/ads/google_ads/v11/services/feed_item_set_service/client.rb +410 -0
  1080. data/lib/google/ads/google_ads/v11/services/feed_item_set_service/credentials.rb +38 -0
  1081. data/lib/google/ads/google_ads/v11/services/feed_item_set_service/paths.rb +71 -0
  1082. data/lib/google/ads/google_ads/v11/services/feed_item_set_service.rb +51 -0
  1083. data/lib/google/ads/google_ads/v11/services/feed_item_set_service_pb.rb +53 -0
  1084. data/lib/google/ads/google_ads/v11/services/feed_item_set_service_services_pb.rb +59 -0
  1085. data/lib/google/ads/google_ads/v11/services/feed_item_target_service/client.rb +424 -0
  1086. data/lib/google/ads/google_ads/v11/services/feed_item_target_service/credentials.rb +38 -0
  1087. data/lib/google/ads/google_ads/v11/services/feed_item_target_service/paths.rb +126 -0
  1088. data/lib/google/ads/google_ads/v11/services/feed_item_target_service.rb +51 -0
  1089. data/lib/google/ads/google_ads/v11/services/feed_item_target_service_pb.rb +53 -0
  1090. data/lib/google/ads/google_ads/v11/services/feed_item_target_service_services_pb.rb +70 -0
  1091. data/lib/google/ads/google_ads/v11/services/feed_mapping_service/client.rb +425 -0
  1092. data/lib/google/ads/google_ads/v11/services/feed_mapping_service/credentials.rb +38 -0
  1093. data/lib/google/ads/google_ads/v11/services/feed_mapping_service/paths.rb +71 -0
  1094. data/lib/google/ads/google_ads/v11/services/feed_mapping_service.rb +51 -0
  1095. data/lib/google/ads/google_ads/v11/services/feed_mapping_service_pb.rb +53 -0
  1096. data/lib/google/ads/google_ads/v11/services/feed_mapping_service_services_pb.rb +71 -0
  1097. data/lib/google/ads/google_ads/v11/services/feed_service/client.rb +429 -0
  1098. data/lib/google/ads/google_ads/v11/services/feed_service/credentials.rb +38 -0
  1099. data/lib/google/ads/google_ads/v11/services/feed_service/paths.rb +52 -0
  1100. data/lib/google/ads/google_ads/v11/services/feed_service.rb +51 -0
  1101. data/lib/google/ads/google_ads/v11/services/feed_service_pb.rb +56 -0
  1102. data/lib/google/ads/google_ads/v11/services/feed_service_services_pb.rb +76 -0
  1103. data/lib/google/ads/google_ads/v11/services/geo_target_constant_service/client.rb +399 -0
  1104. data/lib/google/ads/google_ads/v11/services/geo_target_constant_service/credentials.rb +38 -0
  1105. data/lib/google/ads/google_ads/v11/services/geo_target_constant_service/paths.rb +49 -0
  1106. data/lib/google/ads/google_ads/v11/services/geo_target_constant_service.rb +51 -0
  1107. data/lib/google/ads/google_ads/v11/services/geo_target_constant_service_pb.rb +53 -0
  1108. data/lib/google/ads/google_ads/v11/services/geo_target_constant_service_services_pb.rb +58 -0
  1109. data/lib/google/ads/google_ads/v11/services/google_ads_field_service/client.rb +509 -0
  1110. data/lib/google/ads/google_ads/v11/services/google_ads_field_service/credentials.rb +38 -0
  1111. data/lib/google/ads/google_ads/v11/services/google_ads_field_service/paths.rb +49 -0
  1112. data/lib/google/ads/google_ads/v11/services/google_ads_field_service.rb +51 -0
  1113. data/lib/google/ads/google_ads/v11/services/google_ads_field_service_pb.rb +42 -0
  1114. data/lib/google/ads/google_ads/v11/services/google_ads_field_service_services_pb.rb +68 -0
  1115. data/lib/google/ads/google_ads/v11/services/google_ads_service/client.rb +763 -0
  1116. data/lib/google/ads/google_ads/v11/services/google_ads_service/credentials.rb +38 -0
  1117. data/lib/google/ads/google_ads/v11/services/google_ads_service/paths.rb +2833 -0
  1118. data/lib/google/ads/google_ads/v11/services/google_ads_service.rb +51 -0
  1119. data/lib/google/ads/google_ads/v11/services/google_ads_service_pb.rb +617 -0
  1120. data/lib/google/ads/google_ads/v11/services/google_ads_service_services_pb.rb +188 -0
  1121. data/lib/google/ads/google_ads/v11/services/invoice_service/client.rb +408 -0
  1122. data/lib/google/ads/google_ads/v11/services/invoice_service/credentials.rb +38 -0
  1123. data/lib/google/ads/google_ads/v11/services/invoice_service/paths.rb +52 -0
  1124. data/lib/google/ads/google_ads/v11/services/invoice_service.rb +51 -0
  1125. data/lib/google/ads/google_ads/v11/services/invoice_service_pb.rb +37 -0
  1126. data/lib/google/ads/google_ads/v11/services/invoice_service_services_pb.rb +59 -0
  1127. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_keyword_service/client.rb +421 -0
  1128. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_keyword_service/credentials.rb +38 -0
  1129. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_keyword_service/paths.rb +69 -0
  1130. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_keyword_service.rb +55 -0
  1131. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_keyword_service_pb.rb +53 -0
  1132. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_keyword_service_services_pb.rb +68 -0
  1133. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_service/client.rb +417 -0
  1134. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_service/credentials.rb +38 -0
  1135. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_service/paths.rb +69 -0
  1136. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_service.rb +51 -0
  1137. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_service_pb.rb +53 -0
  1138. data/lib/google/ads/google_ads/v11/services/keyword_plan_ad_group_service_services_pb.rb +66 -0
  1139. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_keyword_service/client.rb +418 -0
  1140. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_keyword_service/credentials.rb +38 -0
  1141. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_keyword_service/paths.rb +69 -0
  1142. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_keyword_service.rb +54 -0
  1143. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_keyword_service_pb.rb +53 -0
  1144. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_keyword_service_services_pb.rb +66 -0
  1145. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_service/client.rb +418 -0
  1146. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_service/credentials.rb +38 -0
  1147. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_service/paths.rb +97 -0
  1148. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_service.rb +51 -0
  1149. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_service_pb.rb +53 -0
  1150. data/lib/google/ads/google_ads/v11/services/keyword_plan_campaign_service_services_pb.rb +67 -0
  1151. data/lib/google/ads/google_ads/v11/services/keyword_plan_idea_service/client.rb +684 -0
  1152. data/lib/google/ads/google_ads/v11/services/keyword_plan_idea_service/credentials.rb +38 -0
  1153. data/lib/google/ads/google_ads/v11/services/keyword_plan_idea_service.rb +50 -0
  1154. data/lib/google/ads/google_ads/v11/services/keyword_plan_idea_service_pb.rb +124 -0
  1155. data/lib/google/ads/google_ads/v11/services/keyword_plan_idea_service_services_pb.rb +82 -0
  1156. data/lib/google/ads/google_ads/v11/services/keyword_plan_service/client.rb +844 -0
  1157. data/lib/google/ads/google_ads/v11/services/keyword_plan_service/credentials.rb +38 -0
  1158. data/lib/google/ads/google_ads/v11/services/keyword_plan_service/paths.rb +52 -0
  1159. data/lib/google/ads/google_ads/v11/services/keyword_plan_service.rb +51 -0
  1160. data/lib/google/ads/google_ads/v11/services/keyword_plan_service_pb.rb +144 -0
  1161. data/lib/google/ads/google_ads/v11/services/keyword_plan_service_services_pb.rb +120 -0
  1162. data/lib/google/ads/google_ads/v11/services/keyword_theme_constant_service/client.rb +397 -0
  1163. data/lib/google/ads/google_ads/v11/services/keyword_theme_constant_service/credentials.rb +38 -0
  1164. data/lib/google/ads/google_ads/v11/services/keyword_theme_constant_service/paths.rb +52 -0
  1165. data/lib/google/ads/google_ads/v11/services/keyword_theme_constant_service.rb +51 -0
  1166. data/lib/google/ads/google_ads/v11/services/keyword_theme_constant_service_pb.rb +34 -0
  1167. data/lib/google/ads/google_ads/v11/services/keyword_theme_constant_service_services_pb.rb +57 -0
  1168. data/lib/google/ads/google_ads/v11/services/label_service/client.rb +427 -0
  1169. data/lib/google/ads/google_ads/v11/services/label_service/credentials.rb +38 -0
  1170. data/lib/google/ads/google_ads/v11/services/label_service/paths.rb +52 -0
  1171. data/lib/google/ads/google_ads/v11/services/label_service.rb +51 -0
  1172. data/lib/google/ads/google_ads/v11/services/label_service_pb.rb +56 -0
  1173. data/lib/google/ads/google_ads/v11/services/label_service_services_pb.rb +72 -0
  1174. data/lib/google/ads/google_ads/v11/services/media_file_service/client.rb +426 -0
  1175. data/lib/google/ads/google_ads/v11/services/media_file_service/credentials.rb +38 -0
  1176. data/lib/google/ads/google_ads/v11/services/media_file_service/paths.rb +52 -0
  1177. data/lib/google/ads/google_ads/v11/services/media_file_service.rb +51 -0
  1178. data/lib/google/ads/google_ads/v11/services/media_file_service_pb.rb +52 -0
  1179. data/lib/google/ads/google_ads/v11/services/media_file_service_services_pb.rb +72 -0
  1180. data/lib/google/ads/google_ads/v11/services/merchant_center_link_service/client.rb +610 -0
  1181. data/lib/google/ads/google_ads/v11/services/merchant_center_link_service/credentials.rb +38 -0
  1182. data/lib/google/ads/google_ads/v11/services/merchant_center_link_service/paths.rb +52 -0
  1183. data/lib/google/ads/google_ads/v11/services/merchant_center_link_service.rb +52 -0
  1184. data/lib/google/ads/google_ads/v11/services/merchant_center_link_service_pb.rb +61 -0
  1185. data/lib/google/ads/google_ads/v11/services/merchant_center_link_service_services_pb.rb +79 -0
  1186. data/lib/google/ads/google_ads/v11/services/offline_user_data_job_service/client.rb +658 -0
  1187. data/lib/google/ads/google_ads/v11/services/offline_user_data_job_service/credentials.rb +38 -0
  1188. data/lib/google/ads/google_ads/v11/services/offline_user_data_job_service/operations.rb +771 -0
  1189. data/lib/google/ads/google_ads/v11/services/offline_user_data_job_service/paths.rb +52 -0
  1190. data/lib/google/ads/google_ads/v11/services/offline_user_data_job_service.rb +52 -0
  1191. data/lib/google/ads/google_ads/v11/services/offline_user_data_job_service_pb.rb +66 -0
  1192. data/lib/google/ads/google_ads/v11/services/offline_user_data_job_service_services_pb.rb +90 -0
  1193. data/lib/google/ads/google_ads/v11/services/payments_account_service/client.rb +402 -0
  1194. data/lib/google/ads/google_ads/v11/services/payments_account_service/credentials.rb +38 -0
  1195. data/lib/google/ads/google_ads/v11/services/payments_account_service/paths.rb +66 -0
  1196. data/lib/google/ads/google_ads/v11/services/payments_account_service.rb +52 -0
  1197. data/lib/google/ads/google_ads/v11/services/payments_account_service_pb.rb +33 -0
  1198. data/lib/google/ads/google_ads/v11/services/payments_account_service_services_pb.rb +61 -0
  1199. data/lib/google/ads/google_ads/v11/services/reach_plan_service/client.rb +755 -0
  1200. data/lib/google/ads/google_ads/v11/services/reach_plan_service/credentials.rb +38 -0
  1201. data/lib/google/ads/google_ads/v11/services/reach_plan_service.rb +54 -0
  1202. data/lib/google/ads/google_ads/v11/services/reach_plan_service_pb.rb +194 -0
  1203. data/lib/google/ads/google_ads/v11/services/reach_plan_service_services_pb.rb +98 -0
  1204. data/lib/google/ads/google_ads/v11/services/recommendation_service/client.rb +524 -0
  1205. data/lib/google/ads/google_ads/v11/services/recommendation_service/credentials.rb +38 -0
  1206. data/lib/google/ads/google_ads/v11/services/recommendation_service/paths.rb +69 -0
  1207. data/lib/google/ads/google_ads/v11/services/recommendation_service.rb +51 -0
  1208. data/lib/google/ads/google_ads/v11/services/recommendation_service_pb.rb +138 -0
  1209. data/lib/google/ads/google_ads/v11/services/recommendation_service_services_pb.rb +73 -0
  1210. data/lib/google/ads/google_ads/v11/services/remarketing_action_service/client.rb +409 -0
  1211. data/lib/google/ads/google_ads/v11/services/remarketing_action_service/credentials.rb +38 -0
  1212. data/lib/google/ads/google_ads/v11/services/remarketing_action_service/paths.rb +52 -0
  1213. data/lib/google/ads/google_ads/v11/services/remarketing_action_service.rb +51 -0
  1214. data/lib/google/ads/google_ads/v11/services/remarketing_action_service_pb.rb +52 -0
  1215. data/lib/google/ads/google_ads/v11/services/remarketing_action_service_services_pb.rb +58 -0
  1216. data/lib/google/ads/google_ads/v11/services/shared_criterion_service/client.rb +425 -0
  1217. data/lib/google/ads/google_ads/v11/services/shared_criterion_service/credentials.rb +38 -0
  1218. data/lib/google/ads/google_ads/v11/services/shared_criterion_service/paths.rb +71 -0
  1219. data/lib/google/ads/google_ads/v11/services/shared_criterion_service.rb +51 -0
  1220. data/lib/google/ads/google_ads/v11/services/shared_criterion_service_pb.rb +53 -0
  1221. data/lib/google/ads/google_ads/v11/services/shared_criterion_service_services_pb.rb +71 -0
  1222. data/lib/google/ads/google_ads/v11/services/shared_set_service/client.rb +428 -0
  1223. data/lib/google/ads/google_ads/v11/services/shared_set_service/credentials.rb +38 -0
  1224. data/lib/google/ads/google_ads/v11/services/shared_set_service/paths.rb +52 -0
  1225. data/lib/google/ads/google_ads/v11/services/shared_set_service.rb +51 -0
  1226. data/lib/google/ads/google_ads/v11/services/shared_set_service_pb.rb +56 -0
  1227. data/lib/google/ads/google_ads/v11/services/shared_set_service_services_pb.rb +74 -0
  1228. data/lib/google/ads/google_ads/v11/services/smart_campaign_setting_service/client.rb +403 -0
  1229. data/lib/google/ads/google_ads/v11/services/smart_campaign_setting_service/credentials.rb +38 -0
  1230. data/lib/google/ads/google_ads/v11/services/smart_campaign_setting_service/paths.rb +69 -0
  1231. data/lib/google/ads/google_ads/v11/services/smart_campaign_setting_service.rb +51 -0
  1232. data/lib/google/ads/google_ads/v11/services/smart_campaign_setting_service_pb.rb +52 -0
  1233. data/lib/google/ads/google_ads/v11/services/smart_campaign_setting_service_services_pb.rb +49 -0
  1234. data/lib/google/ads/google_ads/v11/services/smart_campaign_suggest_service/client.rb +597 -0
  1235. data/lib/google/ads/google_ads/v11/services/smart_campaign_suggest_service/credentials.rb +38 -0
  1236. data/lib/google/ads/google_ads/v11/services/smart_campaign_suggest_service/paths.rb +69 -0
  1237. data/lib/google/ads/google_ads/v11/services/smart_campaign_suggest_service.rb +51 -0
  1238. data/lib/google/ads/google_ads/v11/services/smart_campaign_suggest_service_pb.rb +93 -0
  1239. data/lib/google/ads/google_ads/v11/services/smart_campaign_suggest_service_services_pb.rb +52 -0
  1240. data/lib/google/ads/google_ads/v11/services/third_party_app_analytics_link_service/client.rb +400 -0
  1241. data/lib/google/ads/google_ads/v11/services/third_party_app_analytics_link_service/credentials.rb +38 -0
  1242. data/lib/google/ads/google_ads/v11/services/third_party_app_analytics_link_service/paths.rb +52 -0
  1243. data/lib/google/ads/google_ads/v11/services/third_party_app_analytics_link_service.rb +52 -0
  1244. data/lib/google/ads/google_ads/v11/services/third_party_app_analytics_link_service_pb.rb +31 -0
  1245. data/lib/google/ads/google_ads/v11/services/third_party_app_analytics_link_service_services_pb.rb +57 -0
  1246. data/lib/google/ads/google_ads/v11/services/user_data_service/client.rb +409 -0
  1247. data/lib/google/ads/google_ads/v11/services/user_data_service/credentials.rb +38 -0
  1248. data/lib/google/ads/google_ads/v11/services/user_data_service.rb +55 -0
  1249. data/lib/google/ads/google_ads/v11/services/user_data_service_pb.rb +45 -0
  1250. data/lib/google/ads/google_ads/v11/services/user_data_service_services_pb.rb +67 -0
  1251. data/lib/google/ads/google_ads/v11/services/user_list_service/client.rb +421 -0
  1252. data/lib/google/ads/google_ads/v11/services/user_list_service/credentials.rb +38 -0
  1253. data/lib/google/ads/google_ads/v11/services/user_list_service/paths.rb +52 -0
  1254. data/lib/google/ads/google_ads/v11/services/user_list_service.rb +51 -0
  1255. data/lib/google/ads/google_ads/v11/services/user_list_service_pb.rb +53 -0
  1256. data/lib/google/ads/google_ads/v11/services/user_list_service_services_pb.rb +71 -0
  1257. data/lib/google/ads/google_ads/v11/services.rb +144 -0
  1258. data/lib/google/ads/google_ads/version.rb +1 -1
  1259. metadata +1254 -2
@@ -0,0 +1,2833 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2022 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Ads
22
+ module GoogleAds
23
+ module V11
24
+ module Services
25
+ module GoogleAdsService
26
+ # Path helper methods for the GoogleAdsService API.
27
+ module Paths
28
+ ##
29
+ # Create a fully-qualified AccessibleBiddingStrategy resource string.
30
+ #
31
+ # The resource will be in the following format:
32
+ #
33
+ # `customers/{customer_id}/accessibleBiddingStrategies/{bidding_strategy_id}`
34
+ #
35
+ # @param customer_id [String]
36
+ # @param bidding_strategy_id [String]
37
+ #
38
+ # @return [::String]
39
+ def accessible_bidding_strategy_path customer_id:, bidding_strategy_id:
40
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
41
+
42
+ "customers/#{customer_id}/accessibleBiddingStrategies/#{bidding_strategy_id}"
43
+ end
44
+
45
+ ##
46
+ # Create a fully-qualified AccountBudget resource string.
47
+ #
48
+ # The resource will be in the following format:
49
+ #
50
+ # `customers/{customer_id}/accountBudgets/{account_budget_id}`
51
+ #
52
+ # @param customer_id [String]
53
+ # @param account_budget_id [String]
54
+ #
55
+ # @return [::String]
56
+ def account_budget_path customer_id:, account_budget_id:
57
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
58
+
59
+ "customers/#{customer_id}/accountBudgets/#{account_budget_id}"
60
+ end
61
+
62
+ ##
63
+ # Create a fully-qualified AccountBudgetProposal resource string.
64
+ #
65
+ # The resource will be in the following format:
66
+ #
67
+ # `customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id}`
68
+ #
69
+ # @param customer_id [String]
70
+ # @param account_budget_proposal_id [String]
71
+ #
72
+ # @return [::String]
73
+ def account_budget_proposal_path customer_id:, account_budget_proposal_id:
74
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
75
+
76
+ "customers/#{customer_id}/accountBudgetProposals/#{account_budget_proposal_id}"
77
+ end
78
+
79
+ ##
80
+ # Create a fully-qualified AccountLink resource string.
81
+ #
82
+ # The resource will be in the following format:
83
+ #
84
+ # `customers/{customer_id}/accountLinks/{account_link_id}`
85
+ #
86
+ # @param customer_id [String]
87
+ # @param account_link_id [String]
88
+ #
89
+ # @return [::String]
90
+ def account_link_path customer_id:, account_link_id:
91
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
92
+
93
+ "customers/#{customer_id}/accountLinks/#{account_link_id}"
94
+ end
95
+
96
+ ##
97
+ # Create a fully-qualified Ad resource string.
98
+ #
99
+ # The resource will be in the following format:
100
+ #
101
+ # `customers/{customer_id}/ads/{ad_id}`
102
+ #
103
+ # @param customer_id [String]
104
+ # @param ad_id [String]
105
+ #
106
+ # @return [::String]
107
+ def ad_path customer_id:, ad_id:
108
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
109
+
110
+ "customers/#{customer_id}/ads/#{ad_id}"
111
+ end
112
+
113
+ ##
114
+ # Create a fully-qualified AdGroup resource string.
115
+ #
116
+ # The resource will be in the following format:
117
+ #
118
+ # `customers/{customer_id}/adGroups/{ad_group_id}`
119
+ #
120
+ # @param customer_id [String]
121
+ # @param ad_group_id [String]
122
+ #
123
+ # @return [::String]
124
+ def ad_group_path customer_id:, ad_group_id:
125
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
126
+
127
+ "customers/#{customer_id}/adGroups/#{ad_group_id}"
128
+ end
129
+
130
+ ##
131
+ # Create a fully-qualified AdGroupAd resource string.
132
+ #
133
+ # The resource will be in the following format:
134
+ #
135
+ # `customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id}`
136
+ #
137
+ # @param customer_id [String]
138
+ # @param ad_group_id [String]
139
+ # @param ad_id [String]
140
+ #
141
+ # @return [::String]
142
+ def ad_group_ad_path customer_id:, ad_group_id:, ad_id:
143
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
144
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
145
+
146
+ "customers/#{customer_id}/adGroupAds/#{ad_group_id}~#{ad_id}"
147
+ end
148
+
149
+ ##
150
+ # Create a fully-qualified AdGroupAdAssetCombinationView resource string.
151
+ #
152
+ # The resource will be in the following format:
153
+ #
154
+ # `customers/{customer_id}/adGroupAdAssetCombinationViews/{ad_group_id}~{ad_id}~{asset_combination_id_low}~{asset_combination_id_high}`
155
+ #
156
+ # @param customer_id [String]
157
+ # @param ad_group_id [String]
158
+ # @param ad_id [String]
159
+ # @param asset_combination_id_low [String]
160
+ # @param asset_combination_id_high [String]
161
+ #
162
+ # @return [::String]
163
+ def ad_group_ad_asset_combination_view_path customer_id:, ad_group_id:, ad_id:, asset_combination_id_low:, asset_combination_id_high:
164
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
165
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
166
+ raise ::ArgumentError, "ad_id cannot contain /" if ad_id.to_s.include? "/"
167
+ raise ::ArgumentError,
168
+ "asset_combination_id_low cannot contain /" if asset_combination_id_low.to_s.include? "/"
169
+
170
+ "customers/#{customer_id}/adGroupAdAssetCombinationViews/#{ad_group_id}~#{ad_id}~#{asset_combination_id_low}~#{asset_combination_id_high}"
171
+ end
172
+
173
+ ##
174
+ # Create a fully-qualified AdGroupAdAssetView resource string.
175
+ #
176
+ # The resource will be in the following format:
177
+ #
178
+ # `customers/{customer_id}/adGroupAdAssetViews/{ad_group_id}~{ad_id}~{asset_id}~{field_type}`
179
+ #
180
+ # @param customer_id [String]
181
+ # @param ad_group_id [String]
182
+ # @param ad_id [String]
183
+ # @param asset_id [String]
184
+ # @param field_type [String]
185
+ #
186
+ # @return [::String]
187
+ def ad_group_ad_asset_view_path customer_id:, ad_group_id:, ad_id:, asset_id:, field_type:
188
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
189
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
190
+ raise ::ArgumentError, "ad_id cannot contain /" if ad_id.to_s.include? "/"
191
+ raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/"
192
+
193
+ "customers/#{customer_id}/adGroupAdAssetViews/#{ad_group_id}~#{ad_id}~#{asset_id}~#{field_type}"
194
+ end
195
+
196
+ ##
197
+ # Create a fully-qualified AdGroupAdLabel resource string.
198
+ #
199
+ # The resource will be in the following format:
200
+ #
201
+ # `customers/{customer_id}/adGroupAdLabels/{ad_group_id}~{ad_id}~{label_id}`
202
+ #
203
+ # @param customer_id [String]
204
+ # @param ad_group_id [String]
205
+ # @param ad_id [String]
206
+ # @param label_id [String]
207
+ #
208
+ # @return [::String]
209
+ def ad_group_ad_label_path customer_id:, ad_group_id:, ad_id:, label_id:
210
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
211
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
212
+ raise ::ArgumentError, "ad_id cannot contain /" if ad_id.to_s.include? "/"
213
+
214
+ "customers/#{customer_id}/adGroupAdLabels/#{ad_group_id}~#{ad_id}~#{label_id}"
215
+ end
216
+
217
+ ##
218
+ # Create a fully-qualified AdGroupAsset resource string.
219
+ #
220
+ # The resource will be in the following format:
221
+ #
222
+ # `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
223
+ #
224
+ # @param customer_id [String]
225
+ # @param ad_group_id [String]
226
+ # @param asset_id [String]
227
+ # @param field_type [String]
228
+ #
229
+ # @return [::String]
230
+ def ad_group_asset_path customer_id:, ad_group_id:, asset_id:, field_type:
231
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
232
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
233
+ raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/"
234
+
235
+ "customers/#{customer_id}/adGroupAssets/#{ad_group_id}~#{asset_id}~#{field_type}"
236
+ end
237
+
238
+ ##
239
+ # Create a fully-qualified AdGroupAudienceView resource string.
240
+ #
241
+ # The resource will be in the following format:
242
+ #
243
+ # `customers/{customer_id}/adGroupAudienceViews/{ad_group_id}~{criterion_id}`
244
+ #
245
+ # @param customer_id [String]
246
+ # @param ad_group_id [String]
247
+ # @param criterion_id [String]
248
+ #
249
+ # @return [::String]
250
+ def ad_group_audience_view_path customer_id:, ad_group_id:, criterion_id:
251
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
252
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
253
+
254
+ "customers/#{customer_id}/adGroupAudienceViews/#{ad_group_id}~#{criterion_id}"
255
+ end
256
+
257
+ ##
258
+ # Create a fully-qualified AdGroupBidModifier resource string.
259
+ #
260
+ # The resource will be in the following format:
261
+ #
262
+ # `customers/{customer_id}/adGroupBidModifiers/{ad_group_id}~{criterion_id}`
263
+ #
264
+ # @param customer_id [String]
265
+ # @param ad_group_id [String]
266
+ # @param criterion_id [String]
267
+ #
268
+ # @return [::String]
269
+ def ad_group_bid_modifier_path customer_id:, ad_group_id:, criterion_id:
270
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
271
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
272
+
273
+ "customers/#{customer_id}/adGroupBidModifiers/#{ad_group_id}~#{criterion_id}"
274
+ end
275
+
276
+ ##
277
+ # Create a fully-qualified AdGroupCriterion resource string.
278
+ #
279
+ # The resource will be in the following format:
280
+ #
281
+ # `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
282
+ #
283
+ # @param customer_id [String]
284
+ # @param ad_group_id [String]
285
+ # @param criterion_id [String]
286
+ #
287
+ # @return [::String]
288
+ def ad_group_criterion_path customer_id:, ad_group_id:, criterion_id:
289
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
290
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
291
+
292
+ "customers/#{customer_id}/adGroupCriteria/#{ad_group_id}~#{criterion_id}"
293
+ end
294
+
295
+ ##
296
+ # Create a fully-qualified AdGroupCriterionCustomizer resource string.
297
+ #
298
+ # The resource will be in the following format:
299
+ #
300
+ # `customers/{customer_id}/adGroupCriterionCustomizers/{ad_group_id}~{criterion_id}~{customizer_attribute_id}`
301
+ #
302
+ # @param customer_id [String]
303
+ # @param ad_group_id [String]
304
+ # @param criterion_id [String]
305
+ # @param customizer_attribute_id [String]
306
+ #
307
+ # @return [::String]
308
+ def ad_group_criterion_customizer_path customer_id:, ad_group_id:, criterion_id:, customizer_attribute_id:
309
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
310
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
311
+ raise ::ArgumentError, "criterion_id cannot contain /" if criterion_id.to_s.include? "/"
312
+
313
+ "customers/#{customer_id}/adGroupCriterionCustomizers/#{ad_group_id}~#{criterion_id}~#{customizer_attribute_id}"
314
+ end
315
+
316
+ ##
317
+ # Create a fully-qualified AdGroupCriterionLabel resource string.
318
+ #
319
+ # The resource will be in the following format:
320
+ #
321
+ # `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`
322
+ #
323
+ # @param customer_id [String]
324
+ # @param ad_group_id [String]
325
+ # @param criterion_id [String]
326
+ # @param label_id [String]
327
+ #
328
+ # @return [::String]
329
+ def ad_group_criterion_label_path customer_id:, ad_group_id:, criterion_id:, label_id:
330
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
331
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
332
+ raise ::ArgumentError, "criterion_id cannot contain /" if criterion_id.to_s.include? "/"
333
+
334
+ "customers/#{customer_id}/adGroupCriterionLabels/#{ad_group_id}~#{criterion_id}~#{label_id}"
335
+ end
336
+
337
+ ##
338
+ # Create a fully-qualified AdGroupCriterionSimulation resource string.
339
+ #
340
+ # The resource will be in the following format:
341
+ #
342
+ # `customers/{customer_id}/adGroupCriterionSimulations/{ad_group_id}~{criterion_id}~{type}~{modification_method}~{start_date}~{end_date}`
343
+ #
344
+ # @param customer_id [String]
345
+ # @param ad_group_id [String]
346
+ # @param criterion_id [String]
347
+ # @param type [String]
348
+ # @param modification_method [String]
349
+ # @param start_date [String]
350
+ # @param end_date [String]
351
+ #
352
+ # @return [::String]
353
+ def ad_group_criterion_simulation_path customer_id:, ad_group_id:, criterion_id:, type:, modification_method:, start_date:, end_date:
354
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
355
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
356
+ raise ::ArgumentError, "criterion_id cannot contain /" if criterion_id.to_s.include? "/"
357
+ raise ::ArgumentError, "type cannot contain /" if type.to_s.include? "/"
358
+ raise ::ArgumentError, "modification_method cannot contain /" if modification_method.to_s.include? "/"
359
+ raise ::ArgumentError, "start_date cannot contain /" if start_date.to_s.include? "/"
360
+
361
+ "customers/#{customer_id}/adGroupCriterionSimulations/#{ad_group_id}~#{criterion_id}~#{type}~#{modification_method}~#{start_date}~#{end_date}"
362
+ end
363
+
364
+ ##
365
+ # Create a fully-qualified AdGroupCustomizer resource string.
366
+ #
367
+ # The resource will be in the following format:
368
+ #
369
+ # `customers/{customer_id}/adGroupCustomizers/{ad_group_id}~{customizer_attribute_id}`
370
+ #
371
+ # @param customer_id [String]
372
+ # @param ad_group_id [String]
373
+ # @param customizer_attribute_id [String]
374
+ #
375
+ # @return [::String]
376
+ def ad_group_customizer_path customer_id:, ad_group_id:, customizer_attribute_id:
377
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
378
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
379
+
380
+ "customers/#{customer_id}/adGroupCustomizers/#{ad_group_id}~#{customizer_attribute_id}"
381
+ end
382
+
383
+ ##
384
+ # Create a fully-qualified AdGroupExtensionSetting resource string.
385
+ #
386
+ # The resource will be in the following format:
387
+ #
388
+ # `customers/{customer_id}/adGroupExtensionSettings/{ad_group_id}~{extension_type}`
389
+ #
390
+ # @param customer_id [String]
391
+ # @param ad_group_id [String]
392
+ # @param extension_type [String]
393
+ #
394
+ # @return [::String]
395
+ def ad_group_extension_setting_path customer_id:, ad_group_id:, extension_type:
396
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
397
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
398
+
399
+ "customers/#{customer_id}/adGroupExtensionSettings/#{ad_group_id}~#{extension_type}"
400
+ end
401
+
402
+ ##
403
+ # Create a fully-qualified AdGroupFeed resource string.
404
+ #
405
+ # The resource will be in the following format:
406
+ #
407
+ # `customers/{customer_id}/adGroupFeeds/{ad_group_id}~{feed_id}`
408
+ #
409
+ # @param customer_id [String]
410
+ # @param ad_group_id [String]
411
+ # @param feed_id [String]
412
+ #
413
+ # @return [::String]
414
+ def ad_group_feed_path customer_id:, ad_group_id:, feed_id:
415
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
416
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
417
+
418
+ "customers/#{customer_id}/adGroupFeeds/#{ad_group_id}~#{feed_id}"
419
+ end
420
+
421
+ ##
422
+ # Create a fully-qualified AdGroupLabel resource string.
423
+ #
424
+ # The resource will be in the following format:
425
+ #
426
+ # `customers/{customer_id}/adGroupLabels/{ad_group_id}~{label_id}`
427
+ #
428
+ # @param customer_id [String]
429
+ # @param ad_group_id [String]
430
+ # @param label_id [String]
431
+ #
432
+ # @return [::String]
433
+ def ad_group_label_path customer_id:, ad_group_id:, label_id:
434
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
435
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
436
+
437
+ "customers/#{customer_id}/adGroupLabels/#{ad_group_id}~#{label_id}"
438
+ end
439
+
440
+ ##
441
+ # Create a fully-qualified AdGroupSimulation resource string.
442
+ #
443
+ # The resource will be in the following format:
444
+ #
445
+ # `customers/{customer_id}/adGroupSimulations/{ad_group_id}~{type}~{modification_method}~{start_date}~{end_date}`
446
+ #
447
+ # @param customer_id [String]
448
+ # @param ad_group_id [String]
449
+ # @param type [String]
450
+ # @param modification_method [String]
451
+ # @param start_date [String]
452
+ # @param end_date [String]
453
+ #
454
+ # @return [::String]
455
+ def ad_group_simulation_path customer_id:, ad_group_id:, type:, modification_method:, start_date:, end_date:
456
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
457
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
458
+ raise ::ArgumentError, "type cannot contain /" if type.to_s.include? "/"
459
+ raise ::ArgumentError, "modification_method cannot contain /" if modification_method.to_s.include? "/"
460
+ raise ::ArgumentError, "start_date cannot contain /" if start_date.to_s.include? "/"
461
+
462
+ "customers/#{customer_id}/adGroupSimulations/#{ad_group_id}~#{type}~#{modification_method}~#{start_date}~#{end_date}"
463
+ end
464
+
465
+ ##
466
+ # Create a fully-qualified AdParameter resource string.
467
+ #
468
+ # The resource will be in the following format:
469
+ #
470
+ # `customers/{customer_id}/adParameters/{ad_group_id}~{criterion_id}~{parameter_index}`
471
+ #
472
+ # @param customer_id [String]
473
+ # @param ad_group_id [String]
474
+ # @param criterion_id [String]
475
+ # @param parameter_index [String]
476
+ #
477
+ # @return [::String]
478
+ def ad_parameter_path customer_id:, ad_group_id:, criterion_id:, parameter_index:
479
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
480
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
481
+ raise ::ArgumentError, "criterion_id cannot contain /" if criterion_id.to_s.include? "/"
482
+
483
+ "customers/#{customer_id}/adParameters/#{ad_group_id}~#{criterion_id}~#{parameter_index}"
484
+ end
485
+
486
+ ##
487
+ # Create a fully-qualified AdScheduleView resource string.
488
+ #
489
+ # The resource will be in the following format:
490
+ #
491
+ # `customers/{customer_id}/adScheduleViews/{campaign_id}~{criterion_id}`
492
+ #
493
+ # @param customer_id [String]
494
+ # @param campaign_id [String]
495
+ # @param criterion_id [String]
496
+ #
497
+ # @return [::String]
498
+ def ad_schedule_view_path customer_id:, campaign_id:, criterion_id:
499
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
500
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
501
+
502
+ "customers/#{customer_id}/adScheduleViews/#{campaign_id}~#{criterion_id}"
503
+ end
504
+
505
+ ##
506
+ # Create a fully-qualified AgeRangeView resource string.
507
+ #
508
+ # The resource will be in the following format:
509
+ #
510
+ # `customers/{customer_id}/ageRangeViews/{ad_group_id}~{criterion_id}`
511
+ #
512
+ # @param customer_id [String]
513
+ # @param ad_group_id [String]
514
+ # @param criterion_id [String]
515
+ #
516
+ # @return [::String]
517
+ def age_range_view_path customer_id:, ad_group_id:, criterion_id:
518
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
519
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
520
+
521
+ "customers/#{customer_id}/ageRangeViews/#{ad_group_id}~#{criterion_id}"
522
+ end
523
+
524
+ ##
525
+ # Create a fully-qualified Asset resource string.
526
+ #
527
+ # The resource will be in the following format:
528
+ #
529
+ # `customers/{customer_id}/assets/{asset_id}`
530
+ #
531
+ # @param customer_id [String]
532
+ # @param asset_id [String]
533
+ #
534
+ # @return [::String]
535
+ def asset_path customer_id:, asset_id:
536
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
537
+
538
+ "customers/#{customer_id}/assets/#{asset_id}"
539
+ end
540
+
541
+ ##
542
+ # Create a fully-qualified AssetFieldTypeView resource string.
543
+ #
544
+ # The resource will be in the following format:
545
+ #
546
+ # `customers/{customer_id}/assetFieldTypeViews/{field_type}`
547
+ #
548
+ # @param customer_id [String]
549
+ # @param field_type [String]
550
+ #
551
+ # @return [::String]
552
+ def asset_field_type_view_path customer_id:, field_type:
553
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
554
+
555
+ "customers/#{customer_id}/assetFieldTypeViews/#{field_type}"
556
+ end
557
+
558
+ ##
559
+ # Create a fully-qualified AssetGroup resource string.
560
+ #
561
+ # The resource will be in the following format:
562
+ #
563
+ # `customers/{customer_id}/assetGroups/{asset_group_id}`
564
+ #
565
+ # @param customer_id [String]
566
+ # @param asset_group_id [String]
567
+ #
568
+ # @return [::String]
569
+ def asset_group_path customer_id:, asset_group_id:
570
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
571
+
572
+ "customers/#{customer_id}/assetGroups/#{asset_group_id}"
573
+ end
574
+
575
+ ##
576
+ # Create a fully-qualified AssetGroupAsset resource string.
577
+ #
578
+ # The resource will be in the following format:
579
+ #
580
+ # `customers/{customer_id}/assetGroupAssets/{asset_group_id}~{asset_id}~{field_type}`
581
+ #
582
+ # @param customer_id [String]
583
+ # @param asset_group_id [String]
584
+ # @param asset_id [String]
585
+ # @param field_type [String]
586
+ #
587
+ # @return [::String]
588
+ def asset_group_asset_path customer_id:, asset_group_id:, asset_id:, field_type:
589
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
590
+ raise ::ArgumentError, "asset_group_id cannot contain /" if asset_group_id.to_s.include? "/"
591
+ raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/"
592
+
593
+ "customers/#{customer_id}/assetGroupAssets/#{asset_group_id}~#{asset_id}~#{field_type}"
594
+ end
595
+
596
+ ##
597
+ # Create a fully-qualified AssetGroupListingGroupFilter resource string.
598
+ #
599
+ # The resource will be in the following format:
600
+ #
601
+ # `customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}`
602
+ #
603
+ # @param customer_id [String]
604
+ # @param asset_group_id [String]
605
+ # @param listing_group_filter_id [String]
606
+ #
607
+ # @return [::String]
608
+ def asset_group_listing_group_filter_path customer_id:, asset_group_id:, listing_group_filter_id:
609
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
610
+ raise ::ArgumentError, "asset_group_id cannot contain /" if asset_group_id.to_s.include? "/"
611
+
612
+ "customers/#{customer_id}/assetGroupListingGroupFilters/#{asset_group_id}~#{listing_group_filter_id}"
613
+ end
614
+
615
+ ##
616
+ # Create a fully-qualified AssetGroupProductGroupView resource string.
617
+ #
618
+ # The resource will be in the following format:
619
+ #
620
+ # `customers/{customer_id}/assetGroupProductGroupViews/{asset_group_id}~{listing_group_filter_id}`
621
+ #
622
+ # @param customer_id [String]
623
+ # @param asset_group_id [String]
624
+ # @param listing_group_filter_id [String]
625
+ #
626
+ # @return [::String]
627
+ def asset_group_product_group_view_path customer_id:, asset_group_id:, listing_group_filter_id:
628
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
629
+ raise ::ArgumentError, "asset_group_id cannot contain /" if asset_group_id.to_s.include? "/"
630
+
631
+ "customers/#{customer_id}/assetGroupProductGroupViews/#{asset_group_id}~#{listing_group_filter_id}"
632
+ end
633
+
634
+ ##
635
+ # Create a fully-qualified AssetGroupSignal resource string.
636
+ #
637
+ # The resource will be in the following format:
638
+ #
639
+ # `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
640
+ #
641
+ # @param customer_id [String]
642
+ # @param asset_group_id [String]
643
+ # @param criterion_id [String]
644
+ #
645
+ # @return [::String]
646
+ def asset_group_signal_path customer_id:, asset_group_id:, criterion_id:
647
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
648
+ raise ::ArgumentError, "asset_group_id cannot contain /" if asset_group_id.to_s.include? "/"
649
+
650
+ "customers/#{customer_id}/assetGroupSignals/#{asset_group_id}~#{criterion_id}"
651
+ end
652
+
653
+ ##
654
+ # Create a fully-qualified AssetSet resource string.
655
+ #
656
+ # The resource will be in the following format:
657
+ #
658
+ # `customers/{customer_id}/assetSets/{asset_set_id}`
659
+ #
660
+ # @param customer_id [String]
661
+ # @param asset_set_id [String]
662
+ #
663
+ # @return [::String]
664
+ def asset_set_path customer_id:, asset_set_id:
665
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
666
+
667
+ "customers/#{customer_id}/assetSets/#{asset_set_id}"
668
+ end
669
+
670
+ ##
671
+ # Create a fully-qualified AssetSetAsset resource string.
672
+ #
673
+ # The resource will be in the following format:
674
+ #
675
+ # `customers/{customer_id}/assetSetAssets/{asset_set_id}~{asset_id}`
676
+ #
677
+ # @param customer_id [String]
678
+ # @param asset_set_id [String]
679
+ # @param asset_id [String]
680
+ #
681
+ # @return [::String]
682
+ def asset_set_asset_path customer_id:, asset_set_id:, asset_id:
683
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
684
+ raise ::ArgumentError, "asset_set_id cannot contain /" if asset_set_id.to_s.include? "/"
685
+
686
+ "customers/#{customer_id}/assetSetAssets/#{asset_set_id}~#{asset_id}"
687
+ end
688
+
689
+ ##
690
+ # Create a fully-qualified Audience resource string.
691
+ #
692
+ # The resource will be in the following format:
693
+ #
694
+ # `customers/{customer_id}/audiences/{audience_id}`
695
+ #
696
+ # @param customer_id [String]
697
+ # @param audience_id [String]
698
+ #
699
+ # @return [::String]
700
+ def audience_path customer_id:, audience_id:
701
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
702
+
703
+ "customers/#{customer_id}/audiences/#{audience_id}"
704
+ end
705
+
706
+ ##
707
+ # Create a fully-qualified BatchJob resource string.
708
+ #
709
+ # The resource will be in the following format:
710
+ #
711
+ # `customers/{customer_id}/batchJobs/{batch_job_id}`
712
+ #
713
+ # @param customer_id [String]
714
+ # @param batch_job_id [String]
715
+ #
716
+ # @return [::String]
717
+ def batch_job_path customer_id:, batch_job_id:
718
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
719
+
720
+ "customers/#{customer_id}/batchJobs/#{batch_job_id}"
721
+ end
722
+
723
+ ##
724
+ # Create a fully-qualified BiddingDataExclusion resource string.
725
+ #
726
+ # The resource will be in the following format:
727
+ #
728
+ # `customers/{customer_id}/biddingDataExclusions/{seasonality_event_id}`
729
+ #
730
+ # @param customer_id [String]
731
+ # @param seasonality_event_id [String]
732
+ #
733
+ # @return [::String]
734
+ def bidding_data_exclusion_path customer_id:, seasonality_event_id:
735
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
736
+
737
+ "customers/#{customer_id}/biddingDataExclusions/#{seasonality_event_id}"
738
+ end
739
+
740
+ ##
741
+ # Create a fully-qualified BiddingSeasonalityAdjustment resource string.
742
+ #
743
+ # The resource will be in the following format:
744
+ #
745
+ # `customers/{customer_id}/biddingSeasonalityAdjustments/{seasonality_event_id}`
746
+ #
747
+ # @param customer_id [String]
748
+ # @param seasonality_event_id [String]
749
+ #
750
+ # @return [::String]
751
+ def bidding_seasonality_adjustment_path customer_id:, seasonality_event_id:
752
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
753
+
754
+ "customers/#{customer_id}/biddingSeasonalityAdjustments/#{seasonality_event_id}"
755
+ end
756
+
757
+ ##
758
+ # Create a fully-qualified BiddingStrategy resource string.
759
+ #
760
+ # The resource will be in the following format:
761
+ #
762
+ # `customers/{customer_id}/biddingStrategies/{bidding_strategy_id}`
763
+ #
764
+ # @param customer_id [String]
765
+ # @param bidding_strategy_id [String]
766
+ #
767
+ # @return [::String]
768
+ def bidding_strategy_path customer_id:, bidding_strategy_id:
769
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
770
+
771
+ "customers/#{customer_id}/biddingStrategies/#{bidding_strategy_id}"
772
+ end
773
+
774
+ ##
775
+ # Create a fully-qualified BiddingStrategySimulation resource string.
776
+ #
777
+ # The resource will be in the following format:
778
+ #
779
+ # `customers/{customer_id}/biddingStrategySimulations/{bidding_strategy_id}~{type}~{modification_method}~{start_date}~{end_date}`
780
+ #
781
+ # @param customer_id [String]
782
+ # @param bidding_strategy_id [String]
783
+ # @param type [String]
784
+ # @param modification_method [String]
785
+ # @param start_date [String]
786
+ # @param end_date [String]
787
+ #
788
+ # @return [::String]
789
+ def bidding_strategy_simulation_path customer_id:, bidding_strategy_id:, type:, modification_method:, start_date:, end_date:
790
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
791
+ raise ::ArgumentError, "bidding_strategy_id cannot contain /" if bidding_strategy_id.to_s.include? "/"
792
+ raise ::ArgumentError, "type cannot contain /" if type.to_s.include? "/"
793
+ raise ::ArgumentError, "modification_method cannot contain /" if modification_method.to_s.include? "/"
794
+ raise ::ArgumentError, "start_date cannot contain /" if start_date.to_s.include? "/"
795
+
796
+ "customers/#{customer_id}/biddingStrategySimulations/#{bidding_strategy_id}~#{type}~#{modification_method}~#{start_date}~#{end_date}"
797
+ end
798
+
799
+ ##
800
+ # Create a fully-qualified BillingSetup resource string.
801
+ #
802
+ # The resource will be in the following format:
803
+ #
804
+ # `customers/{customer_id}/billingSetups/{billing_setup_id}`
805
+ #
806
+ # @param customer_id [String]
807
+ # @param billing_setup_id [String]
808
+ #
809
+ # @return [::String]
810
+ def billing_setup_path customer_id:, billing_setup_id:
811
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
812
+
813
+ "customers/#{customer_id}/billingSetups/#{billing_setup_id}"
814
+ end
815
+
816
+ ##
817
+ # Create a fully-qualified CallView resource string.
818
+ #
819
+ # The resource will be in the following format:
820
+ #
821
+ # `customers/{customer_id}/callViews/{call_detail_id}`
822
+ #
823
+ # @param customer_id [String]
824
+ # @param call_detail_id [String]
825
+ #
826
+ # @return [::String]
827
+ def call_view_path customer_id:, call_detail_id:
828
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
829
+
830
+ "customers/#{customer_id}/callViews/#{call_detail_id}"
831
+ end
832
+
833
+ ##
834
+ # Create a fully-qualified Campaign resource string.
835
+ #
836
+ # The resource will be in the following format:
837
+ #
838
+ # `customers/{customer_id}/campaigns/{campaign_id}`
839
+ #
840
+ # @param customer_id [String]
841
+ # @param campaign_id [String]
842
+ #
843
+ # @return [::String]
844
+ def campaign_path customer_id:, campaign_id:
845
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
846
+
847
+ "customers/#{customer_id}/campaigns/#{campaign_id}"
848
+ end
849
+
850
+ ##
851
+ # Create a fully-qualified CampaignAsset resource string.
852
+ #
853
+ # The resource will be in the following format:
854
+ #
855
+ # `customers/{customer_id}/campaignAssets/{campaign_id}~{asset_id}~{field_type}`
856
+ #
857
+ # @param customer_id [String]
858
+ # @param campaign_id [String]
859
+ # @param asset_id [String]
860
+ # @param field_type [String]
861
+ #
862
+ # @return [::String]
863
+ def campaign_asset_path customer_id:, campaign_id:, asset_id:, field_type:
864
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
865
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
866
+ raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/"
867
+
868
+ "customers/#{customer_id}/campaignAssets/#{campaign_id}~#{asset_id}~#{field_type}"
869
+ end
870
+
871
+ ##
872
+ # Create a fully-qualified CampaignAssetSet resource string.
873
+ #
874
+ # The resource will be in the following format:
875
+ #
876
+ # `customers/{customer_id}/campaignAssetSets/{campaign_id}~{asset_set_id}`
877
+ #
878
+ # @param customer_id [String]
879
+ # @param campaign_id [String]
880
+ # @param asset_set_id [String]
881
+ #
882
+ # @return [::String]
883
+ def campaign_asset_set_path customer_id:, campaign_id:, asset_set_id:
884
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
885
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
886
+
887
+ "customers/#{customer_id}/campaignAssetSets/#{campaign_id}~#{asset_set_id}"
888
+ end
889
+
890
+ ##
891
+ # Create a fully-qualified CampaignAudienceView resource string.
892
+ #
893
+ # The resource will be in the following format:
894
+ #
895
+ # `customers/{customer_id}/campaignAudienceViews/{campaign_id}~{criterion_id}`
896
+ #
897
+ # @param customer_id [String]
898
+ # @param campaign_id [String]
899
+ # @param criterion_id [String]
900
+ #
901
+ # @return [::String]
902
+ def campaign_audience_view_path customer_id:, campaign_id:, criterion_id:
903
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
904
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
905
+
906
+ "customers/#{customer_id}/campaignAudienceViews/#{campaign_id}~#{criterion_id}"
907
+ end
908
+
909
+ ##
910
+ # Create a fully-qualified CampaignBidModifier resource string.
911
+ #
912
+ # The resource will be in the following format:
913
+ #
914
+ # `customers/{customer_id}/campaignBidModifiers/{campaign_id}~{criterion_id}`
915
+ #
916
+ # @param customer_id [String]
917
+ # @param campaign_id [String]
918
+ # @param criterion_id [String]
919
+ #
920
+ # @return [::String]
921
+ def campaign_bid_modifier_path customer_id:, campaign_id:, criterion_id:
922
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
923
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
924
+
925
+ "customers/#{customer_id}/campaignBidModifiers/#{campaign_id}~#{criterion_id}"
926
+ end
927
+
928
+ ##
929
+ # Create a fully-qualified CampaignBudget resource string.
930
+ #
931
+ # The resource will be in the following format:
932
+ #
933
+ # `customers/{customer_id}/campaignBudgets/{campaign_budget_id}`
934
+ #
935
+ # @param customer_id [String]
936
+ # @param campaign_budget_id [String]
937
+ #
938
+ # @return [::String]
939
+ def campaign_budget_path customer_id:, campaign_budget_id:
940
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
941
+
942
+ "customers/#{customer_id}/campaignBudgets/#{campaign_budget_id}"
943
+ end
944
+
945
+ ##
946
+ # Create a fully-qualified CampaignConversionGoal resource string.
947
+ #
948
+ # The resource will be in the following format:
949
+ #
950
+ # `customers/{customer_id}/campaignConversionGoals/{campaign_id}~{category}~{source}`
951
+ #
952
+ # @param customer_id [String]
953
+ # @param campaign_id [String]
954
+ # @param category [String]
955
+ # @param source [String]
956
+ #
957
+ # @return [::String]
958
+ def campaign_conversion_goal_path customer_id:, campaign_id:, category:, source:
959
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
960
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
961
+ raise ::ArgumentError, "category cannot contain /" if category.to_s.include? "/"
962
+
963
+ "customers/#{customer_id}/campaignConversionGoals/#{campaign_id}~#{category}~#{source}"
964
+ end
965
+
966
+ ##
967
+ # Create a fully-qualified CampaignCriterion resource string.
968
+ #
969
+ # The resource will be in the following format:
970
+ #
971
+ # `customers/{customer_id}/campaignCriteria/{campaign_id}~{criterion_id}`
972
+ #
973
+ # @param customer_id [String]
974
+ # @param campaign_id [String]
975
+ # @param criterion_id [String]
976
+ #
977
+ # @return [::String]
978
+ def campaign_criterion_path customer_id:, campaign_id:, criterion_id:
979
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
980
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
981
+
982
+ "customers/#{customer_id}/campaignCriteria/#{campaign_id}~#{criterion_id}"
983
+ end
984
+
985
+ ##
986
+ # Create a fully-qualified CampaignCriterionSimulation resource string.
987
+ #
988
+ # The resource will be in the following format:
989
+ #
990
+ # `customers/{customer_id}/campaignCriterionSimulations/{campaign_id}~{criterion_id}~{type}~{modification_method}~{start_date}~{end_date}`
991
+ #
992
+ # @param customer_id [String]
993
+ # @param campaign_id [String]
994
+ # @param criterion_id [String]
995
+ # @param type [String]
996
+ # @param modification_method [String]
997
+ # @param start_date [String]
998
+ # @param end_date [String]
999
+ #
1000
+ # @return [::String]
1001
+ def campaign_criterion_simulation_path customer_id:, campaign_id:, criterion_id:, type:, modification_method:, start_date:, end_date:
1002
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1003
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
1004
+ raise ::ArgumentError, "criterion_id cannot contain /" if criterion_id.to_s.include? "/"
1005
+ raise ::ArgumentError, "type cannot contain /" if type.to_s.include? "/"
1006
+ raise ::ArgumentError, "modification_method cannot contain /" if modification_method.to_s.include? "/"
1007
+ raise ::ArgumentError, "start_date cannot contain /" if start_date.to_s.include? "/"
1008
+
1009
+ "customers/#{customer_id}/campaignCriterionSimulations/#{campaign_id}~#{criterion_id}~#{type}~#{modification_method}~#{start_date}~#{end_date}"
1010
+ end
1011
+
1012
+ ##
1013
+ # Create a fully-qualified CampaignCustomizer resource string.
1014
+ #
1015
+ # The resource will be in the following format:
1016
+ #
1017
+ # `customers/{customer_id}/campaignCustomizers/{campaign_id}~{customizer_attribute_id}`
1018
+ #
1019
+ # @param customer_id [String]
1020
+ # @param campaign_id [String]
1021
+ # @param customizer_attribute_id [String]
1022
+ #
1023
+ # @return [::String]
1024
+ def campaign_customizer_path customer_id:, campaign_id:, customizer_attribute_id:
1025
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1026
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
1027
+
1028
+ "customers/#{customer_id}/campaignCustomizers/#{campaign_id}~#{customizer_attribute_id}"
1029
+ end
1030
+
1031
+ ##
1032
+ # Create a fully-qualified CampaignDraft resource string.
1033
+ #
1034
+ # The resource will be in the following format:
1035
+ #
1036
+ # `customers/{customer_id}/campaignDrafts/{base_campaign_id}~{draft_id}`
1037
+ #
1038
+ # @param customer_id [String]
1039
+ # @param base_campaign_id [String]
1040
+ # @param draft_id [String]
1041
+ #
1042
+ # @return [::String]
1043
+ def campaign_draft_path customer_id:, base_campaign_id:, draft_id:
1044
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1045
+ raise ::ArgumentError, "base_campaign_id cannot contain /" if base_campaign_id.to_s.include? "/"
1046
+
1047
+ "customers/#{customer_id}/campaignDrafts/#{base_campaign_id}~#{draft_id}"
1048
+ end
1049
+
1050
+ ##
1051
+ # Create a fully-qualified CampaignExperiment resource string.
1052
+ #
1053
+ # The resource will be in the following format:
1054
+ #
1055
+ # `customers/{customer_id}/campaignExperiments/{campaign_experiment_id}`
1056
+ #
1057
+ # @param customer_id [String]
1058
+ # @param campaign_experiment_id [String]
1059
+ #
1060
+ # @return [::String]
1061
+ def campaign_experiment_path customer_id:, campaign_experiment_id:
1062
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1063
+
1064
+ "customers/#{customer_id}/campaignExperiments/#{campaign_experiment_id}"
1065
+ end
1066
+
1067
+ ##
1068
+ # Create a fully-qualified CampaignExtensionSetting resource string.
1069
+ #
1070
+ # The resource will be in the following format:
1071
+ #
1072
+ # `customers/{customer_id}/campaignExtensionSettings/{campaign_id}~{extension_type}`
1073
+ #
1074
+ # @param customer_id [String]
1075
+ # @param campaign_id [String]
1076
+ # @param extension_type [String]
1077
+ #
1078
+ # @return [::String]
1079
+ def campaign_extension_setting_path customer_id:, campaign_id:, extension_type:
1080
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1081
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
1082
+
1083
+ "customers/#{customer_id}/campaignExtensionSettings/#{campaign_id}~#{extension_type}"
1084
+ end
1085
+
1086
+ ##
1087
+ # Create a fully-qualified CampaignFeed resource string.
1088
+ #
1089
+ # The resource will be in the following format:
1090
+ #
1091
+ # `customers/{customer_id}/campaignFeeds/{campaign_id}~{feed_id}`
1092
+ #
1093
+ # @param customer_id [String]
1094
+ # @param campaign_id [String]
1095
+ # @param feed_id [String]
1096
+ #
1097
+ # @return [::String]
1098
+ def campaign_feed_path customer_id:, campaign_id:, feed_id:
1099
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1100
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
1101
+
1102
+ "customers/#{customer_id}/campaignFeeds/#{campaign_id}~#{feed_id}"
1103
+ end
1104
+
1105
+ ##
1106
+ # Create a fully-qualified CampaignGroup resource string.
1107
+ #
1108
+ # The resource will be in the following format:
1109
+ #
1110
+ # `customers/{customer_id}/campaignGroups/{campaign_group_id}`
1111
+ #
1112
+ # @param customer_id [String]
1113
+ # @param campaign_group_id [String]
1114
+ #
1115
+ # @return [::String]
1116
+ def campaign_group_path customer_id:, campaign_group_id:
1117
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1118
+
1119
+ "customers/#{customer_id}/campaignGroups/#{campaign_group_id}"
1120
+ end
1121
+
1122
+ ##
1123
+ # Create a fully-qualified CampaignLabel resource string.
1124
+ #
1125
+ # The resource will be in the following format:
1126
+ #
1127
+ # `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}`
1128
+ #
1129
+ # @param customer_id [String]
1130
+ # @param campaign_id [String]
1131
+ # @param label_id [String]
1132
+ #
1133
+ # @return [::String]
1134
+ def campaign_label_path customer_id:, campaign_id:, label_id:
1135
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1136
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
1137
+
1138
+ "customers/#{customer_id}/campaignLabels/#{campaign_id}~#{label_id}"
1139
+ end
1140
+
1141
+ ##
1142
+ # Create a fully-qualified CampaignSharedSet resource string.
1143
+ #
1144
+ # The resource will be in the following format:
1145
+ #
1146
+ # `customers/{customer_id}/campaignSharedSets/{campaign_id}~{shared_set_id}`
1147
+ #
1148
+ # @param customer_id [String]
1149
+ # @param campaign_id [String]
1150
+ # @param shared_set_id [String]
1151
+ #
1152
+ # @return [::String]
1153
+ def campaign_shared_set_path customer_id:, campaign_id:, shared_set_id:
1154
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1155
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
1156
+
1157
+ "customers/#{customer_id}/campaignSharedSets/#{campaign_id}~#{shared_set_id}"
1158
+ end
1159
+
1160
+ ##
1161
+ # Create a fully-qualified CampaignSimulation resource string.
1162
+ #
1163
+ # The resource will be in the following format:
1164
+ #
1165
+ # `customers/{customer_id}/campaignSimulations/{campaign_id}~{type}~{modification_method}~{start_date}~{end_date}`
1166
+ #
1167
+ # @param customer_id [String]
1168
+ # @param campaign_id [String]
1169
+ # @param type [String]
1170
+ # @param modification_method [String]
1171
+ # @param start_date [String]
1172
+ # @param end_date [String]
1173
+ #
1174
+ # @return [::String]
1175
+ def campaign_simulation_path customer_id:, campaign_id:, type:, modification_method:, start_date:, end_date:
1176
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1177
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
1178
+ raise ::ArgumentError, "type cannot contain /" if type.to_s.include? "/"
1179
+ raise ::ArgumentError, "modification_method cannot contain /" if modification_method.to_s.include? "/"
1180
+ raise ::ArgumentError, "start_date cannot contain /" if start_date.to_s.include? "/"
1181
+
1182
+ "customers/#{customer_id}/campaignSimulations/#{campaign_id}~#{type}~#{modification_method}~#{start_date}~#{end_date}"
1183
+ end
1184
+
1185
+ ##
1186
+ # Create a fully-qualified CarrierConstant resource string.
1187
+ #
1188
+ # The resource will be in the following format:
1189
+ #
1190
+ # `carrierConstants/{criterion_id}`
1191
+ #
1192
+ # @param criterion_id [String]
1193
+ #
1194
+ # @return [::String]
1195
+ def carrier_constant_path criterion_id:
1196
+ "carrierConstants/#{criterion_id}"
1197
+ end
1198
+
1199
+ ##
1200
+ # Create a fully-qualified ChangeEvent resource string.
1201
+ #
1202
+ # The resource will be in the following format:
1203
+ #
1204
+ # `customers/{customer_id}/changeEvents/{timestamp_micros}~{command_index}~{mutate_index}`
1205
+ #
1206
+ # @param customer_id [String]
1207
+ # @param timestamp_micros [String]
1208
+ # @param command_index [String]
1209
+ # @param mutate_index [String]
1210
+ #
1211
+ # @return [::String]
1212
+ def change_event_path customer_id:, timestamp_micros:, command_index:, mutate_index:
1213
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1214
+ raise ::ArgumentError, "timestamp_micros cannot contain /" if timestamp_micros.to_s.include? "/"
1215
+ raise ::ArgumentError, "command_index cannot contain /" if command_index.to_s.include? "/"
1216
+
1217
+ "customers/#{customer_id}/changeEvents/#{timestamp_micros}~#{command_index}~#{mutate_index}"
1218
+ end
1219
+
1220
+ ##
1221
+ # Create a fully-qualified ChangeStatus resource string.
1222
+ #
1223
+ # The resource will be in the following format:
1224
+ #
1225
+ # `customers/{customer_id}/changeStatus/{change_status_id}`
1226
+ #
1227
+ # @param customer_id [String]
1228
+ # @param change_status_id [String]
1229
+ #
1230
+ # @return [::String]
1231
+ def change_status_path customer_id:, change_status_id:
1232
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1233
+
1234
+ "customers/#{customer_id}/changeStatus/#{change_status_id}"
1235
+ end
1236
+
1237
+ ##
1238
+ # Create a fully-qualified ClickView resource string.
1239
+ #
1240
+ # The resource will be in the following format:
1241
+ #
1242
+ # `customers/{customer_id}/clickViews/{date}~{gclid}`
1243
+ #
1244
+ # @param customer_id [String]
1245
+ # @param date [String]
1246
+ # @param gclid [String]
1247
+ #
1248
+ # @return [::String]
1249
+ def click_view_path customer_id:, date:, gclid:
1250
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1251
+ raise ::ArgumentError, "date cannot contain /" if date.to_s.include? "/"
1252
+
1253
+ "customers/#{customer_id}/clickViews/#{date}~#{gclid}"
1254
+ end
1255
+
1256
+ ##
1257
+ # Create a fully-qualified CombinedAudience resource string.
1258
+ #
1259
+ # The resource will be in the following format:
1260
+ #
1261
+ # `customers/{customer_id}/combinedAudiences/{combined_audience_id}`
1262
+ #
1263
+ # @param customer_id [String]
1264
+ # @param combined_audience_id [String]
1265
+ #
1266
+ # @return [::String]
1267
+ def combined_audience_path customer_id:, combined_audience_id:
1268
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1269
+
1270
+ "customers/#{customer_id}/combinedAudiences/#{combined_audience_id}"
1271
+ end
1272
+
1273
+ ##
1274
+ # Create a fully-qualified ConversionAction resource string.
1275
+ #
1276
+ # The resource will be in the following format:
1277
+ #
1278
+ # `customers/{customer_id}/conversionActions/{conversion_action_id}`
1279
+ #
1280
+ # @param customer_id [String]
1281
+ # @param conversion_action_id [String]
1282
+ #
1283
+ # @return [::String]
1284
+ def conversion_action_path customer_id:, conversion_action_id:
1285
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1286
+
1287
+ "customers/#{customer_id}/conversionActions/#{conversion_action_id}"
1288
+ end
1289
+
1290
+ ##
1291
+ # Create a fully-qualified ConversionCustomVariable resource string.
1292
+ #
1293
+ # The resource will be in the following format:
1294
+ #
1295
+ # `customers/{customer_id}/conversionCustomVariables/{conversion_custom_variable_id}`
1296
+ #
1297
+ # @param customer_id [String]
1298
+ # @param conversion_custom_variable_id [String]
1299
+ #
1300
+ # @return [::String]
1301
+ def conversion_custom_variable_path customer_id:, conversion_custom_variable_id:
1302
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1303
+
1304
+ "customers/#{customer_id}/conversionCustomVariables/#{conversion_custom_variable_id}"
1305
+ end
1306
+
1307
+ ##
1308
+ # Create a fully-qualified ConversionGoalCampaignConfig resource string.
1309
+ #
1310
+ # The resource will be in the following format:
1311
+ #
1312
+ # `customers/{customer_id}/conversionGoalCampaignConfigs/{campaign_id}`
1313
+ #
1314
+ # @param customer_id [String]
1315
+ # @param campaign_id [String]
1316
+ #
1317
+ # @return [::String]
1318
+ def conversion_goal_campaign_config_path customer_id:, campaign_id:
1319
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1320
+
1321
+ "customers/#{customer_id}/conversionGoalCampaignConfigs/#{campaign_id}"
1322
+ end
1323
+
1324
+ ##
1325
+ # Create a fully-qualified ConversionValueRule resource string.
1326
+ #
1327
+ # The resource will be in the following format:
1328
+ #
1329
+ # `customers/{customer_id}/conversionValueRules/{conversion_value_rule_id}`
1330
+ #
1331
+ # @param customer_id [String]
1332
+ # @param conversion_value_rule_id [String]
1333
+ #
1334
+ # @return [::String]
1335
+ def conversion_value_rule_path customer_id:, conversion_value_rule_id:
1336
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1337
+
1338
+ "customers/#{customer_id}/conversionValueRules/#{conversion_value_rule_id}"
1339
+ end
1340
+
1341
+ ##
1342
+ # Create a fully-qualified ConversionValueRuleSet resource string.
1343
+ #
1344
+ # The resource will be in the following format:
1345
+ #
1346
+ # `customers/{customer_id}/conversionValueRuleSets/{conversion_value_rule_set_id}`
1347
+ #
1348
+ # @param customer_id [String]
1349
+ # @param conversion_value_rule_set_id [String]
1350
+ #
1351
+ # @return [::String]
1352
+ def conversion_value_rule_set_path customer_id:, conversion_value_rule_set_id:
1353
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1354
+
1355
+ "customers/#{customer_id}/conversionValueRuleSets/#{conversion_value_rule_set_id}"
1356
+ end
1357
+
1358
+ ##
1359
+ # Create a fully-qualified CurrencyConstant resource string.
1360
+ #
1361
+ # The resource will be in the following format:
1362
+ #
1363
+ # `currencyConstants/{code}`
1364
+ #
1365
+ # @param code [String]
1366
+ #
1367
+ # @return [::String]
1368
+ def currency_constant_path code:
1369
+ "currencyConstants/#{code}"
1370
+ end
1371
+
1372
+ ##
1373
+ # Create a fully-qualified CustomAudience resource string.
1374
+ #
1375
+ # The resource will be in the following format:
1376
+ #
1377
+ # `customers/{customer_id}/customAudiences/{custom_audience_id}`
1378
+ #
1379
+ # @param customer_id [String]
1380
+ # @param custom_audience_id [String]
1381
+ #
1382
+ # @return [::String]
1383
+ def custom_audience_path customer_id:, custom_audience_id:
1384
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1385
+
1386
+ "customers/#{customer_id}/customAudiences/#{custom_audience_id}"
1387
+ end
1388
+
1389
+ ##
1390
+ # Create a fully-qualified CustomConversionGoal resource string.
1391
+ #
1392
+ # The resource will be in the following format:
1393
+ #
1394
+ # `customers/{customer_id}/customConversionGoals/{goal_id}`
1395
+ #
1396
+ # @param customer_id [String]
1397
+ # @param goal_id [String]
1398
+ #
1399
+ # @return [::String]
1400
+ def custom_conversion_goal_path customer_id:, goal_id:
1401
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1402
+
1403
+ "customers/#{customer_id}/customConversionGoals/#{goal_id}"
1404
+ end
1405
+
1406
+ ##
1407
+ # Create a fully-qualified CustomInterest resource string.
1408
+ #
1409
+ # The resource will be in the following format:
1410
+ #
1411
+ # `customers/{customer_id}/customInterests/{custom_interest_id}`
1412
+ #
1413
+ # @param customer_id [String]
1414
+ # @param custom_interest_id [String]
1415
+ #
1416
+ # @return [::String]
1417
+ def custom_interest_path customer_id:, custom_interest_id:
1418
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1419
+
1420
+ "customers/#{customer_id}/customInterests/#{custom_interest_id}"
1421
+ end
1422
+
1423
+ ##
1424
+ # Create a fully-qualified Customer resource string.
1425
+ #
1426
+ # The resource will be in the following format:
1427
+ #
1428
+ # `customers/{customer_id}`
1429
+ #
1430
+ # @param customer_id [String]
1431
+ #
1432
+ # @return [::String]
1433
+ def customer_path customer_id:
1434
+ "customers/#{customer_id}"
1435
+ end
1436
+
1437
+ ##
1438
+ # Create a fully-qualified CustomerAsset resource string.
1439
+ #
1440
+ # The resource will be in the following format:
1441
+ #
1442
+ # `customers/{customer_id}/customerAssets/{asset_id}~{field_type}`
1443
+ #
1444
+ # @param customer_id [String]
1445
+ # @param asset_id [String]
1446
+ # @param field_type [String]
1447
+ #
1448
+ # @return [::String]
1449
+ def customer_asset_path customer_id:, asset_id:, field_type:
1450
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1451
+ raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/"
1452
+
1453
+ "customers/#{customer_id}/customerAssets/#{asset_id}~#{field_type}"
1454
+ end
1455
+
1456
+ ##
1457
+ # Create a fully-qualified CustomerClient resource string.
1458
+ #
1459
+ # The resource will be in the following format:
1460
+ #
1461
+ # `customers/{customer_id}/customerClients/{client_customer_id}`
1462
+ #
1463
+ # @param customer_id [String]
1464
+ # @param client_customer_id [String]
1465
+ #
1466
+ # @return [::String]
1467
+ def customer_client_path customer_id:, client_customer_id:
1468
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1469
+
1470
+ "customers/#{customer_id}/customerClients/#{client_customer_id}"
1471
+ end
1472
+
1473
+ ##
1474
+ # Create a fully-qualified CustomerClientLink resource string.
1475
+ #
1476
+ # The resource will be in the following format:
1477
+ #
1478
+ # `customers/{customer_id}/customerClientLinks/{client_customer_id}~{manager_link_id}`
1479
+ #
1480
+ # @param customer_id [String]
1481
+ # @param client_customer_id [String]
1482
+ # @param manager_link_id [String]
1483
+ #
1484
+ # @return [::String]
1485
+ def customer_client_link_path customer_id:, client_customer_id:, manager_link_id:
1486
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1487
+ raise ::ArgumentError, "client_customer_id cannot contain /" if client_customer_id.to_s.include? "/"
1488
+
1489
+ "customers/#{customer_id}/customerClientLinks/#{client_customer_id}~#{manager_link_id}"
1490
+ end
1491
+
1492
+ ##
1493
+ # Create a fully-qualified CustomerConversionGoal resource string.
1494
+ #
1495
+ # The resource will be in the following format:
1496
+ #
1497
+ # `customers/{customer_id}/customerConversionGoals/{category}~{source}`
1498
+ #
1499
+ # @param customer_id [String]
1500
+ # @param category [String]
1501
+ # @param source [String]
1502
+ #
1503
+ # @return [::String]
1504
+ def customer_conversion_goal_path customer_id:, category:, source:
1505
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1506
+ raise ::ArgumentError, "category cannot contain /" if category.to_s.include? "/"
1507
+
1508
+ "customers/#{customer_id}/customerConversionGoals/#{category}~#{source}"
1509
+ end
1510
+
1511
+ ##
1512
+ # Create a fully-qualified CustomerCustomizer resource string.
1513
+ #
1514
+ # The resource will be in the following format:
1515
+ #
1516
+ # `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
1517
+ #
1518
+ # @param customer_id [String]
1519
+ # @param customizer_attribute_id [String]
1520
+ #
1521
+ # @return [::String]
1522
+ def customer_customizer_path customer_id:, customizer_attribute_id:
1523
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1524
+
1525
+ "customers/#{customer_id}/customerCustomizers/#{customizer_attribute_id}"
1526
+ end
1527
+
1528
+ ##
1529
+ # Create a fully-qualified CustomerExtensionSetting resource string.
1530
+ #
1531
+ # The resource will be in the following format:
1532
+ #
1533
+ # `customers/{customer_id}/customerExtensionSettings/{extension_type}`
1534
+ #
1535
+ # @param customer_id [String]
1536
+ # @param extension_type [String]
1537
+ #
1538
+ # @return [::String]
1539
+ def customer_extension_setting_path customer_id:, extension_type:
1540
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1541
+
1542
+ "customers/#{customer_id}/customerExtensionSettings/#{extension_type}"
1543
+ end
1544
+
1545
+ ##
1546
+ # Create a fully-qualified CustomerFeed resource string.
1547
+ #
1548
+ # The resource will be in the following format:
1549
+ #
1550
+ # `customers/{customer_id}/customerFeeds/{feed_id}`
1551
+ #
1552
+ # @param customer_id [String]
1553
+ # @param feed_id [String]
1554
+ #
1555
+ # @return [::String]
1556
+ def customer_feed_path customer_id:, feed_id:
1557
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1558
+
1559
+ "customers/#{customer_id}/customerFeeds/#{feed_id}"
1560
+ end
1561
+
1562
+ ##
1563
+ # Create a fully-qualified CustomerLabel resource string.
1564
+ #
1565
+ # The resource will be in the following format:
1566
+ #
1567
+ # `customers/{customer_id}/customerLabels/{label_id}`
1568
+ #
1569
+ # @param customer_id [String]
1570
+ # @param label_id [String]
1571
+ #
1572
+ # @return [::String]
1573
+ def customer_label_path customer_id:, label_id:
1574
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1575
+
1576
+ "customers/#{customer_id}/customerLabels/#{label_id}"
1577
+ end
1578
+
1579
+ ##
1580
+ # Create a fully-qualified CustomerManagerLink resource string.
1581
+ #
1582
+ # The resource will be in the following format:
1583
+ #
1584
+ # `customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}`
1585
+ #
1586
+ # @param customer_id [String]
1587
+ # @param manager_customer_id [String]
1588
+ # @param manager_link_id [String]
1589
+ #
1590
+ # @return [::String]
1591
+ def customer_manager_link_path customer_id:, manager_customer_id:, manager_link_id:
1592
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1593
+ raise ::ArgumentError, "manager_customer_id cannot contain /" if manager_customer_id.to_s.include? "/"
1594
+
1595
+ "customers/#{customer_id}/customerManagerLinks/#{manager_customer_id}~#{manager_link_id}"
1596
+ end
1597
+
1598
+ ##
1599
+ # Create a fully-qualified CustomerNegativeCriterion resource string.
1600
+ #
1601
+ # The resource will be in the following format:
1602
+ #
1603
+ # `customers/{customer_id}/customerNegativeCriteria/{criterion_id}`
1604
+ #
1605
+ # @param customer_id [String]
1606
+ # @param criterion_id [String]
1607
+ #
1608
+ # @return [::String]
1609
+ def customer_negative_criterion_path customer_id:, criterion_id:
1610
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1611
+
1612
+ "customers/#{customer_id}/customerNegativeCriteria/#{criterion_id}"
1613
+ end
1614
+
1615
+ ##
1616
+ # Create a fully-qualified CustomerUserAccess resource string.
1617
+ #
1618
+ # The resource will be in the following format:
1619
+ #
1620
+ # `customers/{customer_id}/customerUserAccesses/{user_id}`
1621
+ #
1622
+ # @param customer_id [String]
1623
+ # @param user_id [String]
1624
+ #
1625
+ # @return [::String]
1626
+ def customer_user_access_path customer_id:, user_id:
1627
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1628
+
1629
+ "customers/#{customer_id}/customerUserAccesses/#{user_id}"
1630
+ end
1631
+
1632
+ ##
1633
+ # Create a fully-qualified CustomerUserAccessInvitation resource string.
1634
+ #
1635
+ # The resource will be in the following format:
1636
+ #
1637
+ # `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
1638
+ #
1639
+ # @param customer_id [String]
1640
+ # @param invitation_id [String]
1641
+ #
1642
+ # @return [::String]
1643
+ def customer_user_access_invitation_path customer_id:, invitation_id:
1644
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1645
+
1646
+ "customers/#{customer_id}/customerUserAccessInvitations/#{invitation_id}"
1647
+ end
1648
+
1649
+ ##
1650
+ # Create a fully-qualified CustomizerAttribute resource string.
1651
+ #
1652
+ # The resource will be in the following format:
1653
+ #
1654
+ # `customers/{customer_id}/customizerAttributes/{customizer_attribute_id}`
1655
+ #
1656
+ # @param customer_id [String]
1657
+ # @param customizer_attribute_id [String]
1658
+ #
1659
+ # @return [::String]
1660
+ def customizer_attribute_path customer_id:, customizer_attribute_id:
1661
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1662
+
1663
+ "customers/#{customer_id}/customizerAttributes/#{customizer_attribute_id}"
1664
+ end
1665
+
1666
+ ##
1667
+ # Create a fully-qualified DetailPlacementView resource string.
1668
+ #
1669
+ # The resource will be in the following format:
1670
+ #
1671
+ # `customers/{customer_id}/detailPlacementViews/{ad_group_id}~{base64_placement}`
1672
+ #
1673
+ # @param customer_id [String]
1674
+ # @param ad_group_id [String]
1675
+ # @param base64_placement [String]
1676
+ #
1677
+ # @return [::String]
1678
+ def detail_placement_view_path customer_id:, ad_group_id:, base64_placement:
1679
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1680
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
1681
+
1682
+ "customers/#{customer_id}/detailPlacementViews/#{ad_group_id}~#{base64_placement}"
1683
+ end
1684
+
1685
+ ##
1686
+ # Create a fully-qualified DetailedDemographic resource string.
1687
+ #
1688
+ # The resource will be in the following format:
1689
+ #
1690
+ # `customers/{customer_id}/detailedDemographics/{detailed_demographic_id}`
1691
+ #
1692
+ # @param customer_id [String]
1693
+ # @param detailed_demographic_id [String]
1694
+ #
1695
+ # @return [::String]
1696
+ def detailed_demographic_path customer_id:, detailed_demographic_id:
1697
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1698
+
1699
+ "customers/#{customer_id}/detailedDemographics/#{detailed_demographic_id}"
1700
+ end
1701
+
1702
+ ##
1703
+ # Create a fully-qualified DisplayKeywordView resource string.
1704
+ #
1705
+ # The resource will be in the following format:
1706
+ #
1707
+ # `customers/{customer_id}/displayKeywordViews/{ad_group_id}~{criterion_id}`
1708
+ #
1709
+ # @param customer_id [String]
1710
+ # @param ad_group_id [String]
1711
+ # @param criterion_id [String]
1712
+ #
1713
+ # @return [::String]
1714
+ def display_keyword_view_path customer_id:, ad_group_id:, criterion_id:
1715
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1716
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
1717
+
1718
+ "customers/#{customer_id}/displayKeywordViews/#{ad_group_id}~#{criterion_id}"
1719
+ end
1720
+
1721
+ ##
1722
+ # Create a fully-qualified DistanceView resource string.
1723
+ #
1724
+ # The resource will be in the following format:
1725
+ #
1726
+ # `customers/{customer_id}/distanceViews/{placeholder_chain_id}~{distance_bucket}`
1727
+ #
1728
+ # @param customer_id [String]
1729
+ # @param placeholder_chain_id [String]
1730
+ # @param distance_bucket [String]
1731
+ #
1732
+ # @return [::String]
1733
+ def distance_view_path customer_id:, placeholder_chain_id:, distance_bucket:
1734
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1735
+ raise ::ArgumentError, "placeholder_chain_id cannot contain /" if placeholder_chain_id.to_s.include? "/"
1736
+
1737
+ "customers/#{customer_id}/distanceViews/#{placeholder_chain_id}~#{distance_bucket}"
1738
+ end
1739
+
1740
+ ##
1741
+ # Create a fully-qualified DomainCategory resource string.
1742
+ #
1743
+ # The resource will be in the following format:
1744
+ #
1745
+ # `customers/{customer_id}/domainCategories/{campaign_id}~{base64_category}~{language_code}`
1746
+ #
1747
+ # @param customer_id [String]
1748
+ # @param campaign_id [String]
1749
+ # @param base64_category [String]
1750
+ # @param language_code [String]
1751
+ #
1752
+ # @return [::String]
1753
+ def domain_category_path customer_id:, campaign_id:, base64_category:, language_code:
1754
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1755
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
1756
+ raise ::ArgumentError, "base64_category cannot contain /" if base64_category.to_s.include? "/"
1757
+
1758
+ "customers/#{customer_id}/domainCategories/#{campaign_id}~#{base64_category}~#{language_code}"
1759
+ end
1760
+
1761
+ ##
1762
+ # Create a fully-qualified DynamicSearchAdsSearchTermView resource string.
1763
+ #
1764
+ # The resource will be in the following format:
1765
+ #
1766
+ # `customers/{customer_id}/dynamicSearchAdsSearchTermViews/{ad_group_id}~{search_term_fingerprint}~{headline_fingerprint}~{landing_page_fingerprint}~{page_url_fingerprint}`
1767
+ #
1768
+ # @param customer_id [String]
1769
+ # @param ad_group_id [String]
1770
+ # @param search_term_fingerprint [String]
1771
+ # @param headline_fingerprint [String]
1772
+ # @param landing_page_fingerprint [String]
1773
+ # @param page_url_fingerprint [String]
1774
+ #
1775
+ # @return [::String]
1776
+ def dynamic_search_ads_search_term_view_path customer_id:, ad_group_id:, search_term_fingerprint:, headline_fingerprint:, landing_page_fingerprint:, page_url_fingerprint:
1777
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1778
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
1779
+ raise ::ArgumentError,
1780
+ "search_term_fingerprint cannot contain /" if search_term_fingerprint.to_s.include? "/"
1781
+ raise ::ArgumentError, "headline_fingerprint cannot contain /" if headline_fingerprint.to_s.include? "/"
1782
+ raise ::ArgumentError,
1783
+ "landing_page_fingerprint cannot contain /" if landing_page_fingerprint.to_s.include? "/"
1784
+
1785
+ "customers/#{customer_id}/dynamicSearchAdsSearchTermViews/#{ad_group_id}~#{search_term_fingerprint}~#{headline_fingerprint}~#{landing_page_fingerprint}~#{page_url_fingerprint}"
1786
+ end
1787
+
1788
+ ##
1789
+ # Create a fully-qualified ExpandedLandingPageView resource string.
1790
+ #
1791
+ # The resource will be in the following format:
1792
+ #
1793
+ # `customers/{customer_id}/expandedLandingPageViews/{expanded_final_url_fingerprint}`
1794
+ #
1795
+ # @param customer_id [String]
1796
+ # @param expanded_final_url_fingerprint [String]
1797
+ #
1798
+ # @return [::String]
1799
+ def expanded_landing_page_view_path customer_id:, expanded_final_url_fingerprint:
1800
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1801
+
1802
+ "customers/#{customer_id}/expandedLandingPageViews/#{expanded_final_url_fingerprint}"
1803
+ end
1804
+
1805
+ ##
1806
+ # Create a fully-qualified Experiment resource string.
1807
+ #
1808
+ # The resource will be in the following format:
1809
+ #
1810
+ # `customers/{customer_id}/experiments/{trial_id}`
1811
+ #
1812
+ # @param customer_id [String]
1813
+ # @param trial_id [String]
1814
+ #
1815
+ # @return [::String]
1816
+ def experiment_path customer_id:, trial_id:
1817
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1818
+
1819
+ "customers/#{customer_id}/experiments/#{trial_id}"
1820
+ end
1821
+
1822
+ ##
1823
+ # Create a fully-qualified ExperimentArm resource string.
1824
+ #
1825
+ # The resource will be in the following format:
1826
+ #
1827
+ # `customers/{customer_id}/experimentArms/{trial_id}~{trial_arm_id}`
1828
+ #
1829
+ # @param customer_id [String]
1830
+ # @param trial_id [String]
1831
+ # @param trial_arm_id [String]
1832
+ #
1833
+ # @return [::String]
1834
+ def experiment_arm_path customer_id:, trial_id:, trial_arm_id:
1835
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1836
+ raise ::ArgumentError, "trial_id cannot contain /" if trial_id.to_s.include? "/"
1837
+
1838
+ "customers/#{customer_id}/experimentArms/#{trial_id}~#{trial_arm_id}"
1839
+ end
1840
+
1841
+ ##
1842
+ # Create a fully-qualified ExtensionFeedItem resource string.
1843
+ #
1844
+ # The resource will be in the following format:
1845
+ #
1846
+ # `customers/{customer_id}/extensionFeedItems/{feed_item_id}`
1847
+ #
1848
+ # @param customer_id [String]
1849
+ # @param feed_item_id [String]
1850
+ #
1851
+ # @return [::String]
1852
+ def extension_feed_item_path customer_id:, feed_item_id:
1853
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1854
+
1855
+ "customers/#{customer_id}/extensionFeedItems/#{feed_item_id}"
1856
+ end
1857
+
1858
+ ##
1859
+ # Create a fully-qualified Feed resource string.
1860
+ #
1861
+ # The resource will be in the following format:
1862
+ #
1863
+ # `customers/{customer_id}/feeds/{feed_id}`
1864
+ #
1865
+ # @param customer_id [String]
1866
+ # @param feed_id [String]
1867
+ #
1868
+ # @return [::String]
1869
+ def feed_path customer_id:, feed_id:
1870
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1871
+
1872
+ "customers/#{customer_id}/feeds/#{feed_id}"
1873
+ end
1874
+
1875
+ ##
1876
+ # Create a fully-qualified FeedItem resource string.
1877
+ #
1878
+ # The resource will be in the following format:
1879
+ #
1880
+ # `customers/{customer_id}/feedItems/{feed_id}~{feed_item_id}`
1881
+ #
1882
+ # @param customer_id [String]
1883
+ # @param feed_id [String]
1884
+ # @param feed_item_id [String]
1885
+ #
1886
+ # @return [::String]
1887
+ def feed_item_path customer_id:, feed_id:, feed_item_id:
1888
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1889
+ raise ::ArgumentError, "feed_id cannot contain /" if feed_id.to_s.include? "/"
1890
+
1891
+ "customers/#{customer_id}/feedItems/#{feed_id}~#{feed_item_id}"
1892
+ end
1893
+
1894
+ ##
1895
+ # Create a fully-qualified FeedItemSet resource string.
1896
+ #
1897
+ # The resource will be in the following format:
1898
+ #
1899
+ # `customers/{customer_id}/feedItemSets/{feed_id}~{feed_item_set_id}`
1900
+ #
1901
+ # @param customer_id [String]
1902
+ # @param feed_id [String]
1903
+ # @param feed_item_set_id [String]
1904
+ #
1905
+ # @return [::String]
1906
+ def feed_item_set_path customer_id:, feed_id:, feed_item_set_id:
1907
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1908
+ raise ::ArgumentError, "feed_id cannot contain /" if feed_id.to_s.include? "/"
1909
+
1910
+ "customers/#{customer_id}/feedItemSets/#{feed_id}~#{feed_item_set_id}"
1911
+ end
1912
+
1913
+ ##
1914
+ # Create a fully-qualified FeedItemSetLink resource string.
1915
+ #
1916
+ # The resource will be in the following format:
1917
+ #
1918
+ # `customers/{customer_id}/feedItemSetLinks/{feed_id}~{feed_item_set_id}~{feed_item_id}`
1919
+ #
1920
+ # @param customer_id [String]
1921
+ # @param feed_id [String]
1922
+ # @param feed_item_set_id [String]
1923
+ # @param feed_item_id [String]
1924
+ #
1925
+ # @return [::String]
1926
+ def feed_item_set_link_path customer_id:, feed_id:, feed_item_set_id:, feed_item_id:
1927
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1928
+ raise ::ArgumentError, "feed_id cannot contain /" if feed_id.to_s.include? "/"
1929
+ raise ::ArgumentError, "feed_item_set_id cannot contain /" if feed_item_set_id.to_s.include? "/"
1930
+
1931
+ "customers/#{customer_id}/feedItemSetLinks/#{feed_id}~#{feed_item_set_id}~#{feed_item_id}"
1932
+ end
1933
+
1934
+ ##
1935
+ # Create a fully-qualified FeedItemTarget resource string.
1936
+ #
1937
+ # The resource will be in the following format:
1938
+ #
1939
+ # `customers/{customer_id}/feedItemTargets/{feed_id}~{feed_item_id}~{feed_item_target_type}~{feed_item_target_id}`
1940
+ #
1941
+ # @param customer_id [String]
1942
+ # @param feed_id [String]
1943
+ # @param feed_item_id [String]
1944
+ # @param feed_item_target_type [String]
1945
+ # @param feed_item_target_id [String]
1946
+ #
1947
+ # @return [::String]
1948
+ def feed_item_target_path customer_id:, feed_id:, feed_item_id:, feed_item_target_type:, feed_item_target_id:
1949
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1950
+ raise ::ArgumentError, "feed_id cannot contain /" if feed_id.to_s.include? "/"
1951
+ raise ::ArgumentError, "feed_item_id cannot contain /" if feed_item_id.to_s.include? "/"
1952
+ raise ::ArgumentError,
1953
+ "feed_item_target_type cannot contain /" if feed_item_target_type.to_s.include? "/"
1954
+
1955
+ "customers/#{customer_id}/feedItemTargets/#{feed_id}~#{feed_item_id}~#{feed_item_target_type}~#{feed_item_target_id}"
1956
+ end
1957
+
1958
+ ##
1959
+ # Create a fully-qualified FeedMapping resource string.
1960
+ #
1961
+ # The resource will be in the following format:
1962
+ #
1963
+ # `customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}`
1964
+ #
1965
+ # @param customer_id [String]
1966
+ # @param feed_id [String]
1967
+ # @param feed_mapping_id [String]
1968
+ #
1969
+ # @return [::String]
1970
+ def feed_mapping_path customer_id:, feed_id:, feed_mapping_id:
1971
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1972
+ raise ::ArgumentError, "feed_id cannot contain /" if feed_id.to_s.include? "/"
1973
+
1974
+ "customers/#{customer_id}/feedMappings/#{feed_id}~#{feed_mapping_id}"
1975
+ end
1976
+
1977
+ ##
1978
+ # Create a fully-qualified FeedPlaceholderView resource string.
1979
+ #
1980
+ # The resource will be in the following format:
1981
+ #
1982
+ # `customers/{customer_id}/feedPlaceholderViews/{placeholder_type}`
1983
+ #
1984
+ # @param customer_id [String]
1985
+ # @param placeholder_type [String]
1986
+ #
1987
+ # @return [::String]
1988
+ def feed_placeholder_view_path customer_id:, placeholder_type:
1989
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
1990
+
1991
+ "customers/#{customer_id}/feedPlaceholderViews/#{placeholder_type}"
1992
+ end
1993
+
1994
+ ##
1995
+ # Create a fully-qualified GenderView resource string.
1996
+ #
1997
+ # The resource will be in the following format:
1998
+ #
1999
+ # `customers/{customer_id}/genderViews/{ad_group_id}~{criterion_id}`
2000
+ #
2001
+ # @param customer_id [String]
2002
+ # @param ad_group_id [String]
2003
+ # @param criterion_id [String]
2004
+ #
2005
+ # @return [::String]
2006
+ def gender_view_path customer_id:, ad_group_id:, criterion_id:
2007
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2008
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
2009
+
2010
+ "customers/#{customer_id}/genderViews/#{ad_group_id}~#{criterion_id}"
2011
+ end
2012
+
2013
+ ##
2014
+ # Create a fully-qualified GeoTargetConstant resource string.
2015
+ #
2016
+ # The resource will be in the following format:
2017
+ #
2018
+ # `geoTargetConstants/{criterion_id}`
2019
+ #
2020
+ # @param criterion_id [String]
2021
+ #
2022
+ # @return [::String]
2023
+ def geo_target_constant_path criterion_id:
2024
+ "geoTargetConstants/#{criterion_id}"
2025
+ end
2026
+
2027
+ ##
2028
+ # Create a fully-qualified GeographicView resource string.
2029
+ #
2030
+ # The resource will be in the following format:
2031
+ #
2032
+ # `customers/{customer_id}/geographicViews/{country_criterion_id}~{location_type}`
2033
+ #
2034
+ # @param customer_id [String]
2035
+ # @param country_criterion_id [String]
2036
+ # @param location_type [String]
2037
+ #
2038
+ # @return [::String]
2039
+ def geographic_view_path customer_id:, country_criterion_id:, location_type:
2040
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2041
+ raise ::ArgumentError, "country_criterion_id cannot contain /" if country_criterion_id.to_s.include? "/"
2042
+
2043
+ "customers/#{customer_id}/geographicViews/#{country_criterion_id}~#{location_type}"
2044
+ end
2045
+
2046
+ ##
2047
+ # Create a fully-qualified GroupPlacementView resource string.
2048
+ #
2049
+ # The resource will be in the following format:
2050
+ #
2051
+ # `customers/{customer_id}/groupPlacementViews/{ad_group_id}~{base64_placement}`
2052
+ #
2053
+ # @param customer_id [String]
2054
+ # @param ad_group_id [String]
2055
+ # @param base64_placement [String]
2056
+ #
2057
+ # @return [::String]
2058
+ def group_placement_view_path customer_id:, ad_group_id:, base64_placement:
2059
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2060
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
2061
+
2062
+ "customers/#{customer_id}/groupPlacementViews/#{ad_group_id}~#{base64_placement}"
2063
+ end
2064
+
2065
+ ##
2066
+ # Create a fully-qualified HotelGroupView resource string.
2067
+ #
2068
+ # The resource will be in the following format:
2069
+ #
2070
+ # `customers/{customer_id}/hotelGroupViews/{ad_group_id}~{criterion_id}`
2071
+ #
2072
+ # @param customer_id [String]
2073
+ # @param ad_group_id [String]
2074
+ # @param criterion_id [String]
2075
+ #
2076
+ # @return [::String]
2077
+ def hotel_group_view_path customer_id:, ad_group_id:, criterion_id:
2078
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2079
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
2080
+
2081
+ "customers/#{customer_id}/hotelGroupViews/#{ad_group_id}~#{criterion_id}"
2082
+ end
2083
+
2084
+ ##
2085
+ # Create a fully-qualified HotelPerformanceView resource string.
2086
+ #
2087
+ # The resource will be in the following format:
2088
+ #
2089
+ # `customers/{customer_id}/hotelPerformanceView`
2090
+ #
2091
+ # @param customer_id [String]
2092
+ #
2093
+ # @return [::String]
2094
+ def hotel_performance_view_path customer_id:
2095
+ "customers/#{customer_id}/hotelPerformanceView"
2096
+ end
2097
+
2098
+ ##
2099
+ # Create a fully-qualified HotelReconciliation resource string.
2100
+ #
2101
+ # The resource will be in the following format:
2102
+ #
2103
+ # `customers/{customer_id}/hotelReconciliations/{commission_id}`
2104
+ #
2105
+ # @param customer_id [String]
2106
+ # @param commission_id [String]
2107
+ #
2108
+ # @return [::String]
2109
+ def hotel_reconciliation_path customer_id:, commission_id:
2110
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2111
+
2112
+ "customers/#{customer_id}/hotelReconciliations/#{commission_id}"
2113
+ end
2114
+
2115
+ ##
2116
+ # Create a fully-qualified IncomeRangeView resource string.
2117
+ #
2118
+ # The resource will be in the following format:
2119
+ #
2120
+ # `customers/{customer_id}/incomeRangeViews/{ad_group_id}~{criterion_id}`
2121
+ #
2122
+ # @param customer_id [String]
2123
+ # @param ad_group_id [String]
2124
+ # @param criterion_id [String]
2125
+ #
2126
+ # @return [::String]
2127
+ def income_range_view_path customer_id:, ad_group_id:, criterion_id:
2128
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2129
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
2130
+
2131
+ "customers/#{customer_id}/incomeRangeViews/#{ad_group_id}~#{criterion_id}"
2132
+ end
2133
+
2134
+ ##
2135
+ # Create a fully-qualified KeywordPlan resource string.
2136
+ #
2137
+ # The resource will be in the following format:
2138
+ #
2139
+ # `customers/{customer_id}/keywordPlans/{keyword_plan_id}`
2140
+ #
2141
+ # @param customer_id [String]
2142
+ # @param keyword_plan_id [String]
2143
+ #
2144
+ # @return [::String]
2145
+ def keyword_plan_path customer_id:, keyword_plan_id:
2146
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2147
+
2148
+ "customers/#{customer_id}/keywordPlans/#{keyword_plan_id}"
2149
+ end
2150
+
2151
+ ##
2152
+ # Create a fully-qualified KeywordPlanAdGroup resource string.
2153
+ #
2154
+ # The resource will be in the following format:
2155
+ #
2156
+ # `customers/{customer_id}/keywordPlanAdGroups/{keyword_plan_ad_group_id}`
2157
+ #
2158
+ # @param customer_id [String]
2159
+ # @param keyword_plan_ad_group_id [String]
2160
+ #
2161
+ # @return [::String]
2162
+ def keyword_plan_ad_group_path customer_id:, keyword_plan_ad_group_id:
2163
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2164
+
2165
+ "customers/#{customer_id}/keywordPlanAdGroups/#{keyword_plan_ad_group_id}"
2166
+ end
2167
+
2168
+ ##
2169
+ # Create a fully-qualified KeywordPlanAdGroupKeyword resource string.
2170
+ #
2171
+ # The resource will be in the following format:
2172
+ #
2173
+ # `customers/{customer_id}/keywordPlanAdGroupKeywords/{keyword_plan_ad_group_keyword_id}`
2174
+ #
2175
+ # @param customer_id [String]
2176
+ # @param keyword_plan_ad_group_keyword_id [String]
2177
+ #
2178
+ # @return [::String]
2179
+ def keyword_plan_ad_group_keyword_path customer_id:, keyword_plan_ad_group_keyword_id:
2180
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2181
+
2182
+ "customers/#{customer_id}/keywordPlanAdGroupKeywords/#{keyword_plan_ad_group_keyword_id}"
2183
+ end
2184
+
2185
+ ##
2186
+ # Create a fully-qualified KeywordPlanCampaign resource string.
2187
+ #
2188
+ # The resource will be in the following format:
2189
+ #
2190
+ # `customers/{customer_id}/keywordPlanCampaigns/{keyword_plan_campaign_id}`
2191
+ #
2192
+ # @param customer_id [String]
2193
+ # @param keyword_plan_campaign_id [String]
2194
+ #
2195
+ # @return [::String]
2196
+ def keyword_plan_campaign_path customer_id:, keyword_plan_campaign_id:
2197
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2198
+
2199
+ "customers/#{customer_id}/keywordPlanCampaigns/#{keyword_plan_campaign_id}"
2200
+ end
2201
+
2202
+ ##
2203
+ # Create a fully-qualified KeywordPlanCampaignKeyword resource string.
2204
+ #
2205
+ # The resource will be in the following format:
2206
+ #
2207
+ # `customers/{customer_id}/keywordPlanCampaignKeywords/{keyword_plan_campaign_keyword_id}`
2208
+ #
2209
+ # @param customer_id [String]
2210
+ # @param keyword_plan_campaign_keyword_id [String]
2211
+ #
2212
+ # @return [::String]
2213
+ def keyword_plan_campaign_keyword_path customer_id:, keyword_plan_campaign_keyword_id:
2214
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2215
+
2216
+ "customers/#{customer_id}/keywordPlanCampaignKeywords/#{keyword_plan_campaign_keyword_id}"
2217
+ end
2218
+
2219
+ ##
2220
+ # Create a fully-qualified KeywordThemeConstant resource string.
2221
+ #
2222
+ # The resource will be in the following format:
2223
+ #
2224
+ # `keywordThemeConstants/{express_category_id}~{express_sub_category_id}`
2225
+ #
2226
+ # @param express_category_id [String]
2227
+ # @param express_sub_category_id [String]
2228
+ #
2229
+ # @return [::String]
2230
+ def keyword_theme_constant_path express_category_id:, express_sub_category_id:
2231
+ raise ::ArgumentError, "express_category_id cannot contain /" if express_category_id.to_s.include? "/"
2232
+
2233
+ "keywordThemeConstants/#{express_category_id}~#{express_sub_category_id}"
2234
+ end
2235
+
2236
+ ##
2237
+ # Create a fully-qualified KeywordView resource string.
2238
+ #
2239
+ # The resource will be in the following format:
2240
+ #
2241
+ # `customers/{customer_id}/keywordViews/{ad_group_id}~{criterion_id}`
2242
+ #
2243
+ # @param customer_id [String]
2244
+ # @param ad_group_id [String]
2245
+ # @param criterion_id [String]
2246
+ #
2247
+ # @return [::String]
2248
+ def keyword_view_path customer_id:, ad_group_id:, criterion_id:
2249
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2250
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
2251
+
2252
+ "customers/#{customer_id}/keywordViews/#{ad_group_id}~#{criterion_id}"
2253
+ end
2254
+
2255
+ ##
2256
+ # Create a fully-qualified Label resource string.
2257
+ #
2258
+ # The resource will be in the following format:
2259
+ #
2260
+ # `customers/{customer_id}/labels/{label_id}`
2261
+ #
2262
+ # @param customer_id [String]
2263
+ # @param label_id [String]
2264
+ #
2265
+ # @return [::String]
2266
+ def label_path customer_id:, label_id:
2267
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2268
+
2269
+ "customers/#{customer_id}/labels/#{label_id}"
2270
+ end
2271
+
2272
+ ##
2273
+ # Create a fully-qualified LandingPageView resource string.
2274
+ #
2275
+ # The resource will be in the following format:
2276
+ #
2277
+ # `customers/{customer_id}/landingPageViews/{unexpanded_final_url_fingerprint}`
2278
+ #
2279
+ # @param customer_id [String]
2280
+ # @param unexpanded_final_url_fingerprint [String]
2281
+ #
2282
+ # @return [::String]
2283
+ def landing_page_view_path customer_id:, unexpanded_final_url_fingerprint:
2284
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2285
+
2286
+ "customers/#{customer_id}/landingPageViews/#{unexpanded_final_url_fingerprint}"
2287
+ end
2288
+
2289
+ ##
2290
+ # Create a fully-qualified LanguageConstant resource string.
2291
+ #
2292
+ # The resource will be in the following format:
2293
+ #
2294
+ # `languageConstants/{criterion_id}`
2295
+ #
2296
+ # @param criterion_id [String]
2297
+ #
2298
+ # @return [::String]
2299
+ def language_constant_path criterion_id:
2300
+ "languageConstants/#{criterion_id}"
2301
+ end
2302
+
2303
+ ##
2304
+ # Create a fully-qualified LeadFormSubmissionData resource string.
2305
+ #
2306
+ # The resource will be in the following format:
2307
+ #
2308
+ # `customers/{customer_id}/leadFormSubmissionData/{lead_form_user_submission_id}`
2309
+ #
2310
+ # @param customer_id [String]
2311
+ # @param lead_form_user_submission_id [String]
2312
+ #
2313
+ # @return [::String]
2314
+ def lead_form_submission_data_path customer_id:, lead_form_user_submission_id:
2315
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2316
+
2317
+ "customers/#{customer_id}/leadFormSubmissionData/#{lead_form_user_submission_id}"
2318
+ end
2319
+
2320
+ ##
2321
+ # Create a fully-qualified LifeEvent resource string.
2322
+ #
2323
+ # The resource will be in the following format:
2324
+ #
2325
+ # `customers/{customer_id}/lifeEvents/{life_event_id}`
2326
+ #
2327
+ # @param customer_id [String]
2328
+ # @param life_event_id [String]
2329
+ #
2330
+ # @return [::String]
2331
+ def life_event_path customer_id:, life_event_id:
2332
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2333
+
2334
+ "customers/#{customer_id}/lifeEvents/#{life_event_id}"
2335
+ end
2336
+
2337
+ ##
2338
+ # Create a fully-qualified LocationView resource string.
2339
+ #
2340
+ # The resource will be in the following format:
2341
+ #
2342
+ # `customers/{customer_id}/locationViews/{campaign_id}~{criterion_id}`
2343
+ #
2344
+ # @param customer_id [String]
2345
+ # @param campaign_id [String]
2346
+ # @param criterion_id [String]
2347
+ #
2348
+ # @return [::String]
2349
+ def location_view_path customer_id:, campaign_id:, criterion_id:
2350
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2351
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
2352
+
2353
+ "customers/#{customer_id}/locationViews/#{campaign_id}~#{criterion_id}"
2354
+ end
2355
+
2356
+ ##
2357
+ # Create a fully-qualified ManagedPlacementView resource string.
2358
+ #
2359
+ # The resource will be in the following format:
2360
+ #
2361
+ # `customers/{customer_id}/managedPlacementViews/{ad_group_id}~{criterion_id}`
2362
+ #
2363
+ # @param customer_id [String]
2364
+ # @param ad_group_id [String]
2365
+ # @param criterion_id [String]
2366
+ #
2367
+ # @return [::String]
2368
+ def managed_placement_view_path customer_id:, ad_group_id:, criterion_id:
2369
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2370
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
2371
+
2372
+ "customers/#{customer_id}/managedPlacementViews/#{ad_group_id}~#{criterion_id}"
2373
+ end
2374
+
2375
+ ##
2376
+ # Create a fully-qualified MediaFile resource string.
2377
+ #
2378
+ # The resource will be in the following format:
2379
+ #
2380
+ # `customers/{customer_id}/mediaFiles/{media_file_id}`
2381
+ #
2382
+ # @param customer_id [String]
2383
+ # @param media_file_id [String]
2384
+ #
2385
+ # @return [::String]
2386
+ def media_file_path customer_id:, media_file_id:
2387
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2388
+
2389
+ "customers/#{customer_id}/mediaFiles/#{media_file_id}"
2390
+ end
2391
+
2392
+ ##
2393
+ # Create a fully-qualified MobileAppCategoryConstant resource string.
2394
+ #
2395
+ # The resource will be in the following format:
2396
+ #
2397
+ # `mobileAppCategoryConstants/{mobile_app_category_id}`
2398
+ #
2399
+ # @param mobile_app_category_id [String]
2400
+ #
2401
+ # @return [::String]
2402
+ def mobile_app_category_constant_path mobile_app_category_id:
2403
+ "mobileAppCategoryConstants/#{mobile_app_category_id}"
2404
+ end
2405
+
2406
+ ##
2407
+ # Create a fully-qualified MobileDeviceConstant resource string.
2408
+ #
2409
+ # The resource will be in the following format:
2410
+ #
2411
+ # `mobileDeviceConstants/{criterion_id}`
2412
+ #
2413
+ # @param criterion_id [String]
2414
+ #
2415
+ # @return [::String]
2416
+ def mobile_device_constant_path criterion_id:
2417
+ "mobileDeviceConstants/#{criterion_id}"
2418
+ end
2419
+
2420
+ ##
2421
+ # Create a fully-qualified OfflineUserDataJob resource string.
2422
+ #
2423
+ # The resource will be in the following format:
2424
+ #
2425
+ # `customers/{customer_id}/offlineUserDataJobs/{offline_user_data_update_id}`
2426
+ #
2427
+ # @param customer_id [String]
2428
+ # @param offline_user_data_update_id [String]
2429
+ #
2430
+ # @return [::String]
2431
+ def offline_user_data_job_path customer_id:, offline_user_data_update_id:
2432
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2433
+
2434
+ "customers/#{customer_id}/offlineUserDataJobs/#{offline_user_data_update_id}"
2435
+ end
2436
+
2437
+ ##
2438
+ # Create a fully-qualified OperatingSystemVersionConstant resource string.
2439
+ #
2440
+ # The resource will be in the following format:
2441
+ #
2442
+ # `operatingSystemVersionConstants/{criterion_id}`
2443
+ #
2444
+ # @param criterion_id [String]
2445
+ #
2446
+ # @return [::String]
2447
+ def operating_system_version_constant_path criterion_id:
2448
+ "operatingSystemVersionConstants/#{criterion_id}"
2449
+ end
2450
+
2451
+ ##
2452
+ # Create a fully-qualified PaidOrganicSearchTermView resource string.
2453
+ #
2454
+ # The resource will be in the following format:
2455
+ #
2456
+ # `customers/{customer_id}/paidOrganicSearchTermViews/{campaign_id}~{ad_group_id}~{base64_search_term}`
2457
+ #
2458
+ # @param customer_id [String]
2459
+ # @param campaign_id [String]
2460
+ # @param ad_group_id [String]
2461
+ # @param base64_search_term [String]
2462
+ #
2463
+ # @return [::String]
2464
+ def paid_organic_search_term_view_path customer_id:, campaign_id:, ad_group_id:, base64_search_term:
2465
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2466
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
2467
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
2468
+
2469
+ "customers/#{customer_id}/paidOrganicSearchTermViews/#{campaign_id}~#{ad_group_id}~#{base64_search_term}"
2470
+ end
2471
+
2472
+ ##
2473
+ # Create a fully-qualified ParentalStatusView resource string.
2474
+ #
2475
+ # The resource will be in the following format:
2476
+ #
2477
+ # `customers/{customer_id}/parentalStatusViews/{ad_group_id}~{criterion_id}`
2478
+ #
2479
+ # @param customer_id [String]
2480
+ # @param ad_group_id [String]
2481
+ # @param criterion_id [String]
2482
+ #
2483
+ # @return [::String]
2484
+ def parental_status_view_path customer_id:, ad_group_id:, criterion_id:
2485
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2486
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
2487
+
2488
+ "customers/#{customer_id}/parentalStatusViews/#{ad_group_id}~#{criterion_id}"
2489
+ end
2490
+
2491
+ ##
2492
+ # Create a fully-qualified PaymentsAccount resource string.
2493
+ #
2494
+ # The resource will be in the following format:
2495
+ #
2496
+ # `customers/{customer_id}/paymentsAccounts/{payments_account_id}`
2497
+ #
2498
+ # @param customer_id [String]
2499
+ # @param payments_account_id [String]
2500
+ #
2501
+ # @return [::String]
2502
+ def payments_account_path customer_id:, payments_account_id:
2503
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2504
+
2505
+ "customers/#{customer_id}/paymentsAccounts/#{payments_account_id}"
2506
+ end
2507
+
2508
+ ##
2509
+ # Create a fully-qualified ProductBiddingCategoryConstant resource string.
2510
+ #
2511
+ # The resource will be in the following format:
2512
+ #
2513
+ # `productBiddingCategoryConstants/{country_code}~{level}~{id}`
2514
+ #
2515
+ # @param country_code [String]
2516
+ # @param level [String]
2517
+ # @param id [String]
2518
+ #
2519
+ # @return [::String]
2520
+ def product_bidding_category_constant_path country_code:, level:, id:
2521
+ raise ::ArgumentError, "country_code cannot contain /" if country_code.to_s.include? "/"
2522
+ raise ::ArgumentError, "level cannot contain /" if level.to_s.include? "/"
2523
+
2524
+ "productBiddingCategoryConstants/#{country_code}~#{level}~#{id}"
2525
+ end
2526
+
2527
+ ##
2528
+ # Create a fully-qualified ProductGroupView resource string.
2529
+ #
2530
+ # The resource will be in the following format:
2531
+ #
2532
+ # `customers/{customer_id}/productGroupViews/{adgroup_id}~{criterion_id}`
2533
+ #
2534
+ # @param customer_id [String]
2535
+ # @param adgroup_id [String]
2536
+ # @param criterion_id [String]
2537
+ #
2538
+ # @return [::String]
2539
+ def product_group_view_path customer_id:, adgroup_id:, criterion_id:
2540
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2541
+ raise ::ArgumentError, "adgroup_id cannot contain /" if adgroup_id.to_s.include? "/"
2542
+
2543
+ "customers/#{customer_id}/productGroupViews/#{adgroup_id}~#{criterion_id}"
2544
+ end
2545
+
2546
+ ##
2547
+ # Create a fully-qualified Recommendation resource string.
2548
+ #
2549
+ # The resource will be in the following format:
2550
+ #
2551
+ # `customers/{customer_id}/recommendations/{recommendation_id}`
2552
+ #
2553
+ # @param customer_id [String]
2554
+ # @param recommendation_id [String]
2555
+ #
2556
+ # @return [::String]
2557
+ def recommendation_path customer_id:, recommendation_id:
2558
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2559
+
2560
+ "customers/#{customer_id}/recommendations/#{recommendation_id}"
2561
+ end
2562
+
2563
+ ##
2564
+ # Create a fully-qualified RemarketingAction resource string.
2565
+ #
2566
+ # The resource will be in the following format:
2567
+ #
2568
+ # `customers/{customer_id}/remarketingActions/{remarketing_action_id}`
2569
+ #
2570
+ # @param customer_id [String]
2571
+ # @param remarketing_action_id [String]
2572
+ #
2573
+ # @return [::String]
2574
+ def remarketing_action_path customer_id:, remarketing_action_id:
2575
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2576
+
2577
+ "customers/#{customer_id}/remarketingActions/#{remarketing_action_id}"
2578
+ end
2579
+
2580
+ ##
2581
+ # Create a fully-qualified SearchTermView resource string.
2582
+ #
2583
+ # The resource will be in the following format:
2584
+ #
2585
+ # `customers/{customer_id}/searchTermViews/{campaign_id}~{ad_group_id}~{query}`
2586
+ #
2587
+ # @param customer_id [String]
2588
+ # @param campaign_id [String]
2589
+ # @param ad_group_id [String]
2590
+ # @param query [String]
2591
+ #
2592
+ # @return [::String]
2593
+ def search_term_view_path customer_id:, campaign_id:, ad_group_id:, query:
2594
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2595
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
2596
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
2597
+
2598
+ "customers/#{customer_id}/searchTermViews/#{campaign_id}~#{ad_group_id}~#{query}"
2599
+ end
2600
+
2601
+ ##
2602
+ # Create a fully-qualified SharedCriterion resource string.
2603
+ #
2604
+ # The resource will be in the following format:
2605
+ #
2606
+ # `customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}`
2607
+ #
2608
+ # @param customer_id [String]
2609
+ # @param shared_set_id [String]
2610
+ # @param criterion_id [String]
2611
+ #
2612
+ # @return [::String]
2613
+ def shared_criterion_path customer_id:, shared_set_id:, criterion_id:
2614
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2615
+ raise ::ArgumentError, "shared_set_id cannot contain /" if shared_set_id.to_s.include? "/"
2616
+
2617
+ "customers/#{customer_id}/sharedCriteria/#{shared_set_id}~#{criterion_id}"
2618
+ end
2619
+
2620
+ ##
2621
+ # Create a fully-qualified SharedSet resource string.
2622
+ #
2623
+ # The resource will be in the following format:
2624
+ #
2625
+ # `customers/{customer_id}/sharedSets/{shared_set_id}`
2626
+ #
2627
+ # @param customer_id [String]
2628
+ # @param shared_set_id [String]
2629
+ #
2630
+ # @return [::String]
2631
+ def shared_set_path customer_id:, shared_set_id:
2632
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2633
+
2634
+ "customers/#{customer_id}/sharedSets/#{shared_set_id}"
2635
+ end
2636
+
2637
+ ##
2638
+ # Create a fully-qualified ShoppingPerformanceView resource string.
2639
+ #
2640
+ # The resource will be in the following format:
2641
+ #
2642
+ # `customers/{customer_id}/shoppingPerformanceView`
2643
+ #
2644
+ # @param customer_id [String]
2645
+ #
2646
+ # @return [::String]
2647
+ def shopping_performance_view_path customer_id:
2648
+ "customers/#{customer_id}/shoppingPerformanceView"
2649
+ end
2650
+
2651
+ ##
2652
+ # Create a fully-qualified SmartCampaignSearchTermView resource string.
2653
+ #
2654
+ # The resource will be in the following format:
2655
+ #
2656
+ # `customers/{customer_id}/smartCampaignSearchTermViews/{campaign_id}~{query}`
2657
+ #
2658
+ # @param customer_id [String]
2659
+ # @param campaign_id [String]
2660
+ # @param query [String]
2661
+ #
2662
+ # @return [::String]
2663
+ def smart_campaign_search_term_view_path customer_id:, campaign_id:, query:
2664
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2665
+ raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
2666
+
2667
+ "customers/#{customer_id}/smartCampaignSearchTermViews/#{campaign_id}~#{query}"
2668
+ end
2669
+
2670
+ ##
2671
+ # Create a fully-qualified SmartCampaignSetting resource string.
2672
+ #
2673
+ # The resource will be in the following format:
2674
+ #
2675
+ # `customers/{customer_id}/smartCampaignSettings/{campaign_id}`
2676
+ #
2677
+ # @param customer_id [String]
2678
+ # @param campaign_id [String]
2679
+ #
2680
+ # @return [::String]
2681
+ def smart_campaign_setting_path customer_id:, campaign_id:
2682
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2683
+
2684
+ "customers/#{customer_id}/smartCampaignSettings/#{campaign_id}"
2685
+ end
2686
+
2687
+ ##
2688
+ # Create a fully-qualified ThirdPartyAppAnalyticsLink resource string.
2689
+ #
2690
+ # The resource will be in the following format:
2691
+ #
2692
+ # `customers/{customer_id}/thirdPartyAppAnalyticsLinks/{customer_link_id}`
2693
+ #
2694
+ # @param customer_id [String]
2695
+ # @param customer_link_id [String]
2696
+ #
2697
+ # @return [::String]
2698
+ def third_party_app_analytics_link_path customer_id:, customer_link_id:
2699
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2700
+
2701
+ "customers/#{customer_id}/thirdPartyAppAnalyticsLinks/#{customer_link_id}"
2702
+ end
2703
+
2704
+ ##
2705
+ # Create a fully-qualified TopicConstant resource string.
2706
+ #
2707
+ # The resource will be in the following format:
2708
+ #
2709
+ # `topicConstants/{topic_id}`
2710
+ #
2711
+ # @param topic_id [String]
2712
+ #
2713
+ # @return [::String]
2714
+ def topic_constant_path topic_id:
2715
+ "topicConstants/#{topic_id}"
2716
+ end
2717
+
2718
+ ##
2719
+ # Create a fully-qualified TopicView resource string.
2720
+ #
2721
+ # The resource will be in the following format:
2722
+ #
2723
+ # `customers/{customer_id}/topicViews/{ad_group_id}~{criterion_id}`
2724
+ #
2725
+ # @param customer_id [String]
2726
+ # @param ad_group_id [String]
2727
+ # @param criterion_id [String]
2728
+ #
2729
+ # @return [::String]
2730
+ def topic_view_path customer_id:, ad_group_id:, criterion_id:
2731
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2732
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
2733
+
2734
+ "customers/#{customer_id}/topicViews/#{ad_group_id}~#{criterion_id}"
2735
+ end
2736
+
2737
+ ##
2738
+ # Create a fully-qualified UserInterest resource string.
2739
+ #
2740
+ # The resource will be in the following format:
2741
+ #
2742
+ # `customers/{customer_id}/userInterests/{user_interest_id}`
2743
+ #
2744
+ # @param customer_id [String]
2745
+ # @param user_interest_id [String]
2746
+ #
2747
+ # @return [::String]
2748
+ def user_interest_path customer_id:, user_interest_id:
2749
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2750
+
2751
+ "customers/#{customer_id}/userInterests/#{user_interest_id}"
2752
+ end
2753
+
2754
+ ##
2755
+ # Create a fully-qualified UserList resource string.
2756
+ #
2757
+ # The resource will be in the following format:
2758
+ #
2759
+ # `customers/{customer_id}/userLists/{user_list_id}`
2760
+ #
2761
+ # @param customer_id [String]
2762
+ # @param user_list_id [String]
2763
+ #
2764
+ # @return [::String]
2765
+ def user_list_path customer_id:, user_list_id:
2766
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2767
+
2768
+ "customers/#{customer_id}/userLists/#{user_list_id}"
2769
+ end
2770
+
2771
+ ##
2772
+ # Create a fully-qualified UserLocationView resource string.
2773
+ #
2774
+ # The resource will be in the following format:
2775
+ #
2776
+ # `customers/{customer_id}/userLocationViews/{country_criterion_id}~{is_targeting_location}`
2777
+ #
2778
+ # @param customer_id [String]
2779
+ # @param country_criterion_id [String]
2780
+ # @param is_targeting_location [String]
2781
+ #
2782
+ # @return [::String]
2783
+ def user_location_view_path customer_id:, country_criterion_id:, is_targeting_location:
2784
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2785
+ raise ::ArgumentError, "country_criterion_id cannot contain /" if country_criterion_id.to_s.include? "/"
2786
+
2787
+ "customers/#{customer_id}/userLocationViews/#{country_criterion_id}~#{is_targeting_location}"
2788
+ end
2789
+
2790
+ ##
2791
+ # Create a fully-qualified Video resource string.
2792
+ #
2793
+ # The resource will be in the following format:
2794
+ #
2795
+ # `customers/{customer_id}/videos/{video_id}`
2796
+ #
2797
+ # @param customer_id [String]
2798
+ # @param video_id [String]
2799
+ #
2800
+ # @return [::String]
2801
+ def video_path customer_id:, video_id:
2802
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2803
+
2804
+ "customers/#{customer_id}/videos/#{video_id}"
2805
+ end
2806
+
2807
+ ##
2808
+ # Create a fully-qualified WebpageView resource string.
2809
+ #
2810
+ # The resource will be in the following format:
2811
+ #
2812
+ # `customers/{customer_id}/webpageViews/{ad_group_id}~{criterion_id}`
2813
+ #
2814
+ # @param customer_id [String]
2815
+ # @param ad_group_id [String]
2816
+ # @param criterion_id [String]
2817
+ #
2818
+ # @return [::String]
2819
+ def webpage_view_path customer_id:, ad_group_id:, criterion_id:
2820
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
2821
+ raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
2822
+
2823
+ "customers/#{customer_id}/webpageViews/#{ad_group_id}~#{criterion_id}"
2824
+ end
2825
+
2826
+ extend self
2827
+ end
2828
+ end
2829
+ end
2830
+ end
2831
+ end
2832
+ end
2833
+ end