google-ads-googleads 35.2.0 → 36.0.0

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