google-ads-googleads 19.0.0 → 20.0.0

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