google-ads-googleads 26.0.0 → 27.0.0

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