google-ads-googleads 15.0.0 → 16.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2532) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +4 -0
  3. data/README.md +6 -5
  4. data/Rakefile +6 -1
  5. data/lib/google/ads/google_ads/api_versions.rb +2 -2
  6. data/lib/google/ads/google_ads/factories/v10/enums.rb +3459 -0
  7. data/lib/google/ads/google_ads/factories/v10/operations.rb +6863 -0
  8. data/lib/google/ads/google_ads/factories/v10/resources.rb +8851 -0
  9. data/lib/google/ads/google_ads/factories/v10/services.rb +2131 -0
  10. data/lib/google/ads/google_ads/factories/v8/enums.rb +1374 -1374
  11. data/lib/google/ads/google_ads/factories/v8/operations.rb +468 -468
  12. data/lib/google/ads/google_ads/factories/v8/resources.rb +2540 -2540
  13. data/lib/google/ads/google_ads/factories/v8/services.rb +709 -709
  14. data/lib/google/ads/google_ads/factories/v9/enums.rb +1488 -1488
  15. data/lib/google/ads/google_ads/factories/v9/operations.rb +670 -670
  16. data/lib/google/ads/google_ads/factories/v9/resources.rb +3220 -3220
  17. data/lib/google/ads/google_ads/factories/v9/services.rb +781 -781
  18. data/lib/google/ads/google_ads/factories.rb +23 -23
  19. data/lib/google/ads/google_ads/utils/build_path_lookup_class.rb +13 -10
  20. data/lib/google/ads/google_ads/utils/path_lookup_definer.rb +9 -4
  21. data/lib/google/ads/google_ads/utils/v10/path_lookup_util.rb +31 -0
  22. data/lib/google/ads/google_ads/v10/common/ad_asset_pb.rb +43 -0
  23. data/lib/google/ads/google_ads/v10/common/ad_type_infos_pb.rb +281 -0
  24. data/lib/google/ads/google_ads/v10/common/asset_policy_pb.rb +30 -0
  25. data/lib/google/ads/google_ads/v10/common/asset_types_pb.rb +211 -0
  26. data/lib/google/ads/google_ads/v10/common/asset_usage_pb.rb +27 -0
  27. data/lib/google/ads/google_ads/v10/common/audiences_pb.rb +103 -0
  28. data/lib/google/ads/google_ads/v10/common/bidding_pb.rb +82 -0
  29. data/lib/google/ads/google_ads/v10/common/click_location_pb.rb +29 -0
  30. data/lib/google/ads/google_ads/v10/common/criteria_pb.rb +337 -0
  31. data/lib/google/ads/google_ads/v10/common/criterion_category_availability_pb.rb +43 -0
  32. data/lib/google/ads/google_ads/v10/common/custom_parameter_pb.rb +26 -0
  33. data/lib/google/ads/google_ads/v10/common/customizer_value_pb.rb +28 -0
  34. data/lib/google/ads/google_ads/v10/common/dates_pb.rb +37 -0
  35. data/lib/google/ads/google_ads/v10/common/explorer_auto_optimizer_setting_pb.rb +25 -0
  36. data/lib/google/ads/google_ads/v10/common/extensions_pb.rb +153 -0
  37. data/lib/google/ads/google_ads/v10/common/feed_common_pb.rb +26 -0
  38. data/lib/google/ads/google_ads/v10/common/feed_item_set_filter_type_infos_pb.rb +36 -0
  39. data/lib/google/ads/google_ads/v10/common/final_app_url_pb.rb +27 -0
  40. data/lib/google/ads/google_ads/v10/common/frequency_cap_pb.rb +36 -0
  41. data/lib/google/ads/google_ads/v10/common/keyword_plan_common_pb.rb +73 -0
  42. data/lib/google/ads/google_ads/v10/common/matching_function_pb.rb +61 -0
  43. data/lib/google/ads/google_ads/v10/common/metric_goal_pb.rb +28 -0
  44. data/lib/google/ads/google_ads/v10/common/metrics_pb.rb +151 -0
  45. data/lib/google/ads/google_ads/v10/common/offline_user_data_pb.rb +106 -0
  46. data/lib/google/ads/google_ads/v10/common/policy_pb.rb +100 -0
  47. data/lib/google/ads/google_ads/v10/common/policy_summary_pb.rb +30 -0
  48. data/lib/google/ads/google_ads/v10/common/real_time_bidding_setting_pb.rb +25 -0
  49. data/lib/google/ads/google_ads/v10/common/segments_pb.rb +157 -0
  50. data/lib/google/ads/google_ads/v10/common/simulation_pb.rb +152 -0
  51. data/lib/google/ads/google_ads/v10/common/tag_snippet_pb.rb +30 -0
  52. data/lib/google/ads/google_ads/v10/common/targeting_setting_pb.rb +44 -0
  53. data/lib/google/ads/google_ads/v10/common/text_label_pb.rb +26 -0
  54. data/lib/google/ads/google_ads/v10/common/url_collection_pb.rb +28 -0
  55. data/lib/google/ads/google_ads/v10/common/user_lists_pb.rb +123 -0
  56. data/lib/google/ads/google_ads/v10/common/value_pb.rb +31 -0
  57. data/lib/google/ads/google_ads/v10/enums/access_invitation_status_pb.rb +32 -0
  58. data/lib/google/ads/google_ads/v10/enums/access_reason_pb.rb +34 -0
  59. data/lib/google/ads/google_ads/v10/enums/access_role_pb.rb +33 -0
  60. data/lib/google/ads/google_ads/v10/enums/account_budget_proposal_status_pb.rb +34 -0
  61. data/lib/google/ads/google_ads/v10/enums/account_budget_proposal_type_pb.rb +33 -0
  62. data/lib/google/ads/google_ads/v10/enums/account_budget_status_pb.rb +32 -0
  63. data/lib/google/ads/google_ads/v10/enums/account_link_status_pb.rb +35 -0
  64. data/lib/google/ads/google_ads/v10/enums/ad_customizer_placeholder_field_pb.rb +33 -0
  65. data/lib/google/ads/google_ads/v10/enums/ad_destination_type_pb.rb +40 -0
  66. data/lib/google/ads/google_ads/v10/enums/ad_group_ad_rotation_mode_pb.rb +31 -0
  67. data/lib/google/ads/google_ads/v10/enums/ad_group_ad_status_pb.rb +32 -0
  68. data/lib/google/ads/google_ads/v10/enums/ad_group_criterion_approval_status_pb.rb +33 -0
  69. data/lib/google/ads/google_ads/v10/enums/ad_group_criterion_status_pb.rb +32 -0
  70. data/lib/google/ads/google_ads/v10/enums/ad_group_status_pb.rb +32 -0
  71. data/lib/google/ads/google_ads/v10/enums/ad_group_type_pb.rb +45 -0
  72. data/lib/google/ads/google_ads/v10/enums/ad_network_type_pb.rb +35 -0
  73. data/lib/google/ads/google_ads/v10/enums/ad_serving_optimization_status_pb.rb +34 -0
  74. data/lib/google/ads/google_ads/v10/enums/ad_strength_pb.rb +35 -0
  75. data/lib/google/ads/google_ads/v10/enums/ad_type_pb.rb +57 -0
  76. data/lib/google/ads/google_ads/v10/enums/advertising_channel_sub_type_pb.rb +46 -0
  77. data/lib/google/ads/google_ads/v10/enums/advertising_channel_type_pb.rb +39 -0
  78. data/lib/google/ads/google_ads/v10/enums/affiliate_location_feed_relationship_type_pb.rb +30 -0
  79. data/lib/google/ads/google_ads/v10/enums/affiliate_location_placeholder_field_pb.rb +40 -0
  80. data/lib/google/ads/google_ads/v10/enums/age_range_type_pb.rb +36 -0
  81. data/lib/google/ads/google_ads/v10/enums/app_campaign_app_store_pb.rb +31 -0
  82. data/lib/google/ads/google_ads/v10/enums/app_campaign_bidding_strategy_goal_type_pb.rb +35 -0
  83. data/lib/google/ads/google_ads/v10/enums/app_payment_model_type_pb.rb +30 -0
  84. data/lib/google/ads/google_ads/v10/enums/app_placeholder_field_pb.rb +37 -0
  85. data/lib/google/ads/google_ads/v10/enums/app_store_pb.rb +31 -0
  86. data/lib/google/ads/google_ads/v10/enums/app_url_operating_system_type_pb.rb +31 -0
  87. data/lib/google/ads/google_ads/v10/enums/asset_field_type_pb.rb +53 -0
  88. data/lib/google/ads/google_ads/v10/enums/asset_group_status_pb.rb +32 -0
  89. data/lib/google/ads/google_ads/v10/enums/asset_link_status_pb.rb +32 -0
  90. data/lib/google/ads/google_ads/v10/enums/asset_performance_label_pb.rb +34 -0
  91. data/lib/google/ads/google_ads/v10/enums/asset_set_asset_status_pb.rb +31 -0
  92. data/lib/google/ads/google_ads/v10/enums/asset_set_link_status_pb.rb +31 -0
  93. data/lib/google/ads/google_ads/v10/enums/asset_set_status_pb.rb +31 -0
  94. data/lib/google/ads/google_ads/v10/enums/asset_set_type_pb.rb +32 -0
  95. data/lib/google/ads/google_ads/v10/enums/asset_type_pb.rb +46 -0
  96. data/lib/google/ads/google_ads/v10/enums/async_action_status_pb.rb +34 -0
  97. data/lib/google/ads/google_ads/v10/enums/attribution_model_pb.rb +36 -0
  98. data/lib/google/ads/google_ads/v10/enums/audience_status_pb.rb +31 -0
  99. data/lib/google/ads/google_ads/v10/enums/batch_job_status_pb.rb +32 -0
  100. data/lib/google/ads/google_ads/v10/enums/bid_modifier_source_pb.rb +31 -0
  101. data/lib/google/ads/google_ads/v10/enums/bidding_source_pb.rb +32 -0
  102. data/lib/google/ads/google_ads/v10/enums/bidding_strategy_status_pb.rb +31 -0
  103. data/lib/google/ads/google_ads/v10/enums/bidding_strategy_type_pb.rb +45 -0
  104. data/lib/google/ads/google_ads/v10/enums/billing_setup_status_pb.rb +33 -0
  105. data/lib/google/ads/google_ads/v10/enums/brand_safety_suitability_pb.rb +32 -0
  106. data/lib/google/ads/google_ads/v10/enums/budget_campaign_association_status_pb.rb +31 -0
  107. data/lib/google/ads/google_ads/v10/enums/budget_delivery_method_pb.rb +31 -0
  108. data/lib/google/ads/google_ads/v10/enums/budget_period_pb.rb +31 -0
  109. data/lib/google/ads/google_ads/v10/enums/budget_status_pb.rb +31 -0
  110. data/lib/google/ads/google_ads/v10/enums/budget_type_pb.rb +33 -0
  111. data/lib/google/ads/google_ads/v10/enums/call_conversion_reporting_state_pb.rb +32 -0
  112. data/lib/google/ads/google_ads/v10/enums/call_placeholder_field_pb.rb +34 -0
  113. data/lib/google/ads/google_ads/v10/enums/call_to_action_type_pb.rb +38 -0
  114. data/lib/google/ads/google_ads/v10/enums/call_tracking_display_location_pb.rb +31 -0
  115. data/lib/google/ads/google_ads/v10/enums/call_type_pb.rb +31 -0
  116. data/lib/google/ads/google_ads/v10/enums/callout_placeholder_field_pb.rb +30 -0
  117. data/lib/google/ads/google_ads/v10/enums/campaign_criterion_status_pb.rb +32 -0
  118. data/lib/google/ads/google_ads/v10/enums/campaign_draft_status_pb.rb +34 -0
  119. data/lib/google/ads/google_ads/v10/enums/campaign_experiment_status_pb.rb +38 -0
  120. data/lib/google/ads/google_ads/v10/enums/campaign_experiment_traffic_split_type_pb.rb +31 -0
  121. data/lib/google/ads/google_ads/v10/enums/campaign_experiment_type_pb.rb +32 -0
  122. data/lib/google/ads/google_ads/v10/enums/campaign_serving_status_pb.rb +34 -0
  123. data/lib/google/ads/google_ads/v10/enums/campaign_shared_set_status_pb.rb +31 -0
  124. data/lib/google/ads/google_ads/v10/enums/campaign_status_pb.rb +32 -0
  125. data/lib/google/ads/google_ads/v10/enums/change_client_type_pb.rb +41 -0
  126. data/lib/google/ads/google_ads/v10/enums/change_event_resource_type_pb.rb +45 -0
  127. data/lib/google/ads/google_ads/v10/enums/change_status_operation_pb.rb +32 -0
  128. data/lib/google/ads/google_ads/v10/enums/change_status_resource_type_pb.rb +45 -0
  129. data/lib/google/ads/google_ads/v10/enums/click_type_pb.rb +82 -0
  130. data/lib/google/ads/google_ads/v10/enums/combined_audience_status_pb.rb +31 -0
  131. data/lib/google/ads/google_ads/v10/enums/content_label_type_pb.rb +44 -0
  132. data/lib/google/ads/google_ads/v10/enums/conversion_action_category_pb.rb +50 -0
  133. data/lib/google/ads/google_ads/v10/enums/conversion_action_counting_type_pb.rb +31 -0
  134. data/lib/google/ads/google_ads/v10/enums/conversion_action_status_pb.rb +32 -0
  135. data/lib/google/ads/google_ads/v10/enums/conversion_action_type_pb.rb +64 -0
  136. data/lib/google/ads/google_ads/v10/enums/conversion_adjustment_type_pb.rb +32 -0
  137. data/lib/google/ads/google_ads/v10/enums/conversion_attribution_event_type_pb.rb +31 -0
  138. data/lib/google/ads/google_ads/v10/enums/conversion_custom_variable_status_pb.rb +32 -0
  139. data/lib/google/ads/google_ads/v10/enums/conversion_lag_bucket_pb.rb +48 -0
  140. data/lib/google/ads/google_ads/v10/enums/conversion_or_adjustment_lag_bucket_pb.rb +70 -0
  141. data/lib/google/ads/google_ads/v10/enums/conversion_origin_pb.rb +35 -0
  142. data/lib/google/ads/google_ads/v10/enums/conversion_tracking_status_enum_pb.rb +33 -0
  143. data/lib/google/ads/google_ads/v10/enums/conversion_value_rule_primary_dimension_pb.rb +36 -0
  144. data/lib/google/ads/google_ads/v10/enums/conversion_value_rule_set_status_pb.rb +32 -0
  145. data/lib/google/ads/google_ads/v10/enums/conversion_value_rule_status_pb.rb +32 -0
  146. data/lib/google/ads/google_ads/v10/enums/criterion_category_channel_availability_mode_pb.rb +32 -0
  147. data/lib/google/ads/google_ads/v10/enums/criterion_category_locale_availability_mode_pb.rb +33 -0
  148. data/lib/google/ads/google_ads/v10/enums/criterion_system_serving_status_pb.rb +31 -0
  149. data/lib/google/ads/google_ads/v10/enums/criterion_type_pb.rb +63 -0
  150. data/lib/google/ads/google_ads/v10/enums/custom_audience_member_type_pb.rb +33 -0
  151. data/lib/google/ads/google_ads/v10/enums/custom_audience_status_pb.rb +31 -0
  152. data/lib/google/ads/google_ads/v10/enums/custom_audience_type_pb.rb +33 -0
  153. data/lib/google/ads/google_ads/v10/enums/custom_conversion_goal_status_pb.rb +31 -0
  154. data/lib/google/ads/google_ads/v10/enums/custom_interest_member_type_pb.rb +31 -0
  155. data/lib/google/ads/google_ads/v10/enums/custom_interest_status_pb.rb +31 -0
  156. data/lib/google/ads/google_ads/v10/enums/custom_interest_type_pb.rb +31 -0
  157. data/lib/google/ads/google_ads/v10/enums/custom_placeholder_field_pb.rb +49 -0
  158. data/lib/google/ads/google_ads/v10/enums/customer_match_upload_key_type_pb.rb +32 -0
  159. data/lib/google/ads/google_ads/v10/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +36 -0
  160. data/lib/google/ads/google_ads/v10/enums/customer_status_pb.rb +33 -0
  161. data/lib/google/ads/google_ads/v10/enums/customizer_attribute_status_pb.rb +31 -0
  162. data/lib/google/ads/google_ads/v10/enums/customizer_attribute_type_pb.rb +33 -0
  163. data/lib/google/ads/google_ads/v10/enums/customizer_value_status_pb.rb +31 -0
  164. data/lib/google/ads/google_ads/v10/enums/data_driven_model_status_pb.rb +33 -0
  165. data/lib/google/ads/google_ads/v10/enums/day_of_week_pb.rb +36 -0
  166. data/lib/google/ads/google_ads/v10/enums/device_pb.rb +34 -0
  167. data/lib/google/ads/google_ads/v10/enums/display_ad_format_setting_pb.rb +32 -0
  168. data/lib/google/ads/google_ads/v10/enums/display_upload_product_type_pb.rb +39 -0
  169. data/lib/google/ads/google_ads/v10/enums/distance_bucket_pb.rb +56 -0
  170. data/lib/google/ads/google_ads/v10/enums/dsa_page_feed_criterion_field_pb.rb +31 -0
  171. data/lib/google/ads/google_ads/v10/enums/education_placeholder_field_pb.rb +46 -0
  172. data/lib/google/ads/google_ads/v10/enums/experiment_metric_direction_pb.rb +34 -0
  173. data/lib/google/ads/google_ads/v10/enums/experiment_metric_pb.rb +42 -0
  174. data/lib/google/ads/google_ads/v10/enums/experiment_status_pb.rb +36 -0
  175. data/lib/google/ads/google_ads/v10/enums/experiment_type_pb.rb +40 -0
  176. data/lib/google/ads/google_ads/v10/enums/extension_setting_device_pb.rb +31 -0
  177. data/lib/google/ads/google_ads/v10/enums/extension_type_pb.rb +42 -0
  178. data/lib/google/ads/google_ads/v10/enums/external_conversion_source_pb.rb +57 -0
  179. data/lib/google/ads/google_ads/v10/enums/feed_attribute_type_pb.rb +42 -0
  180. data/lib/google/ads/google_ads/v10/enums/feed_item_quality_approval_status_pb.rb +31 -0
  181. data/lib/google/ads/google_ads/v10/enums/feed_item_quality_disapproval_reason_pb.rb +47 -0
  182. data/lib/google/ads/google_ads/v10/enums/feed_item_set_status_pb.rb +31 -0
  183. data/lib/google/ads/google_ads/v10/enums/feed_item_set_string_filter_type_pb.rb +30 -0
  184. data/lib/google/ads/google_ads/v10/enums/feed_item_status_pb.rb +31 -0
  185. data/lib/google/ads/google_ads/v10/enums/feed_item_target_device_pb.rb +30 -0
  186. data/lib/google/ads/google_ads/v10/enums/feed_item_target_status_pb.rb +31 -0
  187. data/lib/google/ads/google_ads/v10/enums/feed_item_target_type_pb.rb +32 -0
  188. data/lib/google/ads/google_ads/v10/enums/feed_item_validation_status_pb.rb +32 -0
  189. data/lib/google/ads/google_ads/v10/enums/feed_link_status_pb.rb +31 -0
  190. data/lib/google/ads/google_ads/v10/enums/feed_mapping_criterion_type_pb.rb +31 -0
  191. data/lib/google/ads/google_ads/v10/enums/feed_mapping_status_pb.rb +31 -0
  192. data/lib/google/ads/google_ads/v10/enums/feed_origin_pb.rb +31 -0
  193. data/lib/google/ads/google_ads/v10/enums/feed_status_pb.rb +31 -0
  194. data/lib/google/ads/google_ads/v10/enums/flight_placeholder_field_pb.rb +46 -0
  195. data/lib/google/ads/google_ads/v10/enums/frequency_cap_event_type_pb.rb +31 -0
  196. data/lib/google/ads/google_ads/v10/enums/frequency_cap_level_pb.rb +32 -0
  197. data/lib/google/ads/google_ads/v10/enums/frequency_cap_time_unit_pb.rb +32 -0
  198. data/lib/google/ads/google_ads/v10/enums/gender_type_pb.rb +32 -0
  199. data/lib/google/ads/google_ads/v10/enums/geo_target_constant_status_pb.rb +31 -0
  200. data/lib/google/ads/google_ads/v10/enums/geo_targeting_restriction_pb.rb +30 -0
  201. data/lib/google/ads/google_ads/v10/enums/geo_targeting_type_pb.rb +31 -0
  202. data/lib/google/ads/google_ads/v10/enums/goal_config_level_pb.rb +31 -0
  203. data/lib/google/ads/google_ads/v10/enums/google_ads_field_category_pb.rb +33 -0
  204. data/lib/google/ads/google_ads/v10/enums/google_ads_field_data_type_pb.rb +40 -0
  205. data/lib/google/ads/google_ads/v10/enums/google_voice_call_status_pb.rb +31 -0
  206. data/lib/google/ads/google_ads/v10/enums/hotel_date_selection_type_pb.rb +31 -0
  207. data/lib/google/ads/google_ads/v10/enums/hotel_placeholder_field_pb.rb +49 -0
  208. data/lib/google/ads/google_ads/v10/enums/hotel_price_bucket_pb.rb +33 -0
  209. data/lib/google/ads/google_ads/v10/enums/hotel_rate_type_pb.rb +33 -0
  210. data/lib/google/ads/google_ads/v10/enums/hotel_reconciliation_status_pb.rb +33 -0
  211. data/lib/google/ads/google_ads/v10/enums/image_placeholder_field_pb.rb +30 -0
  212. data/lib/google/ads/google_ads/v10/enums/income_range_type_pb.rb +36 -0
  213. data/lib/google/ads/google_ads/v10/enums/interaction_event_type_pb.rb +33 -0
  214. data/lib/google/ads/google_ads/v10/enums/interaction_type_pb.rb +30 -0
  215. data/lib/google/ads/google_ads/v10/enums/invoice_type_pb.rb +31 -0
  216. data/lib/google/ads/google_ads/v10/enums/job_placeholder_field_pb.rb +46 -0
  217. data/lib/google/ads/google_ads/v10/enums/keyword_match_type_pb.rb +32 -0
  218. data/lib/google/ads/google_ads/v10/enums/keyword_plan_aggregate_metric_type_pb.rb +30 -0
  219. data/lib/google/ads/google_ads/v10/enums/keyword_plan_competition_level_pb.rb +32 -0
  220. data/lib/google/ads/google_ads/v10/enums/keyword_plan_concept_group_type_pb.rb +32 -0
  221. data/lib/google/ads/google_ads/v10/enums/keyword_plan_forecast_interval_pb.rb +32 -0
  222. data/lib/google/ads/google_ads/v10/enums/keyword_plan_keyword_annotation_pb.rb +30 -0
  223. data/lib/google/ads/google_ads/v10/enums/keyword_plan_network_pb.rb +31 -0
  224. data/lib/google/ads/google_ads/v10/enums/label_status_pb.rb +31 -0
  225. data/lib/google/ads/google_ads/v10/enums/lead_form_call_to_action_type_pb.rb +43 -0
  226. data/lib/google/ads/google_ads/v10/enums/lead_form_desired_intent_pb.rb +31 -0
  227. data/lib/google/ads/google_ads/v10/enums/lead_form_field_user_input_type_pb.rb +89 -0
  228. data/lib/google/ads/google_ads/v10/enums/lead_form_post_submit_call_to_action_type_pb.rb +33 -0
  229. data/lib/google/ads/google_ads/v10/enums/legacy_app_install_ad_app_store_pb.rb +34 -0
  230. data/lib/google/ads/google_ads/v10/enums/linked_account_type_pb.rb +32 -0
  231. data/lib/google/ads/google_ads/v10/enums/listing_group_filter_bidding_category_level_pb.rb +34 -0
  232. data/lib/google/ads/google_ads/v10/enums/listing_group_filter_custom_attribute_index_pb.rb +34 -0
  233. data/lib/google/ads/google_ads/v10/enums/listing_group_filter_product_channel_pb.rb +31 -0
  234. data/lib/google/ads/google_ads/v10/enums/listing_group_filter_product_condition_pb.rb +32 -0
  235. data/lib/google/ads/google_ads/v10/enums/listing_group_filter_product_type_level_pb.rb +34 -0
  236. data/lib/google/ads/google_ads/v10/enums/listing_group_filter_type_enum_pb.rb +32 -0
  237. data/lib/google/ads/google_ads/v10/enums/listing_group_filter_vertical_pb.rb +30 -0
  238. data/lib/google/ads/google_ads/v10/enums/listing_group_type_pb.rb +31 -0
  239. data/lib/google/ads/google_ads/v10/enums/local_placeholder_field_pb.rb +48 -0
  240. data/lib/google/ads/google_ads/v10/enums/location_extension_targeting_criterion_field_pb.rb +35 -0
  241. data/lib/google/ads/google_ads/v10/enums/location_group_radius_units_pb.rb +32 -0
  242. data/lib/google/ads/google_ads/v10/enums/location_placeholder_field_pb.rb +37 -0
  243. data/lib/google/ads/google_ads/v10/enums/location_source_type_pb.rb +31 -0
  244. data/lib/google/ads/google_ads/v10/enums/manager_link_status_pb.rb +34 -0
  245. data/lib/google/ads/google_ads/v10/enums/matching_function_context_type_pb.rb +32 -0
  246. data/lib/google/ads/google_ads/v10/enums/matching_function_operator_pb.rb +34 -0
  247. data/lib/google/ads/google_ads/v10/enums/media_type_pb.rb +35 -0
  248. data/lib/google/ads/google_ads/v10/enums/merchant_center_link_status_pb.rb +31 -0
  249. data/lib/google/ads/google_ads/v10/enums/message_placeholder_field_pb.rb +34 -0
  250. data/lib/google/ads/google_ads/v10/enums/mime_type_pb.rb +41 -0
  251. data/lib/google/ads/google_ads/v10/enums/minute_of_hour_pb.rb +33 -0
  252. data/lib/google/ads/google_ads/v10/enums/mobile_app_vendor_pb.rb +31 -0
  253. data/lib/google/ads/google_ads/v10/enums/mobile_device_type_pb.rb +31 -0
  254. data/lib/google/ads/google_ads/v10/enums/month_of_year_pb.rb +41 -0
  255. data/lib/google/ads/google_ads/v10/enums/negative_geo_target_type_pb.rb +31 -0
  256. data/lib/google/ads/google_ads/v10/enums/offline_user_data_job_failure_reason_pb.rb +31 -0
  257. data/lib/google/ads/google_ads/v10/enums/offline_user_data_job_match_rate_range_pb.rb +38 -0
  258. data/lib/google/ads/google_ads/v10/enums/offline_user_data_job_status_pb.rb +33 -0
  259. data/lib/google/ads/google_ads/v10/enums/offline_user_data_job_type_pb.rb +33 -0
  260. data/lib/google/ads/google_ads/v10/enums/operating_system_version_operator_type_pb.rb +31 -0
  261. data/lib/google/ads/google_ads/v10/enums/optimization_goal_type_pb.rb +32 -0
  262. data/lib/google/ads/google_ads/v10/enums/parental_status_type_pb.rb +32 -0
  263. data/lib/google/ads/google_ads/v10/enums/payment_mode_pb.rb +33 -0
  264. data/lib/google/ads/google_ads/v10/enums/placeholder_type_pb.rb +49 -0
  265. data/lib/google/ads/google_ads/v10/enums/placement_type_pb.rb +34 -0
  266. data/lib/google/ads/google_ads/v10/enums/policy_approval_status_pb.rb +33 -0
  267. data/lib/google/ads/google_ads/v10/enums/policy_review_status_pb.rb +33 -0
  268. data/lib/google/ads/google_ads/v10/enums/policy_topic_entry_type_pb.rb +35 -0
  269. data/lib/google/ads/google_ads/v10/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +34 -0
  270. data/lib/google/ads/google_ads/v10/enums/policy_topic_evidence_destination_not_working_device_pb.rb +32 -0
  271. data/lib/google/ads/google_ads/v10/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +31 -0
  272. data/lib/google/ads/google_ads/v10/enums/positive_geo_target_type_pb.rb +32 -0
  273. data/lib/google/ads/google_ads/v10/enums/preferred_content_type_pb.rb +30 -0
  274. data/lib/google/ads/google_ads/v10/enums/price_extension_price_qualifier_pb.rb +32 -0
  275. data/lib/google/ads/google_ads/v10/enums/price_extension_price_unit_pb.rb +35 -0
  276. data/lib/google/ads/google_ads/v10/enums/price_extension_type_pb.rb +38 -0
  277. data/lib/google/ads/google_ads/v10/enums/price_placeholder_field_pb.rb +82 -0
  278. data/lib/google/ads/google_ads/v10/enums/product_bidding_category_level_pb.rb +34 -0
  279. data/lib/google/ads/google_ads/v10/enums/product_bidding_category_status_pb.rb +31 -0
  280. data/lib/google/ads/google_ads/v10/enums/product_channel_exclusivity_pb.rb +31 -0
  281. data/lib/google/ads/google_ads/v10/enums/product_channel_pb.rb +31 -0
  282. data/lib/google/ads/google_ads/v10/enums/product_condition_pb.rb +32 -0
  283. data/lib/google/ads/google_ads/v10/enums/product_custom_attribute_index_pb.rb +34 -0
  284. data/lib/google/ads/google_ads/v10/enums/product_type_level_pb.rb +34 -0
  285. data/lib/google/ads/google_ads/v10/enums/promotion_extension_discount_modifier_pb.rb +30 -0
  286. data/lib/google/ads/google_ads/v10/enums/promotion_extension_occasion_pb.rb +66 -0
  287. data/lib/google/ads/google_ads/v10/enums/promotion_placeholder_field_pb.rb +43 -0
  288. data/lib/google/ads/google_ads/v10/enums/proximity_radius_units_pb.rb +31 -0
  289. data/lib/google/ads/google_ads/v10/enums/quality_score_bucket_pb.rb +32 -0
  290. data/lib/google/ads/google_ads/v10/enums/reach_plan_ad_length_pb.rb +32 -0
  291. data/lib/google/ads/google_ads/v10/enums/reach_plan_age_range_pb.rb +55 -0
  292. data/lib/google/ads/google_ads/v10/enums/reach_plan_network_pb.rb +32 -0
  293. data/lib/google/ads/google_ads/v10/enums/real_estate_placeholder_field_pb.rb +47 -0
  294. data/lib/google/ads/google_ads/v10/enums/recommendation_type_pb.rb +49 -0
  295. data/lib/google/ads/google_ads/v10/enums/resource_change_operation_pb.rb +32 -0
  296. data/lib/google/ads/google_ads/v10/enums/resource_limit_type_pb.rb +144 -0
  297. data/lib/google/ads/google_ads/v10/enums/response_content_type_pb.rb +30 -0
  298. data/lib/google/ads/google_ads/v10/enums/search_engine_results_page_type_pb.rb +32 -0
  299. data/lib/google/ads/google_ads/v10/enums/search_term_match_type_pb.rb +34 -0
  300. data/lib/google/ads/google_ads/v10/enums/search_term_targeting_status_pb.rb +33 -0
  301. data/lib/google/ads/google_ads/v10/enums/seasonality_event_scope_pb.rb +32 -0
  302. data/lib/google/ads/google_ads/v10/enums/seasonality_event_status_pb.rb +31 -0
  303. data/lib/google/ads/google_ads/v10/enums/served_asset_field_type_pb.rb +34 -0
  304. data/lib/google/ads/google_ads/v10/enums/shared_set_status_pb.rb +31 -0
  305. data/lib/google/ads/google_ads/v10/enums/shared_set_type_pb.rb +31 -0
  306. data/lib/google/ads/google_ads/v10/enums/simulation_modification_method_pb.rb +32 -0
  307. data/lib/google/ads/google_ads/v10/enums/simulation_type_pb.rb +37 -0
  308. data/lib/google/ads/google_ads/v10/enums/sitelink_placeholder_field_pb.rb +36 -0
  309. data/lib/google/ads/google_ads/v10/enums/sk_ad_network_ad_event_type_pb.rb +32 -0
  310. data/lib/google/ads/google_ads/v10/enums/sk_ad_network_user_type_pb.rb +32 -0
  311. data/lib/google/ads/google_ads/v10/enums/slot_pb.rb +36 -0
  312. data/lib/google/ads/google_ads/v10/enums/spending_limit_type_pb.rb +30 -0
  313. data/lib/google/ads/google_ads/v10/enums/structured_snippet_placeholder_field_pb.rb +31 -0
  314. data/lib/google/ads/google_ads/v10/enums/summary_row_setting_pb.rb +32 -0
  315. data/lib/google/ads/google_ads/v10/enums/system_managed_entity_source_pb.rb +30 -0
  316. data/lib/google/ads/google_ads/v10/enums/target_cpa_opt_in_recommendation_goal_pb.rb +33 -0
  317. data/lib/google/ads/google_ads/v10/enums/target_impression_share_location_pb.rb +32 -0
  318. data/lib/google/ads/google_ads/v10/enums/targeting_dimension_pb.rb +37 -0
  319. data/lib/google/ads/google_ads/v10/enums/time_type_pb.rb +31 -0
  320. data/lib/google/ads/google_ads/v10/enums/tracking_code_page_format_pb.rb +31 -0
  321. data/lib/google/ads/google_ads/v10/enums/tracking_code_type_pb.rb +33 -0
  322. data/lib/google/ads/google_ads/v10/enums/travel_placeholder_field_pb.rb +49 -0
  323. data/lib/google/ads/google_ads/v10/enums/user_identifier_source_pb.rb +31 -0
  324. data/lib/google/ads/google_ads/v10/enums/user_interest_taxonomy_type_pb.rb +34 -0
  325. data/lib/google/ads/google_ads/v10/enums/user_list_access_status_pb.rb +31 -0
  326. data/lib/google/ads/google_ads/v10/enums/user_list_closing_reason_pb.rb +30 -0
  327. data/lib/google/ads/google_ads/v10/enums/user_list_combined_rule_operator_pb.rb +31 -0
  328. data/lib/google/ads/google_ads/v10/enums/user_list_crm_data_source_type_pb.rb +32 -0
  329. data/lib/google/ads/google_ads/v10/enums/user_list_date_rule_item_operator_pb.rb +33 -0
  330. data/lib/google/ads/google_ads/v10/enums/user_list_logical_rule_operator_pb.rb +32 -0
  331. data/lib/google/ads/google_ads/v10/enums/user_list_membership_status_pb.rb +31 -0
  332. data/lib/google/ads/google_ads/v10/enums/user_list_number_rule_item_operator_pb.rb +35 -0
  333. data/lib/google/ads/google_ads/v10/enums/user_list_prepopulation_status_pb.rb +32 -0
  334. data/lib/google/ads/google_ads/v10/enums/user_list_rule_type_pb.rb +31 -0
  335. data/lib/google/ads/google_ads/v10/enums/user_list_size_range_pb.rb +45 -0
  336. data/lib/google/ads/google_ads/v10/enums/user_list_string_rule_item_operator_pb.rb +37 -0
  337. data/lib/google/ads/google_ads/v10/enums/user_list_type_pb.rb +35 -0
  338. data/lib/google/ads/google_ads/v10/enums/value_rule_device_type_pb.rb +32 -0
  339. data/lib/google/ads/google_ads/v10/enums/value_rule_geo_location_match_type_pb.rb +31 -0
  340. data/lib/google/ads/google_ads/v10/enums/value_rule_operation_pb.rb +32 -0
  341. data/lib/google/ads/google_ads/v10/enums/value_rule_set_attachment_type_pb.rb +31 -0
  342. data/lib/google/ads/google_ads/v10/enums/value_rule_set_dimension_pb.rb +33 -0
  343. data/lib/google/ads/google_ads/v10/enums/vanity_pharma_display_url_mode_pb.rb +31 -0
  344. data/lib/google/ads/google_ads/v10/enums/vanity_pharma_text_pb.rb +41 -0
  345. data/lib/google/ads/google_ads/v10/enums/video_thumbnail_pb.rb +33 -0
  346. data/lib/google/ads/google_ads/v10/enums/webpage_condition_operand_pb.rb +34 -0
  347. data/lib/google/ads/google_ads/v10/enums/webpage_condition_operator_pb.rb +31 -0
  348. data/lib/google/ads/google_ads/v10/errors/access_invitation_error_pb.rb +37 -0
  349. data/lib/google/ads/google_ads/v10/errors/account_budget_proposal_error_pb.rb +53 -0
  350. data/lib/google/ads/google_ads/v10/errors/account_link_error_pb.rb +30 -0
  351. data/lib/google/ads/google_ads/v10/errors/ad_customizer_error_pb.rb +34 -0
  352. data/lib/google/ads/google_ads/v10/errors/ad_error_pb.rb +179 -0
  353. data/lib/google/ads/google_ads/v10/errors/ad_group_ad_error_pb.rb +40 -0
  354. data/lib/google/ads/google_ads/v10/errors/ad_group_bid_modifier_error_pb.rb +31 -0
  355. data/lib/google/ads/google_ads/v10/errors/ad_group_criterion_customizer_error_pb.rb +30 -0
  356. data/lib/google/ads/google_ads/v10/errors/ad_group_criterion_error_pb.rb +57 -0
  357. data/lib/google/ads/google_ads/v10/errors/ad_group_customizer_error_pb.rb +29 -0
  358. data/lib/google/ads/google_ads/v10/errors/ad_group_error_pb.rb +43 -0
  359. data/lib/google/ads/google_ads/v10/errors/ad_group_feed_error_pb.rb +36 -0
  360. data/lib/google/ads/google_ads/v10/errors/ad_parameter_error_pb.rb +31 -0
  361. data/lib/google/ads/google_ads/v10/errors/ad_sharing_error_pb.rb +32 -0
  362. data/lib/google/ads/google_ads/v10/errors/adx_error_pb.rb +30 -0
  363. data/lib/google/ads/google_ads/v10/errors/asset_error_pb.rb +59 -0
  364. data/lib/google/ads/google_ads/v10/errors/asset_group_asset_error_pb.rb +32 -0
  365. data/lib/google/ads/google_ads/v10/errors/asset_group_error_pb.rb +39 -0
  366. data/lib/google/ads/google_ads/v10/errors/asset_group_listing_group_filter_error_pb.rb +42 -0
  367. data/lib/google/ads/google_ads/v10/errors/asset_link_error_pb.rb +45 -0
  368. data/lib/google/ads/google_ads/v10/errors/asset_set_asset_error_pb.rb +32 -0
  369. data/lib/google/ads/google_ads/v10/errors/asset_set_error_pb.rb +30 -0
  370. data/lib/google/ads/google_ads/v10/errors/asset_set_link_error_pb.rb +34 -0
  371. data/lib/google/ads/google_ads/v10/errors/audience_error_pb.rb +31 -0
  372. data/lib/google/ads/google_ads/v10/errors/authentication_error_pb.rb +47 -0
  373. data/lib/google/ads/google_ads/v10/errors/authorization_error_pb.rb +42 -0
  374. data/lib/google/ads/google_ads/v10/errors/batch_job_error_pb.rb +35 -0
  375. data/lib/google/ads/google_ads/v10/errors/bidding_error_pb.rb +56 -0
  376. data/lib/google/ads/google_ads/v10/errors/bidding_strategy_error_pb.rb +34 -0
  377. data/lib/google/ads/google_ads/v10/errors/billing_setup_error_pb.rb +47 -0
  378. data/lib/google/ads/google_ads/v10/errors/campaign_budget_error_pb.rb +46 -0
  379. data/lib/google/ads/google_ads/v10/errors/campaign_criterion_error_pb.rb +45 -0
  380. data/lib/google/ads/google_ads/v10/errors/campaign_customizer_error_pb.rb +29 -0
  381. data/lib/google/ads/google_ads/v10/errors/campaign_draft_error_pb.rb +39 -0
  382. data/lib/google/ads/google_ads/v10/errors/campaign_error_pb.rb +75 -0
  383. data/lib/google/ads/google_ads/v10/errors/campaign_experiment_error_pb.rb +39 -0
  384. data/lib/google/ads/google_ads/v10/errors/campaign_feed_error_pb.rb +36 -0
  385. data/lib/google/ads/google_ads/v10/errors/campaign_shared_set_error_pb.rb +30 -0
  386. data/lib/google/ads/google_ads/v10/errors/change_event_error_pb.rb +34 -0
  387. data/lib/google/ads/google_ads/v10/errors/change_status_error_pb.rb +34 -0
  388. data/lib/google/ads/google_ads/v10/errors/collection_size_error_pb.rb +31 -0
  389. data/lib/google/ads/google_ads/v10/errors/context_error_pb.rb +31 -0
  390. data/lib/google/ads/google_ads/v10/errors/conversion_action_error_pb.rb +39 -0
  391. data/lib/google/ads/google_ads/v10/errors/conversion_adjustment_upload_error_pb.rb +50 -0
  392. data/lib/google/ads/google_ads/v10/errors/conversion_custom_variable_error_pb.rb +32 -0
  393. data/lib/google/ads/google_ads/v10/errors/conversion_upload_error_pb.rb +68 -0
  394. data/lib/google/ads/google_ads/v10/errors/conversion_value_rule_error_pb.rb +41 -0
  395. data/lib/google/ads/google_ads/v10/errors/conversion_value_rule_set_error_pb.rb +41 -0
  396. data/lib/google/ads/google_ads/v10/errors/country_code_error_pb.rb +30 -0
  397. data/lib/google/ads/google_ads/v10/errors/criterion_error_pb.rb +157 -0
  398. data/lib/google/ads/google_ads/v10/errors/currency_code_error_pb.rb +30 -0
  399. data/lib/google/ads/google_ads/v10/errors/custom_audience_error_pb.rb +37 -0
  400. data/lib/google/ads/google_ads/v10/errors/custom_conversion_goal_error_pb.rb +32 -0
  401. data/lib/google/ads/google_ads/v10/errors/custom_interest_error_pb.rb +36 -0
  402. data/lib/google/ads/google_ads/v10/errors/customer_client_link_error_pb.rb +37 -0
  403. data/lib/google/ads/google_ads/v10/errors/customer_customizer_error_pb.rb +29 -0
  404. data/lib/google/ads/google_ads/v10/errors/customer_error_pb.rb +31 -0
  405. data/lib/google/ads/google_ads/v10/errors/customer_feed_error_pb.rb +36 -0
  406. data/lib/google/ads/google_ads/v10/errors/customer_manager_link_error_pb.rb +38 -0
  407. data/lib/google/ads/google_ads/v10/errors/customer_user_access_error_pb.rb +34 -0
  408. data/lib/google/ads/google_ads/v10/errors/customizer_attribute_error_pb.rb +30 -0
  409. data/lib/google/ads/google_ads/v10/errors/database_error_pb.rb +32 -0
  410. data/lib/google/ads/google_ads/v10/errors/date_error_pb.rb +39 -0
  411. data/lib/google/ads/google_ads/v10/errors/date_range_error_pb.rb +34 -0
  412. data/lib/google/ads/google_ads/v10/errors/distinct_error_pb.rb +31 -0
  413. data/lib/google/ads/google_ads/v10/errors/enum_error_pb.rb +30 -0
  414. data/lib/google/ads/google_ads/v10/errors/errors_pb.rb +366 -0
  415. data/lib/google/ads/google_ads/v10/errors/experiment_arm_error_pb.rb +43 -0
  416. data/lib/google/ads/google_ads/v10/errors/experiment_error_pb.rb +52 -0
  417. data/lib/google/ads/google_ads/v10/errors/extension_feed_item_error_pb.rb +74 -0
  418. data/lib/google/ads/google_ads/v10/errors/extension_setting_error_pb.rb +94 -0
  419. data/lib/google/ads/google_ads/v10/errors/feed_attribute_reference_error_pb.rb +32 -0
  420. data/lib/google/ads/google_ads/v10/errors/feed_error_pb.rb +52 -0
  421. data/lib/google/ads/google_ads/v10/errors/feed_item_error_pb.rb +38 -0
  422. data/lib/google/ads/google_ads/v10/errors/feed_item_set_error_pb.rb +36 -0
  423. data/lib/google/ads/google_ads/v10/errors/feed_item_set_link_error_pb.rb +31 -0
  424. data/lib/google/ads/google_ads/v10/errors/feed_item_target_error_pb.rb +37 -0
  425. data/lib/google/ads/google_ads/v10/errors/feed_item_validation_error_pb.rb +134 -0
  426. data/lib/google/ads/google_ads/v10/errors/feed_mapping_error_pb.rb +46 -0
  427. data/lib/google/ads/google_ads/v10/errors/field_error_pb.rb +36 -0
  428. data/lib/google/ads/google_ads/v10/errors/field_mask_error_pb.rb +33 -0
  429. data/lib/google/ads/google_ads/v10/errors/function_error_pb.rb +45 -0
  430. data/lib/google/ads/google_ads/v10/errors/function_parsing_error_pb.rb +40 -0
  431. data/lib/google/ads/google_ads/v10/errors/geo_target_constant_suggestion_error_pb.rb +33 -0
  432. data/lib/google/ads/google_ads/v10/errors/header_error_pb.rb +31 -0
  433. data/lib/google/ads/google_ads/v10/errors/id_error_pb.rb +30 -0
  434. data/lib/google/ads/google_ads/v10/errors/image_error_pb.rb +68 -0
  435. data/lib/google/ads/google_ads/v10/errors/internal_error_pb.rb +33 -0
  436. data/lib/google/ads/google_ads/v10/errors/invoice_error_pb.rb +34 -0
  437. data/lib/google/ads/google_ads/v10/errors/keyword_plan_ad_group_error_pb.rb +31 -0
  438. data/lib/google/ads/google_ads/v10/errors/keyword_plan_ad_group_keyword_error_pb.rb +37 -0
  439. data/lib/google/ads/google_ads/v10/errors/keyword_plan_campaign_error_pb.rb +35 -0
  440. data/lib/google/ads/google_ads/v10/errors/keyword_plan_campaign_keyword_error_pb.rb +30 -0
  441. data/lib/google/ads/google_ads/v10/errors/keyword_plan_error_pb.rb +43 -0
  442. data/lib/google/ads/google_ads/v10/errors/keyword_plan_idea_error_pb.rb +31 -0
  443. data/lib/google/ads/google_ads/v10/errors/label_error_pb.rb +38 -0
  444. data/lib/google/ads/google_ads/v10/errors/language_code_error_pb.rb +31 -0
  445. data/lib/google/ads/google_ads/v10/errors/list_operation_error_pb.rb +31 -0
  446. data/lib/google/ads/google_ads/v10/errors/manager_link_error_pb.rb +48 -0
  447. data/lib/google/ads/google_ads/v10/errors/media_bundle_error_pb.rb +51 -0
  448. data/lib/google/ads/google_ads/v10/errors/media_file_error_pb.rb +52 -0
  449. data/lib/google/ads/google_ads/v10/errors/media_upload_error_pb.rb +63 -0
  450. data/lib/google/ads/google_ads/v10/errors/merchant_center_error_pb.rb +31 -0
  451. data/lib/google/ads/google_ads/v10/errors/multiplier_error_pb.rb +41 -0
  452. data/lib/google/ads/google_ads/v10/errors/mutate_error_pb.rb +38 -0
  453. data/lib/google/ads/google_ads/v10/errors/new_resource_creation_error_pb.rb +32 -0
  454. data/lib/google/ads/google_ads/v10/errors/not_allowlisted_error_pb.rb +30 -0
  455. data/lib/google/ads/google_ads/v10/errors/not_empty_error_pb.rb +30 -0
  456. data/lib/google/ads/google_ads/v10/errors/null_error_pb.rb +30 -0
  457. data/lib/google/ads/google_ads/v10/errors/offline_user_data_job_error_pb.rb +63 -0
  458. data/lib/google/ads/google_ads/v10/errors/operation_access_denied_error_pb.rb +39 -0
  459. data/lib/google/ads/google_ads/v10/errors/operator_error_pb.rb +30 -0
  460. data/lib/google/ads/google_ads/v10/errors/partial_failure_error_pb.rb +30 -0
  461. data/lib/google/ads/google_ads/v10/errors/payments_account_error_pb.rb +30 -0
  462. data/lib/google/ads/google_ads/v10/errors/policy_finding_error_pb.rb +31 -0
  463. data/lib/google/ads/google_ads/v10/errors/policy_validation_parameter_error_pb.rb +32 -0
  464. data/lib/google/ads/google_ads/v10/errors/policy_violation_error_pb.rb +30 -0
  465. data/lib/google/ads/google_ads/v10/errors/query_error_pb.rb +84 -0
  466. data/lib/google/ads/google_ads/v10/errors/quota_error_pb.rb +32 -0
  467. data/lib/google/ads/google_ads/v10/errors/range_error_pb.rb +31 -0
  468. data/lib/google/ads/google_ads/v10/errors/reach_plan_error_pb.rb +30 -0
  469. data/lib/google/ads/google_ads/v10/errors/recommendation_error_pb.rb +43 -0
  470. data/lib/google/ads/google_ads/v10/errors/region_code_error_pb.rb +30 -0
  471. data/lib/google/ads/google_ads/v10/errors/request_error_pb.rb +52 -0
  472. data/lib/google/ads/google_ads/v10/errors/resource_access_denied_error_pb.rb +30 -0
  473. data/lib/google/ads/google_ads/v10/errors/resource_count_limit_exceeded_error_pb.rb +38 -0
  474. data/lib/google/ads/google_ads/v10/errors/setting_error_pb.rb +40 -0
  475. data/lib/google/ads/google_ads/v10/errors/shared_criterion_error_pb.rb +30 -0
  476. data/lib/google/ads/google_ads/v10/errors/shared_set_error_pb.rb +33 -0
  477. data/lib/google/ads/google_ads/v10/errors/size_limit_error_pb.rb +31 -0
  478. data/lib/google/ads/google_ads/v10/errors/string_format_error_pb.rb +31 -0
  479. data/lib/google/ads/google_ads/v10/errors/string_length_error_pb.rb +32 -0
  480. data/lib/google/ads/google_ads/v10/errors/third_party_app_analytics_link_error_pb.rb +33 -0
  481. data/lib/google/ads/google_ads/v10/errors/time_zone_error_pb.rb +30 -0
  482. data/lib/google/ads/google_ads/v10/errors/url_field_error_pb.rb +82 -0
  483. data/lib/google/ads/google_ads/v10/errors/user_data_error_pb.rb +32 -0
  484. data/lib/google/ads/google_ads/v10/errors/user_list_error_pb.rb +55 -0
  485. data/lib/google/ads/google_ads/v10/errors/youtube_video_registration_error_pb.rb +32 -0
  486. data/lib/google/ads/google_ads/v10/resources/accessible_bidding_strategy_pb.rb +69 -0
  487. data/lib/google/ads/google_ads/v10/resources/account_budget_pb.rb +80 -0
  488. data/lib/google/ads/google_ads/v10/resources/account_budget_proposal_pb.rb +62 -0
  489. data/lib/google/ads/google_ads/v10/resources/account_link_pb.rb +52 -0
  490. data/lib/google/ads/google_ads/v10/resources/ad_group_ad_asset_combination_view_pb.rb +29 -0
  491. data/lib/google/ads/google_ads/v10/resources/ad_group_ad_asset_view_pb.rb +44 -0
  492. data/lib/google/ads/google_ads/v10/resources/ad_group_ad_label_pb.rb +29 -0
  493. data/lib/google/ads/google_ads/v10/resources/ad_group_ad_pb.rb +46 -0
  494. data/lib/google/ads/google_ads/v10/resources/ad_group_asset_pb.rb +33 -0
  495. data/lib/google/ads/google_ads/v10/resources/ad_group_audience_view_pb.rb +27 -0
  496. data/lib/google/ads/google_ads/v10/resources/ad_group_bid_modifier_pb.rb +43 -0
  497. data/lib/google/ads/google_ads/v10/resources/ad_group_criterion_customizer_pb.rb +33 -0
  498. data/lib/google/ads/google_ads/v10/resources/ad_group_criterion_label_pb.rb +29 -0
  499. data/lib/google/ads/google_ads/v10/resources/ad_group_criterion_pb.rb +103 -0
  500. data/lib/google/ads/google_ads/v10/resources/ad_group_criterion_simulation_pb.rb +40 -0
  501. data/lib/google/ads/google_ads/v10/resources/ad_group_customizer_pb.rb +33 -0
  502. data/lib/google/ads/google_ads/v10/resources/ad_group_extension_setting_pb.rb +33 -0
  503. data/lib/google/ads/google_ads/v10/resources/ad_group_feed_pb.rb +35 -0
  504. data/lib/google/ads/google_ads/v10/resources/ad_group_label_pb.rb +29 -0
  505. data/lib/google/ads/google_ads/v10/resources/ad_group_pb.rb +68 -0
  506. data/lib/google/ads/google_ads/v10/resources/ad_group_simulation_pb.rb +41 -0
  507. data/lib/google/ads/google_ads/v10/resources/ad_parameter_pb.rb +30 -0
  508. data/lib/google/ads/google_ads/v10/resources/ad_pb.rb +72 -0
  509. data/lib/google/ads/google_ads/v10/resources/ad_schedule_view_pb.rb +27 -0
  510. data/lib/google/ads/google_ads/v10/resources/age_range_view_pb.rb +27 -0
  511. data/lib/google/ads/google_ads/v10/resources/asset_field_type_view_pb.rb +29 -0
  512. data/lib/google/ads/google_ads/v10/resources/asset_group_asset_pb.rb +37 -0
  513. data/lib/google/ads/google_ads/v10/resources/asset_group_listing_group_filter_pb.rb +83 -0
  514. data/lib/google/ads/google_ads/v10/resources/asset_group_pb.rb +36 -0
  515. data/lib/google/ads/google_ads/v10/resources/asset_group_product_group_view_pb.rb +27 -0
  516. data/lib/google/ads/google_ads/v10/resources/asset_group_signal_pb.rb +30 -0
  517. data/lib/google/ads/google_ads/v10/resources/asset_pb.rb +67 -0
  518. data/lib/google/ads/google_ads/v10/resources/asset_set_asset_pb.rb +31 -0
  519. data/lib/google/ads/google_ads/v10/resources/asset_set_pb.rb +38 -0
  520. data/lib/google/ads/google_ads/v10/resources/audience_pb.rb +35 -0
  521. data/lib/google/ads/google_ads/v10/resources/batch_job_pb.rb +42 -0
  522. data/lib/google/ads/google_ads/v10/resources/bidding_data_exclusion_pb.rb +41 -0
  523. data/lib/google/ads/google_ads/v10/resources/bidding_seasonality_adjustment_pb.rb +42 -0
  524. data/lib/google/ads/google_ads/v10/resources/bidding_strategy_pb.rb +47 -0
  525. data/lib/google/ads/google_ads/v10/resources/bidding_strategy_simulation_pb.rb +39 -0
  526. data/lib/google/ads/google_ads/v10/resources/billing_setup_pb.rb +49 -0
  527. data/lib/google/ads/google_ads/v10/resources/call_view_pb.rb +38 -0
  528. data/lib/google/ads/google_ads/v10/resources/campaign_asset_pb.rb +33 -0
  529. data/lib/google/ads/google_ads/v10/resources/campaign_asset_set_pb.rb +31 -0
  530. data/lib/google/ads/google_ads/v10/resources/campaign_audience_view_pb.rb +27 -0
  531. data/lib/google/ads/google_ads/v10/resources/campaign_bid_modifier_pb.rb +34 -0
  532. data/lib/google/ads/google_ads/v10/resources/campaign_budget_pb.rb +47 -0
  533. data/lib/google/ads/google_ads/v10/resources/campaign_conversion_goal_pb.rb +33 -0
  534. data/lib/google/ads/google_ads/v10/resources/campaign_criterion_pb.rb +69 -0
  535. data/lib/google/ads/google_ads/v10/resources/campaign_criterion_simulation_pb.rb +39 -0
  536. data/lib/google/ads/google_ads/v10/resources/campaign_customizer_pb.rb +33 -0
  537. data/lib/google/ads/google_ads/v10/resources/campaign_draft_pb.rb +35 -0
  538. data/lib/google/ads/google_ads/v10/resources/campaign_experiment_pb.rb +40 -0
  539. data/lib/google/ads/google_ads/v10/resources/campaign_extension_setting_pb.rb +33 -0
  540. data/lib/google/ads/google_ads/v10/resources/campaign_feed_pb.rb +35 -0
  541. data/lib/google/ads/google_ads/v10/resources/campaign_label_pb.rb +29 -0
  542. data/lib/google/ads/google_ads/v10/resources/campaign_pb.rb +165 -0
  543. data/lib/google/ads/google_ads/v10/resources/campaign_shared_set_pb.rb +31 -0
  544. data/lib/google/ads/google_ads/v10/resources/campaign_simulation_pb.rb +42 -0
  545. data/lib/google/ads/google_ads/v10/resources/carrier_constant_pb.rb +30 -0
  546. data/lib/google/ads/google_ads/v10/resources/change_event_pb.rb +80 -0
  547. data/lib/google/ads/google_ads/v10/resources/change_status_pb.rb +48 -0
  548. data/lib/google/ads/google_ads/v10/resources/click_view_pb.rb +38 -0
  549. data/lib/google/ads/google_ads/v10/resources/combined_audience_pb.rb +32 -0
  550. data/lib/google/ads/google_ads/v10/resources/conversion_action_pb.rb +77 -0
  551. data/lib/google/ads/google_ads/v10/resources/conversion_custom_variable_pb.rb +33 -0
  552. data/lib/google/ads/google_ads/v10/resources/conversion_goal_campaign_config_pb.rb +31 -0
  553. data/lib/google/ads/google_ads/v10/resources/conversion_value_rule_pb.rb +59 -0
  554. data/lib/google/ads/google_ads/v10/resources/conversion_value_rule_set_pb.rb +39 -0
  555. data/lib/google/ads/google_ads/v10/resources/currency_constant_pb.rb +31 -0
  556. data/lib/google/ads/google_ads/v10/resources/custom_audience_pb.rb +46 -0
  557. data/lib/google/ads/google_ads/v10/resources/custom_conversion_goal_pb.rb +32 -0
  558. data/lib/google/ads/google_ads/v10/resources/custom_interest_pb.rb +41 -0
  559. data/lib/google/ads/google_ads/v10/resources/customer_asset_pb.rb +32 -0
  560. data/lib/google/ads/google_ads/v10/resources/customer_client_link_pb.rb +32 -0
  561. data/lib/google/ads/google_ads/v10/resources/customer_client_pb.rb +39 -0
  562. data/lib/google/ads/google_ads/v10/resources/customer_conversion_goal_pb.rb +32 -0
  563. data/lib/google/ads/google_ads/v10/resources/customer_customizer_pb.rb +32 -0
  564. data/lib/google/ads/google_ads/v10/resources/customer_extension_setting_pb.rb +32 -0
  565. data/lib/google/ads/google_ads/v10/resources/customer_feed_pb.rb +34 -0
  566. data/lib/google/ads/google_ads/v10/resources/customer_label_pb.rb +29 -0
  567. data/lib/google/ads/google_ads/v10/resources/customer_manager_link_pb.rb +31 -0
  568. data/lib/google/ads/google_ads/v10/resources/customer_negative_criterion_pb.rb +39 -0
  569. data/lib/google/ads/google_ads/v10/resources/customer_pb.rb +65 -0
  570. data/lib/google/ads/google_ads/v10/resources/customer_user_access_invitation_pb.rb +34 -0
  571. data/lib/google/ads/google_ads/v10/resources/customer_user_access_pb.rb +33 -0
  572. data/lib/google/ads/google_ads/v10/resources/customizer_attribute_pb.rb +33 -0
  573. data/lib/google/ads/google_ads/v10/resources/detail_placement_view_pb.rb +33 -0
  574. data/lib/google/ads/google_ads/v10/resources/detailed_demographic_pb.rb +33 -0
  575. data/lib/google/ads/google_ads/v10/resources/display_keyword_view_pb.rb +27 -0
  576. data/lib/google/ads/google_ads/v10/resources/distance_view_pb.rb +30 -0
  577. data/lib/google/ads/google_ads/v10/resources/domain_category_pb.rb +35 -0
  578. data/lib/google/ads/google_ads/v10/resources/dynamic_search_ads_search_term_view_pb.rb +34 -0
  579. data/lib/google/ads/google_ads/v10/resources/expanded_landing_page_view_pb.rb +28 -0
  580. data/lib/google/ads/google_ads/v10/resources/experiment_arm_pb.rb +33 -0
  581. data/lib/google/ads/google_ads/v10/resources/experiment_pb.rb +42 -0
  582. data/lib/google/ads/google_ads/v10/resources/extension_feed_item_pb.rb +59 -0
  583. data/lib/google/ads/google_ads/v10/resources/feed_item_pb.rb +80 -0
  584. data/lib/google/ads/google_ads/v10/resources/feed_item_set_link_pb.rb +29 -0
  585. data/lib/google/ads/google_ads/v10/resources/feed_item_set_pb.rb +37 -0
  586. data/lib/google/ads/google_ads/v10/resources/feed_item_target_pb.rb +43 -0
  587. data/lib/google/ads/google_ads/v10/resources/feed_mapping_pb.rb +88 -0
  588. data/lib/google/ads/google_ads/v10/resources/feed_pb.rb +79 -0
  589. data/lib/google/ads/google_ads/v10/resources/feed_placeholder_view_pb.rb +29 -0
  590. data/lib/google/ads/google_ads/v10/resources/gender_view_pb.rb +27 -0
  591. data/lib/google/ads/google_ads/v10/resources/geo_target_constant_pb.rb +35 -0
  592. data/lib/google/ads/google_ads/v10/resources/geographic_view_pb.rb +30 -0
  593. data/lib/google/ads/google_ads/v10/resources/google_ads_field_pb.rb +42 -0
  594. data/lib/google/ads/google_ads/v10/resources/group_placement_view_pb.rb +32 -0
  595. data/lib/google/ads/google_ads/v10/resources/hotel_group_view_pb.rb +27 -0
  596. data/lib/google/ads/google_ads/v10/resources/hotel_performance_view_pb.rb +27 -0
  597. data/lib/google/ads/google_ads/v10/resources/hotel_reconciliation_pb.rb +38 -0
  598. data/lib/google/ads/google_ads/v10/resources/income_range_view_pb.rb +27 -0
  599. data/lib/google/ads/google_ads/v10/resources/invoice_pb.rb +63 -0
  600. data/lib/google/ads/google_ads/v10/resources/keyword_plan_ad_group_keyword_pb.rb +34 -0
  601. data/lib/google/ads/google_ads/v10/resources/keyword_plan_ad_group_pb.rb +31 -0
  602. data/lib/google/ads/google_ads/v10/resources/keyword_plan_campaign_keyword_pb.rb +33 -0
  603. data/lib/google/ads/google_ads/v10/resources/keyword_plan_campaign_pb.rb +39 -0
  604. data/lib/google/ads/google_ads/v10/resources/keyword_plan_pb.rb +39 -0
  605. data/lib/google/ads/google_ads/v10/resources/keyword_theme_constant_pb.rb +30 -0
  606. data/lib/google/ads/google_ads/v10/resources/keyword_view_pb.rb +27 -0
  607. data/lib/google/ads/google_ads/v10/resources/label_pb.rb +33 -0
  608. data/lib/google/ads/google_ads/v10/resources/landing_page_view_pb.rb +28 -0
  609. data/lib/google/ads/google_ads/v10/resources/language_constant_pb.rb +31 -0
  610. data/lib/google/ads/google_ads/v10/resources/life_event_pb.rb +33 -0
  611. data/lib/google/ads/google_ads/v10/resources/location_view_pb.rb +27 -0
  612. data/lib/google/ads/google_ads/v10/resources/managed_placement_view_pb.rb +27 -0
  613. data/lib/google/ads/google_ads/v10/resources/media_file_pb.rb +63 -0
  614. data/lib/google/ads/google_ads/v10/resources/merchant_center_link_pb.rb +31 -0
  615. data/lib/google/ads/google_ads/v10/resources/mobile_app_category_constant_pb.rb +29 -0
  616. data/lib/google/ads/google_ads/v10/resources/mobile_device_constant_pb.rb +33 -0
  617. data/lib/google/ads/google_ads/v10/resources/offline_user_data_job_pb.rb +46 -0
  618. data/lib/google/ads/google_ads/v10/resources/operating_system_version_constant_pb.rb +33 -0
  619. data/lib/google/ads/google_ads/v10/resources/paid_organic_search_term_view_pb.rb +28 -0
  620. data/lib/google/ads/google_ads/v10/resources/parental_status_view_pb.rb +27 -0
  621. data/lib/google/ads/google_ads/v10/resources/payments_account_pb.rb +33 -0
  622. data/lib/google/ads/google_ads/v10/resources/product_bidding_category_constant_pb.rb +36 -0
  623. data/lib/google/ads/google_ads/v10/resources/product_group_view_pb.rb +27 -0
  624. data/lib/google/ads/google_ads/v10/resources/recommendation_pb.rb +169 -0
  625. data/lib/google/ads/google_ads/v10/resources/remarketing_action_pb.rb +31 -0
  626. data/lib/google/ads/google_ads/v10/resources/search_term_view_pb.rb +31 -0
  627. data/lib/google/ads/google_ads/v10/resources/shared_criterion_pb.rb +40 -0
  628. data/lib/google/ads/google_ads/v10/resources/shared_set_pb.rb +35 -0
  629. data/lib/google/ads/google_ads/v10/resources/shopping_performance_view_pb.rb +27 -0
  630. data/lib/google/ads/google_ads/v10/resources/smart_campaign_search_term_view_pb.rb +29 -0
  631. data/lib/google/ads/google_ads/v10/resources/smart_campaign_setting_pb.rb +40 -0
  632. data/lib/google/ads/google_ads/v10/resources/third_party_app_analytics_link_pb.rb +28 -0
  633. data/lib/google/ads/google_ads/v10/resources/topic_constant_pb.rb +30 -0
  634. data/lib/google/ads/google_ads/v10/resources/topic_view_pb.rb +27 -0
  635. data/lib/google/ads/google_ads/v10/resources/user_interest_pb.rb +35 -0
  636. data/lib/google/ads/google_ads/v10/resources/user_list_pb.rb +59 -0
  637. data/lib/google/ads/google_ads/v10/resources/user_location_view_pb.rb +29 -0
  638. data/lib/google/ads/google_ads/v10/resources/video_pb.rb +31 -0
  639. data/lib/google/ads/google_ads/v10/resources/webpage_view_pb.rb +27 -0
  640. data/lib/google/ads/google_ads/v10/services/account_budget_proposal_service/client.rb +419 -0
  641. data/lib/google/ads/google_ads/v10/services/account_budget_proposal_service/credentials.rb +38 -0
  642. data/lib/google/ads/google_ads/v10/services/account_budget_proposal_service/paths.rb +86 -0
  643. data/lib/google/ads/google_ads/v10/services/account_budget_proposal_service.rb +59 -0
  644. data/lib/google/ads/google_ads/v10/services/account_budget_proposal_service_pb.rb +48 -0
  645. data/lib/google/ads/google_ads/v10/services/account_budget_proposal_service_services_pb.rb +73 -0
  646. data/lib/google/ads/google_ads/v10/services/account_link_service/client.rb +523 -0
  647. data/lib/google/ads/google_ads/v10/services/account_link_service/credentials.rb +38 -0
  648. data/lib/google/ads/google_ads/v10/services/account_link_service/paths.rb +66 -0
  649. data/lib/google/ads/google_ads/v10/services/account_link_service.rb +52 -0
  650. data/lib/google/ads/google_ads/v10/services/account_link_service_pb.rb +60 -0
  651. data/lib/google/ads/google_ads/v10/services/account_link_service_services_pb.rb +76 -0
  652. data/lib/google/ads/google_ads/v10/services/ad_group_ad_label_service/client.rb +413 -0
  653. data/lib/google/ads/google_ads/v10/services/ad_group_ad_label_service/credentials.rb +38 -0
  654. data/lib/google/ads/google_ads/v10/services/ad_group_ad_label_service/paths.rb +92 -0
  655. data/lib/google/ads/google_ads/v10/services/ad_group_ad_label_service.rb +51 -0
  656. data/lib/google/ads/google_ads/v10/services/ad_group_ad_label_service_pb.rb +49 -0
  657. data/lib/google/ads/google_ads/v10/services/ad_group_ad_label_service_services_pb.rb +62 -0
  658. data/lib/google/ads/google_ads/v10/services/ad_group_ad_service/client.rb +448 -0
  659. data/lib/google/ads/google_ads/v10/services/ad_group_ad_service/credentials.rb +38 -0
  660. data/lib/google/ads/google_ads/v10/services/ad_group_ad_service/paths.rb +109 -0
  661. data/lib/google/ads/google_ads/v10/services/ad_group_ad_service.rb +51 -0
  662. data/lib/google/ads/google_ads/v10/services/ad_group_ad_service_pb.rb +57 -0
  663. data/lib/google/ads/google_ads/v10/services/ad_group_ad_service_services_pb.rb +94 -0
  664. data/lib/google/ads/google_ads/v10/services/ad_group_asset_service/client.rb +417 -0
  665. data/lib/google/ads/google_ads/v10/services/ad_group_asset_service/credentials.rb +38 -0
  666. data/lib/google/ads/google_ads/v10/services/ad_group_asset_service/paths.rb +90 -0
  667. data/lib/google/ads/google_ads/v10/services/ad_group_asset_service.rb +51 -0
  668. data/lib/google/ads/google_ads/v10/services/ad_group_asset_service_pb.rb +55 -0
  669. data/lib/google/ads/google_ads/v10/services/ad_group_asset_service_services_pb.rb +63 -0
  670. data/lib/google/ads/google_ads/v10/services/ad_group_bid_modifier_service/client.rb +429 -0
  671. data/lib/google/ads/google_ads/v10/services/ad_group_bid_modifier_service/credentials.rb +38 -0
  672. data/lib/google/ads/google_ads/v10/services/ad_group_bid_modifier_service/paths.rb +71 -0
  673. data/lib/google/ads/google_ads/v10/services/ad_group_bid_modifier_service.rb +51 -0
  674. data/lib/google/ads/google_ads/v10/services/ad_group_bid_modifier_service_pb.rb +55 -0
  675. data/lib/google/ads/google_ads/v10/services/ad_group_bid_modifier_service_services_pb.rb +75 -0
  676. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_customizer_service/client.rb +406 -0
  677. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_customizer_service/credentials.rb +38 -0
  678. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_customizer_service/paths.rb +92 -0
  679. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_customizer_service.rb +51 -0
  680. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_customizer_service_pb.rb +52 -0
  681. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_customizer_service_services_pb.rb +50 -0
  682. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_label_service/client.rb +411 -0
  683. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_label_service/credentials.rb +38 -0
  684. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_label_service/paths.rb +92 -0
  685. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_label_service.rb +51 -0
  686. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_label_service_pb.rb +49 -0
  687. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_label_service_services_pb.rb +60 -0
  688. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_service/client.rb +438 -0
  689. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_service/credentials.rb +38 -0
  690. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_service/paths.rb +92 -0
  691. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_service.rb +51 -0
  692. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_service_pb.rb +57 -0
  693. data/lib/google/ads/google_ads/v10/services/ad_group_criterion_service_services_pb.rb +84 -0
  694. data/lib/google/ads/google_ads/v10/services/ad_group_customizer_service/client.rb +404 -0
  695. data/lib/google/ads/google_ads/v10/services/ad_group_customizer_service/credentials.rb +38 -0
  696. data/lib/google/ads/google_ads/v10/services/ad_group_customizer_service/paths.rb +88 -0
  697. data/lib/google/ads/google_ads/v10/services/ad_group_customizer_service.rb +51 -0
  698. data/lib/google/ads/google_ads/v10/services/ad_group_customizer_service_pb.rb +52 -0
  699. data/lib/google/ads/google_ads/v10/services/ad_group_customizer_service_services_pb.rb +50 -0
  700. data/lib/google/ads/google_ads/v10/services/ad_group_extension_setting_service/client.rb +433 -0
  701. data/lib/google/ads/google_ads/v10/services/ad_group_extension_setting_service/credentials.rb +38 -0
  702. data/lib/google/ads/google_ads/v10/services/ad_group_extension_setting_service/paths.rb +88 -0
  703. data/lib/google/ads/google_ads/v10/services/ad_group_extension_setting_service.rb +51 -0
  704. data/lib/google/ads/google_ads/v10/services/ad_group_extension_setting_service_pb.rb +55 -0
  705. data/lib/google/ads/google_ads/v10/services/ad_group_extension_setting_service_services_pb.rb +80 -0
  706. data/lib/google/ads/google_ads/v10/services/ad_group_feed_service/client.rb +428 -0
  707. data/lib/google/ads/google_ads/v10/services/ad_group_feed_service/credentials.rb +38 -0
  708. data/lib/google/ads/google_ads/v10/services/ad_group_feed_service/paths.rb +88 -0
  709. data/lib/google/ads/google_ads/v10/services/ad_group_feed_service.rb +51 -0
  710. data/lib/google/ads/google_ads/v10/services/ad_group_feed_service_pb.rb +55 -0
  711. data/lib/google/ads/google_ads/v10/services/ad_group_feed_service_services_pb.rb +74 -0
  712. data/lib/google/ads/google_ads/v10/services/ad_group_label_service/client.rb +414 -0
  713. data/lib/google/ads/google_ads/v10/services/ad_group_label_service/credentials.rb +38 -0
  714. data/lib/google/ads/google_ads/v10/services/ad_group_label_service/paths.rb +88 -0
  715. data/lib/google/ads/google_ads/v10/services/ad_group_label_service.rb +51 -0
  716. data/lib/google/ads/google_ads/v10/services/ad_group_label_service_pb.rb +49 -0
  717. data/lib/google/ads/google_ads/v10/services/ad_group_label_service_services_pb.rb +63 -0
  718. data/lib/google/ads/google_ads/v10/services/ad_group_service/client.rb +435 -0
  719. data/lib/google/ads/google_ads/v10/services/ad_group_service/credentials.rb +38 -0
  720. data/lib/google/ads/google_ads/v10/services/ad_group_service/paths.rb +88 -0
  721. data/lib/google/ads/google_ads/v10/services/ad_group_service.rb +51 -0
  722. data/lib/google/ads/google_ads/v10/services/ad_group_service_pb.rb +55 -0
  723. data/lib/google/ads/google_ads/v10/services/ad_group_service_services_pb.rb +82 -0
  724. data/lib/google/ads/google_ads/v10/services/ad_parameter_service/client.rb +418 -0
  725. data/lib/google/ads/google_ads/v10/services/ad_parameter_service/credentials.rb +38 -0
  726. data/lib/google/ads/google_ads/v10/services/ad_parameter_service/paths.rb +75 -0
  727. data/lib/google/ads/google_ads/v10/services/ad_parameter_service.rb +51 -0
  728. data/lib/google/ads/google_ads/v10/services/ad_parameter_service_pb.rb +55 -0
  729. data/lib/google/ads/google_ads/v10/services/ad_parameter_service_services_pb.rb +64 -0
  730. data/lib/google/ads/google_ads/v10/services/ad_service/client.rb +543 -0
  731. data/lib/google/ads/google_ads/v10/services/ad_service/credentials.rb +38 -0
  732. data/lib/google/ads/google_ads/v10/services/ad_service/paths.rb +52 -0
  733. data/lib/google/ads/google_ads/v10/services/ad_service.rb +51 -0
  734. data/lib/google/ads/google_ads/v10/services/ad_service_pb.rb +59 -0
  735. data/lib/google/ads/google_ads/v10/services/ad_service_services_pb.rb +100 -0
  736. data/lib/google/ads/google_ads/v10/services/asset_group_asset_service/client.rb +401 -0
  737. data/lib/google/ads/google_ads/v10/services/asset_group_asset_service/credentials.rb +38 -0
  738. data/lib/google/ads/google_ads/v10/services/asset_group_asset_service/paths.rb +90 -0
  739. data/lib/google/ads/google_ads/v10/services/asset_group_asset_service.rb +51 -0
  740. data/lib/google/ads/google_ads/v10/services/asset_group_asset_service_pb.rb +52 -0
  741. data/lib/google/ads/google_ads/v10/services/asset_group_asset_service_services_pb.rb +50 -0
  742. data/lib/google/ads/google_ads/v10/services/asset_group_listing_group_filter_service/client.rb +401 -0
  743. data/lib/google/ads/google_ads/v10/services/asset_group_listing_group_filter_service/credentials.rb +38 -0
  744. data/lib/google/ads/google_ads/v10/services/asset_group_listing_group_filter_service/paths.rb +71 -0
  745. data/lib/google/ads/google_ads/v10/services/asset_group_listing_group_filter_service.rb +51 -0
  746. data/lib/google/ads/google_ads/v10/services/asset_group_listing_group_filter_service_pb.rb +52 -0
  747. data/lib/google/ads/google_ads/v10/services/asset_group_listing_group_filter_service_services_pb.rb +50 -0
  748. data/lib/google/ads/google_ads/v10/services/asset_group_service/client.rb +396 -0
  749. data/lib/google/ads/google_ads/v10/services/asset_group_service/credentials.rb +38 -0
  750. data/lib/google/ads/google_ads/v10/services/asset_group_service/paths.rb +69 -0
  751. data/lib/google/ads/google_ads/v10/services/asset_group_service.rb +51 -0
  752. data/lib/google/ads/google_ads/v10/services/asset_group_service_pb.rb +51 -0
  753. data/lib/google/ads/google_ads/v10/services/asset_group_service_services_pb.rb +50 -0
  754. data/lib/google/ads/google_ads/v10/services/asset_group_signal_service/client.rb +403 -0
  755. data/lib/google/ads/google_ads/v10/services/asset_group_signal_service/credentials.rb +38 -0
  756. data/lib/google/ads/google_ads/v10/services/asset_group_signal_service/paths.rb +71 -0
  757. data/lib/google/ads/google_ads/v10/services/asset_group_signal_service.rb +51 -0
  758. data/lib/google/ads/google_ads/v10/services/asset_group_signal_service_pb.rb +52 -0
  759. data/lib/google/ads/google_ads/v10/services/asset_group_signal_service_services_pb.rb +50 -0
  760. data/lib/google/ads/google_ads/v10/services/asset_service/client.rb +433 -0
  761. data/lib/google/ads/google_ads/v10/services/asset_service/credentials.rb +38 -0
  762. data/lib/google/ads/google_ads/v10/services/asset_service/paths.rb +69 -0
  763. data/lib/google/ads/google_ads/v10/services/asset_service.rb +53 -0
  764. data/lib/google/ads/google_ads/v10/services/asset_service_pb.rb +54 -0
  765. data/lib/google/ads/google_ads/v10/services/asset_service_services_pb.rb +80 -0
  766. data/lib/google/ads/google_ads/v10/services/asset_set_asset_service/client.rb +404 -0
  767. data/lib/google/ads/google_ads/v10/services/asset_set_asset_service/credentials.rb +38 -0
  768. data/lib/google/ads/google_ads/v10/services/asset_set_asset_service/paths.rb +88 -0
  769. data/lib/google/ads/google_ads/v10/services/asset_set_asset_service.rb +51 -0
  770. data/lib/google/ads/google_ads/v10/services/asset_set_asset_service_pb.rb +52 -0
  771. data/lib/google/ads/google_ads/v10/services/asset_set_asset_service_services_pb.rb +50 -0
  772. data/lib/google/ads/google_ads/v10/services/asset_set_service/client.rb +403 -0
  773. data/lib/google/ads/google_ads/v10/services/asset_set_service/credentials.rb +38 -0
  774. data/lib/google/ads/google_ads/v10/services/asset_set_service/paths.rb +52 -0
  775. data/lib/google/ads/google_ads/v10/services/asset_set_service.rb +51 -0
  776. data/lib/google/ads/google_ads/v10/services/asset_set_service_pb.rb +55 -0
  777. data/lib/google/ads/google_ads/v10/services/asset_set_service_services_pb.rb +50 -0
  778. data/lib/google/ads/google_ads/v10/services/audience_service/client.rb +404 -0
  779. data/lib/google/ads/google_ads/v10/services/audience_service/credentials.rb +38 -0
  780. data/lib/google/ads/google_ads/v10/services/audience_service/paths.rb +52 -0
  781. data/lib/google/ads/google_ads/v10/services/audience_service.rb +51 -0
  782. data/lib/google/ads/google_ads/v10/services/audience_service_pb.rb +54 -0
  783. data/lib/google/ads/google_ads/v10/services/audience_service_services_pb.rb +52 -0
  784. data/lib/google/ads/google_ads/v10/services/batch_job_service/client.rb +772 -0
  785. data/lib/google/ads/google_ads/v10/services/batch_job_service/credentials.rb +38 -0
  786. data/lib/google/ads/google_ads/v10/services/batch_job_service/operations.rb +771 -0
  787. data/lib/google/ads/google_ads/v10/services/batch_job_service/paths.rb +1481 -0
  788. data/lib/google/ads/google_ads/v10/services/batch_job_service.rb +52 -0
  789. data/lib/google/ads/google_ads/v10/services/batch_job_service_pb.rb +81 -0
  790. data/lib/google/ads/google_ads/v10/services/batch_job_service_services_pb.rb +97 -0
  791. data/lib/google/ads/google_ads/v10/services/bidding_data_exclusion_service/client.rb +404 -0
  792. data/lib/google/ads/google_ads/v10/services/bidding_data_exclusion_service/credentials.rb +38 -0
  793. data/lib/google/ads/google_ads/v10/services/bidding_data_exclusion_service/paths.rb +69 -0
  794. data/lib/google/ads/google_ads/v10/services/bidding_data_exclusion_service.rb +51 -0
  795. data/lib/google/ads/google_ads/v10/services/bidding_data_exclusion_service_pb.rb +55 -0
  796. data/lib/google/ads/google_ads/v10/services/bidding_data_exclusion_service_services_pb.rb +48 -0
  797. data/lib/google/ads/google_ads/v10/services/bidding_seasonality_adjustment_service/client.rb +404 -0
  798. data/lib/google/ads/google_ads/v10/services/bidding_seasonality_adjustment_service/credentials.rb +38 -0
  799. data/lib/google/ads/google_ads/v10/services/bidding_seasonality_adjustment_service/paths.rb +69 -0
  800. data/lib/google/ads/google_ads/v10/services/bidding_seasonality_adjustment_service.rb +51 -0
  801. data/lib/google/ads/google_ads/v10/services/bidding_seasonality_adjustment_service_pb.rb +55 -0
  802. data/lib/google/ads/google_ads/v10/services/bidding_seasonality_adjustment_service_services_pb.rb +48 -0
  803. data/lib/google/ads/google_ads/v10/services/bidding_strategy_service/client.rb +432 -0
  804. data/lib/google/ads/google_ads/v10/services/bidding_strategy_service/credentials.rb +38 -0
  805. data/lib/google/ads/google_ads/v10/services/bidding_strategy_service/paths.rb +52 -0
  806. data/lib/google/ads/google_ads/v10/services/bidding_strategy_service.rb +51 -0
  807. data/lib/google/ads/google_ads/v10/services/bidding_strategy_service_pb.rb +55 -0
  808. data/lib/google/ads/google_ads/v10/services/bidding_strategy_service_services_pb.rb +78 -0
  809. data/lib/google/ads/google_ads/v10/services/billing_setup_service/client.rb +412 -0
  810. data/lib/google/ads/google_ads/v10/services/billing_setup_service/credentials.rb +38 -0
  811. data/lib/google/ads/google_ads/v10/services/billing_setup_service/paths.rb +69 -0
  812. data/lib/google/ads/google_ads/v10/services/billing_setup_service.rb +59 -0
  813. data/lib/google/ads/google_ads/v10/services/billing_setup_service_pb.rb +45 -0
  814. data/lib/google/ads/google_ads/v10/services/billing_setup_service_services_pb.rb +69 -0
  815. data/lib/google/ads/google_ads/v10/services/campaign_asset_service/client.rb +418 -0
  816. data/lib/google/ads/google_ads/v10/services/campaign_asset_service/credentials.rb +38 -0
  817. data/lib/google/ads/google_ads/v10/services/campaign_asset_service/paths.rb +90 -0
  818. data/lib/google/ads/google_ads/v10/services/campaign_asset_service.rb +51 -0
  819. data/lib/google/ads/google_ads/v10/services/campaign_asset_service_pb.rb +55 -0
  820. data/lib/google/ads/google_ads/v10/services/campaign_asset_service_services_pb.rb +64 -0
  821. data/lib/google/ads/google_ads/v10/services/campaign_asset_set_service/client.rb +404 -0
  822. data/lib/google/ads/google_ads/v10/services/campaign_asset_set_service/credentials.rb +38 -0
  823. data/lib/google/ads/google_ads/v10/services/campaign_asset_set_service/paths.rb +88 -0
  824. data/lib/google/ads/google_ads/v10/services/campaign_asset_set_service.rb +51 -0
  825. data/lib/google/ads/google_ads/v10/services/campaign_asset_set_service_pb.rb +52 -0
  826. data/lib/google/ads/google_ads/v10/services/campaign_asset_set_service_services_pb.rb +50 -0
  827. data/lib/google/ads/google_ads/v10/services/campaign_bid_modifier_service/client.rb +428 -0
  828. data/lib/google/ads/google_ads/v10/services/campaign_bid_modifier_service/credentials.rb +38 -0
  829. data/lib/google/ads/google_ads/v10/services/campaign_bid_modifier_service/paths.rb +71 -0
  830. data/lib/google/ads/google_ads/v10/services/campaign_bid_modifier_service.rb +51 -0
  831. data/lib/google/ads/google_ads/v10/services/campaign_bid_modifier_service_pb.rb +55 -0
  832. data/lib/google/ads/google_ads/v10/services/campaign_bid_modifier_service_services_pb.rb +74 -0
  833. data/lib/google/ads/google_ads/v10/services/campaign_budget_service/client.rb +423 -0
  834. data/lib/google/ads/google_ads/v10/services/campaign_budget_service/credentials.rb +38 -0
  835. data/lib/google/ads/google_ads/v10/services/campaign_budget_service/paths.rb +52 -0
  836. data/lib/google/ads/google_ads/v10/services/campaign_budget_service.rb +51 -0
  837. data/lib/google/ads/google_ads/v10/services/campaign_budget_service_pb.rb +55 -0
  838. data/lib/google/ads/google_ads/v10/services/campaign_budget_service_services_pb.rb +69 -0
  839. data/lib/google/ads/google_ads/v10/services/campaign_conversion_goal_service/client.rb +396 -0
  840. data/lib/google/ads/google_ads/v10/services/campaign_conversion_goal_service/credentials.rb +38 -0
  841. data/lib/google/ads/google_ads/v10/services/campaign_conversion_goal_service/paths.rb +73 -0
  842. data/lib/google/ads/google_ads/v10/services/campaign_conversion_goal_service.rb +51 -0
  843. data/lib/google/ads/google_ads/v10/services/campaign_conversion_goal_service_pb.rb +47 -0
  844. data/lib/google/ads/google_ads/v10/services/campaign_conversion_goal_service_services_pb.rb +50 -0
  845. data/lib/google/ads/google_ads/v10/services/campaign_criterion_service/client.rb +434 -0
  846. data/lib/google/ads/google_ads/v10/services/campaign_criterion_service/credentials.rb +38 -0
  847. data/lib/google/ads/google_ads/v10/services/campaign_criterion_service/paths.rb +71 -0
  848. data/lib/google/ads/google_ads/v10/services/campaign_criterion_service.rb +51 -0
  849. data/lib/google/ads/google_ads/v10/services/campaign_criterion_service_pb.rb +55 -0
  850. data/lib/google/ads/google_ads/v10/services/campaign_criterion_service_services_pb.rb +80 -0
  851. data/lib/google/ads/google_ads/v10/services/campaign_customizer_service/client.rb +404 -0
  852. data/lib/google/ads/google_ads/v10/services/campaign_customizer_service/credentials.rb +38 -0
  853. data/lib/google/ads/google_ads/v10/services/campaign_customizer_service/paths.rb +88 -0
  854. data/lib/google/ads/google_ads/v10/services/campaign_customizer_service.rb +51 -0
  855. data/lib/google/ads/google_ads/v10/services/campaign_customizer_service_pb.rb +52 -0
  856. data/lib/google/ads/google_ads/v10/services/campaign_customizer_service_services_pb.rb +50 -0
  857. data/lib/google/ads/google_ads/v10/services/campaign_draft_service/client.rb +672 -0
  858. data/lib/google/ads/google_ads/v10/services/campaign_draft_service/credentials.rb +38 -0
  859. data/lib/google/ads/google_ads/v10/services/campaign_draft_service/operations.rb +771 -0
  860. data/lib/google/ads/google_ads/v10/services/campaign_draft_service/paths.rb +71 -0
  861. data/lib/google/ads/google_ads/v10/services/campaign_draft_service.rb +52 -0
  862. data/lib/google/ads/google_ads/v10/services/campaign_draft_service_pb.rb +72 -0
  863. data/lib/google/ads/google_ads/v10/services/campaign_draft_service_services_pb.rb +93 -0
  864. data/lib/google/ads/google_ads/v10/services/campaign_experiment_service/client.rb +1023 -0
  865. data/lib/google/ads/google_ads/v10/services/campaign_experiment_service/credentials.rb +38 -0
  866. data/lib/google/ads/google_ads/v10/services/campaign_experiment_service/operations.rb +771 -0
  867. data/lib/google/ads/google_ads/v10/services/campaign_experiment_service/paths.rb +88 -0
  868. data/lib/google/ads/google_ads/v10/services/campaign_experiment_service.rb +61 -0
  869. data/lib/google/ads/google_ads/v10/services/campaign_experiment_service_pb.rb +97 -0
  870. data/lib/google/ads/google_ads/v10/services/campaign_experiment_service_services_pb.rb +145 -0
  871. data/lib/google/ads/google_ads/v10/services/campaign_extension_setting_service/client.rb +435 -0
  872. data/lib/google/ads/google_ads/v10/services/campaign_extension_setting_service/credentials.rb +38 -0
  873. data/lib/google/ads/google_ads/v10/services/campaign_extension_setting_service/paths.rb +88 -0
  874. data/lib/google/ads/google_ads/v10/services/campaign_extension_setting_service.rb +51 -0
  875. data/lib/google/ads/google_ads/v10/services/campaign_extension_setting_service_pb.rb +55 -0
  876. data/lib/google/ads/google_ads/v10/services/campaign_extension_setting_service_services_pb.rb +79 -0
  877. data/lib/google/ads/google_ads/v10/services/campaign_feed_service/client.rb +429 -0
  878. data/lib/google/ads/google_ads/v10/services/campaign_feed_service/credentials.rb +38 -0
  879. data/lib/google/ads/google_ads/v10/services/campaign_feed_service/paths.rb +88 -0
  880. data/lib/google/ads/google_ads/v10/services/campaign_feed_service.rb +51 -0
  881. data/lib/google/ads/google_ads/v10/services/campaign_feed_service_pb.rb +55 -0
  882. data/lib/google/ads/google_ads/v10/services/campaign_feed_service_services_pb.rb +75 -0
  883. data/lib/google/ads/google_ads/v10/services/campaign_label_service/client.rb +414 -0
  884. data/lib/google/ads/google_ads/v10/services/campaign_label_service/credentials.rb +38 -0
  885. data/lib/google/ads/google_ads/v10/services/campaign_label_service/paths.rb +88 -0
  886. data/lib/google/ads/google_ads/v10/services/campaign_label_service.rb +51 -0
  887. data/lib/google/ads/google_ads/v10/services/campaign_label_service_pb.rb +49 -0
  888. data/lib/google/ads/google_ads/v10/services/campaign_label_service_services_pb.rb +63 -0
  889. data/lib/google/ads/google_ads/v10/services/campaign_service/client.rb +439 -0
  890. data/lib/google/ads/google_ads/v10/services/campaign_service/credentials.rb +38 -0
  891. data/lib/google/ads/google_ads/v10/services/campaign_service/paths.rb +156 -0
  892. data/lib/google/ads/google_ads/v10/services/campaign_service.rb +51 -0
  893. data/lib/google/ads/google_ads/v10/services/campaign_service_pb.rb +55 -0
  894. data/lib/google/ads/google_ads/v10/services/campaign_service_services_pb.rb +86 -0
  895. data/lib/google/ads/google_ads/v10/services/campaign_shared_set_service/client.rb +427 -0
  896. data/lib/google/ads/google_ads/v10/services/campaign_shared_set_service/credentials.rb +38 -0
  897. data/lib/google/ads/google_ads/v10/services/campaign_shared_set_service/paths.rb +88 -0
  898. data/lib/google/ads/google_ads/v10/services/campaign_shared_set_service.rb +51 -0
  899. data/lib/google/ads/google_ads/v10/services/campaign_shared_set_service_pb.rb +52 -0
  900. data/lib/google/ads/google_ads/v10/services/campaign_shared_set_service_services_pb.rb +73 -0
  901. data/lib/google/ads/google_ads/v10/services/conversion_action_service/client.rb +422 -0
  902. data/lib/google/ads/google_ads/v10/services/conversion_action_service/credentials.rb +38 -0
  903. data/lib/google/ads/google_ads/v10/services/conversion_action_service/paths.rb +66 -0
  904. data/lib/google/ads/google_ads/v10/services/conversion_action_service.rb +51 -0
  905. data/lib/google/ads/google_ads/v10/services/conversion_action_service_pb.rb +55 -0
  906. data/lib/google/ads/google_ads/v10/services/conversion_action_service_services_pb.rb +68 -0
  907. data/lib/google/ads/google_ads/v10/services/conversion_adjustment_upload_service/client.rb +410 -0
  908. data/lib/google/ads/google_ads/v10/services/conversion_adjustment_upload_service/credentials.rb +38 -0
  909. data/lib/google/ads/google_ads/v10/services/conversion_adjustment_upload_service.rb +50 -0
  910. data/lib/google/ads/google_ads/v10/services/conversion_adjustment_upload_service_pb.rb +67 -0
  911. data/lib/google/ads/google_ads/v10/services/conversion_adjustment_upload_service_services_pb.rb +56 -0
  912. data/lib/google/ads/google_ads/v10/services/conversion_custom_variable_service/client.rb +416 -0
  913. data/lib/google/ads/google_ads/v10/services/conversion_custom_variable_service/credentials.rb +38 -0
  914. data/lib/google/ads/google_ads/v10/services/conversion_custom_variable_service/paths.rb +66 -0
  915. data/lib/google/ads/google_ads/v10/services/conversion_custom_variable_service.rb +51 -0
  916. data/lib/google/ads/google_ads/v10/services/conversion_custom_variable_service_pb.rb +54 -0
  917. data/lib/google/ads/google_ads/v10/services/conversion_custom_variable_service_services_pb.rb +60 -0
  918. data/lib/google/ads/google_ads/v10/services/conversion_goal_campaign_config_service/client.rb +400 -0
  919. data/lib/google/ads/google_ads/v10/services/conversion_goal_campaign_config_service/credentials.rb +38 -0
  920. data/lib/google/ads/google_ads/v10/services/conversion_goal_campaign_config_service/paths.rb +86 -0
  921. data/lib/google/ads/google_ads/v10/services/conversion_goal_campaign_config_service.rb +51 -0
  922. data/lib/google/ads/google_ads/v10/services/conversion_goal_campaign_config_service_pb.rb +50 -0
  923. data/lib/google/ads/google_ads/v10/services/conversion_goal_campaign_config_service_services_pb.rb +50 -0
  924. data/lib/google/ads/google_ads/v10/services/conversion_upload_service/client.rb +529 -0
  925. data/lib/google/ads/google_ads/v10/services/conversion_upload_service/credentials.rb +38 -0
  926. data/lib/google/ads/google_ads/v10/services/conversion_upload_service/paths.rb +52 -0
  927. data/lib/google/ads/google_ads/v10/services/conversion_upload_service.rb +51 -0
  928. data/lib/google/ads/google_ads/v10/services/conversion_upload_service_pb.rb +115 -0
  929. data/lib/google/ads/google_ads/v10/services/conversion_upload_service_services_pb.rb +68 -0
  930. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_service/client.rb +404 -0
  931. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_service/credentials.rb +38 -0
  932. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_service/paths.rb +114 -0
  933. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_service.rb +51 -0
  934. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_service_pb.rb +55 -0
  935. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_service_services_pb.rb +50 -0
  936. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_set_service/client.rb +404 -0
  937. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_set_service/credentials.rb +38 -0
  938. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_set_service/paths.rb +100 -0
  939. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_set_service.rb +51 -0
  940. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_set_service_pb.rb +55 -0
  941. data/lib/google/ads/google_ads/v10/services/conversion_value_rule_set_service_services_pb.rb +50 -0
  942. data/lib/google/ads/google_ads/v10/services/custom_audience_service/client.rb +410 -0
  943. data/lib/google/ads/google_ads/v10/services/custom_audience_service/credentials.rb +38 -0
  944. data/lib/google/ads/google_ads/v10/services/custom_audience_service/paths.rb +52 -0
  945. data/lib/google/ads/google_ads/v10/services/custom_audience_service.rb +51 -0
  946. data/lib/google/ads/google_ads/v10/services/custom_audience_service_pb.rb +49 -0
  947. data/lib/google/ads/google_ads/v10/services/custom_audience_service_services_pb.rb +64 -0
  948. data/lib/google/ads/google_ads/v10/services/custom_conversion_goal_service/client.rb +399 -0
  949. data/lib/google/ads/google_ads/v10/services/custom_conversion_goal_service/credentials.rb +38 -0
  950. data/lib/google/ads/google_ads/v10/services/custom_conversion_goal_service/paths.rb +69 -0
  951. data/lib/google/ads/google_ads/v10/services/custom_conversion_goal_service.rb +51 -0
  952. data/lib/google/ads/google_ads/v10/services/custom_conversion_goal_service_pb.rb +52 -0
  953. data/lib/google/ads/google_ads/v10/services/custom_conversion_goal_service_services_pb.rb +50 -0
  954. data/lib/google/ads/google_ads/v10/services/custom_interest_service/client.rb +408 -0
  955. data/lib/google/ads/google_ads/v10/services/custom_interest_service/credentials.rb +38 -0
  956. data/lib/google/ads/google_ads/v10/services/custom_interest_service/paths.rb +52 -0
  957. data/lib/google/ads/google_ads/v10/services/custom_interest_service.rb +51 -0
  958. data/lib/google/ads/google_ads/v10/services/custom_interest_service_pb.rb +48 -0
  959. data/lib/google/ads/google_ads/v10/services/custom_interest_service_services_pb.rb +62 -0
  960. data/lib/google/ads/google_ads/v10/services/customer_asset_service/client.rb +415 -0
  961. data/lib/google/ads/google_ads/v10/services/customer_asset_service/credentials.rb +38 -0
  962. data/lib/google/ads/google_ads/v10/services/customer_asset_service/paths.rb +71 -0
  963. data/lib/google/ads/google_ads/v10/services/customer_asset_service.rb +51 -0
  964. data/lib/google/ads/google_ads/v10/services/customer_asset_service_pb.rb +55 -0
  965. data/lib/google/ads/google_ads/v10/services/customer_asset_service_services_pb.rb +61 -0
  966. data/lib/google/ads/google_ads/v10/services/customer_client_link_service/client.rb +409 -0
  967. data/lib/google/ads/google_ads/v10/services/customer_client_link_service/credentials.rb +38 -0
  968. data/lib/google/ads/google_ads/v10/services/customer_client_link_service/paths.rb +68 -0
  969. data/lib/google/ads/google_ads/v10/services/customer_client_link_service.rb +51 -0
  970. data/lib/google/ads/google_ads/v10/services/customer_client_link_service_pb.rb +48 -0
  971. data/lib/google/ads/google_ads/v10/services/customer_client_link_service_services_pb.rb +61 -0
  972. data/lib/google/ads/google_ads/v10/services/customer_conversion_goal_service/client.rb +396 -0
  973. data/lib/google/ads/google_ads/v10/services/customer_conversion_goal_service/credentials.rb +38 -0
  974. data/lib/google/ads/google_ads/v10/services/customer_conversion_goal_service/paths.rb +54 -0
  975. data/lib/google/ads/google_ads/v10/services/customer_conversion_goal_service.rb +51 -0
  976. data/lib/google/ads/google_ads/v10/services/customer_conversion_goal_service_pb.rb +47 -0
  977. data/lib/google/ads/google_ads/v10/services/customer_conversion_goal_service_services_pb.rb +50 -0
  978. data/lib/google/ads/google_ads/v10/services/customer_customizer_service/client.rb +404 -0
  979. data/lib/google/ads/google_ads/v10/services/customer_customizer_service/credentials.rb +38 -0
  980. data/lib/google/ads/google_ads/v10/services/customer_customizer_service/paths.rb +69 -0
  981. data/lib/google/ads/google_ads/v10/services/customer_customizer_service.rb +51 -0
  982. data/lib/google/ads/google_ads/v10/services/customer_customizer_service_pb.rb +52 -0
  983. data/lib/google/ads/google_ads/v10/services/customer_customizer_service_services_pb.rb +50 -0
  984. data/lib/google/ads/google_ads/v10/services/customer_extension_setting_service/client.rb +433 -0
  985. data/lib/google/ads/google_ads/v10/services/customer_extension_setting_service/credentials.rb +38 -0
  986. data/lib/google/ads/google_ads/v10/services/customer_extension_setting_service/paths.rb +69 -0
  987. data/lib/google/ads/google_ads/v10/services/customer_extension_setting_service.rb +51 -0
  988. data/lib/google/ads/google_ads/v10/services/customer_extension_setting_service_pb.rb +55 -0
  989. data/lib/google/ads/google_ads/v10/services/customer_extension_setting_service_services_pb.rb +77 -0
  990. data/lib/google/ads/google_ads/v10/services/customer_feed_service/client.rb +428 -0
  991. data/lib/google/ads/google_ads/v10/services/customer_feed_service/credentials.rb +38 -0
  992. data/lib/google/ads/google_ads/v10/services/customer_feed_service/paths.rb +69 -0
  993. data/lib/google/ads/google_ads/v10/services/customer_feed_service.rb +51 -0
  994. data/lib/google/ads/google_ads/v10/services/customer_feed_service_pb.rb +55 -0
  995. data/lib/google/ads/google_ads/v10/services/customer_feed_service_services_pb.rb +74 -0
  996. data/lib/google/ads/google_ads/v10/services/customer_label_service/client.rb +412 -0
  997. data/lib/google/ads/google_ads/v10/services/customer_label_service/credentials.rb +38 -0
  998. data/lib/google/ads/google_ads/v10/services/customer_label_service/paths.rb +83 -0
  999. data/lib/google/ads/google_ads/v10/services/customer_label_service.rb +51 -0
  1000. data/lib/google/ads/google_ads/v10/services/customer_label_service_pb.rb +49 -0
  1001. data/lib/google/ads/google_ads/v10/services/customer_label_service_services_pb.rb +61 -0
  1002. data/lib/google/ads/google_ads/v10/services/customer_manager_link_service/client.rb +527 -0
  1003. data/lib/google/ads/google_ads/v10/services/customer_manager_link_service/credentials.rb +38 -0
  1004. data/lib/google/ads/google_ads/v10/services/customer_manager_link_service/paths.rb +68 -0
  1005. data/lib/google/ads/google_ads/v10/services/customer_manager_link_service.rb +51 -0
  1006. data/lib/google/ads/google_ads/v10/services/customer_manager_link_service_pb.rb +58 -0
  1007. data/lib/google/ads/google_ads/v10/services/customer_manager_link_service_services_pb.rb +77 -0
  1008. data/lib/google/ads/google_ads/v10/services/customer_negative_criterion_service/client.rb +415 -0
  1009. data/lib/google/ads/google_ads/v10/services/customer_negative_criterion_service/credentials.rb +38 -0
  1010. data/lib/google/ads/google_ads/v10/services/customer_negative_criterion_service/paths.rb +52 -0
  1011. data/lib/google/ads/google_ads/v10/services/customer_negative_criterion_service.rb +51 -0
  1012. data/lib/google/ads/google_ads/v10/services/customer_negative_criterion_service_pb.rb +52 -0
  1013. data/lib/google/ads/google_ads/v10/services/customer_negative_criterion_service_services_pb.rb +61 -0
  1014. data/lib/google/ads/google_ads/v10/services/customer_service/client.rb +614 -0
  1015. data/lib/google/ads/google_ads/v10/services/customer_service/credentials.rb +38 -0
  1016. data/lib/google/ads/google_ads/v10/services/customer_service/paths.rb +66 -0
  1017. data/lib/google/ads/google_ads/v10/services/customer_service.rb +51 -0
  1018. data/lib/google/ads/google_ads/v10/services/customer_service_pb.rb +69 -0
  1019. data/lib/google/ads/google_ads/v10/services/customer_service_services_pb.rb +86 -0
  1020. data/lib/google/ads/google_ads/v10/services/customer_user_access_invitation_service/client.rb +402 -0
  1021. data/lib/google/ads/google_ads/v10/services/customer_user_access_invitation_service/credentials.rb +38 -0
  1022. data/lib/google/ads/google_ads/v10/services/customer_user_access_invitation_service/paths.rb +52 -0
  1023. data/lib/google/ads/google_ads/v10/services/customer_user_access_invitation_service.rb +52 -0
  1024. data/lib/google/ads/google_ads/v10/services/customer_user_access_invitation_service_pb.rb +45 -0
  1025. data/lib/google/ads/google_ads/v10/services/customer_user_access_invitation_service_services_pb.rb +59 -0
  1026. data/lib/google/ads/google_ads/v10/services/customer_user_access_service/client.rb +404 -0
  1027. data/lib/google/ads/google_ads/v10/services/customer_user_access_service/credentials.rb +38 -0
  1028. data/lib/google/ads/google_ads/v10/services/customer_user_access_service/paths.rb +52 -0
  1029. data/lib/google/ads/google_ads/v10/services/customer_user_access_service.rb +51 -0
  1030. data/lib/google/ads/google_ads/v10/services/customer_user_access_service_pb.rb +47 -0
  1031. data/lib/google/ads/google_ads/v10/services/customer_user_access_service_services_pb.rb +59 -0
  1032. data/lib/google/ads/google_ads/v10/services/customizer_attribute_service/client.rb +404 -0
  1033. data/lib/google/ads/google_ads/v10/services/customizer_attribute_service/credentials.rb +38 -0
  1034. data/lib/google/ads/google_ads/v10/services/customizer_attribute_service/paths.rb +52 -0
  1035. data/lib/google/ads/google_ads/v10/services/customizer_attribute_service.rb +51 -0
  1036. data/lib/google/ads/google_ads/v10/services/customizer_attribute_service_pb.rb +54 -0
  1037. data/lib/google/ads/google_ads/v10/services/customizer_attribute_service_services_pb.rb +50 -0
  1038. data/lib/google/ads/google_ads/v10/services/experiment_arm_service/client.rb +413 -0
  1039. data/lib/google/ads/google_ads/v10/services/experiment_arm_service/credentials.rb +38 -0
  1040. data/lib/google/ads/google_ads/v10/services/experiment_arm_service/paths.rb +88 -0
  1041. data/lib/google/ads/google_ads/v10/services/experiment_arm_service.rb +51 -0
  1042. data/lib/google/ads/google_ads/v10/services/experiment_arm_service_pb.rb +55 -0
  1043. data/lib/google/ads/google_ads/v10/services/experiment_arm_service_services_pb.rb +59 -0
  1044. data/lib/google/ads/google_ads/v10/services/experiment_service/client.rb +1011 -0
  1045. data/lib/google/ads/google_ads/v10/services/experiment_service/credentials.rb +38 -0
  1046. data/lib/google/ads/google_ads/v10/services/experiment_service/operations.rb +771 -0
  1047. data/lib/google/ads/google_ads/v10/services/experiment_service/paths.rb +86 -0
  1048. data/lib/google/ads/google_ads/v10/services/experiment_service.rb +52 -0
  1049. data/lib/google/ads/google_ads/v10/services/experiment_service_pb.rb +99 -0
  1050. data/lib/google/ads/google_ads/v10/services/experiment_service_services_pb.rb +137 -0
  1051. data/lib/google/ads/google_ads/v10/services/extension_feed_item_service/client.rb +430 -0
  1052. data/lib/google/ads/google_ads/v10/services/extension_feed_item_service/credentials.rb +38 -0
  1053. data/lib/google/ads/google_ads/v10/services/extension_feed_item_service/paths.rb +117 -0
  1054. data/lib/google/ads/google_ads/v10/services/extension_feed_item_service.rb +51 -0
  1055. data/lib/google/ads/google_ads/v10/services/extension_feed_item_service_pb.rb +55 -0
  1056. data/lib/google/ads/google_ads/v10/services/extension_feed_item_service_services_pb.rb +75 -0
  1057. data/lib/google/ads/google_ads/v10/services/feed_item_service/client.rb +430 -0
  1058. data/lib/google/ads/google_ads/v10/services/feed_item_service/credentials.rb +38 -0
  1059. data/lib/google/ads/google_ads/v10/services/feed_item_service/paths.rb +71 -0
  1060. data/lib/google/ads/google_ads/v10/services/feed_item_service.rb +51 -0
  1061. data/lib/google/ads/google_ads/v10/services/feed_item_service_pb.rb +55 -0
  1062. data/lib/google/ads/google_ads/v10/services/feed_item_service_services_pb.rb +77 -0
  1063. data/lib/google/ads/google_ads/v10/services/feed_item_set_link_service/client.rb +408 -0
  1064. data/lib/google/ads/google_ads/v10/services/feed_item_set_link_service/credentials.rb +38 -0
  1065. data/lib/google/ads/google_ads/v10/services/feed_item_set_link_service/paths.rb +94 -0
  1066. data/lib/google/ads/google_ads/v10/services/feed_item_set_link_service.rb +51 -0
  1067. data/lib/google/ads/google_ads/v10/services/feed_item_set_link_service_pb.rb +49 -0
  1068. data/lib/google/ads/google_ads/v10/services/feed_item_set_link_service_services_pb.rb +57 -0
  1069. data/lib/google/ads/google_ads/v10/services/feed_item_set_service/client.rb +410 -0
  1070. data/lib/google/ads/google_ads/v10/services/feed_item_set_service/credentials.rb +38 -0
  1071. data/lib/google/ads/google_ads/v10/services/feed_item_set_service/paths.rb +71 -0
  1072. data/lib/google/ads/google_ads/v10/services/feed_item_set_service.rb +51 -0
  1073. data/lib/google/ads/google_ads/v10/services/feed_item_set_service_pb.rb +52 -0
  1074. data/lib/google/ads/google_ads/v10/services/feed_item_set_service_services_pb.rb +59 -0
  1075. data/lib/google/ads/google_ads/v10/services/feed_item_target_service/client.rb +424 -0
  1076. data/lib/google/ads/google_ads/v10/services/feed_item_target_service/credentials.rb +38 -0
  1077. data/lib/google/ads/google_ads/v10/services/feed_item_target_service/paths.rb +126 -0
  1078. data/lib/google/ads/google_ads/v10/services/feed_item_target_service.rb +51 -0
  1079. data/lib/google/ads/google_ads/v10/services/feed_item_target_service_pb.rb +52 -0
  1080. data/lib/google/ads/google_ads/v10/services/feed_item_target_service_services_pb.rb +70 -0
  1081. data/lib/google/ads/google_ads/v10/services/feed_mapping_service/client.rb +425 -0
  1082. data/lib/google/ads/google_ads/v10/services/feed_mapping_service/credentials.rb +38 -0
  1083. data/lib/google/ads/google_ads/v10/services/feed_mapping_service/paths.rb +71 -0
  1084. data/lib/google/ads/google_ads/v10/services/feed_mapping_service.rb +51 -0
  1085. data/lib/google/ads/google_ads/v10/services/feed_mapping_service_pb.rb +52 -0
  1086. data/lib/google/ads/google_ads/v10/services/feed_mapping_service_services_pb.rb +71 -0
  1087. data/lib/google/ads/google_ads/v10/services/feed_service/client.rb +429 -0
  1088. data/lib/google/ads/google_ads/v10/services/feed_service/credentials.rb +38 -0
  1089. data/lib/google/ads/google_ads/v10/services/feed_service/paths.rb +52 -0
  1090. data/lib/google/ads/google_ads/v10/services/feed_service.rb +51 -0
  1091. data/lib/google/ads/google_ads/v10/services/feed_service_pb.rb +55 -0
  1092. data/lib/google/ads/google_ads/v10/services/feed_service_services_pb.rb +76 -0
  1093. data/lib/google/ads/google_ads/v10/services/geo_target_constant_service/client.rb +399 -0
  1094. data/lib/google/ads/google_ads/v10/services/geo_target_constant_service/credentials.rb +38 -0
  1095. data/lib/google/ads/google_ads/v10/services/geo_target_constant_service/paths.rb +49 -0
  1096. data/lib/google/ads/google_ads/v10/services/geo_target_constant_service.rb +51 -0
  1097. data/lib/google/ads/google_ads/v10/services/geo_target_constant_service_pb.rb +52 -0
  1098. data/lib/google/ads/google_ads/v10/services/geo_target_constant_service_services_pb.rb +58 -0
  1099. data/lib/google/ads/google_ads/v10/services/google_ads_field_service/client.rb +509 -0
  1100. data/lib/google/ads/google_ads/v10/services/google_ads_field_service/credentials.rb +38 -0
  1101. data/lib/google/ads/google_ads/v10/services/google_ads_field_service/paths.rb +49 -0
  1102. data/lib/google/ads/google_ads/v10/services/google_ads_field_service.rb +51 -0
  1103. data/lib/google/ads/google_ads/v10/services/google_ads_field_service_pb.rb +41 -0
  1104. data/lib/google/ads/google_ads/v10/services/google_ads_field_service_services_pb.rb +68 -0
  1105. data/lib/google/ads/google_ads/v10/services/google_ads_service/client.rb +763 -0
  1106. data/lib/google/ads/google_ads/v10/services/google_ads_service/credentials.rb +38 -0
  1107. data/lib/google/ads/google_ads/v10/services/google_ads_service/paths.rb +2799 -0
  1108. data/lib/google/ads/google_ads/v10/services/google_ads_service.rb +51 -0
  1109. data/lib/google/ads/google_ads/v10/services/google_ads_service_pb.rb +609 -0
  1110. data/lib/google/ads/google_ads/v10/services/google_ads_service_services_pb.rb +188 -0
  1111. data/lib/google/ads/google_ads/v10/services/invoice_service/client.rb +408 -0
  1112. data/lib/google/ads/google_ads/v10/services/invoice_service/credentials.rb +38 -0
  1113. data/lib/google/ads/google_ads/v10/services/invoice_service/paths.rb +52 -0
  1114. data/lib/google/ads/google_ads/v10/services/invoice_service.rb +51 -0
  1115. data/lib/google/ads/google_ads/v10/services/invoice_service_pb.rb +36 -0
  1116. data/lib/google/ads/google_ads/v10/services/invoice_service_services_pb.rb +59 -0
  1117. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_keyword_service/client.rb +421 -0
  1118. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_keyword_service/credentials.rb +38 -0
  1119. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_keyword_service/paths.rb +69 -0
  1120. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_keyword_service.rb +55 -0
  1121. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_keyword_service_pb.rb +52 -0
  1122. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_keyword_service_services_pb.rb +68 -0
  1123. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_service/client.rb +417 -0
  1124. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_service/credentials.rb +38 -0
  1125. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_service/paths.rb +69 -0
  1126. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_service.rb +51 -0
  1127. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_service_pb.rb +52 -0
  1128. data/lib/google/ads/google_ads/v10/services/keyword_plan_ad_group_service_services_pb.rb +66 -0
  1129. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_keyword_service/client.rb +418 -0
  1130. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_keyword_service/credentials.rb +38 -0
  1131. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_keyword_service/paths.rb +69 -0
  1132. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_keyword_service.rb +54 -0
  1133. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_keyword_service_pb.rb +52 -0
  1134. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_keyword_service_services_pb.rb +66 -0
  1135. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_service/client.rb +418 -0
  1136. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_service/credentials.rb +38 -0
  1137. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_service/paths.rb +97 -0
  1138. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_service.rb +51 -0
  1139. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_service_pb.rb +52 -0
  1140. data/lib/google/ads/google_ads/v10/services/keyword_plan_campaign_service_services_pb.rb +67 -0
  1141. data/lib/google/ads/google_ads/v10/services/keyword_plan_idea_service/client.rb +445 -0
  1142. data/lib/google/ads/google_ads/v10/services/keyword_plan_idea_service/credentials.rb +38 -0
  1143. data/lib/google/ads/google_ads/v10/services/keyword_plan_idea_service.rb +50 -0
  1144. data/lib/google/ads/google_ads/v10/services/keyword_plan_idea_service_pb.rb +74 -0
  1145. data/lib/google/ads/google_ads/v10/services/keyword_plan_idea_service_services_pb.rb +59 -0
  1146. data/lib/google/ads/google_ads/v10/services/keyword_plan_service/client.rb +844 -0
  1147. data/lib/google/ads/google_ads/v10/services/keyword_plan_service/credentials.rb +38 -0
  1148. data/lib/google/ads/google_ads/v10/services/keyword_plan_service/paths.rb +52 -0
  1149. data/lib/google/ads/google_ads/v10/services/keyword_plan_service.rb +51 -0
  1150. data/lib/google/ads/google_ads/v10/services/keyword_plan_service_pb.rb +143 -0
  1151. data/lib/google/ads/google_ads/v10/services/keyword_plan_service_services_pb.rb +120 -0
  1152. data/lib/google/ads/google_ads/v10/services/keyword_theme_constant_service/client.rb +397 -0
  1153. data/lib/google/ads/google_ads/v10/services/keyword_theme_constant_service/credentials.rb +38 -0
  1154. data/lib/google/ads/google_ads/v10/services/keyword_theme_constant_service/paths.rb +52 -0
  1155. data/lib/google/ads/google_ads/v10/services/keyword_theme_constant_service.rb +51 -0
  1156. data/lib/google/ads/google_ads/v10/services/keyword_theme_constant_service_pb.rb +33 -0
  1157. data/lib/google/ads/google_ads/v10/services/keyword_theme_constant_service_services_pb.rb +57 -0
  1158. data/lib/google/ads/google_ads/v10/services/label_service/client.rb +427 -0
  1159. data/lib/google/ads/google_ads/v10/services/label_service/credentials.rb +38 -0
  1160. data/lib/google/ads/google_ads/v10/services/label_service/paths.rb +52 -0
  1161. data/lib/google/ads/google_ads/v10/services/label_service.rb +51 -0
  1162. data/lib/google/ads/google_ads/v10/services/label_service_pb.rb +55 -0
  1163. data/lib/google/ads/google_ads/v10/services/label_service_services_pb.rb +72 -0
  1164. data/lib/google/ads/google_ads/v10/services/media_file_service/client.rb +426 -0
  1165. data/lib/google/ads/google_ads/v10/services/media_file_service/credentials.rb +38 -0
  1166. data/lib/google/ads/google_ads/v10/services/media_file_service/paths.rb +52 -0
  1167. data/lib/google/ads/google_ads/v10/services/media_file_service.rb +51 -0
  1168. data/lib/google/ads/google_ads/v10/services/media_file_service_pb.rb +51 -0
  1169. data/lib/google/ads/google_ads/v10/services/media_file_service_services_pb.rb +72 -0
  1170. data/lib/google/ads/google_ads/v10/services/merchant_center_link_service/client.rb +610 -0
  1171. data/lib/google/ads/google_ads/v10/services/merchant_center_link_service/credentials.rb +38 -0
  1172. data/lib/google/ads/google_ads/v10/services/merchant_center_link_service/paths.rb +52 -0
  1173. data/lib/google/ads/google_ads/v10/services/merchant_center_link_service.rb +52 -0
  1174. data/lib/google/ads/google_ads/v10/services/merchant_center_link_service_pb.rb +60 -0
  1175. data/lib/google/ads/google_ads/v10/services/merchant_center_link_service_services_pb.rb +79 -0
  1176. data/lib/google/ads/google_ads/v10/services/offline_user_data_job_service/client.rb +658 -0
  1177. data/lib/google/ads/google_ads/v10/services/offline_user_data_job_service/credentials.rb +38 -0
  1178. data/lib/google/ads/google_ads/v10/services/offline_user_data_job_service/operations.rb +771 -0
  1179. data/lib/google/ads/google_ads/v10/services/offline_user_data_job_service/paths.rb +52 -0
  1180. data/lib/google/ads/google_ads/v10/services/offline_user_data_job_service.rb +52 -0
  1181. data/lib/google/ads/google_ads/v10/services/offline_user_data_job_service_pb.rb +65 -0
  1182. data/lib/google/ads/google_ads/v10/services/offline_user_data_job_service_services_pb.rb +90 -0
  1183. data/lib/google/ads/google_ads/v10/services/payments_account_service/client.rb +402 -0
  1184. data/lib/google/ads/google_ads/v10/services/payments_account_service/credentials.rb +38 -0
  1185. data/lib/google/ads/google_ads/v10/services/payments_account_service/paths.rb +66 -0
  1186. data/lib/google/ads/google_ads/v10/services/payments_account_service.rb +52 -0
  1187. data/lib/google/ads/google_ads/v10/services/payments_account_service_pb.rb +32 -0
  1188. data/lib/google/ads/google_ads/v10/services/payments_account_service_services_pb.rb +61 -0
  1189. data/lib/google/ads/google_ads/v10/services/reach_plan_service/client.rb +753 -0
  1190. data/lib/google/ads/google_ads/v10/services/reach_plan_service/credentials.rb +38 -0
  1191. data/lib/google/ads/google_ads/v10/services/reach_plan_service.rb +54 -0
  1192. data/lib/google/ads/google_ads/v10/services/reach_plan_service_pb.rb +178 -0
  1193. data/lib/google/ads/google_ads/v10/services/reach_plan_service_services_pb.rb +98 -0
  1194. data/lib/google/ads/google_ads/v10/services/recommendation_service/client.rb +524 -0
  1195. data/lib/google/ads/google_ads/v10/services/recommendation_service/credentials.rb +38 -0
  1196. data/lib/google/ads/google_ads/v10/services/recommendation_service/paths.rb +69 -0
  1197. data/lib/google/ads/google_ads/v10/services/recommendation_service.rb +51 -0
  1198. data/lib/google/ads/google_ads/v10/services/recommendation_service_pb.rb +132 -0
  1199. data/lib/google/ads/google_ads/v10/services/recommendation_service_services_pb.rb +73 -0
  1200. data/lib/google/ads/google_ads/v10/services/remarketing_action_service/client.rb +409 -0
  1201. data/lib/google/ads/google_ads/v10/services/remarketing_action_service/credentials.rb +38 -0
  1202. data/lib/google/ads/google_ads/v10/services/remarketing_action_service/paths.rb +52 -0
  1203. data/lib/google/ads/google_ads/v10/services/remarketing_action_service.rb +51 -0
  1204. data/lib/google/ads/google_ads/v10/services/remarketing_action_service_pb.rb +51 -0
  1205. data/lib/google/ads/google_ads/v10/services/remarketing_action_service_services_pb.rb +58 -0
  1206. data/lib/google/ads/google_ads/v10/services/shared_criterion_service/client.rb +425 -0
  1207. data/lib/google/ads/google_ads/v10/services/shared_criterion_service/credentials.rb +38 -0
  1208. data/lib/google/ads/google_ads/v10/services/shared_criterion_service/paths.rb +71 -0
  1209. data/lib/google/ads/google_ads/v10/services/shared_criterion_service.rb +51 -0
  1210. data/lib/google/ads/google_ads/v10/services/shared_criterion_service_pb.rb +52 -0
  1211. data/lib/google/ads/google_ads/v10/services/shared_criterion_service_services_pb.rb +71 -0
  1212. data/lib/google/ads/google_ads/v10/services/shared_set_service/client.rb +428 -0
  1213. data/lib/google/ads/google_ads/v10/services/shared_set_service/credentials.rb +38 -0
  1214. data/lib/google/ads/google_ads/v10/services/shared_set_service/paths.rb +52 -0
  1215. data/lib/google/ads/google_ads/v10/services/shared_set_service.rb +51 -0
  1216. data/lib/google/ads/google_ads/v10/services/shared_set_service_pb.rb +55 -0
  1217. data/lib/google/ads/google_ads/v10/services/shared_set_service_services_pb.rb +74 -0
  1218. data/lib/google/ads/google_ads/v10/services/smart_campaign_setting_service/client.rb +403 -0
  1219. data/lib/google/ads/google_ads/v10/services/smart_campaign_setting_service/credentials.rb +38 -0
  1220. data/lib/google/ads/google_ads/v10/services/smart_campaign_setting_service/paths.rb +69 -0
  1221. data/lib/google/ads/google_ads/v10/services/smart_campaign_setting_service.rb +51 -0
  1222. data/lib/google/ads/google_ads/v10/services/smart_campaign_setting_service_pb.rb +51 -0
  1223. data/lib/google/ads/google_ads/v10/services/smart_campaign_setting_service_services_pb.rb +49 -0
  1224. data/lib/google/ads/google_ads/v10/services/smart_campaign_suggest_service/client.rb +597 -0
  1225. data/lib/google/ads/google_ads/v10/services/smart_campaign_suggest_service/credentials.rb +38 -0
  1226. data/lib/google/ads/google_ads/v10/services/smart_campaign_suggest_service/paths.rb +69 -0
  1227. data/lib/google/ads/google_ads/v10/services/smart_campaign_suggest_service.rb +51 -0
  1228. data/lib/google/ads/google_ads/v10/services/smart_campaign_suggest_service_pb.rb +92 -0
  1229. data/lib/google/ads/google_ads/v10/services/smart_campaign_suggest_service_services_pb.rb +52 -0
  1230. data/lib/google/ads/google_ads/v10/services/third_party_app_analytics_link_service/client.rb +400 -0
  1231. data/lib/google/ads/google_ads/v10/services/third_party_app_analytics_link_service/credentials.rb +38 -0
  1232. data/lib/google/ads/google_ads/v10/services/third_party_app_analytics_link_service/paths.rb +52 -0
  1233. data/lib/google/ads/google_ads/v10/services/third_party_app_analytics_link_service.rb +52 -0
  1234. data/lib/google/ads/google_ads/v10/services/third_party_app_analytics_link_service_pb.rb +30 -0
  1235. data/lib/google/ads/google_ads/v10/services/third_party_app_analytics_link_service_services_pb.rb +57 -0
  1236. data/lib/google/ads/google_ads/v10/services/user_data_service/client.rb +404 -0
  1237. data/lib/google/ads/google_ads/v10/services/user_data_service/credentials.rb +38 -0
  1238. data/lib/google/ads/google_ads/v10/services/user_data_service.rb +50 -0
  1239. data/lib/google/ads/google_ads/v10/services/user_data_service_pb.rb +44 -0
  1240. data/lib/google/ads/google_ads/v10/services/user_data_service_services_pb.rb +62 -0
  1241. data/lib/google/ads/google_ads/v10/services/user_list_service/client.rb +421 -0
  1242. data/lib/google/ads/google_ads/v10/services/user_list_service/credentials.rb +38 -0
  1243. data/lib/google/ads/google_ads/v10/services/user_list_service/paths.rb +52 -0
  1244. data/lib/google/ads/google_ads/v10/services/user_list_service.rb +51 -0
  1245. data/lib/google/ads/google_ads/v10/services/user_list_service_pb.rb +52 -0
  1246. data/lib/google/ads/google_ads/v10/services/user_list_service_services_pb.rb +71 -0
  1247. data/lib/google/ads/google_ads/v10/services.rb +140 -0
  1248. data/lib/google/ads/google_ads/version.rb +1 -1
  1249. metadata +1244 -1290
  1250. data/lib/google/ads/google_ads/factories/v7/enums.rb +0 -2979
  1251. data/lib/google/ads/google_ads/factories/v7/operations.rb +0 -5099
  1252. data/lib/google/ads/google_ads/factories/v7/resources.rb +0 -7161
  1253. data/lib/google/ads/google_ads/factories/v7/services.rb +0 -2745
  1254. data/lib/google/ads/google_ads/utils/v7/path_lookup_util.rb +0 -31
  1255. data/lib/google/ads/google_ads/v7/common/ad_asset_pb.rb +0 -43
  1256. data/lib/google/ads/google_ads/v7/common/ad_type_infos_pb.rb +0 -263
  1257. data/lib/google/ads/google_ads/v7/common/asset_policy_pb.rb +0 -30
  1258. data/lib/google/ads/google_ads/v7/common/asset_types_pb.rb +0 -141
  1259. data/lib/google/ads/google_ads/v7/common/bidding_pb.rb +0 -78
  1260. data/lib/google/ads/google_ads/v7/common/click_location_pb.rb +0 -29
  1261. data/lib/google/ads/google_ads/v7/common/criteria_pb.rb +0 -326
  1262. data/lib/google/ads/google_ads/v7/common/criterion_category_availability_pb.rb +0 -43
  1263. data/lib/google/ads/google_ads/v7/common/custom_parameter_pb.rb +0 -26
  1264. data/lib/google/ads/google_ads/v7/common/dates_pb.rb +0 -37
  1265. data/lib/google/ads/google_ads/v7/common/explorer_auto_optimizer_setting_pb.rb +0 -25
  1266. data/lib/google/ads/google_ads/v7/common/extensions_pb.rb +0 -153
  1267. data/lib/google/ads/google_ads/v7/common/feed_common_pb.rb +0 -26
  1268. data/lib/google/ads/google_ads/v7/common/feed_item_set_filter_type_infos_pb.rb +0 -36
  1269. data/lib/google/ads/google_ads/v7/common/final_app_url_pb.rb +0 -27
  1270. data/lib/google/ads/google_ads/v7/common/frequency_cap_pb.rb +0 -36
  1271. data/lib/google/ads/google_ads/v7/common/keyword_plan_common_pb.rb +0 -73
  1272. data/lib/google/ads/google_ads/v7/common/matching_function_pb.rb +0 -61
  1273. data/lib/google/ads/google_ads/v7/common/metrics_pb.rb +0 -145
  1274. data/lib/google/ads/google_ads/v7/common/offline_user_data_pb.rb +0 -87
  1275. data/lib/google/ads/google_ads/v7/common/policy_pb.rb +0 -100
  1276. data/lib/google/ads/google_ads/v7/common/real_time_bidding_setting_pb.rb +0 -25
  1277. data/lib/google/ads/google_ads/v7/common/segments_pb.rb +0 -138
  1278. data/lib/google/ads/google_ads/v7/common/simulation_pb.rb +0 -152
  1279. data/lib/google/ads/google_ads/v7/common/tag_snippet_pb.rb +0 -30
  1280. data/lib/google/ads/google_ads/v7/common/targeting_setting_pb.rb +0 -44
  1281. data/lib/google/ads/google_ads/v7/common/text_label_pb.rb +0 -26
  1282. data/lib/google/ads/google_ads/v7/common/url_collection_pb.rb +0 -28
  1283. data/lib/google/ads/google_ads/v7/common/user_lists_pb.rb +0 -123
  1284. data/lib/google/ads/google_ads/v7/common/value_pb.rb +0 -31
  1285. data/lib/google/ads/google_ads/v7/enums/access_invitation_status_pb.rb +0 -32
  1286. data/lib/google/ads/google_ads/v7/enums/access_reason_pb.rb +0 -34
  1287. data/lib/google/ads/google_ads/v7/enums/access_role_pb.rb +0 -33
  1288. data/lib/google/ads/google_ads/v7/enums/account_budget_proposal_status_pb.rb +0 -34
  1289. data/lib/google/ads/google_ads/v7/enums/account_budget_proposal_type_pb.rb +0 -33
  1290. data/lib/google/ads/google_ads/v7/enums/account_budget_status_pb.rb +0 -32
  1291. data/lib/google/ads/google_ads/v7/enums/account_link_status_pb.rb +0 -35
  1292. data/lib/google/ads/google_ads/v7/enums/ad_customizer_placeholder_field_pb.rb +0 -33
  1293. data/lib/google/ads/google_ads/v7/enums/ad_destination_type_pb.rb +0 -40
  1294. data/lib/google/ads/google_ads/v7/enums/ad_group_ad_rotation_mode_pb.rb +0 -31
  1295. data/lib/google/ads/google_ads/v7/enums/ad_group_ad_status_pb.rb +0 -32
  1296. data/lib/google/ads/google_ads/v7/enums/ad_group_criterion_approval_status_pb.rb +0 -33
  1297. data/lib/google/ads/google_ads/v7/enums/ad_group_criterion_status_pb.rb +0 -32
  1298. data/lib/google/ads/google_ads/v7/enums/ad_group_status_pb.rb +0 -32
  1299. data/lib/google/ads/google_ads/v7/enums/ad_group_type_pb.rb +0 -44
  1300. data/lib/google/ads/google_ads/v7/enums/ad_network_type_pb.rb +0 -35
  1301. data/lib/google/ads/google_ads/v7/enums/ad_serving_optimization_status_pb.rb +0 -34
  1302. data/lib/google/ads/google_ads/v7/enums/ad_strength_pb.rb +0 -35
  1303. data/lib/google/ads/google_ads/v7/enums/ad_type_pb.rb +0 -55
  1304. data/lib/google/ads/google_ads/v7/enums/advertising_channel_sub_type_pb.rb +0 -45
  1305. data/lib/google/ads/google_ads/v7/enums/advertising_channel_type_pb.rb +0 -37
  1306. data/lib/google/ads/google_ads/v7/enums/affiliate_location_feed_relationship_type_pb.rb +0 -30
  1307. data/lib/google/ads/google_ads/v7/enums/affiliate_location_placeholder_field_pb.rb +0 -40
  1308. data/lib/google/ads/google_ads/v7/enums/age_range_type_pb.rb +0 -36
  1309. data/lib/google/ads/google_ads/v7/enums/app_campaign_app_store_pb.rb +0 -31
  1310. data/lib/google/ads/google_ads/v7/enums/app_campaign_bidding_strategy_goal_type_pb.rb +0 -33
  1311. data/lib/google/ads/google_ads/v7/enums/app_payment_model_type_pb.rb +0 -30
  1312. data/lib/google/ads/google_ads/v7/enums/app_placeholder_field_pb.rb +0 -37
  1313. data/lib/google/ads/google_ads/v7/enums/app_store_pb.rb +0 -31
  1314. data/lib/google/ads/google_ads/v7/enums/app_url_operating_system_type_pb.rb +0 -31
  1315. data/lib/google/ads/google_ads/v7/enums/asset_field_type_pb.rb +0 -41
  1316. data/lib/google/ads/google_ads/v7/enums/asset_link_status_pb.rb +0 -32
  1317. data/lib/google/ads/google_ads/v7/enums/asset_performance_label_pb.rb +0 -34
  1318. data/lib/google/ads/google_ads/v7/enums/asset_type_pb.rb +0 -39
  1319. data/lib/google/ads/google_ads/v7/enums/attribution_model_pb.rb +0 -36
  1320. data/lib/google/ads/google_ads/v7/enums/batch_job_status_pb.rb +0 -32
  1321. data/lib/google/ads/google_ads/v7/enums/bid_modifier_source_pb.rb +0 -31
  1322. data/lib/google/ads/google_ads/v7/enums/bidding_source_pb.rb +0 -32
  1323. data/lib/google/ads/google_ads/v7/enums/bidding_strategy_status_pb.rb +0 -31
  1324. data/lib/google/ads/google_ads/v7/enums/bidding_strategy_type_pb.rb +0 -44
  1325. data/lib/google/ads/google_ads/v7/enums/billing_setup_status_pb.rb +0 -33
  1326. data/lib/google/ads/google_ads/v7/enums/brand_safety_suitability_pb.rb +0 -32
  1327. data/lib/google/ads/google_ads/v7/enums/budget_campaign_association_status_pb.rb +0 -31
  1328. data/lib/google/ads/google_ads/v7/enums/budget_delivery_method_pb.rb +0 -31
  1329. data/lib/google/ads/google_ads/v7/enums/budget_period_pb.rb +0 -31
  1330. data/lib/google/ads/google_ads/v7/enums/budget_status_pb.rb +0 -31
  1331. data/lib/google/ads/google_ads/v7/enums/budget_type_pb.rb +0 -32
  1332. data/lib/google/ads/google_ads/v7/enums/call_conversion_reporting_state_pb.rb +0 -32
  1333. data/lib/google/ads/google_ads/v7/enums/call_placeholder_field_pb.rb +0 -34
  1334. data/lib/google/ads/google_ads/v7/enums/call_tracking_display_location_pb.rb +0 -31
  1335. data/lib/google/ads/google_ads/v7/enums/call_type_pb.rb +0 -31
  1336. data/lib/google/ads/google_ads/v7/enums/callout_placeholder_field_pb.rb +0 -30
  1337. data/lib/google/ads/google_ads/v7/enums/campaign_criterion_status_pb.rb +0 -32
  1338. data/lib/google/ads/google_ads/v7/enums/campaign_draft_status_pb.rb +0 -34
  1339. data/lib/google/ads/google_ads/v7/enums/campaign_experiment_status_pb.rb +0 -38
  1340. data/lib/google/ads/google_ads/v7/enums/campaign_experiment_traffic_split_type_pb.rb +0 -31
  1341. data/lib/google/ads/google_ads/v7/enums/campaign_experiment_type_pb.rb +0 -32
  1342. data/lib/google/ads/google_ads/v7/enums/campaign_serving_status_pb.rb +0 -34
  1343. data/lib/google/ads/google_ads/v7/enums/campaign_shared_set_status_pb.rb +0 -31
  1344. data/lib/google/ads/google_ads/v7/enums/campaign_status_pb.rb +0 -32
  1345. data/lib/google/ads/google_ads/v7/enums/change_client_type_pb.rb +0 -41
  1346. data/lib/google/ads/google_ads/v7/enums/change_event_resource_type_pb.rb +0 -41
  1347. data/lib/google/ads/google_ads/v7/enums/change_status_operation_pb.rb +0 -32
  1348. data/lib/google/ads/google_ads/v7/enums/change_status_resource_type_pb.rb +0 -39
  1349. data/lib/google/ads/google_ads/v7/enums/click_type_pb.rb +0 -82
  1350. data/lib/google/ads/google_ads/v7/enums/combined_audience_status_pb.rb +0 -31
  1351. data/lib/google/ads/google_ads/v7/enums/content_label_type_pb.rb +0 -44
  1352. data/lib/google/ads/google_ads/v7/enums/conversion_action_category_pb.rb +0 -49
  1353. data/lib/google/ads/google_ads/v7/enums/conversion_action_counting_type_pb.rb +0 -31
  1354. data/lib/google/ads/google_ads/v7/enums/conversion_action_status_pb.rb +0 -32
  1355. data/lib/google/ads/google_ads/v7/enums/conversion_action_type_pb.rb +0 -64
  1356. data/lib/google/ads/google_ads/v7/enums/conversion_adjustment_type_pb.rb +0 -31
  1357. data/lib/google/ads/google_ads/v7/enums/conversion_attribution_event_type_pb.rb +0 -31
  1358. data/lib/google/ads/google_ads/v7/enums/conversion_custom_variable_status_pb.rb +0 -32
  1359. data/lib/google/ads/google_ads/v7/enums/conversion_lag_bucket_pb.rb +0 -48
  1360. data/lib/google/ads/google_ads/v7/enums/conversion_or_adjustment_lag_bucket_pb.rb +0 -70
  1361. data/lib/google/ads/google_ads/v7/enums/criterion_category_channel_availability_mode_pb.rb +0 -32
  1362. data/lib/google/ads/google_ads/v7/enums/criterion_category_locale_availability_mode_pb.rb +0 -33
  1363. data/lib/google/ads/google_ads/v7/enums/criterion_system_serving_status_pb.rb +0 -31
  1364. data/lib/google/ads/google_ads/v7/enums/criterion_type_pb.rb +0 -61
  1365. data/lib/google/ads/google_ads/v7/enums/custom_audience_member_type_pb.rb +0 -33
  1366. data/lib/google/ads/google_ads/v7/enums/custom_audience_status_pb.rb +0 -31
  1367. data/lib/google/ads/google_ads/v7/enums/custom_audience_type_pb.rb +0 -33
  1368. data/lib/google/ads/google_ads/v7/enums/custom_interest_member_type_pb.rb +0 -31
  1369. data/lib/google/ads/google_ads/v7/enums/custom_interest_status_pb.rb +0 -31
  1370. data/lib/google/ads/google_ads/v7/enums/custom_interest_type_pb.rb +0 -31
  1371. data/lib/google/ads/google_ads/v7/enums/custom_placeholder_field_pb.rb +0 -49
  1372. data/lib/google/ads/google_ads/v7/enums/customer_match_upload_key_type_pb.rb +0 -32
  1373. data/lib/google/ads/google_ads/v7/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +0 -36
  1374. data/lib/google/ads/google_ads/v7/enums/data_driven_model_status_pb.rb +0 -33
  1375. data/lib/google/ads/google_ads/v7/enums/day_of_week_pb.rb +0 -36
  1376. data/lib/google/ads/google_ads/v7/enums/device_pb.rb +0 -34
  1377. data/lib/google/ads/google_ads/v7/enums/display_ad_format_setting_pb.rb +0 -32
  1378. data/lib/google/ads/google_ads/v7/enums/display_upload_product_type_pb.rb +0 -39
  1379. data/lib/google/ads/google_ads/v7/enums/distance_bucket_pb.rb +0 -56
  1380. data/lib/google/ads/google_ads/v7/enums/dsa_page_feed_criterion_field_pb.rb +0 -31
  1381. data/lib/google/ads/google_ads/v7/enums/education_placeholder_field_pb.rb +0 -46
  1382. data/lib/google/ads/google_ads/v7/enums/extension_setting_device_pb.rb +0 -31
  1383. data/lib/google/ads/google_ads/v7/enums/extension_type_pb.rb +0 -42
  1384. data/lib/google/ads/google_ads/v7/enums/external_conversion_source_pb.rb +0 -56
  1385. data/lib/google/ads/google_ads/v7/enums/feed_attribute_type_pb.rb +0 -42
  1386. data/lib/google/ads/google_ads/v7/enums/feed_item_quality_approval_status_pb.rb +0 -31
  1387. data/lib/google/ads/google_ads/v7/enums/feed_item_quality_disapproval_reason_pb.rb +0 -47
  1388. data/lib/google/ads/google_ads/v7/enums/feed_item_set_status_pb.rb +0 -31
  1389. data/lib/google/ads/google_ads/v7/enums/feed_item_set_string_filter_type_pb.rb +0 -30
  1390. data/lib/google/ads/google_ads/v7/enums/feed_item_status_pb.rb +0 -31
  1391. data/lib/google/ads/google_ads/v7/enums/feed_item_target_device_pb.rb +0 -30
  1392. data/lib/google/ads/google_ads/v7/enums/feed_item_target_status_pb.rb +0 -31
  1393. data/lib/google/ads/google_ads/v7/enums/feed_item_target_type_pb.rb +0 -32
  1394. data/lib/google/ads/google_ads/v7/enums/feed_item_validation_status_pb.rb +0 -32
  1395. data/lib/google/ads/google_ads/v7/enums/feed_link_status_pb.rb +0 -31
  1396. data/lib/google/ads/google_ads/v7/enums/feed_mapping_criterion_type_pb.rb +0 -31
  1397. data/lib/google/ads/google_ads/v7/enums/feed_mapping_status_pb.rb +0 -31
  1398. data/lib/google/ads/google_ads/v7/enums/feed_origin_pb.rb +0 -31
  1399. data/lib/google/ads/google_ads/v7/enums/feed_status_pb.rb +0 -31
  1400. data/lib/google/ads/google_ads/v7/enums/flight_placeholder_field_pb.rb +0 -46
  1401. data/lib/google/ads/google_ads/v7/enums/frequency_cap_event_type_pb.rb +0 -31
  1402. data/lib/google/ads/google_ads/v7/enums/frequency_cap_level_pb.rb +0 -32
  1403. data/lib/google/ads/google_ads/v7/enums/frequency_cap_time_unit_pb.rb +0 -32
  1404. data/lib/google/ads/google_ads/v7/enums/gender_type_pb.rb +0 -32
  1405. data/lib/google/ads/google_ads/v7/enums/geo_target_constant_status_pb.rb +0 -31
  1406. data/lib/google/ads/google_ads/v7/enums/geo_targeting_restriction_pb.rb +0 -30
  1407. data/lib/google/ads/google_ads/v7/enums/geo_targeting_type_pb.rb +0 -31
  1408. data/lib/google/ads/google_ads/v7/enums/google_ads_field_category_pb.rb +0 -33
  1409. data/lib/google/ads/google_ads/v7/enums/google_ads_field_data_type_pb.rb +0 -40
  1410. data/lib/google/ads/google_ads/v7/enums/google_voice_call_status_pb.rb +0 -31
  1411. data/lib/google/ads/google_ads/v7/enums/hotel_date_selection_type_pb.rb +0 -31
  1412. data/lib/google/ads/google_ads/v7/enums/hotel_placeholder_field_pb.rb +0 -49
  1413. data/lib/google/ads/google_ads/v7/enums/hotel_price_bucket_pb.rb +0 -33
  1414. data/lib/google/ads/google_ads/v7/enums/hotel_rate_type_pb.rb +0 -33
  1415. data/lib/google/ads/google_ads/v7/enums/image_placeholder_field_pb.rb +0 -30
  1416. data/lib/google/ads/google_ads/v7/enums/income_range_type_pb.rb +0 -36
  1417. data/lib/google/ads/google_ads/v7/enums/interaction_event_type_pb.rb +0 -33
  1418. data/lib/google/ads/google_ads/v7/enums/interaction_type_pb.rb +0 -30
  1419. data/lib/google/ads/google_ads/v7/enums/invoice_type_pb.rb +0 -31
  1420. data/lib/google/ads/google_ads/v7/enums/job_placeholder_field_pb.rb +0 -46
  1421. data/lib/google/ads/google_ads/v7/enums/keyword_match_type_pb.rb +0 -32
  1422. data/lib/google/ads/google_ads/v7/enums/keyword_plan_aggregate_metric_type_pb.rb +0 -30
  1423. data/lib/google/ads/google_ads/v7/enums/keyword_plan_competition_level_pb.rb +0 -32
  1424. data/lib/google/ads/google_ads/v7/enums/keyword_plan_concept_group_type_pb.rb +0 -32
  1425. data/lib/google/ads/google_ads/v7/enums/keyword_plan_forecast_interval_pb.rb +0 -32
  1426. data/lib/google/ads/google_ads/v7/enums/keyword_plan_keyword_annotation_pb.rb +0 -30
  1427. data/lib/google/ads/google_ads/v7/enums/keyword_plan_network_pb.rb +0 -31
  1428. data/lib/google/ads/google_ads/v7/enums/label_status_pb.rb +0 -31
  1429. data/lib/google/ads/google_ads/v7/enums/lead_form_call_to_action_type_pb.rb +0 -43
  1430. data/lib/google/ads/google_ads/v7/enums/lead_form_desired_intent_pb.rb +0 -31
  1431. data/lib/google/ads/google_ads/v7/enums/lead_form_field_user_input_type_pb.rb +0 -89
  1432. data/lib/google/ads/google_ads/v7/enums/lead_form_post_submit_call_to_action_type_pb.rb +0 -33
  1433. data/lib/google/ads/google_ads/v7/enums/legacy_app_install_ad_app_store_pb.rb +0 -34
  1434. data/lib/google/ads/google_ads/v7/enums/linked_account_type_pb.rb +0 -32
  1435. data/lib/google/ads/google_ads/v7/enums/listing_group_type_pb.rb +0 -31
  1436. data/lib/google/ads/google_ads/v7/enums/local_placeholder_field_pb.rb +0 -48
  1437. data/lib/google/ads/google_ads/v7/enums/location_extension_targeting_criterion_field_pb.rb +0 -35
  1438. data/lib/google/ads/google_ads/v7/enums/location_group_radius_units_pb.rb +0 -32
  1439. data/lib/google/ads/google_ads/v7/enums/location_placeholder_field_pb.rb +0 -37
  1440. data/lib/google/ads/google_ads/v7/enums/location_source_type_pb.rb +0 -31
  1441. data/lib/google/ads/google_ads/v7/enums/manager_link_status_pb.rb +0 -34
  1442. data/lib/google/ads/google_ads/v7/enums/matching_function_context_type_pb.rb +0 -32
  1443. data/lib/google/ads/google_ads/v7/enums/matching_function_operator_pb.rb +0 -34
  1444. data/lib/google/ads/google_ads/v7/enums/media_type_pb.rb +0 -35
  1445. data/lib/google/ads/google_ads/v7/enums/merchant_center_link_status_pb.rb +0 -31
  1446. data/lib/google/ads/google_ads/v7/enums/message_placeholder_field_pb.rb +0 -34
  1447. data/lib/google/ads/google_ads/v7/enums/mime_type_pb.rb +0 -41
  1448. data/lib/google/ads/google_ads/v7/enums/minute_of_hour_pb.rb +0 -33
  1449. data/lib/google/ads/google_ads/v7/enums/mobile_app_vendor_pb.rb +0 -31
  1450. data/lib/google/ads/google_ads/v7/enums/mobile_device_type_pb.rb +0 -31
  1451. data/lib/google/ads/google_ads/v7/enums/month_of_year_pb.rb +0 -41
  1452. data/lib/google/ads/google_ads/v7/enums/negative_geo_target_type_pb.rb +0 -31
  1453. data/lib/google/ads/google_ads/v7/enums/offline_user_data_job_failure_reason_pb.rb +0 -31
  1454. data/lib/google/ads/google_ads/v7/enums/offline_user_data_job_status_pb.rb +0 -33
  1455. data/lib/google/ads/google_ads/v7/enums/offline_user_data_job_type_pb.rb +0 -33
  1456. data/lib/google/ads/google_ads/v7/enums/operating_system_version_operator_type_pb.rb +0 -31
  1457. data/lib/google/ads/google_ads/v7/enums/optimization_goal_type_pb.rb +0 -31
  1458. data/lib/google/ads/google_ads/v7/enums/parental_status_type_pb.rb +0 -32
  1459. data/lib/google/ads/google_ads/v7/enums/payment_mode_pb.rb +0 -33
  1460. data/lib/google/ads/google_ads/v7/enums/placeholder_type_pb.rb +0 -49
  1461. data/lib/google/ads/google_ads/v7/enums/placement_type_pb.rb +0 -34
  1462. data/lib/google/ads/google_ads/v7/enums/policy_approval_status_pb.rb +0 -33
  1463. data/lib/google/ads/google_ads/v7/enums/policy_review_status_pb.rb +0 -33
  1464. data/lib/google/ads/google_ads/v7/enums/policy_topic_entry_type_pb.rb +0 -35
  1465. data/lib/google/ads/google_ads/v7/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +0 -34
  1466. data/lib/google/ads/google_ads/v7/enums/policy_topic_evidence_destination_not_working_device_pb.rb +0 -32
  1467. data/lib/google/ads/google_ads/v7/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +0 -31
  1468. data/lib/google/ads/google_ads/v7/enums/positive_geo_target_type_pb.rb +0 -32
  1469. data/lib/google/ads/google_ads/v7/enums/preferred_content_type_pb.rb +0 -30
  1470. data/lib/google/ads/google_ads/v7/enums/price_extension_price_qualifier_pb.rb +0 -32
  1471. data/lib/google/ads/google_ads/v7/enums/price_extension_price_unit_pb.rb +0 -35
  1472. data/lib/google/ads/google_ads/v7/enums/price_extension_type_pb.rb +0 -38
  1473. data/lib/google/ads/google_ads/v7/enums/price_placeholder_field_pb.rb +0 -82
  1474. data/lib/google/ads/google_ads/v7/enums/product_bidding_category_level_pb.rb +0 -34
  1475. data/lib/google/ads/google_ads/v7/enums/product_bidding_category_status_pb.rb +0 -31
  1476. data/lib/google/ads/google_ads/v7/enums/product_channel_exclusivity_pb.rb +0 -31
  1477. data/lib/google/ads/google_ads/v7/enums/product_channel_pb.rb +0 -31
  1478. data/lib/google/ads/google_ads/v7/enums/product_condition_pb.rb +0 -32
  1479. data/lib/google/ads/google_ads/v7/enums/product_custom_attribute_index_pb.rb +0 -34
  1480. data/lib/google/ads/google_ads/v7/enums/product_type_level_pb.rb +0 -34
  1481. data/lib/google/ads/google_ads/v7/enums/promotion_extension_discount_modifier_pb.rb +0 -30
  1482. data/lib/google/ads/google_ads/v7/enums/promotion_extension_occasion_pb.rb +0 -66
  1483. data/lib/google/ads/google_ads/v7/enums/promotion_placeholder_field_pb.rb +0 -43
  1484. data/lib/google/ads/google_ads/v7/enums/proximity_radius_units_pb.rb +0 -31
  1485. data/lib/google/ads/google_ads/v7/enums/quality_score_bucket_pb.rb +0 -32
  1486. data/lib/google/ads/google_ads/v7/enums/reach_plan_ad_length_pb.rb +0 -32
  1487. data/lib/google/ads/google_ads/v7/enums/reach_plan_age_range_pb.rb +0 -55
  1488. data/lib/google/ads/google_ads/v7/enums/reach_plan_network_pb.rb +0 -32
  1489. data/lib/google/ads/google_ads/v7/enums/real_estate_placeholder_field_pb.rb +0 -47
  1490. data/lib/google/ads/google_ads/v7/enums/recommendation_type_pb.rb +0 -47
  1491. data/lib/google/ads/google_ads/v7/enums/resource_change_operation_pb.rb +0 -32
  1492. data/lib/google/ads/google_ads/v7/enums/resource_limit_type_pb.rb +0 -116
  1493. data/lib/google/ads/google_ads/v7/enums/response_content_type_pb.rb +0 -30
  1494. data/lib/google/ads/google_ads/v7/enums/search_engine_results_page_type_pb.rb +0 -32
  1495. data/lib/google/ads/google_ads/v7/enums/search_term_match_type_pb.rb +0 -34
  1496. data/lib/google/ads/google_ads/v7/enums/search_term_targeting_status_pb.rb +0 -33
  1497. data/lib/google/ads/google_ads/v7/enums/served_asset_field_type_pb.rb +0 -34
  1498. data/lib/google/ads/google_ads/v7/enums/shared_set_status_pb.rb +0 -31
  1499. data/lib/google/ads/google_ads/v7/enums/shared_set_type_pb.rb +0 -31
  1500. data/lib/google/ads/google_ads/v7/enums/simulation_modification_method_pb.rb +0 -32
  1501. data/lib/google/ads/google_ads/v7/enums/simulation_type_pb.rb +0 -37
  1502. data/lib/google/ads/google_ads/v7/enums/sitelink_placeholder_field_pb.rb +0 -36
  1503. data/lib/google/ads/google_ads/v7/enums/slot_pb.rb +0 -36
  1504. data/lib/google/ads/google_ads/v7/enums/spending_limit_type_pb.rb +0 -30
  1505. data/lib/google/ads/google_ads/v7/enums/structured_snippet_placeholder_field_pb.rb +0 -31
  1506. data/lib/google/ads/google_ads/v7/enums/summary_row_setting_pb.rb +0 -32
  1507. data/lib/google/ads/google_ads/v7/enums/system_managed_entity_source_pb.rb +0 -30
  1508. data/lib/google/ads/google_ads/v7/enums/target_cpa_opt_in_recommendation_goal_pb.rb +0 -33
  1509. data/lib/google/ads/google_ads/v7/enums/target_impression_share_location_pb.rb +0 -32
  1510. data/lib/google/ads/google_ads/v7/enums/targeting_dimension_pb.rb +0 -37
  1511. data/lib/google/ads/google_ads/v7/enums/time_type_pb.rb +0 -31
  1512. data/lib/google/ads/google_ads/v7/enums/tracking_code_page_format_pb.rb +0 -31
  1513. data/lib/google/ads/google_ads/v7/enums/tracking_code_type_pb.rb +0 -33
  1514. data/lib/google/ads/google_ads/v7/enums/travel_placeholder_field_pb.rb +0 -49
  1515. data/lib/google/ads/google_ads/v7/enums/user_identifier_source_pb.rb +0 -31
  1516. data/lib/google/ads/google_ads/v7/enums/user_interest_taxonomy_type_pb.rb +0 -34
  1517. data/lib/google/ads/google_ads/v7/enums/user_list_access_status_pb.rb +0 -31
  1518. data/lib/google/ads/google_ads/v7/enums/user_list_closing_reason_pb.rb +0 -30
  1519. data/lib/google/ads/google_ads/v7/enums/user_list_combined_rule_operator_pb.rb +0 -31
  1520. data/lib/google/ads/google_ads/v7/enums/user_list_crm_data_source_type_pb.rb +0 -32
  1521. data/lib/google/ads/google_ads/v7/enums/user_list_date_rule_item_operator_pb.rb +0 -33
  1522. data/lib/google/ads/google_ads/v7/enums/user_list_logical_rule_operator_pb.rb +0 -32
  1523. data/lib/google/ads/google_ads/v7/enums/user_list_membership_status_pb.rb +0 -31
  1524. data/lib/google/ads/google_ads/v7/enums/user_list_number_rule_item_operator_pb.rb +0 -35
  1525. data/lib/google/ads/google_ads/v7/enums/user_list_prepopulation_status_pb.rb +0 -32
  1526. data/lib/google/ads/google_ads/v7/enums/user_list_rule_type_pb.rb +0 -31
  1527. data/lib/google/ads/google_ads/v7/enums/user_list_size_range_pb.rb +0 -45
  1528. data/lib/google/ads/google_ads/v7/enums/user_list_string_rule_item_operator_pb.rb +0 -37
  1529. data/lib/google/ads/google_ads/v7/enums/user_list_type_pb.rb +0 -35
  1530. data/lib/google/ads/google_ads/v7/enums/vanity_pharma_display_url_mode_pb.rb +0 -31
  1531. data/lib/google/ads/google_ads/v7/enums/vanity_pharma_text_pb.rb +0 -41
  1532. data/lib/google/ads/google_ads/v7/enums/webpage_condition_operand_pb.rb +0 -34
  1533. data/lib/google/ads/google_ads/v7/enums/webpage_condition_operator_pb.rb +0 -31
  1534. data/lib/google/ads/google_ads/v7/errors/access_invitation_error_pb.rb +0 -37
  1535. data/lib/google/ads/google_ads/v7/errors/account_budget_proposal_error_pb.rb +0 -53
  1536. data/lib/google/ads/google_ads/v7/errors/account_link_error_pb.rb +0 -30
  1537. data/lib/google/ads/google_ads/v7/errors/ad_customizer_error_pb.rb +0 -34
  1538. data/lib/google/ads/google_ads/v7/errors/ad_error_pb.rb +0 -174
  1539. data/lib/google/ads/google_ads/v7/errors/ad_group_ad_error_pb.rb +0 -39
  1540. data/lib/google/ads/google_ads/v7/errors/ad_group_bid_modifier_error_pb.rb +0 -31
  1541. data/lib/google/ads/google_ads/v7/errors/ad_group_criterion_error_pb.rb +0 -57
  1542. data/lib/google/ads/google_ads/v7/errors/ad_group_error_pb.rb +0 -43
  1543. data/lib/google/ads/google_ads/v7/errors/ad_group_feed_error_pb.rb +0 -36
  1544. data/lib/google/ads/google_ads/v7/errors/ad_parameter_error_pb.rb +0 -31
  1545. data/lib/google/ads/google_ads/v7/errors/ad_sharing_error_pb.rb +0 -32
  1546. data/lib/google/ads/google_ads/v7/errors/adx_error_pb.rb +0 -30
  1547. data/lib/google/ads/google_ads/v7/errors/asset_error_pb.rb +0 -45
  1548. data/lib/google/ads/google_ads/v7/errors/asset_link_error_pb.rb +0 -44
  1549. data/lib/google/ads/google_ads/v7/errors/authentication_error_pb.rb +0 -47
  1550. data/lib/google/ads/google_ads/v7/errors/authorization_error_pb.rb +0 -42
  1551. data/lib/google/ads/google_ads/v7/errors/batch_job_error_pb.rb +0 -35
  1552. data/lib/google/ads/google_ads/v7/errors/bidding_error_pb.rb +0 -53
  1553. data/lib/google/ads/google_ads/v7/errors/bidding_strategy_error_pb.rb +0 -34
  1554. data/lib/google/ads/google_ads/v7/errors/billing_setup_error_pb.rb +0 -46
  1555. data/lib/google/ads/google_ads/v7/errors/campaign_budget_error_pb.rb +0 -45
  1556. data/lib/google/ads/google_ads/v7/errors/campaign_criterion_error_pb.rb +0 -40
  1557. data/lib/google/ads/google_ads/v7/errors/campaign_draft_error_pb.rb +0 -39
  1558. data/lib/google/ads/google_ads/v7/errors/campaign_error_pb.rb +0 -72
  1559. data/lib/google/ads/google_ads/v7/errors/campaign_experiment_error_pb.rb +0 -39
  1560. data/lib/google/ads/google_ads/v7/errors/campaign_feed_error_pb.rb +0 -36
  1561. data/lib/google/ads/google_ads/v7/errors/campaign_shared_set_error_pb.rb +0 -30
  1562. data/lib/google/ads/google_ads/v7/errors/change_event_error_pb.rb +0 -34
  1563. data/lib/google/ads/google_ads/v7/errors/change_status_error_pb.rb +0 -34
  1564. data/lib/google/ads/google_ads/v7/errors/collection_size_error_pb.rb +0 -31
  1565. data/lib/google/ads/google_ads/v7/errors/context_error_pb.rb +0 -31
  1566. data/lib/google/ads/google_ads/v7/errors/conversion_action_error_pb.rb +0 -39
  1567. data/lib/google/ads/google_ads/v7/errors/conversion_adjustment_upload_error_pb.rb +0 -40
  1568. data/lib/google/ads/google_ads/v7/errors/conversion_custom_variable_error_pb.rb +0 -31
  1569. data/lib/google/ads/google_ads/v7/errors/conversion_upload_error_pb.rb +0 -52
  1570. data/lib/google/ads/google_ads/v7/errors/country_code_error_pb.rb +0 -30
  1571. data/lib/google/ads/google_ads/v7/errors/criterion_error_pb.rb +0 -154
  1572. data/lib/google/ads/google_ads/v7/errors/currency_code_error_pb.rb +0 -30
  1573. data/lib/google/ads/google_ads/v7/errors/custom_audience_error_pb.rb +0 -37
  1574. data/lib/google/ads/google_ads/v7/errors/custom_interest_error_pb.rb +0 -36
  1575. data/lib/google/ads/google_ads/v7/errors/customer_client_link_error_pb.rb +0 -37
  1576. data/lib/google/ads/google_ads/v7/errors/customer_error_pb.rb +0 -31
  1577. data/lib/google/ads/google_ads/v7/errors/customer_feed_error_pb.rb +0 -36
  1578. data/lib/google/ads/google_ads/v7/errors/customer_manager_link_error_pb.rb +0 -38
  1579. data/lib/google/ads/google_ads/v7/errors/customer_user_access_error_pb.rb +0 -34
  1580. data/lib/google/ads/google_ads/v7/errors/database_error_pb.rb +0 -32
  1581. data/lib/google/ads/google_ads/v7/errors/date_error_pb.rb +0 -39
  1582. data/lib/google/ads/google_ads/v7/errors/date_range_error_pb.rb +0 -34
  1583. data/lib/google/ads/google_ads/v7/errors/distinct_error_pb.rb +0 -31
  1584. data/lib/google/ads/google_ads/v7/errors/enum_error_pb.rb +0 -30
  1585. data/lib/google/ads/google_ads/v7/errors/errors_pb.rb +0 -330
  1586. data/lib/google/ads/google_ads/v7/errors/extension_feed_item_error_pb.rb +0 -74
  1587. data/lib/google/ads/google_ads/v7/errors/extension_setting_error_pb.rb +0 -94
  1588. data/lib/google/ads/google_ads/v7/errors/feed_attribute_reference_error_pb.rb +0 -32
  1589. data/lib/google/ads/google_ads/v7/errors/feed_error_pb.rb +0 -51
  1590. data/lib/google/ads/google_ads/v7/errors/feed_item_error_pb.rb +0 -38
  1591. data/lib/google/ads/google_ads/v7/errors/feed_item_set_error_pb.rb +0 -35
  1592. data/lib/google/ads/google_ads/v7/errors/feed_item_set_link_error_pb.rb +0 -31
  1593. data/lib/google/ads/google_ads/v7/errors/feed_item_target_error_pb.rb +0 -37
  1594. data/lib/google/ads/google_ads/v7/errors/feed_item_validation_error_pb.rb +0 -134
  1595. data/lib/google/ads/google_ads/v7/errors/feed_mapping_error_pb.rb +0 -46
  1596. data/lib/google/ads/google_ads/v7/errors/field_error_pb.rb +0 -36
  1597. data/lib/google/ads/google_ads/v7/errors/field_mask_error_pb.rb +0 -33
  1598. data/lib/google/ads/google_ads/v7/errors/function_error_pb.rb +0 -45
  1599. data/lib/google/ads/google_ads/v7/errors/function_parsing_error_pb.rb +0 -40
  1600. data/lib/google/ads/google_ads/v7/errors/geo_target_constant_suggestion_error_pb.rb +0 -33
  1601. data/lib/google/ads/google_ads/v7/errors/header_error_pb.rb +0 -31
  1602. data/lib/google/ads/google_ads/v7/errors/id_error_pb.rb +0 -30
  1603. data/lib/google/ads/google_ads/v7/errors/image_error_pb.rb +0 -68
  1604. data/lib/google/ads/google_ads/v7/errors/internal_error_pb.rb +0 -33
  1605. data/lib/google/ads/google_ads/v7/errors/invoice_error_pb.rb +0 -31
  1606. data/lib/google/ads/google_ads/v7/errors/keyword_plan_ad_group_error_pb.rb +0 -31
  1607. data/lib/google/ads/google_ads/v7/errors/keyword_plan_ad_group_keyword_error_pb.rb +0 -36
  1608. data/lib/google/ads/google_ads/v7/errors/keyword_plan_campaign_error_pb.rb +0 -35
  1609. data/lib/google/ads/google_ads/v7/errors/keyword_plan_campaign_keyword_error_pb.rb +0 -30
  1610. data/lib/google/ads/google_ads/v7/errors/keyword_plan_error_pb.rb +0 -43
  1611. data/lib/google/ads/google_ads/v7/errors/keyword_plan_idea_error_pb.rb +0 -31
  1612. data/lib/google/ads/google_ads/v7/errors/label_error_pb.rb +0 -38
  1613. data/lib/google/ads/google_ads/v7/errors/language_code_error_pb.rb +0 -31
  1614. data/lib/google/ads/google_ads/v7/errors/list_operation_error_pb.rb +0 -31
  1615. data/lib/google/ads/google_ads/v7/errors/manager_link_error_pb.rb +0 -46
  1616. data/lib/google/ads/google_ads/v7/errors/media_bundle_error_pb.rb +0 -51
  1617. data/lib/google/ads/google_ads/v7/errors/media_file_error_pb.rb +0 -52
  1618. data/lib/google/ads/google_ads/v7/errors/media_upload_error_pb.rb +0 -63
  1619. data/lib/google/ads/google_ads/v7/errors/multiplier_error_pb.rb +0 -41
  1620. data/lib/google/ads/google_ads/v7/errors/mutate_error_pb.rb +0 -37
  1621. data/lib/google/ads/google_ads/v7/errors/new_resource_creation_error_pb.rb +0 -32
  1622. data/lib/google/ads/google_ads/v7/errors/not_allowlisted_error_pb.rb +0 -30
  1623. data/lib/google/ads/google_ads/v7/errors/not_empty_error_pb.rb +0 -30
  1624. data/lib/google/ads/google_ads/v7/errors/null_error_pb.rb +0 -30
  1625. data/lib/google/ads/google_ads/v7/errors/offline_user_data_job_error_pb.rb +0 -59
  1626. data/lib/google/ads/google_ads/v7/errors/operation_access_denied_error_pb.rb +0 -39
  1627. data/lib/google/ads/google_ads/v7/errors/operator_error_pb.rb +0 -30
  1628. data/lib/google/ads/google_ads/v7/errors/partial_failure_error_pb.rb +0 -30
  1629. data/lib/google/ads/google_ads/v7/errors/payments_account_error_pb.rb +0 -30
  1630. data/lib/google/ads/google_ads/v7/errors/policy_finding_error_pb.rb +0 -31
  1631. data/lib/google/ads/google_ads/v7/errors/policy_validation_parameter_error_pb.rb +0 -32
  1632. data/lib/google/ads/google_ads/v7/errors/policy_violation_error_pb.rb +0 -30
  1633. data/lib/google/ads/google_ads/v7/errors/query_error_pb.rb +0 -83
  1634. data/lib/google/ads/google_ads/v7/errors/quota_error_pb.rb +0 -32
  1635. data/lib/google/ads/google_ads/v7/errors/range_error_pb.rb +0 -31
  1636. data/lib/google/ads/google_ads/v7/errors/reach_plan_error_pb.rb +0 -30
  1637. data/lib/google/ads/google_ads/v7/errors/recommendation_error_pb.rb +0 -43
  1638. data/lib/google/ads/google_ads/v7/errors/region_code_error_pb.rb +0 -30
  1639. data/lib/google/ads/google_ads/v7/errors/request_error_pb.rb +0 -52
  1640. data/lib/google/ads/google_ads/v7/errors/resource_access_denied_error_pb.rb +0 -30
  1641. data/lib/google/ads/google_ads/v7/errors/resource_count_limit_exceeded_error_pb.rb +0 -38
  1642. data/lib/google/ads/google_ads/v7/errors/setting_error_pb.rb +0 -40
  1643. data/lib/google/ads/google_ads/v7/errors/shared_criterion_error_pb.rb +0 -30
  1644. data/lib/google/ads/google_ads/v7/errors/shared_set_error_pb.rb +0 -33
  1645. data/lib/google/ads/google_ads/v7/errors/size_limit_error_pb.rb +0 -31
  1646. data/lib/google/ads/google_ads/v7/errors/string_format_error_pb.rb +0 -31
  1647. data/lib/google/ads/google_ads/v7/errors/string_length_error_pb.rb +0 -32
  1648. data/lib/google/ads/google_ads/v7/errors/third_party_app_analytics_link_error_pb.rb +0 -33
  1649. data/lib/google/ads/google_ads/v7/errors/time_zone_error_pb.rb +0 -30
  1650. data/lib/google/ads/google_ads/v7/errors/url_field_error_pb.rb +0 -81
  1651. data/lib/google/ads/google_ads/v7/errors/user_data_error_pb.rb +0 -32
  1652. data/lib/google/ads/google_ads/v7/errors/user_list_error_pb.rb +0 -55
  1653. data/lib/google/ads/google_ads/v7/errors/youtube_video_registration_error_pb.rb +0 -32
  1654. data/lib/google/ads/google_ads/v7/resources/account_budget_pb.rb +0 -80
  1655. data/lib/google/ads/google_ads/v7/resources/account_budget_proposal_pb.rb +0 -62
  1656. data/lib/google/ads/google_ads/v7/resources/account_link_pb.rb +0 -52
  1657. data/lib/google/ads/google_ads/v7/resources/ad_group_ad_asset_view_pb.rb +0 -44
  1658. data/lib/google/ads/google_ads/v7/resources/ad_group_ad_label_pb.rb +0 -29
  1659. data/lib/google/ads/google_ads/v7/resources/ad_group_ad_pb.rb +0 -45
  1660. data/lib/google/ads/google_ads/v7/resources/ad_group_asset_pb.rb +0 -33
  1661. data/lib/google/ads/google_ads/v7/resources/ad_group_audience_view_pb.rb +0 -27
  1662. data/lib/google/ads/google_ads/v7/resources/ad_group_bid_modifier_pb.rb +0 -43
  1663. data/lib/google/ads/google_ads/v7/resources/ad_group_criterion_label_pb.rb +0 -29
  1664. data/lib/google/ads/google_ads/v7/resources/ad_group_criterion_pb.rb +0 -102
  1665. data/lib/google/ads/google_ads/v7/resources/ad_group_criterion_simulation_pb.rb +0 -40
  1666. data/lib/google/ads/google_ads/v7/resources/ad_group_extension_setting_pb.rb +0 -33
  1667. data/lib/google/ads/google_ads/v7/resources/ad_group_feed_pb.rb +0 -35
  1668. data/lib/google/ads/google_ads/v7/resources/ad_group_label_pb.rb +0 -29
  1669. data/lib/google/ads/google_ads/v7/resources/ad_group_pb.rb +0 -62
  1670. data/lib/google/ads/google_ads/v7/resources/ad_group_simulation_pb.rb +0 -41
  1671. data/lib/google/ads/google_ads/v7/resources/ad_parameter_pb.rb +0 -30
  1672. data/lib/google/ads/google_ads/v7/resources/ad_pb.rb +0 -70
  1673. data/lib/google/ads/google_ads/v7/resources/ad_schedule_view_pb.rb +0 -27
  1674. data/lib/google/ads/google_ads/v7/resources/age_range_view_pb.rb +0 -27
  1675. data/lib/google/ads/google_ads/v7/resources/asset_pb.rb +0 -60
  1676. data/lib/google/ads/google_ads/v7/resources/batch_job_pb.rb +0 -42
  1677. data/lib/google/ads/google_ads/v7/resources/bidding_strategy_pb.rb +0 -46
  1678. data/lib/google/ads/google_ads/v7/resources/bidding_strategy_simulation_pb.rb +0 -39
  1679. data/lib/google/ads/google_ads/v7/resources/billing_setup_pb.rb +0 -49
  1680. data/lib/google/ads/google_ads/v7/resources/call_view_pb.rb +0 -38
  1681. data/lib/google/ads/google_ads/v7/resources/campaign_asset_pb.rb +0 -33
  1682. data/lib/google/ads/google_ads/v7/resources/campaign_audience_view_pb.rb +0 -27
  1683. data/lib/google/ads/google_ads/v7/resources/campaign_bid_modifier_pb.rb +0 -34
  1684. data/lib/google/ads/google_ads/v7/resources/campaign_budget_pb.rb +0 -47
  1685. data/lib/google/ads/google_ads/v7/resources/campaign_criterion_pb.rb +0 -68
  1686. data/lib/google/ads/google_ads/v7/resources/campaign_criterion_simulation_pb.rb +0 -39
  1687. data/lib/google/ads/google_ads/v7/resources/campaign_draft_pb.rb +0 -35
  1688. data/lib/google/ads/google_ads/v7/resources/campaign_experiment_pb.rb +0 -40
  1689. data/lib/google/ads/google_ads/v7/resources/campaign_extension_setting_pb.rb +0 -33
  1690. data/lib/google/ads/google_ads/v7/resources/campaign_feed_pb.rb +0 -35
  1691. data/lib/google/ads/google_ads/v7/resources/campaign_label_pb.rb +0 -29
  1692. data/lib/google/ads/google_ads/v7/resources/campaign_pb.rb +0 -157
  1693. data/lib/google/ads/google_ads/v7/resources/campaign_shared_set_pb.rb +0 -31
  1694. data/lib/google/ads/google_ads/v7/resources/campaign_simulation_pb.rb +0 -42
  1695. data/lib/google/ads/google_ads/v7/resources/carrier_constant_pb.rb +0 -30
  1696. data/lib/google/ads/google_ads/v7/resources/change_event_pb.rb +0 -76
  1697. data/lib/google/ads/google_ads/v7/resources/change_status_pb.rb +0 -47
  1698. data/lib/google/ads/google_ads/v7/resources/click_view_pb.rb +0 -38
  1699. data/lib/google/ads/google_ads/v7/resources/combined_audience_pb.rb +0 -32
  1700. data/lib/google/ads/google_ads/v7/resources/conversion_action_pb.rb +0 -74
  1701. data/lib/google/ads/google_ads/v7/resources/conversion_custom_variable_pb.rb +0 -33
  1702. data/lib/google/ads/google_ads/v7/resources/currency_constant_pb.rb +0 -31
  1703. data/lib/google/ads/google_ads/v7/resources/custom_audience_pb.rb +0 -46
  1704. data/lib/google/ads/google_ads/v7/resources/custom_interest_pb.rb +0 -41
  1705. data/lib/google/ads/google_ads/v7/resources/customer_asset_pb.rb +0 -32
  1706. data/lib/google/ads/google_ads/v7/resources/customer_client_link_pb.rb +0 -32
  1707. data/lib/google/ads/google_ads/v7/resources/customer_client_pb.rb +0 -36
  1708. data/lib/google/ads/google_ads/v7/resources/customer_extension_setting_pb.rb +0 -32
  1709. data/lib/google/ads/google_ads/v7/resources/customer_feed_pb.rb +0 -34
  1710. data/lib/google/ads/google_ads/v7/resources/customer_label_pb.rb +0 -29
  1711. data/lib/google/ads/google_ads/v7/resources/customer_manager_link_pb.rb +0 -31
  1712. data/lib/google/ads/google_ads/v7/resources/customer_negative_criterion_pb.rb +0 -39
  1713. data/lib/google/ads/google_ads/v7/resources/customer_pb.rb +0 -59
  1714. data/lib/google/ads/google_ads/v7/resources/customer_user_access_invitation_pb.rb +0 -34
  1715. data/lib/google/ads/google_ads/v7/resources/customer_user_access_pb.rb +0 -33
  1716. data/lib/google/ads/google_ads/v7/resources/detail_placement_view_pb.rb +0 -33
  1717. data/lib/google/ads/google_ads/v7/resources/display_keyword_view_pb.rb +0 -27
  1718. data/lib/google/ads/google_ads/v7/resources/distance_view_pb.rb +0 -30
  1719. data/lib/google/ads/google_ads/v7/resources/domain_category_pb.rb +0 -35
  1720. data/lib/google/ads/google_ads/v7/resources/dynamic_search_ads_search_term_view_pb.rb +0 -34
  1721. data/lib/google/ads/google_ads/v7/resources/expanded_landing_page_view_pb.rb +0 -28
  1722. data/lib/google/ads/google_ads/v7/resources/extension_feed_item_pb.rb +0 -59
  1723. data/lib/google/ads/google_ads/v7/resources/feed_item_pb.rb +0 -80
  1724. data/lib/google/ads/google_ads/v7/resources/feed_item_set_link_pb.rb +0 -29
  1725. data/lib/google/ads/google_ads/v7/resources/feed_item_set_pb.rb +0 -37
  1726. data/lib/google/ads/google_ads/v7/resources/feed_item_target_pb.rb +0 -43
  1727. data/lib/google/ads/google_ads/v7/resources/feed_mapping_pb.rb +0 -88
  1728. data/lib/google/ads/google_ads/v7/resources/feed_pb.rb +0 -79
  1729. data/lib/google/ads/google_ads/v7/resources/feed_placeholder_view_pb.rb +0 -29
  1730. data/lib/google/ads/google_ads/v7/resources/gender_view_pb.rb +0 -27
  1731. data/lib/google/ads/google_ads/v7/resources/geo_target_constant_pb.rb +0 -35
  1732. data/lib/google/ads/google_ads/v7/resources/geographic_view_pb.rb +0 -30
  1733. data/lib/google/ads/google_ads/v7/resources/google_ads_field_pb.rb +0 -42
  1734. data/lib/google/ads/google_ads/v7/resources/group_placement_view_pb.rb +0 -32
  1735. data/lib/google/ads/google_ads/v7/resources/hotel_group_view_pb.rb +0 -27
  1736. data/lib/google/ads/google_ads/v7/resources/hotel_performance_view_pb.rb +0 -27
  1737. data/lib/google/ads/google_ads/v7/resources/income_range_view_pb.rb +0 -27
  1738. data/lib/google/ads/google_ads/v7/resources/invoice_pb.rb +0 -63
  1739. data/lib/google/ads/google_ads/v7/resources/keyword_plan_ad_group_keyword_pb.rb +0 -34
  1740. data/lib/google/ads/google_ads/v7/resources/keyword_plan_ad_group_pb.rb +0 -31
  1741. data/lib/google/ads/google_ads/v7/resources/keyword_plan_campaign_keyword_pb.rb +0 -33
  1742. data/lib/google/ads/google_ads/v7/resources/keyword_plan_campaign_pb.rb +0 -39
  1743. data/lib/google/ads/google_ads/v7/resources/keyword_plan_pb.rb +0 -39
  1744. data/lib/google/ads/google_ads/v7/resources/keyword_view_pb.rb +0 -27
  1745. data/lib/google/ads/google_ads/v7/resources/label_pb.rb +0 -33
  1746. data/lib/google/ads/google_ads/v7/resources/landing_page_view_pb.rb +0 -28
  1747. data/lib/google/ads/google_ads/v7/resources/language_constant_pb.rb +0 -31
  1748. data/lib/google/ads/google_ads/v7/resources/life_event_pb.rb +0 -33
  1749. data/lib/google/ads/google_ads/v7/resources/location_view_pb.rb +0 -27
  1750. data/lib/google/ads/google_ads/v7/resources/managed_placement_view_pb.rb +0 -27
  1751. data/lib/google/ads/google_ads/v7/resources/media_file_pb.rb +0 -63
  1752. data/lib/google/ads/google_ads/v7/resources/merchant_center_link_pb.rb +0 -31
  1753. data/lib/google/ads/google_ads/v7/resources/mobile_app_category_constant_pb.rb +0 -29
  1754. data/lib/google/ads/google_ads/v7/resources/mobile_device_constant_pb.rb +0 -33
  1755. data/lib/google/ads/google_ads/v7/resources/offline_user_data_job_pb.rb +0 -40
  1756. data/lib/google/ads/google_ads/v7/resources/operating_system_version_constant_pb.rb +0 -33
  1757. data/lib/google/ads/google_ads/v7/resources/paid_organic_search_term_view_pb.rb +0 -28
  1758. data/lib/google/ads/google_ads/v7/resources/parental_status_view_pb.rb +0 -27
  1759. data/lib/google/ads/google_ads/v7/resources/payments_account_pb.rb +0 -33
  1760. data/lib/google/ads/google_ads/v7/resources/product_bidding_category_constant_pb.rb +0 -36
  1761. data/lib/google/ads/google_ads/v7/resources/product_group_view_pb.rb +0 -27
  1762. data/lib/google/ads/google_ads/v7/resources/recommendation_pb.rb +0 -154
  1763. data/lib/google/ads/google_ads/v7/resources/remarketing_action_pb.rb +0 -31
  1764. data/lib/google/ads/google_ads/v7/resources/search_term_view_pb.rb +0 -31
  1765. data/lib/google/ads/google_ads/v7/resources/shared_criterion_pb.rb +0 -40
  1766. data/lib/google/ads/google_ads/v7/resources/shared_set_pb.rb +0 -35
  1767. data/lib/google/ads/google_ads/v7/resources/shopping_performance_view_pb.rb +0 -27
  1768. data/lib/google/ads/google_ads/v7/resources/third_party_app_analytics_link_pb.rb +0 -28
  1769. data/lib/google/ads/google_ads/v7/resources/topic_constant_pb.rb +0 -30
  1770. data/lib/google/ads/google_ads/v7/resources/topic_view_pb.rb +0 -27
  1771. data/lib/google/ads/google_ads/v7/resources/user_interest_pb.rb +0 -35
  1772. data/lib/google/ads/google_ads/v7/resources/user_list_pb.rb +0 -59
  1773. data/lib/google/ads/google_ads/v7/resources/user_location_view_pb.rb +0 -29
  1774. data/lib/google/ads/google_ads/v7/resources/video_pb.rb +0 -31
  1775. data/lib/google/ads/google_ads/v7/resources/webpage_view_pb.rb +0 -27
  1776. data/lib/google/ads/google_ads/v7/services/account_budget_proposal_service/client.rb +0 -498
  1777. data/lib/google/ads/google_ads/v7/services/account_budget_proposal_service/credentials.rb +0 -44
  1778. data/lib/google/ads/google_ads/v7/services/account_budget_proposal_service/paths.rb +0 -86
  1779. data/lib/google/ads/google_ads/v7/services/account_budget_proposal_service.rb +0 -64
  1780. data/lib/google/ads/google_ads/v7/services/account_budget_proposal_service_pb.rb +0 -52
  1781. data/lib/google/ads/google_ads/v7/services/account_budget_proposal_service_services_pb.rb +0 -88
  1782. data/lib/google/ads/google_ads/v7/services/account_budget_service/client.rb +0 -391
  1783. data/lib/google/ads/google_ads/v7/services/account_budget_service/credentials.rb +0 -44
  1784. data/lib/google/ads/google_ads/v7/services/account_budget_service/paths.rb +0 -86
  1785. data/lib/google/ads/google_ads/v7/services/account_budget_service.rb +0 -53
  1786. data/lib/google/ads/google_ads/v7/services/account_budget_service_pb.rb +0 -29
  1787. data/lib/google/ads/google_ads/v7/services/account_budget_service_services_pb.rb +0 -59
  1788. data/lib/google/ads/google_ads/v7/services/account_link_service/client.rb +0 -578
  1789. data/lib/google/ads/google_ads/v7/services/account_link_service/credentials.rb +0 -44
  1790. data/lib/google/ads/google_ads/v7/services/account_link_service/paths.rb +0 -66
  1791. data/lib/google/ads/google_ads/v7/services/account_link_service.rb +0 -52
  1792. data/lib/google/ads/google_ads/v7/services/account_link_service_pb.rb +0 -62
  1793. data/lib/google/ads/google_ads/v7/services/account_link_service_services_pb.rb +0 -86
  1794. data/lib/google/ads/google_ads/v7/services/ad_group_ad_asset_view_service/client.rb +0 -389
  1795. data/lib/google/ads/google_ads/v7/services/ad_group_ad_asset_view_service/credentials.rb +0 -44
  1796. data/lib/google/ads/google_ads/v7/services/ad_group_ad_asset_view_service/paths.rb +0 -94
  1797. data/lib/google/ads/google_ads/v7/services/ad_group_ad_asset_view_service.rb +0 -51
  1798. data/lib/google/ads/google_ads/v7/services/ad_group_ad_asset_view_service_pb.rb +0 -29
  1799. data/lib/google/ads/google_ads/v7/services/ad_group_ad_asset_view_service_services_pb.rb +0 -57
  1800. data/lib/google/ads/google_ads/v7/services/ad_group_ad_label_service/client.rb +0 -487
  1801. data/lib/google/ads/google_ads/v7/services/ad_group_ad_label_service/credentials.rb +0 -44
  1802. data/lib/google/ads/google_ads/v7/services/ad_group_ad_label_service/paths.rb +0 -92
  1803. data/lib/google/ads/google_ads/v7/services/ad_group_ad_label_service.rb +0 -51
  1804. data/lib/google/ads/google_ads/v7/services/ad_group_ad_label_service_pb.rb +0 -53
  1805. data/lib/google/ads/google_ads/v7/services/ad_group_ad_label_service_services_pb.rb +0 -72
  1806. data/lib/google/ads/google_ads/v7/services/ad_group_ad_service/client.rb +0 -521
  1807. data/lib/google/ads/google_ads/v7/services/ad_group_ad_service/credentials.rb +0 -44
  1808. data/lib/google/ads/google_ads/v7/services/ad_group_ad_service/paths.rb +0 -109
  1809. data/lib/google/ads/google_ads/v7/services/ad_group_ad_service.rb +0 -51
  1810. data/lib/google/ads/google_ads/v7/services/ad_group_ad_service_pb.rb +0 -61
  1811. data/lib/google/ads/google_ads/v7/services/ad_group_ad_service_services_pb.rb +0 -104
  1812. data/lib/google/ads/google_ads/v7/services/ad_group_asset_service/client.rb +0 -488
  1813. data/lib/google/ads/google_ads/v7/services/ad_group_asset_service/credentials.rb +0 -44
  1814. data/lib/google/ads/google_ads/v7/services/ad_group_asset_service/paths.rb +0 -90
  1815. data/lib/google/ads/google_ads/v7/services/ad_group_asset_service.rb +0 -51
  1816. data/lib/google/ads/google_ads/v7/services/ad_group_asset_service_pb.rb +0 -56
  1817. data/lib/google/ads/google_ads/v7/services/ad_group_asset_service_services_pb.rb +0 -73
  1818. data/lib/google/ads/google_ads/v7/services/ad_group_audience_view_service/client.rb +0 -389
  1819. data/lib/google/ads/google_ads/v7/services/ad_group_audience_view_service/credentials.rb +0 -44
  1820. data/lib/google/ads/google_ads/v7/services/ad_group_audience_view_service/paths.rb +0 -54
  1821. data/lib/google/ads/google_ads/v7/services/ad_group_audience_view_service.rb +0 -51
  1822. data/lib/google/ads/google_ads/v7/services/ad_group_audience_view_service_pb.rb +0 -29
  1823. data/lib/google/ads/google_ads/v7/services/ad_group_audience_view_service_services_pb.rb +0 -57
  1824. data/lib/google/ads/google_ads/v7/services/ad_group_bid_modifier_service/client.rb +0 -503
  1825. data/lib/google/ads/google_ads/v7/services/ad_group_bid_modifier_service/credentials.rb +0 -44
  1826. data/lib/google/ads/google_ads/v7/services/ad_group_bid_modifier_service/paths.rb +0 -71
  1827. data/lib/google/ads/google_ads/v7/services/ad_group_bid_modifier_service.rb +0 -51
  1828. data/lib/google/ads/google_ads/v7/services/ad_group_bid_modifier_service_pb.rb +0 -59
  1829. data/lib/google/ads/google_ads/v7/services/ad_group_bid_modifier_service_services_pb.rb +0 -85
  1830. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_label_service/client.rb +0 -485
  1831. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_label_service/credentials.rb +0 -44
  1832. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_label_service/paths.rb +0 -92
  1833. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_label_service.rb +0 -51
  1834. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_label_service_pb.rb +0 -53
  1835. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_label_service_services_pb.rb +0 -70
  1836. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_service/client.rb +0 -512
  1837. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_service/credentials.rb +0 -44
  1838. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_service/paths.rb +0 -92
  1839. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_service.rb +0 -51
  1840. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_service_pb.rb +0 -61
  1841. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_service_services_pb.rb +0 -94
  1842. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_simulation_service/client.rb +0 -389
  1843. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_simulation_service/credentials.rb +0 -44
  1844. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_simulation_service/paths.rb +0 -62
  1845. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_simulation_service.rb +0 -51
  1846. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_simulation_service_pb.rb +0 -29
  1847. data/lib/google/ads/google_ads/v7/services/ad_group_criterion_simulation_service_services_pb.rb +0 -57
  1848. data/lib/google/ads/google_ads/v7/services/ad_group_extension_setting_service/client.rb +0 -507
  1849. data/lib/google/ads/google_ads/v7/services/ad_group_extension_setting_service/credentials.rb +0 -44
  1850. data/lib/google/ads/google_ads/v7/services/ad_group_extension_setting_service/paths.rb +0 -88
  1851. data/lib/google/ads/google_ads/v7/services/ad_group_extension_setting_service.rb +0 -51
  1852. data/lib/google/ads/google_ads/v7/services/ad_group_extension_setting_service_pb.rb +0 -59
  1853. data/lib/google/ads/google_ads/v7/services/ad_group_extension_setting_service_services_pb.rb +0 -90
  1854. data/lib/google/ads/google_ads/v7/services/ad_group_feed_service/client.rb +0 -502
  1855. data/lib/google/ads/google_ads/v7/services/ad_group_feed_service/credentials.rb +0 -44
  1856. data/lib/google/ads/google_ads/v7/services/ad_group_feed_service/paths.rb +0 -88
  1857. data/lib/google/ads/google_ads/v7/services/ad_group_feed_service.rb +0 -51
  1858. data/lib/google/ads/google_ads/v7/services/ad_group_feed_service_pb.rb +0 -59
  1859. data/lib/google/ads/google_ads/v7/services/ad_group_feed_service_services_pb.rb +0 -84
  1860. data/lib/google/ads/google_ads/v7/services/ad_group_label_service/client.rb +0 -488
  1861. data/lib/google/ads/google_ads/v7/services/ad_group_label_service/credentials.rb +0 -44
  1862. data/lib/google/ads/google_ads/v7/services/ad_group_label_service/paths.rb +0 -88
  1863. data/lib/google/ads/google_ads/v7/services/ad_group_label_service.rb +0 -51
  1864. data/lib/google/ads/google_ads/v7/services/ad_group_label_service_pb.rb +0 -53
  1865. data/lib/google/ads/google_ads/v7/services/ad_group_label_service_services_pb.rb +0 -73
  1866. data/lib/google/ads/google_ads/v7/services/ad_group_service/client.rb +0 -508
  1867. data/lib/google/ads/google_ads/v7/services/ad_group_service/credentials.rb +0 -44
  1868. data/lib/google/ads/google_ads/v7/services/ad_group_service/paths.rb +0 -88
  1869. data/lib/google/ads/google_ads/v7/services/ad_group_service.rb +0 -51
  1870. data/lib/google/ads/google_ads/v7/services/ad_group_service_pb.rb +0 -59
  1871. data/lib/google/ads/google_ads/v7/services/ad_group_service_services_pb.rb +0 -92
  1872. data/lib/google/ads/google_ads/v7/services/ad_group_simulation_service/client.rb +0 -389
  1873. data/lib/google/ads/google_ads/v7/services/ad_group_simulation_service/credentials.rb +0 -44
  1874. data/lib/google/ads/google_ads/v7/services/ad_group_simulation_service/paths.rb +0 -60
  1875. data/lib/google/ads/google_ads/v7/services/ad_group_simulation_service.rb +0 -51
  1876. data/lib/google/ads/google_ads/v7/services/ad_group_simulation_service_pb.rb +0 -29
  1877. data/lib/google/ads/google_ads/v7/services/ad_group_simulation_service_services_pb.rb +0 -57
  1878. data/lib/google/ads/google_ads/v7/services/ad_parameter_service/client.rb +0 -492
  1879. data/lib/google/ads/google_ads/v7/services/ad_parameter_service/credentials.rb +0 -44
  1880. data/lib/google/ads/google_ads/v7/services/ad_parameter_service/paths.rb +0 -75
  1881. data/lib/google/ads/google_ads/v7/services/ad_parameter_service.rb +0 -51
  1882. data/lib/google/ads/google_ads/v7/services/ad_parameter_service_pb.rb +0 -59
  1883. data/lib/google/ads/google_ads/v7/services/ad_parameter_service_services_pb.rb +0 -74
  1884. data/lib/google/ads/google_ads/v7/services/ad_schedule_view_service/client.rb +0 -389
  1885. data/lib/google/ads/google_ads/v7/services/ad_schedule_view_service/credentials.rb +0 -44
  1886. data/lib/google/ads/google_ads/v7/services/ad_schedule_view_service/paths.rb +0 -54
  1887. data/lib/google/ads/google_ads/v7/services/ad_schedule_view_service.rb +0 -51
  1888. data/lib/google/ads/google_ads/v7/services/ad_schedule_view_service_pb.rb +0 -29
  1889. data/lib/google/ads/google_ads/v7/services/ad_schedule_view_service_services_pb.rb +0 -57
  1890. data/lib/google/ads/google_ads/v7/services/ad_service/client.rb +0 -514
  1891. data/lib/google/ads/google_ads/v7/services/ad_service/credentials.rb +0 -44
  1892. data/lib/google/ads/google_ads/v7/services/ad_service/paths.rb +0 -52
  1893. data/lib/google/ads/google_ads/v7/services/ad_service.rb +0 -51
  1894. data/lib/google/ads/google_ads/v7/services/ad_service_pb.rb +0 -59
  1895. data/lib/google/ads/google_ads/v7/services/ad_service_services_pb.rb +0 -100
  1896. data/lib/google/ads/google_ads/v7/services/age_range_view_service/client.rb +0 -389
  1897. data/lib/google/ads/google_ads/v7/services/age_range_view_service/credentials.rb +0 -44
  1898. data/lib/google/ads/google_ads/v7/services/age_range_view_service/paths.rb +0 -54
  1899. data/lib/google/ads/google_ads/v7/services/age_range_view_service.rb +0 -51
  1900. data/lib/google/ads/google_ads/v7/services/age_range_view_service_pb.rb +0 -29
  1901. data/lib/google/ads/google_ads/v7/services/age_range_view_service_services_pb.rb +0 -57
  1902. data/lib/google/ads/google_ads/v7/services/asset_service/client.rb +0 -505
  1903. data/lib/google/ads/google_ads/v7/services/asset_service/credentials.rb +0 -44
  1904. data/lib/google/ads/google_ads/v7/services/asset_service/paths.rb +0 -52
  1905. data/lib/google/ads/google_ads/v7/services/asset_service.rb +0 -53
  1906. data/lib/google/ads/google_ads/v7/services/asset_service_pb.rb +0 -58
  1907. data/lib/google/ads/google_ads/v7/services/asset_service_services_pb.rb +0 -90
  1908. data/lib/google/ads/google_ads/v7/services/batch_job_service/client.rb +0 -774
  1909. data/lib/google/ads/google_ads/v7/services/batch_job_service/credentials.rb +0 -44
  1910. data/lib/google/ads/google_ads/v7/services/batch_job_service/operations.rb +0 -659
  1911. data/lib/google/ads/google_ads/v7/services/batch_job_service/paths.rb +0 -1011
  1912. data/lib/google/ads/google_ads/v7/services/batch_job_service.rb +0 -52
  1913. data/lib/google/ads/google_ads/v7/services/batch_job_service_pb.rb +0 -85
  1914. data/lib/google/ads/google_ads/v7/services/batch_job_service_services_pb.rb +0 -107
  1915. data/lib/google/ads/google_ads/v7/services/bidding_strategy_service/client.rb +0 -506
  1916. data/lib/google/ads/google_ads/v7/services/bidding_strategy_service/credentials.rb +0 -44
  1917. data/lib/google/ads/google_ads/v7/services/bidding_strategy_service/paths.rb +0 -52
  1918. data/lib/google/ads/google_ads/v7/services/bidding_strategy_service.rb +0 -51
  1919. data/lib/google/ads/google_ads/v7/services/bidding_strategy_service_pb.rb +0 -59
  1920. data/lib/google/ads/google_ads/v7/services/bidding_strategy_service_services_pb.rb +0 -88
  1921. data/lib/google/ads/google_ads/v7/services/bidding_strategy_simulation_service/client.rb +0 -381
  1922. data/lib/google/ads/google_ads/v7/services/bidding_strategy_simulation_service/credentials.rb +0 -44
  1923. data/lib/google/ads/google_ads/v7/services/bidding_strategy_simulation_service/paths.rb +0 -60
  1924. data/lib/google/ads/google_ads/v7/services/bidding_strategy_simulation_service.rb +0 -51
  1925. data/lib/google/ads/google_ads/v7/services/bidding_strategy_simulation_service_pb.rb +0 -29
  1926. data/lib/google/ads/google_ads/v7/services/bidding_strategy_simulation_service_services_pb.rb +0 -49
  1927. data/lib/google/ads/google_ads/v7/services/billing_setup_service/client.rb +0 -486
  1928. data/lib/google/ads/google_ads/v7/services/billing_setup_service/credentials.rb +0 -44
  1929. data/lib/google/ads/google_ads/v7/services/billing_setup_service/paths.rb +0 -69
  1930. data/lib/google/ads/google_ads/v7/services/billing_setup_service.rb +0 -59
  1931. data/lib/google/ads/google_ads/v7/services/billing_setup_service_pb.rb +0 -49
  1932. data/lib/google/ads/google_ads/v7/services/billing_setup_service_services_pb.rb +0 -79
  1933. data/lib/google/ads/google_ads/v7/services/campaign_asset_service/client.rb +0 -489
  1934. data/lib/google/ads/google_ads/v7/services/campaign_asset_service/credentials.rb +0 -44
  1935. data/lib/google/ads/google_ads/v7/services/campaign_asset_service/paths.rb +0 -90
  1936. data/lib/google/ads/google_ads/v7/services/campaign_asset_service.rb +0 -51
  1937. data/lib/google/ads/google_ads/v7/services/campaign_asset_service_pb.rb +0 -56
  1938. data/lib/google/ads/google_ads/v7/services/campaign_asset_service_services_pb.rb +0 -74
  1939. data/lib/google/ads/google_ads/v7/services/campaign_audience_view_service/client.rb +0 -389
  1940. data/lib/google/ads/google_ads/v7/services/campaign_audience_view_service/credentials.rb +0 -44
  1941. data/lib/google/ads/google_ads/v7/services/campaign_audience_view_service/paths.rb +0 -54
  1942. data/lib/google/ads/google_ads/v7/services/campaign_audience_view_service.rb +0 -51
  1943. data/lib/google/ads/google_ads/v7/services/campaign_audience_view_service_pb.rb +0 -29
  1944. data/lib/google/ads/google_ads/v7/services/campaign_audience_view_service_services_pb.rb +0 -57
  1945. data/lib/google/ads/google_ads/v7/services/campaign_bid_modifier_service/client.rb +0 -502
  1946. data/lib/google/ads/google_ads/v7/services/campaign_bid_modifier_service/credentials.rb +0 -44
  1947. data/lib/google/ads/google_ads/v7/services/campaign_bid_modifier_service/paths.rb +0 -71
  1948. data/lib/google/ads/google_ads/v7/services/campaign_bid_modifier_service.rb +0 -51
  1949. data/lib/google/ads/google_ads/v7/services/campaign_bid_modifier_service_pb.rb +0 -59
  1950. data/lib/google/ads/google_ads/v7/services/campaign_bid_modifier_service_services_pb.rb +0 -84
  1951. data/lib/google/ads/google_ads/v7/services/campaign_budget_service/client.rb +0 -497
  1952. data/lib/google/ads/google_ads/v7/services/campaign_budget_service/credentials.rb +0 -44
  1953. data/lib/google/ads/google_ads/v7/services/campaign_budget_service/paths.rb +0 -52
  1954. data/lib/google/ads/google_ads/v7/services/campaign_budget_service.rb +0 -51
  1955. data/lib/google/ads/google_ads/v7/services/campaign_budget_service_pb.rb +0 -59
  1956. data/lib/google/ads/google_ads/v7/services/campaign_budget_service_services_pb.rb +0 -79
  1957. data/lib/google/ads/google_ads/v7/services/campaign_criterion_service/client.rb +0 -508
  1958. data/lib/google/ads/google_ads/v7/services/campaign_criterion_service/credentials.rb +0 -44
  1959. data/lib/google/ads/google_ads/v7/services/campaign_criterion_service/paths.rb +0 -71
  1960. data/lib/google/ads/google_ads/v7/services/campaign_criterion_service.rb +0 -51
  1961. data/lib/google/ads/google_ads/v7/services/campaign_criterion_service_pb.rb +0 -59
  1962. data/lib/google/ads/google_ads/v7/services/campaign_criterion_service_services_pb.rb +0 -90
  1963. data/lib/google/ads/google_ads/v7/services/campaign_criterion_simulation_service/client.rb +0 -389
  1964. data/lib/google/ads/google_ads/v7/services/campaign_criterion_simulation_service/credentials.rb +0 -44
  1965. data/lib/google/ads/google_ads/v7/services/campaign_criterion_simulation_service/paths.rb +0 -62
  1966. data/lib/google/ads/google_ads/v7/services/campaign_criterion_simulation_service.rb +0 -51
  1967. data/lib/google/ads/google_ads/v7/services/campaign_criterion_simulation_service_pb.rb +0 -29
  1968. data/lib/google/ads/google_ads/v7/services/campaign_criterion_simulation_service_services_pb.rb +0 -57
  1969. data/lib/google/ads/google_ads/v7/services/campaign_draft_service/client.rb +0 -694
  1970. data/lib/google/ads/google_ads/v7/services/campaign_draft_service/credentials.rb +0 -44
  1971. data/lib/google/ads/google_ads/v7/services/campaign_draft_service/operations.rb +0 -659
  1972. data/lib/google/ads/google_ads/v7/services/campaign_draft_service/paths.rb +0 -71
  1973. data/lib/google/ads/google_ads/v7/services/campaign_draft_service.rb +0 -52
  1974. data/lib/google/ads/google_ads/v7/services/campaign_draft_service_pb.rb +0 -76
  1975. data/lib/google/ads/google_ads/v7/services/campaign_draft_service_services_pb.rb +0 -103
  1976. data/lib/google/ads/google_ads/v7/services/campaign_experiment_service/client.rb +0 -981
  1977. data/lib/google/ads/google_ads/v7/services/campaign_experiment_service/credentials.rb +0 -44
  1978. data/lib/google/ads/google_ads/v7/services/campaign_experiment_service/operations.rb +0 -659
  1979. data/lib/google/ads/google_ads/v7/services/campaign_experiment_service/paths.rb +0 -88
  1980. data/lib/google/ads/google_ads/v7/services/campaign_experiment_service.rb +0 -61
  1981. data/lib/google/ads/google_ads/v7/services/campaign_experiment_service_pb.rb +0 -101
  1982. data/lib/google/ads/google_ads/v7/services/campaign_experiment_service_services_pb.rb +0 -155
  1983. data/lib/google/ads/google_ads/v7/services/campaign_extension_setting_service/client.rb +0 -509
  1984. data/lib/google/ads/google_ads/v7/services/campaign_extension_setting_service/credentials.rb +0 -44
  1985. data/lib/google/ads/google_ads/v7/services/campaign_extension_setting_service/paths.rb +0 -88
  1986. data/lib/google/ads/google_ads/v7/services/campaign_extension_setting_service.rb +0 -51
  1987. data/lib/google/ads/google_ads/v7/services/campaign_extension_setting_service_pb.rb +0 -59
  1988. data/lib/google/ads/google_ads/v7/services/campaign_extension_setting_service_services_pb.rb +0 -89
  1989. data/lib/google/ads/google_ads/v7/services/campaign_feed_service/client.rb +0 -503
  1990. data/lib/google/ads/google_ads/v7/services/campaign_feed_service/credentials.rb +0 -44
  1991. data/lib/google/ads/google_ads/v7/services/campaign_feed_service/paths.rb +0 -88
  1992. data/lib/google/ads/google_ads/v7/services/campaign_feed_service.rb +0 -51
  1993. data/lib/google/ads/google_ads/v7/services/campaign_feed_service_pb.rb +0 -59
  1994. data/lib/google/ads/google_ads/v7/services/campaign_feed_service_services_pb.rb +0 -85
  1995. data/lib/google/ads/google_ads/v7/services/campaign_label_service/client.rb +0 -488
  1996. data/lib/google/ads/google_ads/v7/services/campaign_label_service/credentials.rb +0 -44
  1997. data/lib/google/ads/google_ads/v7/services/campaign_label_service/paths.rb +0 -88
  1998. data/lib/google/ads/google_ads/v7/services/campaign_label_service.rb +0 -51
  1999. data/lib/google/ads/google_ads/v7/services/campaign_label_service_pb.rb +0 -53
  2000. data/lib/google/ads/google_ads/v7/services/campaign_label_service_services_pb.rb +0 -73
  2001. data/lib/google/ads/google_ads/v7/services/campaign_service/client.rb +0 -512
  2002. data/lib/google/ads/google_ads/v7/services/campaign_service/credentials.rb +0 -44
  2003. data/lib/google/ads/google_ads/v7/services/campaign_service/paths.rb +0 -139
  2004. data/lib/google/ads/google_ads/v7/services/campaign_service.rb +0 -51
  2005. data/lib/google/ads/google_ads/v7/services/campaign_service_pb.rb +0 -59
  2006. data/lib/google/ads/google_ads/v7/services/campaign_service_services_pb.rb +0 -96
  2007. data/lib/google/ads/google_ads/v7/services/campaign_shared_set_service/client.rb +0 -501
  2008. data/lib/google/ads/google_ads/v7/services/campaign_shared_set_service/credentials.rb +0 -44
  2009. data/lib/google/ads/google_ads/v7/services/campaign_shared_set_service/paths.rb +0 -88
  2010. data/lib/google/ads/google_ads/v7/services/campaign_shared_set_service.rb +0 -51
  2011. data/lib/google/ads/google_ads/v7/services/campaign_shared_set_service_pb.rb +0 -56
  2012. data/lib/google/ads/google_ads/v7/services/campaign_shared_set_service_services_pb.rb +0 -83
  2013. data/lib/google/ads/google_ads/v7/services/campaign_simulation_service/client.rb +0 -381
  2014. data/lib/google/ads/google_ads/v7/services/campaign_simulation_service/credentials.rb +0 -44
  2015. data/lib/google/ads/google_ads/v7/services/campaign_simulation_service/paths.rb +0 -60
  2016. data/lib/google/ads/google_ads/v7/services/campaign_simulation_service.rb +0 -51
  2017. data/lib/google/ads/google_ads/v7/services/campaign_simulation_service_pb.rb +0 -29
  2018. data/lib/google/ads/google_ads/v7/services/campaign_simulation_service_services_pb.rb +0 -49
  2019. data/lib/google/ads/google_ads/v7/services/carrier_constant_service/client.rb +0 -389
  2020. data/lib/google/ads/google_ads/v7/services/carrier_constant_service/credentials.rb +0 -44
  2021. data/lib/google/ads/google_ads/v7/services/carrier_constant_service/paths.rb +0 -49
  2022. data/lib/google/ads/google_ads/v7/services/carrier_constant_service.rb +0 -51
  2023. data/lib/google/ads/google_ads/v7/services/carrier_constant_service_pb.rb +0 -29
  2024. data/lib/google/ads/google_ads/v7/services/carrier_constant_service_services_pb.rb +0 -57
  2025. data/lib/google/ads/google_ads/v7/services/change_status_service/client.rb +0 -389
  2026. data/lib/google/ads/google_ads/v7/services/change_status_service/credentials.rb +0 -44
  2027. data/lib/google/ads/google_ads/v7/services/change_status_service/paths.rb +0 -236
  2028. data/lib/google/ads/google_ads/v7/services/change_status_service.rb +0 -51
  2029. data/lib/google/ads/google_ads/v7/services/change_status_service_pb.rb +0 -29
  2030. data/lib/google/ads/google_ads/v7/services/change_status_service_services_pb.rb +0 -57
  2031. data/lib/google/ads/google_ads/v7/services/click_view_service/client.rb +0 -388
  2032. data/lib/google/ads/google_ads/v7/services/click_view_service/credentials.rb +0 -44
  2033. data/lib/google/ads/google_ads/v7/services/click_view_service/paths.rb +0 -123
  2034. data/lib/google/ads/google_ads/v7/services/click_view_service.rb +0 -51
  2035. data/lib/google/ads/google_ads/v7/services/click_view_service_pb.rb +0 -29
  2036. data/lib/google/ads/google_ads/v7/services/click_view_service_services_pb.rb +0 -57
  2037. data/lib/google/ads/google_ads/v7/services/combined_audience_service/client.rb +0 -391
  2038. data/lib/google/ads/google_ads/v7/services/combined_audience_service/credentials.rb +0 -44
  2039. data/lib/google/ads/google_ads/v7/services/combined_audience_service/paths.rb +0 -52
  2040. data/lib/google/ads/google_ads/v7/services/combined_audience_service.rb +0 -53
  2041. data/lib/google/ads/google_ads/v7/services/combined_audience_service_pb.rb +0 -29
  2042. data/lib/google/ads/google_ads/v7/services/combined_audience_service_services_pb.rb +0 -59
  2043. data/lib/google/ads/google_ads/v7/services/conversion_action_service/client.rb +0 -496
  2044. data/lib/google/ads/google_ads/v7/services/conversion_action_service/credentials.rb +0 -44
  2045. data/lib/google/ads/google_ads/v7/services/conversion_action_service/paths.rb +0 -66
  2046. data/lib/google/ads/google_ads/v7/services/conversion_action_service.rb +0 -51
  2047. data/lib/google/ads/google_ads/v7/services/conversion_action_service_pb.rb +0 -59
  2048. data/lib/google/ads/google_ads/v7/services/conversion_action_service_services_pb.rb +0 -78
  2049. data/lib/google/ads/google_ads/v7/services/conversion_adjustment_upload_service/client.rb +0 -401
  2050. data/lib/google/ads/google_ads/v7/services/conversion_adjustment_upload_service/credentials.rb +0 -44
  2051. data/lib/google/ads/google_ads/v7/services/conversion_adjustment_upload_service.rb +0 -50
  2052. data/lib/google/ads/google_ads/v7/services/conversion_adjustment_upload_service_pb.rb +0 -68
  2053. data/lib/google/ads/google_ads/v7/services/conversion_adjustment_upload_service_services_pb.rb +0 -56
  2054. data/lib/google/ads/google_ads/v7/services/conversion_custom_variable_service/client.rb +0 -490
  2055. data/lib/google/ads/google_ads/v7/services/conversion_custom_variable_service/credentials.rb +0 -44
  2056. data/lib/google/ads/google_ads/v7/services/conversion_custom_variable_service/paths.rb +0 -66
  2057. data/lib/google/ads/google_ads/v7/services/conversion_custom_variable_service.rb +0 -51
  2058. data/lib/google/ads/google_ads/v7/services/conversion_custom_variable_service_pb.rb +0 -58
  2059. data/lib/google/ads/google_ads/v7/services/conversion_custom_variable_service_services_pb.rb +0 -70
  2060. data/lib/google/ads/google_ads/v7/services/conversion_upload_service/client.rb +0 -501
  2061. data/lib/google/ads/google_ads/v7/services/conversion_upload_service/credentials.rb +0 -44
  2062. data/lib/google/ads/google_ads/v7/services/conversion_upload_service/paths.rb +0 -52
  2063. data/lib/google/ads/google_ads/v7/services/conversion_upload_service.rb +0 -51
  2064. data/lib/google/ads/google_ads/v7/services/conversion_upload_service_pb.rb +0 -93
  2065. data/lib/google/ads/google_ads/v7/services/conversion_upload_service_services_pb.rb +0 -68
  2066. data/lib/google/ads/google_ads/v7/services/currency_constant_service/client.rb +0 -389
  2067. data/lib/google/ads/google_ads/v7/services/currency_constant_service/credentials.rb +0 -44
  2068. data/lib/google/ads/google_ads/v7/services/currency_constant_service/paths.rb +0 -49
  2069. data/lib/google/ads/google_ads/v7/services/currency_constant_service.rb +0 -51
  2070. data/lib/google/ads/google_ads/v7/services/currency_constant_service_pb.rb +0 -29
  2071. data/lib/google/ads/google_ads/v7/services/currency_constant_service_services_pb.rb +0 -55
  2072. data/lib/google/ads/google_ads/v7/services/custom_audience_service/client.rb +0 -484
  2073. data/lib/google/ads/google_ads/v7/services/custom_audience_service/credentials.rb +0 -44
  2074. data/lib/google/ads/google_ads/v7/services/custom_audience_service/paths.rb +0 -52
  2075. data/lib/google/ads/google_ads/v7/services/custom_audience_service.rb +0 -51
  2076. data/lib/google/ads/google_ads/v7/services/custom_audience_service_pb.rb +0 -53
  2077. data/lib/google/ads/google_ads/v7/services/custom_audience_service_services_pb.rb +0 -74
  2078. data/lib/google/ads/google_ads/v7/services/custom_interest_service/client.rb +0 -482
  2079. data/lib/google/ads/google_ads/v7/services/custom_interest_service/credentials.rb +0 -44
  2080. data/lib/google/ads/google_ads/v7/services/custom_interest_service/paths.rb +0 -52
  2081. data/lib/google/ads/google_ads/v7/services/custom_interest_service.rb +0 -51
  2082. data/lib/google/ads/google_ads/v7/services/custom_interest_service_pb.rb +0 -52
  2083. data/lib/google/ads/google_ads/v7/services/custom_interest_service_services_pb.rb +0 -72
  2084. data/lib/google/ads/google_ads/v7/services/customer_asset_service/client.rb +0 -486
  2085. data/lib/google/ads/google_ads/v7/services/customer_asset_service/credentials.rb +0 -44
  2086. data/lib/google/ads/google_ads/v7/services/customer_asset_service/paths.rb +0 -71
  2087. data/lib/google/ads/google_ads/v7/services/customer_asset_service.rb +0 -51
  2088. data/lib/google/ads/google_ads/v7/services/customer_asset_service_pb.rb +0 -56
  2089. data/lib/google/ads/google_ads/v7/services/customer_asset_service_services_pb.rb +0 -71
  2090. data/lib/google/ads/google_ads/v7/services/customer_client_link_service/client.rb +0 -483
  2091. data/lib/google/ads/google_ads/v7/services/customer_client_link_service/credentials.rb +0 -44
  2092. data/lib/google/ads/google_ads/v7/services/customer_client_link_service/paths.rb +0 -68
  2093. data/lib/google/ads/google_ads/v7/services/customer_client_link_service.rb +0 -51
  2094. data/lib/google/ads/google_ads/v7/services/customer_client_link_service_pb.rb +0 -52
  2095. data/lib/google/ads/google_ads/v7/services/customer_client_link_service_services_pb.rb +0 -71
  2096. data/lib/google/ads/google_ads/v7/services/customer_client_service/client.rb +0 -389
  2097. data/lib/google/ads/google_ads/v7/services/customer_client_service/credentials.rb +0 -44
  2098. data/lib/google/ads/google_ads/v7/services/customer_client_service/paths.rb +0 -66
  2099. data/lib/google/ads/google_ads/v7/services/customer_client_service.rb +0 -51
  2100. data/lib/google/ads/google_ads/v7/services/customer_client_service_pb.rb +0 -29
  2101. data/lib/google/ads/google_ads/v7/services/customer_client_service_services_pb.rb +0 -57
  2102. data/lib/google/ads/google_ads/v7/services/customer_extension_setting_service/client.rb +0 -507
  2103. data/lib/google/ads/google_ads/v7/services/customer_extension_setting_service/credentials.rb +0 -44
  2104. data/lib/google/ads/google_ads/v7/services/customer_extension_setting_service/paths.rb +0 -69
  2105. data/lib/google/ads/google_ads/v7/services/customer_extension_setting_service.rb +0 -51
  2106. data/lib/google/ads/google_ads/v7/services/customer_extension_setting_service_pb.rb +0 -59
  2107. data/lib/google/ads/google_ads/v7/services/customer_extension_setting_service_services_pb.rb +0 -87
  2108. data/lib/google/ads/google_ads/v7/services/customer_feed_service/client.rb +0 -502
  2109. data/lib/google/ads/google_ads/v7/services/customer_feed_service/credentials.rb +0 -44
  2110. data/lib/google/ads/google_ads/v7/services/customer_feed_service/paths.rb +0 -69
  2111. data/lib/google/ads/google_ads/v7/services/customer_feed_service.rb +0 -51
  2112. data/lib/google/ads/google_ads/v7/services/customer_feed_service_pb.rb +0 -59
  2113. data/lib/google/ads/google_ads/v7/services/customer_feed_service_services_pb.rb +0 -84
  2114. data/lib/google/ads/google_ads/v7/services/customer_label_service/client.rb +0 -486
  2115. data/lib/google/ads/google_ads/v7/services/customer_label_service/credentials.rb +0 -44
  2116. data/lib/google/ads/google_ads/v7/services/customer_label_service/paths.rb +0 -83
  2117. data/lib/google/ads/google_ads/v7/services/customer_label_service.rb +0 -51
  2118. data/lib/google/ads/google_ads/v7/services/customer_label_service_pb.rb +0 -53
  2119. data/lib/google/ads/google_ads/v7/services/customer_label_service_services_pb.rb +0 -71
  2120. data/lib/google/ads/google_ads/v7/services/customer_manager_link_service/client.rb +0 -582
  2121. data/lib/google/ads/google_ads/v7/services/customer_manager_link_service/credentials.rb +0 -44
  2122. data/lib/google/ads/google_ads/v7/services/customer_manager_link_service/paths.rb +0 -68
  2123. data/lib/google/ads/google_ads/v7/services/customer_manager_link_service.rb +0 -51
  2124. data/lib/google/ads/google_ads/v7/services/customer_manager_link_service_pb.rb +0 -62
  2125. data/lib/google/ads/google_ads/v7/services/customer_manager_link_service_services_pb.rb +0 -87
  2126. data/lib/google/ads/google_ads/v7/services/customer_negative_criterion_service/client.rb +0 -489
  2127. data/lib/google/ads/google_ads/v7/services/customer_negative_criterion_service/credentials.rb +0 -44
  2128. data/lib/google/ads/google_ads/v7/services/customer_negative_criterion_service/paths.rb +0 -52
  2129. data/lib/google/ads/google_ads/v7/services/customer_negative_criterion_service.rb +0 -51
  2130. data/lib/google/ads/google_ads/v7/services/customer_negative_criterion_service_pb.rb +0 -56
  2131. data/lib/google/ads/google_ads/v7/services/customer_negative_criterion_service_services_pb.rb +0 -71
  2132. data/lib/google/ads/google_ads/v7/services/customer_service/client.rb +0 -651
  2133. data/lib/google/ads/google_ads/v7/services/customer_service/credentials.rb +0 -44
  2134. data/lib/google/ads/google_ads/v7/services/customer_service/paths.rb +0 -66
  2135. data/lib/google/ads/google_ads/v7/services/customer_service.rb +0 -51
  2136. data/lib/google/ads/google_ads/v7/services/customer_service_pb.rb +0 -73
  2137. data/lib/google/ads/google_ads/v7/services/customer_service_services_pb.rb +0 -96
  2138. data/lib/google/ads/google_ads/v7/services/customer_user_access_invitation_service/client.rb +0 -476
  2139. data/lib/google/ads/google_ads/v7/services/customer_user_access_invitation_service/credentials.rb +0 -44
  2140. data/lib/google/ads/google_ads/v7/services/customer_user_access_invitation_service/paths.rb +0 -52
  2141. data/lib/google/ads/google_ads/v7/services/customer_user_access_invitation_service.rb +0 -52
  2142. data/lib/google/ads/google_ads/v7/services/customer_user_access_invitation_service_pb.rb +0 -49
  2143. data/lib/google/ads/google_ads/v7/services/customer_user_access_invitation_service_services_pb.rb +0 -69
  2144. data/lib/google/ads/google_ads/v7/services/customer_user_access_service/client.rb +0 -478
  2145. data/lib/google/ads/google_ads/v7/services/customer_user_access_service/credentials.rb +0 -44
  2146. data/lib/google/ads/google_ads/v7/services/customer_user_access_service/paths.rb +0 -52
  2147. data/lib/google/ads/google_ads/v7/services/customer_user_access_service.rb +0 -51
  2148. data/lib/google/ads/google_ads/v7/services/customer_user_access_service_pb.rb +0 -51
  2149. data/lib/google/ads/google_ads/v7/services/customer_user_access_service_services_pb.rb +0 -69
  2150. data/lib/google/ads/google_ads/v7/services/detail_placement_view_service/client.rb +0 -389
  2151. data/lib/google/ads/google_ads/v7/services/detail_placement_view_service/credentials.rb +0 -44
  2152. data/lib/google/ads/google_ads/v7/services/detail_placement_view_service/paths.rb +0 -54
  2153. data/lib/google/ads/google_ads/v7/services/detail_placement_view_service.rb +0 -51
  2154. data/lib/google/ads/google_ads/v7/services/detail_placement_view_service_pb.rb +0 -29
  2155. data/lib/google/ads/google_ads/v7/services/detail_placement_view_service_services_pb.rb +0 -57
  2156. data/lib/google/ads/google_ads/v7/services/display_keyword_view_service/client.rb +0 -389
  2157. data/lib/google/ads/google_ads/v7/services/display_keyword_view_service/credentials.rb +0 -44
  2158. data/lib/google/ads/google_ads/v7/services/display_keyword_view_service/paths.rb +0 -54
  2159. data/lib/google/ads/google_ads/v7/services/display_keyword_view_service.rb +0 -51
  2160. data/lib/google/ads/google_ads/v7/services/display_keyword_view_service_pb.rb +0 -29
  2161. data/lib/google/ads/google_ads/v7/services/display_keyword_view_service_services_pb.rb +0 -57
  2162. data/lib/google/ads/google_ads/v7/services/distance_view_service/client.rb +0 -389
  2163. data/lib/google/ads/google_ads/v7/services/distance_view_service/credentials.rb +0 -44
  2164. data/lib/google/ads/google_ads/v7/services/distance_view_service/paths.rb +0 -54
  2165. data/lib/google/ads/google_ads/v7/services/distance_view_service.rb +0 -51
  2166. data/lib/google/ads/google_ads/v7/services/distance_view_service_pb.rb +0 -29
  2167. data/lib/google/ads/google_ads/v7/services/distance_view_service_services_pb.rb +0 -57
  2168. data/lib/google/ads/google_ads/v7/services/domain_category_service/client.rb +0 -389
  2169. data/lib/google/ads/google_ads/v7/services/domain_category_service/credentials.rb +0 -44
  2170. data/lib/google/ads/google_ads/v7/services/domain_category_service/paths.rb +0 -73
  2171. data/lib/google/ads/google_ads/v7/services/domain_category_service.rb +0 -51
  2172. data/lib/google/ads/google_ads/v7/services/domain_category_service_pb.rb +0 -29
  2173. data/lib/google/ads/google_ads/v7/services/domain_category_service_services_pb.rb +0 -57
  2174. data/lib/google/ads/google_ads/v7/services/dynamic_search_ads_search_term_view_service/client.rb +0 -389
  2175. data/lib/google/ads/google_ads/v7/services/dynamic_search_ads_search_term_view_service/credentials.rb +0 -44
  2176. data/lib/google/ads/google_ads/v7/services/dynamic_search_ads_search_term_view_service/paths.rb +0 -62
  2177. data/lib/google/ads/google_ads/v7/services/dynamic_search_ads_search_term_view_service.rb +0 -51
  2178. data/lib/google/ads/google_ads/v7/services/dynamic_search_ads_search_term_view_service_pb.rb +0 -29
  2179. data/lib/google/ads/google_ads/v7/services/dynamic_search_ads_search_term_view_service_services_pb.rb +0 -57
  2180. data/lib/google/ads/google_ads/v7/services/expanded_landing_page_view_service/client.rb +0 -389
  2181. data/lib/google/ads/google_ads/v7/services/expanded_landing_page_view_service/credentials.rb +0 -44
  2182. data/lib/google/ads/google_ads/v7/services/expanded_landing_page_view_service/paths.rb +0 -52
  2183. data/lib/google/ads/google_ads/v7/services/expanded_landing_page_view_service.rb +0 -51
  2184. data/lib/google/ads/google_ads/v7/services/expanded_landing_page_view_service_pb.rb +0 -29
  2185. data/lib/google/ads/google_ads/v7/services/expanded_landing_page_view_service_services_pb.rb +0 -57
  2186. data/lib/google/ads/google_ads/v7/services/extension_feed_item_service/client.rb +0 -504
  2187. data/lib/google/ads/google_ads/v7/services/extension_feed_item_service/credentials.rb +0 -44
  2188. data/lib/google/ads/google_ads/v7/services/extension_feed_item_service/paths.rb +0 -117
  2189. data/lib/google/ads/google_ads/v7/services/extension_feed_item_service.rb +0 -51
  2190. data/lib/google/ads/google_ads/v7/services/extension_feed_item_service_pb.rb +0 -59
  2191. data/lib/google/ads/google_ads/v7/services/extension_feed_item_service_services_pb.rb +0 -85
  2192. data/lib/google/ads/google_ads/v7/services/feed_item_service/client.rb +0 -503
  2193. data/lib/google/ads/google_ads/v7/services/feed_item_service/credentials.rb +0 -44
  2194. data/lib/google/ads/google_ads/v7/services/feed_item_service/paths.rb +0 -71
  2195. data/lib/google/ads/google_ads/v7/services/feed_item_service.rb +0 -51
  2196. data/lib/google/ads/google_ads/v7/services/feed_item_service_pb.rb +0 -59
  2197. data/lib/google/ads/google_ads/v7/services/feed_item_service_services_pb.rb +0 -87
  2198. data/lib/google/ads/google_ads/v7/services/feed_item_set_link_service/client.rb +0 -482
  2199. data/lib/google/ads/google_ads/v7/services/feed_item_set_link_service/credentials.rb +0 -44
  2200. data/lib/google/ads/google_ads/v7/services/feed_item_set_link_service/paths.rb +0 -94
  2201. data/lib/google/ads/google_ads/v7/services/feed_item_set_link_service.rb +0 -51
  2202. data/lib/google/ads/google_ads/v7/services/feed_item_set_link_service_pb.rb +0 -51
  2203. data/lib/google/ads/google_ads/v7/services/feed_item_set_link_service_services_pb.rb +0 -67
  2204. data/lib/google/ads/google_ads/v7/services/feed_item_set_service/client.rb +0 -484
  2205. data/lib/google/ads/google_ads/v7/services/feed_item_set_service/credentials.rb +0 -44
  2206. data/lib/google/ads/google_ads/v7/services/feed_item_set_service/paths.rb +0 -71
  2207. data/lib/google/ads/google_ads/v7/services/feed_item_set_service.rb +0 -51
  2208. data/lib/google/ads/google_ads/v7/services/feed_item_set_service_pb.rb +0 -54
  2209. data/lib/google/ads/google_ads/v7/services/feed_item_set_service_services_pb.rb +0 -69
  2210. data/lib/google/ads/google_ads/v7/services/feed_item_target_service/client.rb +0 -498
  2211. data/lib/google/ads/google_ads/v7/services/feed_item_target_service/credentials.rb +0 -44
  2212. data/lib/google/ads/google_ads/v7/services/feed_item_target_service/paths.rb +0 -126
  2213. data/lib/google/ads/google_ads/v7/services/feed_item_target_service.rb +0 -51
  2214. data/lib/google/ads/google_ads/v7/services/feed_item_target_service_pb.rb +0 -56
  2215. data/lib/google/ads/google_ads/v7/services/feed_item_target_service_services_pb.rb +0 -80
  2216. data/lib/google/ads/google_ads/v7/services/feed_mapping_service/client.rb +0 -499
  2217. data/lib/google/ads/google_ads/v7/services/feed_mapping_service/credentials.rb +0 -44
  2218. data/lib/google/ads/google_ads/v7/services/feed_mapping_service/paths.rb +0 -71
  2219. data/lib/google/ads/google_ads/v7/services/feed_mapping_service.rb +0 -51
  2220. data/lib/google/ads/google_ads/v7/services/feed_mapping_service_pb.rb +0 -56
  2221. data/lib/google/ads/google_ads/v7/services/feed_mapping_service_services_pb.rb +0 -81
  2222. data/lib/google/ads/google_ads/v7/services/feed_placeholder_view_service/client.rb +0 -389
  2223. data/lib/google/ads/google_ads/v7/services/feed_placeholder_view_service/credentials.rb +0 -44
  2224. data/lib/google/ads/google_ads/v7/services/feed_placeholder_view_service/paths.rb +0 -52
  2225. data/lib/google/ads/google_ads/v7/services/feed_placeholder_view_service.rb +0 -51
  2226. data/lib/google/ads/google_ads/v7/services/feed_placeholder_view_service_pb.rb +0 -29
  2227. data/lib/google/ads/google_ads/v7/services/feed_placeholder_view_service_services_pb.rb +0 -57
  2228. data/lib/google/ads/google_ads/v7/services/feed_service/client.rb +0 -501
  2229. data/lib/google/ads/google_ads/v7/services/feed_service/credentials.rb +0 -44
  2230. data/lib/google/ads/google_ads/v7/services/feed_service/paths.rb +0 -52
  2231. data/lib/google/ads/google_ads/v7/services/feed_service.rb +0 -51
  2232. data/lib/google/ads/google_ads/v7/services/feed_service_pb.rb +0 -59
  2233. data/lib/google/ads/google_ads/v7/services/feed_service_services_pb.rb +0 -86
  2234. data/lib/google/ads/google_ads/v7/services/gender_view_service/client.rb +0 -388
  2235. data/lib/google/ads/google_ads/v7/services/gender_view_service/credentials.rb +0 -44
  2236. data/lib/google/ads/google_ads/v7/services/gender_view_service/paths.rb +0 -54
  2237. data/lib/google/ads/google_ads/v7/services/gender_view_service.rb +0 -51
  2238. data/lib/google/ads/google_ads/v7/services/gender_view_service_pb.rb +0 -29
  2239. data/lib/google/ads/google_ads/v7/services/gender_view_service_services_pb.rb +0 -57
  2240. data/lib/google/ads/google_ads/v7/services/geo_target_constant_service/client.rb +0 -475
  2241. data/lib/google/ads/google_ads/v7/services/geo_target_constant_service/credentials.rb +0 -44
  2242. data/lib/google/ads/google_ads/v7/services/geo_target_constant_service/paths.rb +0 -49
  2243. data/lib/google/ads/google_ads/v7/services/geo_target_constant_service.rb +0 -51
  2244. data/lib/google/ads/google_ads/v7/services/geo_target_constant_service_pb.rb +0 -58
  2245. data/lib/google/ads/google_ads/v7/services/geo_target_constant_service_services_pb.rb +0 -68
  2246. data/lib/google/ads/google_ads/v7/services/geographic_view_service/client.rb +0 -389
  2247. data/lib/google/ads/google_ads/v7/services/geographic_view_service/credentials.rb +0 -44
  2248. data/lib/google/ads/google_ads/v7/services/geographic_view_service/paths.rb +0 -54
  2249. data/lib/google/ads/google_ads/v7/services/geographic_view_service.rb +0 -51
  2250. data/lib/google/ads/google_ads/v7/services/geographic_view_service_pb.rb +0 -29
  2251. data/lib/google/ads/google_ads/v7/services/geographic_view_service_services_pb.rb +0 -57
  2252. data/lib/google/ads/google_ads/v7/services/google_ads_field_service/client.rb +0 -477
  2253. data/lib/google/ads/google_ads/v7/services/google_ads_field_service/credentials.rb +0 -44
  2254. data/lib/google/ads/google_ads/v7/services/google_ads_field_service/paths.rb +0 -49
  2255. data/lib/google/ads/google_ads/v7/services/google_ads_field_service.rb +0 -51
  2256. data/lib/google/ads/google_ads/v7/services/google_ads_field_service_pb.rb +0 -41
  2257. data/lib/google/ads/google_ads/v7/services/google_ads_field_service_services_pb.rb +0 -68
  2258. data/lib/google/ads/google_ads/v7/services/google_ads_service/client.rb +0 -707
  2259. data/lib/google/ads/google_ads/v7/services/google_ads_service/credentials.rb +0 -44
  2260. data/lib/google/ads/google_ads/v7/services/google_ads_service/paths.rb +0 -2216
  2261. data/lib/google/ads/google_ads/v7/services/google_ads_service.rb +0 -51
  2262. data/lib/google/ads/google_ads/v7/services/google_ads_service_pb.rb +0 -475
  2263. data/lib/google/ads/google_ads/v7/services/google_ads_service_services_pb.rb +0 -188
  2264. data/lib/google/ads/google_ads/v7/services/group_placement_view_service/client.rb +0 -389
  2265. data/lib/google/ads/google_ads/v7/services/group_placement_view_service/credentials.rb +0 -44
  2266. data/lib/google/ads/google_ads/v7/services/group_placement_view_service/paths.rb +0 -54
  2267. data/lib/google/ads/google_ads/v7/services/group_placement_view_service.rb +0 -51
  2268. data/lib/google/ads/google_ads/v7/services/group_placement_view_service_pb.rb +0 -29
  2269. data/lib/google/ads/google_ads/v7/services/group_placement_view_service_services_pb.rb +0 -57
  2270. data/lib/google/ads/google_ads/v7/services/hotel_group_view_service/client.rb +0 -389
  2271. data/lib/google/ads/google_ads/v7/services/hotel_group_view_service/credentials.rb +0 -44
  2272. data/lib/google/ads/google_ads/v7/services/hotel_group_view_service/paths.rb +0 -54
  2273. data/lib/google/ads/google_ads/v7/services/hotel_group_view_service.rb +0 -51
  2274. data/lib/google/ads/google_ads/v7/services/hotel_group_view_service_pb.rb +0 -29
  2275. data/lib/google/ads/google_ads/v7/services/hotel_group_view_service_services_pb.rb +0 -57
  2276. data/lib/google/ads/google_ads/v7/services/hotel_performance_view_service/client.rb +0 -389
  2277. data/lib/google/ads/google_ads/v7/services/hotel_performance_view_service/credentials.rb +0 -44
  2278. data/lib/google/ads/google_ads/v7/services/hotel_performance_view_service/paths.rb +0 -49
  2279. data/lib/google/ads/google_ads/v7/services/hotel_performance_view_service.rb +0 -51
  2280. data/lib/google/ads/google_ads/v7/services/hotel_performance_view_service_pb.rb +0 -29
  2281. data/lib/google/ads/google_ads/v7/services/hotel_performance_view_service_services_pb.rb +0 -57
  2282. data/lib/google/ads/google_ads/v7/services/income_range_view_service/client.rb +0 -389
  2283. data/lib/google/ads/google_ads/v7/services/income_range_view_service/credentials.rb +0 -44
  2284. data/lib/google/ads/google_ads/v7/services/income_range_view_service/paths.rb +0 -54
  2285. data/lib/google/ads/google_ads/v7/services/income_range_view_service.rb +0 -51
  2286. data/lib/google/ads/google_ads/v7/services/income_range_view_service_pb.rb +0 -29
  2287. data/lib/google/ads/google_ads/v7/services/income_range_view_service_services_pb.rb +0 -57
  2288. data/lib/google/ads/google_ads/v7/services/invoice_service/client.rb +0 -399
  2289. data/lib/google/ads/google_ads/v7/services/invoice_service/credentials.rb +0 -44
  2290. data/lib/google/ads/google_ads/v7/services/invoice_service/paths.rb +0 -52
  2291. data/lib/google/ads/google_ads/v7/services/invoice_service.rb +0 -51
  2292. data/lib/google/ads/google_ads/v7/services/invoice_service_pb.rb +0 -36
  2293. data/lib/google/ads/google_ads/v7/services/invoice_service_services_pb.rb +0 -59
  2294. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_keyword_service/client.rb +0 -495
  2295. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_keyword_service/credentials.rb +0 -44
  2296. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_keyword_service/paths.rb +0 -69
  2297. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_keyword_service.rb +0 -55
  2298. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_keyword_service_pb.rb +0 -56
  2299. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_keyword_service_services_pb.rb +0 -78
  2300. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_service/client.rb +0 -491
  2301. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_service/credentials.rb +0 -44
  2302. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_service/paths.rb +0 -69
  2303. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_service.rb +0 -51
  2304. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_service_pb.rb +0 -56
  2305. data/lib/google/ads/google_ads/v7/services/keyword_plan_ad_group_service_services_pb.rb +0 -76
  2306. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_keyword_service/client.rb +0 -492
  2307. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_keyword_service/credentials.rb +0 -44
  2308. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_keyword_service/paths.rb +0 -69
  2309. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_keyword_service.rb +0 -54
  2310. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_keyword_service_pb.rb +0 -56
  2311. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_keyword_service_services_pb.rb +0 -76
  2312. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_service/client.rb +0 -492
  2313. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_service/credentials.rb +0 -44
  2314. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_service/paths.rb +0 -97
  2315. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_service.rb +0 -51
  2316. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_service_pb.rb +0 -56
  2317. data/lib/google/ads/google_ads/v7/services/keyword_plan_campaign_service_services_pb.rb +0 -77
  2318. data/lib/google/ads/google_ads/v7/services/keyword_plan_idea_service/client.rb +0 -430
  2319. data/lib/google/ads/google_ads/v7/services/keyword_plan_idea_service/credentials.rb +0 -44
  2320. data/lib/google/ads/google_ads/v7/services/keyword_plan_idea_service.rb +0 -50
  2321. data/lib/google/ads/google_ads/v7/services/keyword_plan_idea_service_pb.rb +0 -74
  2322. data/lib/google/ads/google_ads/v7/services/keyword_plan_idea_service_services_pb.rb +0 -59
  2323. data/lib/google/ads/google_ads/v7/services/keyword_plan_service/client.rb +0 -842
  2324. data/lib/google/ads/google_ads/v7/services/keyword_plan_service/credentials.rb +0 -44
  2325. data/lib/google/ads/google_ads/v7/services/keyword_plan_service/paths.rb +0 -52
  2326. data/lib/google/ads/google_ads/v7/services/keyword_plan_service.rb +0 -51
  2327. data/lib/google/ads/google_ads/v7/services/keyword_plan_service_pb.rb +0 -147
  2328. data/lib/google/ads/google_ads/v7/services/keyword_plan_service_services_pb.rb +0 -130
  2329. data/lib/google/ads/google_ads/v7/services/keyword_view_service/client.rb +0 -389
  2330. data/lib/google/ads/google_ads/v7/services/keyword_view_service/credentials.rb +0 -44
  2331. data/lib/google/ads/google_ads/v7/services/keyword_view_service/paths.rb +0 -54
  2332. data/lib/google/ads/google_ads/v7/services/keyword_view_service.rb +0 -51
  2333. data/lib/google/ads/google_ads/v7/services/keyword_view_service_pb.rb +0 -29
  2334. data/lib/google/ads/google_ads/v7/services/keyword_view_service_services_pb.rb +0 -57
  2335. data/lib/google/ads/google_ads/v7/services/label_service/client.rb +0 -499
  2336. data/lib/google/ads/google_ads/v7/services/label_service/credentials.rb +0 -44
  2337. data/lib/google/ads/google_ads/v7/services/label_service/paths.rb +0 -52
  2338. data/lib/google/ads/google_ads/v7/services/label_service.rb +0 -51
  2339. data/lib/google/ads/google_ads/v7/services/label_service_pb.rb +0 -59
  2340. data/lib/google/ads/google_ads/v7/services/label_service_services_pb.rb +0 -82
  2341. data/lib/google/ads/google_ads/v7/services/landing_page_view_service/client.rb +0 -389
  2342. data/lib/google/ads/google_ads/v7/services/landing_page_view_service/credentials.rb +0 -44
  2343. data/lib/google/ads/google_ads/v7/services/landing_page_view_service/paths.rb +0 -52
  2344. data/lib/google/ads/google_ads/v7/services/landing_page_view_service.rb +0 -51
  2345. data/lib/google/ads/google_ads/v7/services/landing_page_view_service_pb.rb +0 -29
  2346. data/lib/google/ads/google_ads/v7/services/landing_page_view_service_services_pb.rb +0 -57
  2347. data/lib/google/ads/google_ads/v7/services/language_constant_service/client.rb +0 -389
  2348. data/lib/google/ads/google_ads/v7/services/language_constant_service/credentials.rb +0 -44
  2349. data/lib/google/ads/google_ads/v7/services/language_constant_service/paths.rb +0 -49
  2350. data/lib/google/ads/google_ads/v7/services/language_constant_service.rb +0 -51
  2351. data/lib/google/ads/google_ads/v7/services/language_constant_service_pb.rb +0 -29
  2352. data/lib/google/ads/google_ads/v7/services/language_constant_service_services_pb.rb +0 -57
  2353. data/lib/google/ads/google_ads/v7/services/life_event_service/client.rb +0 -380
  2354. data/lib/google/ads/google_ads/v7/services/life_event_service/credentials.rb +0 -44
  2355. data/lib/google/ads/google_ads/v7/services/life_event_service/paths.rb +0 -52
  2356. data/lib/google/ads/google_ads/v7/services/life_event_service.rb +0 -51
  2357. data/lib/google/ads/google_ads/v7/services/life_event_service_pb.rb +0 -29
  2358. data/lib/google/ads/google_ads/v7/services/life_event_service_services_pb.rb +0 -49
  2359. data/lib/google/ads/google_ads/v7/services/location_view_service/client.rb +0 -389
  2360. data/lib/google/ads/google_ads/v7/services/location_view_service/credentials.rb +0 -44
  2361. data/lib/google/ads/google_ads/v7/services/location_view_service/paths.rb +0 -54
  2362. data/lib/google/ads/google_ads/v7/services/location_view_service.rb +0 -51
  2363. data/lib/google/ads/google_ads/v7/services/location_view_service_pb.rb +0 -29
  2364. data/lib/google/ads/google_ads/v7/services/location_view_service_services_pb.rb +0 -57
  2365. data/lib/google/ads/google_ads/v7/services/managed_placement_view_service/client.rb +0 -389
  2366. data/lib/google/ads/google_ads/v7/services/managed_placement_view_service/credentials.rb +0 -44
  2367. data/lib/google/ads/google_ads/v7/services/managed_placement_view_service/paths.rb +0 -54
  2368. data/lib/google/ads/google_ads/v7/services/managed_placement_view_service.rb +0 -51
  2369. data/lib/google/ads/google_ads/v7/services/managed_placement_view_service_pb.rb +0 -29
  2370. data/lib/google/ads/google_ads/v7/services/managed_placement_view_service_services_pb.rb +0 -57
  2371. data/lib/google/ads/google_ads/v7/services/media_file_service/client.rb +0 -499
  2372. data/lib/google/ads/google_ads/v7/services/media_file_service/credentials.rb +0 -44
  2373. data/lib/google/ads/google_ads/v7/services/media_file_service/paths.rb +0 -52
  2374. data/lib/google/ads/google_ads/v7/services/media_file_service.rb +0 -51
  2375. data/lib/google/ads/google_ads/v7/services/media_file_service_pb.rb +0 -55
  2376. data/lib/google/ads/google_ads/v7/services/media_file_service_services_pb.rb +0 -82
  2377. data/lib/google/ads/google_ads/v7/services/merchant_center_link_service/client.rb +0 -563
  2378. data/lib/google/ads/google_ads/v7/services/merchant_center_link_service/credentials.rb +0 -44
  2379. data/lib/google/ads/google_ads/v7/services/merchant_center_link_service/paths.rb +0 -52
  2380. data/lib/google/ads/google_ads/v7/services/merchant_center_link_service.rb +0 -52
  2381. data/lib/google/ads/google_ads/v7/services/merchant_center_link_service_pb.rb +0 -60
  2382. data/lib/google/ads/google_ads/v7/services/merchant_center_link_service_services_pb.rb +0 -79
  2383. data/lib/google/ads/google_ads/v7/services/mobile_app_category_constant_service/client.rb +0 -389
  2384. data/lib/google/ads/google_ads/v7/services/mobile_app_category_constant_service/credentials.rb +0 -44
  2385. data/lib/google/ads/google_ads/v7/services/mobile_app_category_constant_service/paths.rb +0 -49
  2386. data/lib/google/ads/google_ads/v7/services/mobile_app_category_constant_service.rb +0 -51
  2387. data/lib/google/ads/google_ads/v7/services/mobile_app_category_constant_service_pb.rb +0 -29
  2388. data/lib/google/ads/google_ads/v7/services/mobile_app_category_constant_service_services_pb.rb +0 -55
  2389. data/lib/google/ads/google_ads/v7/services/mobile_device_constant_service/client.rb +0 -389
  2390. data/lib/google/ads/google_ads/v7/services/mobile_device_constant_service/credentials.rb +0 -44
  2391. data/lib/google/ads/google_ads/v7/services/mobile_device_constant_service/paths.rb +0 -49
  2392. data/lib/google/ads/google_ads/v7/services/mobile_device_constant_service.rb +0 -51
  2393. data/lib/google/ads/google_ads/v7/services/mobile_device_constant_service_pb.rb +0 -29
  2394. data/lib/google/ads/google_ads/v7/services/mobile_device_constant_service_services_pb.rb +0 -57
  2395. data/lib/google/ads/google_ads/v7/services/offline_user_data_job_service/client.rb +0 -679
  2396. data/lib/google/ads/google_ads/v7/services/offline_user_data_job_service/credentials.rb +0 -44
  2397. data/lib/google/ads/google_ads/v7/services/offline_user_data_job_service/operations.rb +0 -659
  2398. data/lib/google/ads/google_ads/v7/services/offline_user_data_job_service/paths.rb +0 -52
  2399. data/lib/google/ads/google_ads/v7/services/offline_user_data_job_service.rb +0 -52
  2400. data/lib/google/ads/google_ads/v7/services/offline_user_data_job_service_pb.rb +0 -66
  2401. data/lib/google/ads/google_ads/v7/services/offline_user_data_job_service_services_pb.rb +0 -100
  2402. data/lib/google/ads/google_ads/v7/services/operating_system_version_constant_service/client.rb +0 -389
  2403. data/lib/google/ads/google_ads/v7/services/operating_system_version_constant_service/credentials.rb +0 -44
  2404. data/lib/google/ads/google_ads/v7/services/operating_system_version_constant_service/paths.rb +0 -49
  2405. data/lib/google/ads/google_ads/v7/services/operating_system_version_constant_service.rb +0 -51
  2406. data/lib/google/ads/google_ads/v7/services/operating_system_version_constant_service_pb.rb +0 -29
  2407. data/lib/google/ads/google_ads/v7/services/operating_system_version_constant_service_services_pb.rb +0 -57
  2408. data/lib/google/ads/google_ads/v7/services/paid_organic_search_term_view_service/client.rb +0 -389
  2409. data/lib/google/ads/google_ads/v7/services/paid_organic_search_term_view_service/credentials.rb +0 -44
  2410. data/lib/google/ads/google_ads/v7/services/paid_organic_search_term_view_service/paths.rb +0 -56
  2411. data/lib/google/ads/google_ads/v7/services/paid_organic_search_term_view_service.rb +0 -51
  2412. data/lib/google/ads/google_ads/v7/services/paid_organic_search_term_view_service_pb.rb +0 -29
  2413. data/lib/google/ads/google_ads/v7/services/paid_organic_search_term_view_service_services_pb.rb +0 -57
  2414. data/lib/google/ads/google_ads/v7/services/parental_status_view_service/client.rb +0 -389
  2415. data/lib/google/ads/google_ads/v7/services/parental_status_view_service/credentials.rb +0 -44
  2416. data/lib/google/ads/google_ads/v7/services/parental_status_view_service/paths.rb +0 -54
  2417. data/lib/google/ads/google_ads/v7/services/parental_status_view_service.rb +0 -51
  2418. data/lib/google/ads/google_ads/v7/services/parental_status_view_service_pb.rb +0 -29
  2419. data/lib/google/ads/google_ads/v7/services/parental_status_view_service_services_pb.rb +0 -57
  2420. data/lib/google/ads/google_ads/v7/services/payments_account_service/client.rb +0 -393
  2421. data/lib/google/ads/google_ads/v7/services/payments_account_service/credentials.rb +0 -44
  2422. data/lib/google/ads/google_ads/v7/services/payments_account_service/paths.rb +0 -66
  2423. data/lib/google/ads/google_ads/v7/services/payments_account_service.rb +0 -52
  2424. data/lib/google/ads/google_ads/v7/services/payments_account_service_pb.rb +0 -32
  2425. data/lib/google/ads/google_ads/v7/services/payments_account_service_services_pb.rb +0 -61
  2426. data/lib/google/ads/google_ads/v7/services/product_bidding_category_constant_service/client.rb +0 -389
  2427. data/lib/google/ads/google_ads/v7/services/product_bidding_category_constant_service/credentials.rb +0 -44
  2428. data/lib/google/ads/google_ads/v7/services/product_bidding_category_constant_service/paths.rb +0 -54
  2429. data/lib/google/ads/google_ads/v7/services/product_bidding_category_constant_service.rb +0 -51
  2430. data/lib/google/ads/google_ads/v7/services/product_bidding_category_constant_service_pb.rb +0 -29
  2431. data/lib/google/ads/google_ads/v7/services/product_bidding_category_constant_service_services_pb.rb +0 -57
  2432. data/lib/google/ads/google_ads/v7/services/product_group_view_service/client.rb +0 -389
  2433. data/lib/google/ads/google_ads/v7/services/product_group_view_service/credentials.rb +0 -44
  2434. data/lib/google/ads/google_ads/v7/services/product_group_view_service/paths.rb +0 -54
  2435. data/lib/google/ads/google_ads/v7/services/product_group_view_service.rb +0 -51
  2436. data/lib/google/ads/google_ads/v7/services/product_group_view_service_pb.rb +0 -29
  2437. data/lib/google/ads/google_ads/v7/services/product_group_view_service_services_pb.rb +0 -57
  2438. data/lib/google/ads/google_ads/v7/services/reach_plan_service/client.rb +0 -681
  2439. data/lib/google/ads/google_ads/v7/services/reach_plan_service/credentials.rb +0 -44
  2440. data/lib/google/ads/google_ads/v7/services/reach_plan_service.rb +0 -54
  2441. data/lib/google/ads/google_ads/v7/services/reach_plan_service_pb.rb +0 -162
  2442. data/lib/google/ads/google_ads/v7/services/reach_plan_service_services_pb.rb +0 -98
  2443. data/lib/google/ads/google_ads/v7/services/recommendation_service/client.rb +0 -579
  2444. data/lib/google/ads/google_ads/v7/services/recommendation_service/credentials.rb +0 -44
  2445. data/lib/google/ads/google_ads/v7/services/recommendation_service/paths.rb +0 -120
  2446. data/lib/google/ads/google_ads/v7/services/recommendation_service.rb +0 -51
  2447. data/lib/google/ads/google_ads/v7/services/recommendation_service_pb.rb +0 -127
  2448. data/lib/google/ads/google_ads/v7/services/recommendation_service_services_pb.rb +0 -83
  2449. data/lib/google/ads/google_ads/v7/services/remarketing_action_service/client.rb +0 -483
  2450. data/lib/google/ads/google_ads/v7/services/remarketing_action_service/credentials.rb +0 -44
  2451. data/lib/google/ads/google_ads/v7/services/remarketing_action_service/paths.rb +0 -52
  2452. data/lib/google/ads/google_ads/v7/services/remarketing_action_service.rb +0 -51
  2453. data/lib/google/ads/google_ads/v7/services/remarketing_action_service_pb.rb +0 -55
  2454. data/lib/google/ads/google_ads/v7/services/remarketing_action_service_services_pb.rb +0 -68
  2455. data/lib/google/ads/google_ads/v7/services/search_term_view_service/client.rb +0 -389
  2456. data/lib/google/ads/google_ads/v7/services/search_term_view_service/credentials.rb +0 -44
  2457. data/lib/google/ads/google_ads/v7/services/search_term_view_service/paths.rb +0 -73
  2458. data/lib/google/ads/google_ads/v7/services/search_term_view_service.rb +0 -51
  2459. data/lib/google/ads/google_ads/v7/services/search_term_view_service_pb.rb +0 -29
  2460. data/lib/google/ads/google_ads/v7/services/search_term_view_service_services_pb.rb +0 -57
  2461. data/lib/google/ads/google_ads/v7/services/shared_criterion_service/client.rb +0 -499
  2462. data/lib/google/ads/google_ads/v7/services/shared_criterion_service/credentials.rb +0 -44
  2463. data/lib/google/ads/google_ads/v7/services/shared_criterion_service/paths.rb +0 -71
  2464. data/lib/google/ads/google_ads/v7/services/shared_criterion_service.rb +0 -51
  2465. data/lib/google/ads/google_ads/v7/services/shared_criterion_service_pb.rb +0 -56
  2466. data/lib/google/ads/google_ads/v7/services/shared_criterion_service_services_pb.rb +0 -81
  2467. data/lib/google/ads/google_ads/v7/services/shared_set_service/client.rb +0 -501
  2468. data/lib/google/ads/google_ads/v7/services/shared_set_service/credentials.rb +0 -44
  2469. data/lib/google/ads/google_ads/v7/services/shared_set_service/paths.rb +0 -52
  2470. data/lib/google/ads/google_ads/v7/services/shared_set_service.rb +0 -51
  2471. data/lib/google/ads/google_ads/v7/services/shared_set_service_pb.rb +0 -59
  2472. data/lib/google/ads/google_ads/v7/services/shared_set_service_services_pb.rb +0 -84
  2473. data/lib/google/ads/google_ads/v7/services/shopping_performance_view_service/client.rb +0 -389
  2474. data/lib/google/ads/google_ads/v7/services/shopping_performance_view_service/credentials.rb +0 -44
  2475. data/lib/google/ads/google_ads/v7/services/shopping_performance_view_service/paths.rb +0 -49
  2476. data/lib/google/ads/google_ads/v7/services/shopping_performance_view_service.rb +0 -51
  2477. data/lib/google/ads/google_ads/v7/services/shopping_performance_view_service_pb.rb +0 -29
  2478. data/lib/google/ads/google_ads/v7/services/shopping_performance_view_service_services_pb.rb +0 -57
  2479. data/lib/google/ads/google_ads/v7/services/third_party_app_analytics_link_service/client.rb +0 -474
  2480. data/lib/google/ads/google_ads/v7/services/third_party_app_analytics_link_service/credentials.rb +0 -44
  2481. data/lib/google/ads/google_ads/v7/services/third_party_app_analytics_link_service/paths.rb +0 -52
  2482. data/lib/google/ads/google_ads/v7/services/third_party_app_analytics_link_service.rb +0 -52
  2483. data/lib/google/ads/google_ads/v7/services/third_party_app_analytics_link_service_pb.rb +0 -35
  2484. data/lib/google/ads/google_ads/v7/services/third_party_app_analytics_link_service_services_pb.rb +0 -67
  2485. data/lib/google/ads/google_ads/v7/services/topic_constant_service/client.rb +0 -389
  2486. data/lib/google/ads/google_ads/v7/services/topic_constant_service/credentials.rb +0 -44
  2487. data/lib/google/ads/google_ads/v7/services/topic_constant_service/paths.rb +0 -49
  2488. data/lib/google/ads/google_ads/v7/services/topic_constant_service.rb +0 -51
  2489. data/lib/google/ads/google_ads/v7/services/topic_constant_service_pb.rb +0 -29
  2490. data/lib/google/ads/google_ads/v7/services/topic_constant_service_services_pb.rb +0 -57
  2491. data/lib/google/ads/google_ads/v7/services/topic_view_service/client.rb +0 -388
  2492. data/lib/google/ads/google_ads/v7/services/topic_view_service/credentials.rb +0 -44
  2493. data/lib/google/ads/google_ads/v7/services/topic_view_service/paths.rb +0 -54
  2494. data/lib/google/ads/google_ads/v7/services/topic_view_service.rb +0 -51
  2495. data/lib/google/ads/google_ads/v7/services/topic_view_service_pb.rb +0 -29
  2496. data/lib/google/ads/google_ads/v7/services/topic_view_service_services_pb.rb +0 -57
  2497. data/lib/google/ads/google_ads/v7/services/user_data_service/client.rb +0 -396
  2498. data/lib/google/ads/google_ads/v7/services/user_data_service/credentials.rb +0 -44
  2499. data/lib/google/ads/google_ads/v7/services/user_data_service.rb +0 -51
  2500. data/lib/google/ads/google_ads/v7/services/user_data_service_pb.rb +0 -44
  2501. data/lib/google/ads/google_ads/v7/services/user_data_service_services_pb.rb +0 -63
  2502. data/lib/google/ads/google_ads/v7/services/user_interest_service/client.rb +0 -389
  2503. data/lib/google/ads/google_ads/v7/services/user_interest_service/credentials.rb +0 -44
  2504. data/lib/google/ads/google_ads/v7/services/user_interest_service/paths.rb +0 -52
  2505. data/lib/google/ads/google_ads/v7/services/user_interest_service.rb +0 -51
  2506. data/lib/google/ads/google_ads/v7/services/user_interest_service_pb.rb +0 -29
  2507. data/lib/google/ads/google_ads/v7/services/user_interest_service_services_pb.rb +0 -57
  2508. data/lib/google/ads/google_ads/v7/services/user_list_service/client.rb +0 -494
  2509. data/lib/google/ads/google_ads/v7/services/user_list_service/credentials.rb +0 -44
  2510. data/lib/google/ads/google_ads/v7/services/user_list_service/paths.rb +0 -52
  2511. data/lib/google/ads/google_ads/v7/services/user_list_service.rb +0 -51
  2512. data/lib/google/ads/google_ads/v7/services/user_list_service_pb.rb +0 -56
  2513. data/lib/google/ads/google_ads/v7/services/user_list_service_services_pb.rb +0 -81
  2514. data/lib/google/ads/google_ads/v7/services/user_location_view_service/client.rb +0 -389
  2515. data/lib/google/ads/google_ads/v7/services/user_location_view_service/credentials.rb +0 -44
  2516. data/lib/google/ads/google_ads/v7/services/user_location_view_service/paths.rb +0 -54
  2517. data/lib/google/ads/google_ads/v7/services/user_location_view_service.rb +0 -51
  2518. data/lib/google/ads/google_ads/v7/services/user_location_view_service_pb.rb +0 -29
  2519. data/lib/google/ads/google_ads/v7/services/user_location_view_service_services_pb.rb +0 -57
  2520. data/lib/google/ads/google_ads/v7/services/video_service/client.rb +0 -387
  2521. data/lib/google/ads/google_ads/v7/services/video_service/credentials.rb +0 -44
  2522. data/lib/google/ads/google_ads/v7/services/video_service/paths.rb +0 -52
  2523. data/lib/google/ads/google_ads/v7/services/video_service.rb +0 -51
  2524. data/lib/google/ads/google_ads/v7/services/video_service_pb.rb +0 -29
  2525. data/lib/google/ads/google_ads/v7/services/video_service_services_pb.rb +0 -57
  2526. data/lib/google/ads/google_ads/v7/services/webpage_view_service/client.rb +0 -381
  2527. data/lib/google/ads/google_ads/v7/services/webpage_view_service/credentials.rb +0 -44
  2528. data/lib/google/ads/google_ads/v7/services/webpage_view_service/paths.rb +0 -54
  2529. data/lib/google/ads/google_ads/v7/services/webpage_view_service.rb +0 -51
  2530. data/lib/google/ads/google_ads/v7/services/webpage_view_service_pb.rb +0 -29
  2531. data/lib/google/ads/google_ads/v7/services/webpage_view_service_services_pb.rb +0 -49
  2532. data/lib/google/ads/google_ads/v7/services.rb +0 -165
@@ -4,84 +4,60 @@ module Google
4
4
  module Factories
5
5
  module V9
6
6
  module Enums
7
- # Returns the descriptor for the BiddingStrategyType enum
8
- #
9
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
10
- def self.bidding_strategy_type
11
- require "google/ads/google_ads/v9/enums/bidding_strategy_type_pb"
12
- Google::Ads::GoogleAds::V9::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
13
- end
14
-
15
- # Returns the descriptor for the TargetImpressionShareLocation enum
16
- #
17
- # @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
18
- def self.target_impression_share_location
19
- require "google/ads/google_ads/v9/enums/target_impression_share_location_pb"
20
- Google::Ads::GoogleAds::V9::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
21
- end
22
-
23
- # Returns the descriptor for the AccountBudgetProposalType enum
24
- #
25
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
26
- def self.account_budget_proposal_type
27
- require "google/ads/google_ads/v9/enums/account_budget_proposal_type_pb"
28
- Google::Ads::GoogleAds::V9::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
29
- end
30
-
31
- # Returns the descriptor for the AccountBudgetStatus enum
7
+ # Returns the descriptor for the CustomizerAttributeStatus enum
32
8
  #
33
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
34
- def self.account_budget_status
35
- require "google/ads/google_ads/v9/enums/account_budget_status_pb"
36
- Google::Ads::GoogleAds::V9::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
9
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomizerAttributeStatus enum
10
+ def self.customizer_attribute_status
11
+ require "google/ads/google_ads/v9/enums/customizer_attribute_status_pb"
12
+ Google::Ads::GoogleAds::V9::Enums::CustomizerAttributeStatusEnum::CustomizerAttributeStatus.descriptor
37
13
  end
38
14
 
39
- # Returns the descriptor for the SpendingLimitType enum
15
+ # Returns the descriptor for the CustomizerAttributeType enum
40
16
  #
41
- # @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
42
- def self.spending_limit_type
43
- require "google/ads/google_ads/v9/enums/spending_limit_type_pb"
44
- Google::Ads::GoogleAds::V9::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
17
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomizerAttributeType enum
18
+ def self.customizer_attribute_type
19
+ require "google/ads/google_ads/v9/enums/customizer_attribute_type_pb"
20
+ Google::Ads::GoogleAds::V9::Enums::CustomizerAttributeTypeEnum::CustomizerAttributeType.descriptor
45
21
  end
46
22
 
47
- # Returns the descriptor for the TimeType enum
23
+ # Returns the descriptor for the AdvertisingChannelSubType enum
48
24
  #
49
- # @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
50
- def self.time_type
51
- require "google/ads/google_ads/v9/enums/time_type_pb"
52
- Google::Ads::GoogleAds::V9::Enums::TimeTypeEnum::TimeType.descriptor
25
+ # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
26
+ def self.advertising_channel_sub_type
27
+ require "google/ads/google_ads/v9/enums/advertising_channel_sub_type_pb"
28
+ Google::Ads::GoogleAds::V9::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
53
29
  end
54
30
 
55
- # Returns the descriptor for the AccountBudgetProposalStatus enum
31
+ # Returns the descriptor for the AdvertisingChannelType enum
56
32
  #
57
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
58
- def self.account_budget_proposal_status
59
- require "google/ads/google_ads/v9/enums/account_budget_proposal_status_pb"
60
- Google::Ads::GoogleAds::V9::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
33
+ # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
34
+ def self.advertising_channel_type
35
+ require "google/ads/google_ads/v9/enums/advertising_channel_type_pb"
36
+ Google::Ads::GoogleAds::V9::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
61
37
  end
62
38
 
63
- # Returns the descriptor for the AccountLinkStatus enum
39
+ # Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
64
40
  #
65
- # @return [Google::Protobuf::EnumDescriptor] for the AccountLinkStatus enum
66
- def self.account_link_status
67
- require "google/ads/google_ads/v9/enums/account_link_status_pb"
68
- Google::Ads::GoogleAds::V9::Enums::AccountLinkStatusEnum::AccountLinkStatus.descriptor
41
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
42
+ def self.criterion_category_channel_availability_mode
43
+ require "google/ads/google_ads/v9/enums/criterion_category_channel_availability_mode_pb"
44
+ Google::Ads::GoogleAds::V9::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
69
45
  end
70
46
 
71
- # Returns the descriptor for the LinkedAccountType enum
47
+ # Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
72
48
  #
73
- # @return [Google::Protobuf::EnumDescriptor] for the LinkedAccountType enum
74
- def self.linked_account_type
75
- require "google/ads/google_ads/v9/enums/linked_account_type_pb"
76
- Google::Ads::GoogleAds::V9::Enums::LinkedAccountTypeEnum::LinkedAccountType.descriptor
49
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
50
+ def self.criterion_category_locale_availability_mode
51
+ require "google/ads/google_ads/v9/enums/criterion_category_locale_availability_mode_pb"
52
+ Google::Ads::GoogleAds::V9::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
77
53
  end
78
54
 
79
- # Returns the descriptor for the MobileAppVendor enum
55
+ # Returns the descriptor for the PlacementType enum
80
56
  #
81
- # @return [Google::Protobuf::EnumDescriptor] for the MobileAppVendor enum
82
- def self.mobile_app_vendor
83
- require "google/ads/google_ads/v9/enums/mobile_app_vendor_pb"
84
- Google::Ads::GoogleAds::V9::Enums::MobileAppVendorEnum::MobileAppVendor.descriptor
57
+ # @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
58
+ def self.placement_type
59
+ require "google/ads/google_ads/v9/enums/placement_type_pb"
60
+ Google::Ads::GoogleAds::V9::Enums::PlacementTypeEnum::PlacementType.descriptor
85
61
  end
86
62
 
87
63
  # Returns the descriptor for the PolicyTopicEntryType enum
@@ -116,20 +92,52 @@ module Google
116
92
  Google::Ads::GoogleAds::V9::Enums::PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum::PolicyTopicEvidenceDestinationNotWorkingDnsErrorType.descriptor
117
93
  end
118
94
 
119
- # Returns the descriptor for the AssetFieldType enum
95
+ # Returns the descriptor for the FeedItemQualityApprovalStatus enum
120
96
  #
121
- # @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
122
- def self.asset_field_type
123
- require "google/ads/google_ads/v9/enums/asset_field_type_pb"
124
- Google::Ads::GoogleAds::V9::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
97
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
98
+ def self.feed_item_quality_approval_status
99
+ require "google/ads/google_ads/v9/enums/feed_item_quality_approval_status_pb"
100
+ Google::Ads::GoogleAds::V9::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
125
101
  end
126
102
 
127
- # Returns the descriptor for the AssetPerformanceLabel enum
103
+ # Returns the descriptor for the FeedItemQualityDisapprovalReason enum
128
104
  #
129
- # @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
130
- def self.asset_performance_label
131
- require "google/ads/google_ads/v9/enums/asset_performance_label_pb"
132
- Google::Ads::GoogleAds::V9::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
105
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
106
+ def self.feed_item_quality_disapproval_reason
107
+ require "google/ads/google_ads/v9/enums/feed_item_quality_disapproval_reason_pb"
108
+ Google::Ads::GoogleAds::V9::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
109
+ end
110
+
111
+ # Returns the descriptor for the FeedItemStatus enum
112
+ #
113
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
114
+ def self.feed_item_status
115
+ require "google/ads/google_ads/v9/enums/feed_item_status_pb"
116
+ Google::Ads::GoogleAds::V9::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
117
+ end
118
+
119
+ # Returns the descriptor for the FeedItemValidationStatus enum
120
+ #
121
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
122
+ def self.feed_item_validation_status
123
+ require "google/ads/google_ads/v9/enums/feed_item_validation_status_pb"
124
+ Google::Ads::GoogleAds::V9::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
125
+ end
126
+
127
+ # Returns the descriptor for the GeoTargetingRestriction enum
128
+ #
129
+ # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
130
+ def self.geo_targeting_restriction
131
+ require "google/ads/google_ads/v9/enums/geo_targeting_restriction_pb"
132
+ Google::Ads::GoogleAds::V9::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
133
+ end
134
+
135
+ # Returns the descriptor for the PlaceholderType enum
136
+ #
137
+ # @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
138
+ def self.placeholder_type
139
+ require "google/ads/google_ads/v9/enums/placeholder_type_pb"
140
+ Google::Ads::GoogleAds::V9::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
133
141
  end
134
142
 
135
143
  # Returns the descriptor for the PolicyApprovalStatus enum
@@ -148,108 +156,172 @@ module Google
148
156
  Google::Ads::GoogleAds::V9::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
149
157
  end
150
158
 
151
- # Returns the descriptor for the AdGroupAdStatus enum
159
+ # Returns the descriptor for the FeedItemValidationError enum
152
160
  #
153
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
154
- def self.ad_group_ad_status
155
- require "google/ads/google_ads/v9/enums/ad_group_ad_status_pb"
156
- Google::Ads::GoogleAds::V9::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
161
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
162
+ def self.feed_item_validation_error
163
+ require "google/ads/google_ads/v9/errors/feed_item_validation_error_pb"
164
+ Google::Ads::GoogleAds::V9::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
157
165
  end
158
166
 
159
- # Returns the descriptor for the AdStrength enum
167
+ # Returns the descriptor for the MobileDeviceType enum
160
168
  #
161
- # @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
162
- def self.ad_strength
163
- require "google/ads/google_ads/v9/enums/ad_strength_pb"
164
- Google::Ads::GoogleAds::V9::Enums::AdStrengthEnum::AdStrength.descriptor
169
+ # @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
170
+ def self.mobile_device_type
171
+ require "google/ads/google_ads/v9/enums/mobile_device_type_pb"
172
+ Google::Ads::GoogleAds::V9::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
165
173
  end
166
174
 
167
- # Returns the descriptor for the ServedAssetFieldType enum
175
+ # Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
168
176
  #
169
- # @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
170
- def self.served_asset_field_type
171
- require "google/ads/google_ads/v9/enums/served_asset_field_type_pb"
172
- Google::Ads::GoogleAds::V9::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
177
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
178
+ def self.customer_pay_per_conversion_eligibility_failure_reason
179
+ require "google/ads/google_ads/v9/enums/customer_pay_per_conversion_eligibility_failure_reason_pb"
180
+ Google::Ads::GoogleAds::V9::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
173
181
  end
174
182
 
175
- # Returns the descriptor for the CallConversionReportingState enum
183
+ # Returns the descriptor for the ExtensionSettingDevice enum
176
184
  #
177
- # @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
178
- def self.call_conversion_reporting_state
179
- require "google/ads/google_ads/v9/enums/call_conversion_reporting_state_pb"
180
- Google::Ads::GoogleAds::V9::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
185
+ # @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
186
+ def self.extension_setting_device
187
+ require "google/ads/google_ads/v9/enums/extension_setting_device_pb"
188
+ Google::Ads::GoogleAds::V9::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
181
189
  end
182
190
 
183
- # Returns the descriptor for the DisplayAdFormatSetting enum
191
+ # Returns the descriptor for the ExtensionType enum
184
192
  #
185
- # @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
186
- def self.display_ad_format_setting
187
- require "google/ads/google_ads/v9/enums/display_ad_format_setting_pb"
188
- Google::Ads::GoogleAds::V9::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
193
+ # @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
194
+ def self.extension_type
195
+ require "google/ads/google_ads/v9/enums/extension_type_pb"
196
+ Google::Ads::GoogleAds::V9::Enums::ExtensionTypeEnum::ExtensionType.descriptor
189
197
  end
190
198
 
191
- # Returns the descriptor for the DisplayUploadProductType enum
199
+ # Returns the descriptor for the GeoTargetConstantStatus enum
192
200
  #
193
- # @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
194
- def self.display_upload_product_type
195
- require "google/ads/google_ads/v9/enums/display_upload_product_type_pb"
196
- Google::Ads::GoogleAds::V9::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
201
+ # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
202
+ def self.geo_target_constant_status
203
+ require "google/ads/google_ads/v9/enums/geo_target_constant_status_pb"
204
+ Google::Ads::GoogleAds::V9::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
197
205
  end
198
206
 
199
- # Returns the descriptor for the LegacyAppInstallAdAppStore enum
207
+ # Returns the descriptor for the CallTrackingDisplayLocation enum
200
208
  #
201
- # @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
202
- def self.legacy_app_install_ad_app_store
203
- require "google/ads/google_ads/v9/enums/legacy_app_install_ad_app_store_pb"
204
- Google::Ads::GoogleAds::V9::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
209
+ # @return [Google::Protobuf::EnumDescriptor] for the CallTrackingDisplayLocation enum
210
+ def self.call_tracking_display_location
211
+ require "google/ads/google_ads/v9/enums/call_tracking_display_location_pb"
212
+ Google::Ads::GoogleAds::V9::Enums::CallTrackingDisplayLocationEnum::CallTrackingDisplayLocation.descriptor
205
213
  end
206
214
 
207
- # Returns the descriptor for the MimeType enum
215
+ # Returns the descriptor for the CallType enum
208
216
  #
209
- # @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
210
- def self.mime_type
211
- require "google/ads/google_ads/v9/enums/mime_type_pb"
212
- Google::Ads::GoogleAds::V9::Enums::MimeTypeEnum::MimeType.descriptor
217
+ # @return [Google::Protobuf::EnumDescriptor] for the CallType enum
218
+ def self.call_type
219
+ require "google/ads/google_ads/v9/enums/call_type_pb"
220
+ Google::Ads::GoogleAds::V9::Enums::CallTypeEnum::CallType.descriptor
213
221
  end
214
222
 
215
- # Returns the descriptor for the VideoThumbnail enum
223
+ # Returns the descriptor for the GoogleVoiceCallStatus enum
216
224
  #
217
- # @return [Google::Protobuf::EnumDescriptor] for the VideoThumbnail enum
218
- def self.video_thumbnail
219
- require "google/ads/google_ads/v9/enums/video_thumbnail_pb"
220
- Google::Ads::GoogleAds::V9::Enums::VideoThumbnailEnum::VideoThumbnail.descriptor
225
+ # @return [Google::Protobuf::EnumDescriptor] for the GoogleVoiceCallStatus enum
226
+ def self.google_voice_call_status
227
+ require "google/ads/google_ads/v9/enums/google_voice_call_status_pb"
228
+ Google::Ads::GoogleAds::V9::Enums::GoogleVoiceCallStatusEnum::GoogleVoiceCallStatus.descriptor
221
229
  end
222
230
 
223
- # Returns the descriptor for the AppUrlOperatingSystemType enum
231
+ # Returns the descriptor for the ListingGroupFilterBiddingCategoryLevel enum
224
232
  #
225
- # @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
226
- def self.app_url_operating_system_type
227
- require "google/ads/google_ads/v9/enums/app_url_operating_system_type_pb"
228
- Google::Ads::GoogleAds::V9::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
233
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterBiddingCategoryLevel enum
234
+ def self.listing_group_filter_bidding_category_level
235
+ require "google/ads/google_ads/v9/enums/listing_group_filter_bidding_category_level_pb"
236
+ Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterBiddingCategoryLevelEnum::ListingGroupFilterBiddingCategoryLevel.descriptor
229
237
  end
230
238
 
231
- # Returns the descriptor for the AdType enum
239
+ # Returns the descriptor for the ListingGroupFilterCustomAttributeIndex enum
232
240
  #
233
- # @return [Google::Protobuf::EnumDescriptor] for the AdType enum
234
- def self.ad_type
235
- require "google/ads/google_ads/v9/enums/ad_type_pb"
236
- Google::Ads::GoogleAds::V9::Enums::AdTypeEnum::AdType.descriptor
241
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterCustomAttributeIndex enum
242
+ def self.listing_group_filter_custom_attribute_index
243
+ require "google/ads/google_ads/v9/enums/listing_group_filter_custom_attribute_index_pb"
244
+ Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterCustomAttributeIndexEnum::ListingGroupFilterCustomAttributeIndex.descriptor
237
245
  end
238
246
 
239
- # Returns the descriptor for the Device enum
247
+ # Returns the descriptor for the ListingGroupFilterProductChannel enum
240
248
  #
241
- # @return [Google::Protobuf::EnumDescriptor] for the Device enum
242
- def self.device
243
- require "google/ads/google_ads/v9/enums/device_pb"
244
- Google::Ads::GoogleAds::V9::Enums::DeviceEnum::Device.descriptor
249
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterProductChannel enum
250
+ def self.listing_group_filter_product_channel
251
+ require "google/ads/google_ads/v9/enums/listing_group_filter_product_channel_pb"
252
+ Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterProductChannelEnum::ListingGroupFilterProductChannel.descriptor
245
253
  end
246
254
 
247
- # Returns the descriptor for the SystemManagedResourceSource enum
255
+ # Returns the descriptor for the ListingGroupFilterProductCondition enum
248
256
  #
249
- # @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
250
- def self.system_managed_resource_source
251
- require "google/ads/google_ads/v9/enums/system_managed_entity_source_pb"
252
- Google::Ads::GoogleAds::V9::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
257
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterProductCondition enum
258
+ def self.listing_group_filter_product_condition
259
+ require "google/ads/google_ads/v9/enums/listing_group_filter_product_condition_pb"
260
+ Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterProductConditionEnum::ListingGroupFilterProductCondition.descriptor
261
+ end
262
+
263
+ # Returns the descriptor for the ListingGroupFilterProductTypeLevel enum
264
+ #
265
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterProductTypeLevel enum
266
+ def self.listing_group_filter_product_type_level
267
+ require "google/ads/google_ads/v9/enums/listing_group_filter_product_type_level_pb"
268
+ Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterProductTypeLevelEnum::ListingGroupFilterProductTypeLevel.descriptor
269
+ end
270
+
271
+ # Returns the descriptor for the ListingGroupFilterType enum
272
+ #
273
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterType enum
274
+ def self.listing_group_filter_type
275
+ require "google/ads/google_ads/v9/enums/listing_group_filter_type_enum_pb"
276
+ Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterTypeEnum::ListingGroupFilterType.descriptor
277
+ end
278
+
279
+ # Returns the descriptor for the ListingGroupFilterVertical enum
280
+ #
281
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterVertical enum
282
+ def self.listing_group_filter_vertical
283
+ require "google/ads/google_ads/v9/enums/listing_group_filter_vertical_pb"
284
+ Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterVerticalEnum::ListingGroupFilterVertical.descriptor
285
+ end
286
+
287
+ # Returns the descriptor for the BudgetDeliveryMethod enum
288
+ #
289
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
290
+ def self.budget_delivery_method
291
+ require "google/ads/google_ads/v9/enums/budget_delivery_method_pb"
292
+ Google::Ads::GoogleAds::V9::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
293
+ end
294
+
295
+ # Returns the descriptor for the BudgetPeriod enum
296
+ #
297
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
298
+ def self.budget_period
299
+ require "google/ads/google_ads/v9/enums/budget_period_pb"
300
+ Google::Ads::GoogleAds::V9::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
301
+ end
302
+
303
+ # Returns the descriptor for the BudgetStatus enum
304
+ #
305
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
306
+ def self.budget_status
307
+ require "google/ads/google_ads/v9/enums/budget_status_pb"
308
+ Google::Ads::GoogleAds::V9::Enums::BudgetStatusEnum::BudgetStatus.descriptor
309
+ end
310
+
311
+ # Returns the descriptor for the BudgetType enum
312
+ #
313
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
314
+ def self.budget_type
315
+ require "google/ads/google_ads/v9/enums/budget_type_pb"
316
+ Google::Ads::GoogleAds::V9::Enums::BudgetTypeEnum::BudgetType.descriptor
317
+ end
318
+
319
+ # Returns the descriptor for the AssetFieldType enum
320
+ #
321
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
322
+ def self.asset_field_type
323
+ require "google/ads/google_ads/v9/enums/asset_field_type_pb"
324
+ Google::Ads::GoogleAds::V9::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
253
325
  end
254
326
 
255
327
  # Returns the descriptor for the AssetLinkStatus enum
@@ -260,260 +332,292 @@ module Google
260
332
  Google::Ads::GoogleAds::V9::Enums::AssetLinkStatusEnum::AssetLinkStatus.descriptor
261
333
  end
262
334
 
263
- # Returns the descriptor for the AgeRangeType enum
335
+ # Returns the descriptor for the MonthOfYear enum
264
336
  #
265
- # @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
266
- def self.age_range_type
267
- require "google/ads/google_ads/v9/enums/age_range_type_pb"
268
- Google::Ads::GoogleAds::V9::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
337
+ # @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
338
+ def self.month_of_year
339
+ require "google/ads/google_ads/v9/enums/month_of_year_pb"
340
+ Google::Ads::GoogleAds::V9::Enums::MonthOfYearEnum::MonthOfYear.descriptor
269
341
  end
270
342
 
271
- # Returns the descriptor for the AppPaymentModelType enum
343
+ # Returns the descriptor for the InvoiceType enum
272
344
  #
273
- # @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
274
- def self.app_payment_model_type
275
- require "google/ads/google_ads/v9/enums/app_payment_model_type_pb"
276
- Google::Ads::GoogleAds::V9::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
345
+ # @return [Google::Protobuf::EnumDescriptor] for the InvoiceType enum
346
+ def self.invoice_type
347
+ require "google/ads/google_ads/v9/enums/invoice_type_pb"
348
+ Google::Ads::GoogleAds::V9::Enums::InvoiceTypeEnum::InvoiceType.descriptor
277
349
  end
278
350
 
279
- # Returns the descriptor for the ContentLabelType enum
351
+ # Returns the descriptor for the MatchingFunctionContextType enum
280
352
  #
281
- # @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
282
- def self.content_label_type
283
- require "google/ads/google_ads/v9/enums/content_label_type_pb"
284
- Google::Ads::GoogleAds::V9::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
353
+ # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
354
+ def self.matching_function_context_type
355
+ require "google/ads/google_ads/v9/enums/matching_function_context_type_pb"
356
+ Google::Ads::GoogleAds::V9::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
285
357
  end
286
358
 
287
- # Returns the descriptor for the DayOfWeek enum
359
+ # Returns the descriptor for the MatchingFunctionOperator enum
288
360
  #
289
- # @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
290
- def self.day_of_week
291
- require "google/ads/google_ads/v9/enums/day_of_week_pb"
292
- Google::Ads::GoogleAds::V9::Enums::DayOfWeekEnum::DayOfWeek.descriptor
361
+ # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
362
+ def self.matching_function_operator
363
+ require "google/ads/google_ads/v9/enums/matching_function_operator_pb"
364
+ Google::Ads::GoogleAds::V9::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
293
365
  end
294
366
 
295
- # Returns the descriptor for the GenderType enum
367
+ # Returns the descriptor for the FeedLinkStatus enum
296
368
  #
297
- # @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
298
- def self.gender_type
299
- require "google/ads/google_ads/v9/enums/gender_type_pb"
300
- Google::Ads::GoogleAds::V9::Enums::GenderTypeEnum::GenderType.descriptor
369
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
370
+ def self.feed_link_status
371
+ require "google/ads/google_ads/v9/enums/feed_link_status_pb"
372
+ Google::Ads::GoogleAds::V9::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
301
373
  end
302
374
 
303
- # Returns the descriptor for the HotelDateSelectionType enum
375
+ # Returns the descriptor for the ConversionActionCategory enum
304
376
  #
305
- # @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
306
- def self.hotel_date_selection_type
307
- require "google/ads/google_ads/v9/enums/hotel_date_selection_type_pb"
308
- Google::Ads::GoogleAds::V9::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
377
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
378
+ def self.conversion_action_category
379
+ require "google/ads/google_ads/v9/enums/conversion_action_category_pb"
380
+ Google::Ads::GoogleAds::V9::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
309
381
  end
310
382
 
311
- # Returns the descriptor for the IncomeRangeType enum
383
+ # Returns the descriptor for the ConversionOrigin enum
312
384
  #
313
- # @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
314
- def self.income_range_type
315
- require "google/ads/google_ads/v9/enums/income_range_type_pb"
316
- Google::Ads::GoogleAds::V9::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
385
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionOrigin enum
386
+ def self.conversion_origin
387
+ require "google/ads/google_ads/v9/enums/conversion_origin_pb"
388
+ Google::Ads::GoogleAds::V9::Enums::ConversionOriginEnum::ConversionOrigin.descriptor
317
389
  end
318
390
 
319
- # Returns the descriptor for the InteractionType enum
391
+ # Returns the descriptor for the AdCustomizerPlaceholderField enum
320
392
  #
321
- # @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
322
- def self.interaction_type
323
- require "google/ads/google_ads/v9/enums/interaction_type_pb"
324
- Google::Ads::GoogleAds::V9::Enums::InteractionTypeEnum::InteractionType.descriptor
393
+ # @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
394
+ def self.ad_customizer_placeholder_field
395
+ require "google/ads/google_ads/v9/enums/ad_customizer_placeholder_field_pb"
396
+ Google::Ads::GoogleAds::V9::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
325
397
  end
326
398
 
327
- # Returns the descriptor for the KeywordMatchType enum
399
+ # Returns the descriptor for the AffiliateLocationPlaceholderField enum
328
400
  #
329
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
330
- def self.keyword_match_type
331
- require "google/ads/google_ads/v9/enums/keyword_match_type_pb"
332
- Google::Ads::GoogleAds::V9::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
401
+ # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
402
+ def self.affiliate_location_placeholder_field
403
+ require "google/ads/google_ads/v9/enums/affiliate_location_placeholder_field_pb"
404
+ Google::Ads::GoogleAds::V9::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
333
405
  end
334
406
 
335
- # Returns the descriptor for the ListingGroupType enum
407
+ # Returns the descriptor for the AppPlaceholderField enum
336
408
  #
337
- # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
338
- def self.listing_group_type
339
- require "google/ads/google_ads/v9/enums/listing_group_type_pb"
340
- Google::Ads::GoogleAds::V9::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
409
+ # @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
410
+ def self.app_placeholder_field
411
+ require "google/ads/google_ads/v9/enums/app_placeholder_field_pb"
412
+ Google::Ads::GoogleAds::V9::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
341
413
  end
342
414
 
343
- # Returns the descriptor for the LocationGroupRadiusUnits enum
415
+ # Returns the descriptor for the CallPlaceholderField enum
344
416
  #
345
- # @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
346
- def self.location_group_radius_units
347
- require "google/ads/google_ads/v9/enums/location_group_radius_units_pb"
348
- Google::Ads::GoogleAds::V9::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
417
+ # @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
418
+ def self.call_placeholder_field
419
+ require "google/ads/google_ads/v9/enums/call_placeholder_field_pb"
420
+ Google::Ads::GoogleAds::V9::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
349
421
  end
350
422
 
351
- # Returns the descriptor for the MinuteOfHour enum
423
+ # Returns the descriptor for the CalloutPlaceholderField enum
352
424
  #
353
- # @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
354
- def self.minute_of_hour
355
- require "google/ads/google_ads/v9/enums/minute_of_hour_pb"
356
- Google::Ads::GoogleAds::V9::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
425
+ # @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
426
+ def self.callout_placeholder_field
427
+ require "google/ads/google_ads/v9/enums/callout_placeholder_field_pb"
428
+ Google::Ads::GoogleAds::V9::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
357
429
  end
358
430
 
359
- # Returns the descriptor for the ParentalStatusType enum
431
+ # Returns the descriptor for the CustomPlaceholderField enum
360
432
  #
361
- # @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
362
- def self.parental_status_type
363
- require "google/ads/google_ads/v9/enums/parental_status_type_pb"
364
- Google::Ads::GoogleAds::V9::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
433
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
434
+ def self.custom_placeholder_field
435
+ require "google/ads/google_ads/v9/enums/custom_placeholder_field_pb"
436
+ Google::Ads::GoogleAds::V9::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
365
437
  end
366
438
 
367
- # Returns the descriptor for the PreferredContentType enum
439
+ # Returns the descriptor for the DsaPageFeedCriterionField enum
368
440
  #
369
- # @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
370
- def self.preferred_content_type
371
- require "google/ads/google_ads/v9/enums/preferred_content_type_pb"
372
- Google::Ads::GoogleAds::V9::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
441
+ # @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
442
+ def self.dsa_page_feed_criterion_field
443
+ require "google/ads/google_ads/v9/enums/dsa_page_feed_criterion_field_pb"
444
+ Google::Ads::GoogleAds::V9::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
373
445
  end
374
446
 
375
- # Returns the descriptor for the ProductBiddingCategoryLevel enum
447
+ # Returns the descriptor for the EducationPlaceholderField enum
376
448
  #
377
- # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryLevel enum
378
- def self.product_bidding_category_level
379
- require "google/ads/google_ads/v9/enums/product_bidding_category_level_pb"
380
- Google::Ads::GoogleAds::V9::Enums::ProductBiddingCategoryLevelEnum::ProductBiddingCategoryLevel.descriptor
449
+ # @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
450
+ def self.education_placeholder_field
451
+ require "google/ads/google_ads/v9/enums/education_placeholder_field_pb"
452
+ Google::Ads::GoogleAds::V9::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
381
453
  end
382
454
 
383
- # Returns the descriptor for the ProductChannel enum
455
+ # Returns the descriptor for the FeedMappingCriterionType enum
384
456
  #
385
- # @return [Google::Protobuf::EnumDescriptor] for the ProductChannel enum
386
- def self.product_channel
387
- require "google/ads/google_ads/v9/enums/product_channel_pb"
388
- Google::Ads::GoogleAds::V9::Enums::ProductChannelEnum::ProductChannel.descriptor
457
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
458
+ def self.feed_mapping_criterion_type
459
+ require "google/ads/google_ads/v9/enums/feed_mapping_criterion_type_pb"
460
+ Google::Ads::GoogleAds::V9::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
389
461
  end
390
462
 
391
- # Returns the descriptor for the ProductChannelExclusivity enum
463
+ # Returns the descriptor for the FeedMappingStatus enum
392
464
  #
393
- # @return [Google::Protobuf::EnumDescriptor] for the ProductChannelExclusivity enum
394
- def self.product_channel_exclusivity
395
- require "google/ads/google_ads/v9/enums/product_channel_exclusivity_pb"
396
- Google::Ads::GoogleAds::V9::Enums::ProductChannelExclusivityEnum::ProductChannelExclusivity.descriptor
465
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
466
+ def self.feed_mapping_status
467
+ require "google/ads/google_ads/v9/enums/feed_mapping_status_pb"
468
+ Google::Ads::GoogleAds::V9::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
397
469
  end
398
470
 
399
- # Returns the descriptor for the ProductCondition enum
471
+ # Returns the descriptor for the FlightPlaceholderField enum
400
472
  #
401
- # @return [Google::Protobuf::EnumDescriptor] for the ProductCondition enum
402
- def self.product_condition
403
- require "google/ads/google_ads/v9/enums/product_condition_pb"
404
- Google::Ads::GoogleAds::V9::Enums::ProductConditionEnum::ProductCondition.descriptor
473
+ # @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
474
+ def self.flight_placeholder_field
475
+ require "google/ads/google_ads/v9/enums/flight_placeholder_field_pb"
476
+ Google::Ads::GoogleAds::V9::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
405
477
  end
406
478
 
407
- # Returns the descriptor for the ProductCustomAttributeIndex enum
479
+ # Returns the descriptor for the HotelPlaceholderField enum
408
480
  #
409
- # @return [Google::Protobuf::EnumDescriptor] for the ProductCustomAttributeIndex enum
410
- def self.product_custom_attribute_index
411
- require "google/ads/google_ads/v9/enums/product_custom_attribute_index_pb"
412
- Google::Ads::GoogleAds::V9::Enums::ProductCustomAttributeIndexEnum::ProductCustomAttributeIndex.descriptor
481
+ # @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
482
+ def self.hotel_placeholder_field
483
+ require "google/ads/google_ads/v9/enums/hotel_placeholder_field_pb"
484
+ Google::Ads::GoogleAds::V9::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
413
485
  end
414
486
 
415
- # Returns the descriptor for the ProductTypeLevel enum
487
+ # Returns the descriptor for the ImagePlaceholderField enum
416
488
  #
417
- # @return [Google::Protobuf::EnumDescriptor] for the ProductTypeLevel enum
418
- def self.product_type_level
419
- require "google/ads/google_ads/v9/enums/product_type_level_pb"
420
- Google::Ads::GoogleAds::V9::Enums::ProductTypeLevelEnum::ProductTypeLevel.descriptor
489
+ # @return [Google::Protobuf::EnumDescriptor] for the ImagePlaceholderField enum
490
+ def self.image_placeholder_field
491
+ require "google/ads/google_ads/v9/enums/image_placeholder_field_pb"
492
+ Google::Ads::GoogleAds::V9::Enums::ImagePlaceholderFieldEnum::ImagePlaceholderField.descriptor
421
493
  end
422
494
 
423
- # Returns the descriptor for the ProximityRadiusUnits enum
495
+ # Returns the descriptor for the JobPlaceholderField enum
424
496
  #
425
- # @return [Google::Protobuf::EnumDescriptor] for the ProximityRadiusUnits enum
426
- def self.proximity_radius_units
427
- require "google/ads/google_ads/v9/enums/proximity_radius_units_pb"
428
- Google::Ads::GoogleAds::V9::Enums::ProximityRadiusUnitsEnum::ProximityRadiusUnits.descriptor
497
+ # @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
498
+ def self.job_placeholder_field
499
+ require "google/ads/google_ads/v9/enums/job_placeholder_field_pb"
500
+ Google::Ads::GoogleAds::V9::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
429
501
  end
430
502
 
431
- # Returns the descriptor for the WebpageConditionOperand enum
503
+ # Returns the descriptor for the LocalPlaceholderField enum
432
504
  #
433
- # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperand enum
434
- def self.webpage_condition_operand
435
- require "google/ads/google_ads/v9/enums/webpage_condition_operand_pb"
436
- Google::Ads::GoogleAds::V9::Enums::WebpageConditionOperandEnum::WebpageConditionOperand.descriptor
505
+ # @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
506
+ def self.local_placeholder_field
507
+ require "google/ads/google_ads/v9/enums/local_placeholder_field_pb"
508
+ Google::Ads::GoogleAds::V9::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
437
509
  end
438
510
 
439
- # Returns the descriptor for the WebpageConditionOperator enum
511
+ # Returns the descriptor for the LocationExtensionTargetingCriterionField enum
440
512
  #
441
- # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperator enum
442
- def self.webpage_condition_operator
443
- require "google/ads/google_ads/v9/enums/webpage_condition_operator_pb"
444
- Google::Ads::GoogleAds::V9::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
513
+ # @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
514
+ def self.location_extension_targeting_criterion_field
515
+ require "google/ads/google_ads/v9/enums/location_extension_targeting_criterion_field_pb"
516
+ Google::Ads::GoogleAds::V9::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
445
517
  end
446
518
 
447
- # Returns the descriptor for the BidModifierSource enum
519
+ # Returns the descriptor for the LocationPlaceholderField enum
448
520
  #
449
- # @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
450
- def self.bid_modifier_source
451
- require "google/ads/google_ads/v9/enums/bid_modifier_source_pb"
452
- Google::Ads::GoogleAds::V9::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
521
+ # @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
522
+ def self.location_placeholder_field
523
+ require "google/ads/google_ads/v9/enums/location_placeholder_field_pb"
524
+ Google::Ads::GoogleAds::V9::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
453
525
  end
454
526
 
455
- # Returns the descriptor for the CustomizerAttributeType enum
527
+ # Returns the descriptor for the MessagePlaceholderField enum
456
528
  #
457
- # @return [Google::Protobuf::EnumDescriptor] for the CustomizerAttributeType enum
458
- def self.customizer_attribute_type
459
- require "google/ads/google_ads/v9/enums/customizer_attribute_type_pb"
460
- Google::Ads::GoogleAds::V9::Enums::CustomizerAttributeTypeEnum::CustomizerAttributeType.descriptor
529
+ # @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
530
+ def self.message_placeholder_field
531
+ require "google/ads/google_ads/v9/enums/message_placeholder_field_pb"
532
+ Google::Ads::GoogleAds::V9::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
461
533
  end
462
534
 
463
- # Returns the descriptor for the CustomizerValueStatus enum
535
+ # Returns the descriptor for the PricePlaceholderField enum
464
536
  #
465
- # @return [Google::Protobuf::EnumDescriptor] for the CustomizerValueStatus enum
466
- def self.customizer_value_status
467
- require "google/ads/google_ads/v9/enums/customizer_value_status_pb"
468
- Google::Ads::GoogleAds::V9::Enums::CustomizerValueStatusEnum::CustomizerValueStatus.descriptor
537
+ # @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
538
+ def self.price_placeholder_field
539
+ require "google/ads/google_ads/v9/enums/price_placeholder_field_pb"
540
+ Google::Ads::GoogleAds::V9::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
469
541
  end
470
542
 
471
- # Returns the descriptor for the AdGroupCriterionApprovalStatus enum
543
+ # Returns the descriptor for the PromotionPlaceholderField enum
472
544
  #
473
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
474
- def self.ad_group_criterion_approval_status
475
- require "google/ads/google_ads/v9/enums/ad_group_criterion_approval_status_pb"
476
- Google::Ads::GoogleAds::V9::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
545
+ # @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
546
+ def self.promotion_placeholder_field
547
+ require "google/ads/google_ads/v9/enums/promotion_placeholder_field_pb"
548
+ Google::Ads::GoogleAds::V9::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
477
549
  end
478
550
 
479
- # Returns the descriptor for the AdGroupCriterionStatus enum
551
+ # Returns the descriptor for the RealEstatePlaceholderField enum
480
552
  #
481
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
482
- def self.ad_group_criterion_status
483
- require "google/ads/google_ads/v9/enums/ad_group_criterion_status_pb"
484
- Google::Ads::GoogleAds::V9::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
553
+ # @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
554
+ def self.real_estate_placeholder_field
555
+ require "google/ads/google_ads/v9/enums/real_estate_placeholder_field_pb"
556
+ Google::Ads::GoogleAds::V9::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
485
557
  end
486
558
 
487
- # Returns the descriptor for the BiddingSource enum
559
+ # Returns the descriptor for the SitelinkPlaceholderField enum
488
560
  #
489
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
490
- def self.bidding_source
491
- require "google/ads/google_ads/v9/enums/bidding_source_pb"
492
- Google::Ads::GoogleAds::V9::Enums::BiddingSourceEnum::BiddingSource.descriptor
561
+ # @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
562
+ def self.sitelink_placeholder_field
563
+ require "google/ads/google_ads/v9/enums/sitelink_placeholder_field_pb"
564
+ Google::Ads::GoogleAds::V9::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
493
565
  end
494
566
 
495
- # Returns the descriptor for the CriterionSystemServingStatus enum
567
+ # Returns the descriptor for the StructuredSnippetPlaceholderField enum
496
568
  #
497
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
498
- def self.criterion_system_serving_status
499
- require "google/ads/google_ads/v9/enums/criterion_system_serving_status_pb"
500
- Google::Ads::GoogleAds::V9::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
569
+ # @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
570
+ def self.structured_snippet_placeholder_field
571
+ require "google/ads/google_ads/v9/enums/structured_snippet_placeholder_field_pb"
572
+ Google::Ads::GoogleAds::V9::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
573
+ end
574
+
575
+ # Returns the descriptor for the TravelPlaceholderField enum
576
+ #
577
+ # @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
578
+ def self.travel_placeholder_field
579
+ require "google/ads/google_ads/v9/enums/travel_placeholder_field_pb"
580
+ Google::Ads::GoogleAds::V9::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
581
+ end
582
+
583
+ # Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
584
+ #
585
+ # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
586
+ def self.affiliate_location_feed_relationship_type
587
+ require "google/ads/google_ads/v9/enums/affiliate_location_feed_relationship_type_pb"
588
+ Google::Ads::GoogleAds::V9::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
589
+ end
590
+
591
+ # Returns the descriptor for the FeedAttributeType enum
592
+ #
593
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
594
+ def self.feed_attribute_type
595
+ require "google/ads/google_ads/v9/enums/feed_attribute_type_pb"
596
+ Google::Ads::GoogleAds::V9::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
597
+ end
598
+
599
+ # Returns the descriptor for the FeedOrigin enum
600
+ #
601
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
602
+ def self.feed_origin
603
+ require "google/ads/google_ads/v9/enums/feed_origin_pb"
604
+ Google::Ads::GoogleAds::V9::Enums::FeedOriginEnum::FeedOrigin.descriptor
501
605
  end
502
606
 
503
- # Returns the descriptor for the CriterionType enum
607
+ # Returns the descriptor for the FeedStatus enum
504
608
  #
505
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
506
- def self.criterion_type
507
- require "google/ads/google_ads/v9/enums/criterion_type_pb"
508
- Google::Ads::GoogleAds::V9::Enums::CriterionTypeEnum::CriterionType.descriptor
609
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
610
+ def self.feed_status
611
+ require "google/ads/google_ads/v9/enums/feed_status_pb"
612
+ Google::Ads::GoogleAds::V9::Enums::FeedStatusEnum::FeedStatus.descriptor
509
613
  end
510
614
 
511
- # Returns the descriptor for the QualityScoreBucket enum
615
+ # Returns the descriptor for the Operator enum
512
616
  #
513
- # @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
514
- def self.quality_score_bucket
515
- require "google/ads/google_ads/v9/enums/quality_score_bucket_pb"
516
- Google::Ads::GoogleAds::V9::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
617
+ # @return [Google::Protobuf::EnumDescriptor] for the Operator enum
618
+ def self.operator
619
+ require "google/ads/google_ads/v9/resources/feed_pb"
620
+ Google::Ads::GoogleAds::V9::Resources::FeedAttributeOperation::Operator.descriptor
517
621
  end
518
622
 
519
623
  # Returns the descriptor for the SimulationModificationMethod enum
@@ -532,580 +636,540 @@ module Google
532
636
  Google::Ads::GoogleAds::V9::Enums::SimulationTypeEnum::SimulationType.descriptor
533
637
  end
534
638
 
535
- # Returns the descriptor for the ExtensionSettingDevice enum
536
- #
537
- # @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
538
- def self.extension_setting_device
539
- require "google/ads/google_ads/v9/enums/extension_setting_device_pb"
540
- Google::Ads::GoogleAds::V9::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
541
- end
542
-
543
- # Returns the descriptor for the ExtensionType enum
544
- #
545
- # @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
546
- def self.extension_type
547
- require "google/ads/google_ads/v9/enums/extension_type_pb"
548
- Google::Ads::GoogleAds::V9::Enums::ExtensionTypeEnum::ExtensionType.descriptor
549
- end
550
-
551
- # Returns the descriptor for the MatchingFunctionContextType enum
552
- #
553
- # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
554
- def self.matching_function_context_type
555
- require "google/ads/google_ads/v9/enums/matching_function_context_type_pb"
556
- Google::Ads::GoogleAds::V9::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
557
- end
558
-
559
- # Returns the descriptor for the MatchingFunctionOperator enum
560
- #
561
- # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
562
- def self.matching_function_operator
563
- require "google/ads/google_ads/v9/enums/matching_function_operator_pb"
564
- Google::Ads::GoogleAds::V9::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
565
- end
566
-
567
- # Returns the descriptor for the FeedLinkStatus enum
568
- #
569
- # @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
570
- def self.feed_link_status
571
- require "google/ads/google_ads/v9/enums/feed_link_status_pb"
572
- Google::Ads::GoogleAds::V9::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
573
- end
574
-
575
- # Returns the descriptor for the PlaceholderType enum
639
+ # Returns the descriptor for the AssetPerformanceLabel enum
576
640
  #
577
- # @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
578
- def self.placeholder_type
579
- require "google/ads/google_ads/v9/enums/placeholder_type_pb"
580
- Google::Ads::GoogleAds::V9::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
641
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
642
+ def self.asset_performance_label
643
+ require "google/ads/google_ads/v9/enums/asset_performance_label_pb"
644
+ Google::Ads::GoogleAds::V9::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
581
645
  end
582
646
 
583
- # Returns the descriptor for the TargetingDimension enum
647
+ # Returns the descriptor for the Device enum
584
648
  #
585
- # @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
586
- def self.targeting_dimension
587
- require "google/ads/google_ads/v9/enums/targeting_dimension_pb"
588
- Google::Ads::GoogleAds::V9::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
649
+ # @return [Google::Protobuf::EnumDescriptor] for the Device enum
650
+ def self.device
651
+ require "google/ads/google_ads/v9/enums/device_pb"
652
+ Google::Ads::GoogleAds::V9::Enums::DeviceEnum::Device.descriptor
589
653
  end
590
654
 
591
- # Returns the descriptor for the Operator enum
655
+ # Returns the descriptor for the SeasonalityEventScope enum
592
656
  #
593
- # @return [Google::Protobuf::EnumDescriptor] for the Operator enum
594
- def self.operator
595
- require "google/ads/google_ads/v9/common/targeting_setting_pb"
596
- Google::Ads::GoogleAds::V9::Common::TargetRestrictionOperation::Operator.descriptor
657
+ # @return [Google::Protobuf::EnumDescriptor] for the SeasonalityEventScope enum
658
+ def self.seasonality_event_scope
659
+ require "google/ads/google_ads/v9/enums/seasonality_event_scope_pb"
660
+ Google::Ads::GoogleAds::V9::Enums::SeasonalityEventScopeEnum::SeasonalityEventScope.descriptor
597
661
  end
598
662
 
599
- # Returns the descriptor for the AdGroupAdRotationMode enum
663
+ # Returns the descriptor for the SeasonalityEventStatus enum
600
664
  #
601
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
602
- def self.ad_group_ad_rotation_mode
603
- require "google/ads/google_ads/v9/enums/ad_group_ad_rotation_mode_pb"
604
- Google::Ads::GoogleAds::V9::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
665
+ # @return [Google::Protobuf::EnumDescriptor] for the SeasonalityEventStatus enum
666
+ def self.seasonality_event_status
667
+ require "google/ads/google_ads/v9/enums/seasonality_event_status_pb"
668
+ Google::Ads::GoogleAds::V9::Enums::SeasonalityEventStatusEnum::SeasonalityEventStatus.descriptor
605
669
  end
606
670
 
607
- # Returns the descriptor for the AdGroupStatus enum
671
+ # Returns the descriptor for the AgeRangeType enum
608
672
  #
609
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
610
- def self.ad_group_status
611
- require "google/ads/google_ads/v9/enums/ad_group_status_pb"
612
- Google::Ads::GoogleAds::V9::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
673
+ # @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
674
+ def self.age_range_type
675
+ require "google/ads/google_ads/v9/enums/age_range_type_pb"
676
+ Google::Ads::GoogleAds::V9::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
613
677
  end
614
678
 
615
- # Returns the descriptor for the AdGroupType enum
679
+ # Returns the descriptor for the AppPaymentModelType enum
616
680
  #
617
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
618
- def self.ad_group_type
619
- require "google/ads/google_ads/v9/enums/ad_group_type_pb"
620
- Google::Ads::GoogleAds::V9::Enums::AdGroupTypeEnum::AdGroupType.descriptor
681
+ # @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
682
+ def self.app_payment_model_type
683
+ require "google/ads/google_ads/v9/enums/app_payment_model_type_pb"
684
+ Google::Ads::GoogleAds::V9::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
621
685
  end
622
686
 
623
- # Returns the descriptor for the ListingGroupFilterBiddingCategoryLevel enum
687
+ # Returns the descriptor for the ContentLabelType enum
624
688
  #
625
- # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterBiddingCategoryLevel enum
626
- def self.listing_group_filter_bidding_category_level
627
- require "google/ads/google_ads/v9/enums/listing_group_filter_bidding_category_level_pb"
628
- Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterBiddingCategoryLevelEnum::ListingGroupFilterBiddingCategoryLevel.descriptor
689
+ # @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
690
+ def self.content_label_type
691
+ require "google/ads/google_ads/v9/enums/content_label_type_pb"
692
+ Google::Ads::GoogleAds::V9::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
629
693
  end
630
694
 
631
- # Returns the descriptor for the ListingGroupFilterCustomAttributeIndex enum
695
+ # Returns the descriptor for the DayOfWeek enum
632
696
  #
633
- # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterCustomAttributeIndex enum
634
- def self.listing_group_filter_custom_attribute_index
635
- require "google/ads/google_ads/v9/enums/listing_group_filter_custom_attribute_index_pb"
636
- Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterCustomAttributeIndexEnum::ListingGroupFilterCustomAttributeIndex.descriptor
697
+ # @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
698
+ def self.day_of_week
699
+ require "google/ads/google_ads/v9/enums/day_of_week_pb"
700
+ Google::Ads::GoogleAds::V9::Enums::DayOfWeekEnum::DayOfWeek.descriptor
637
701
  end
638
702
 
639
- # Returns the descriptor for the ListingGroupFilterProductChannel enum
703
+ # Returns the descriptor for the GenderType enum
640
704
  #
641
- # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterProductChannel enum
642
- def self.listing_group_filter_product_channel
643
- require "google/ads/google_ads/v9/enums/listing_group_filter_product_channel_pb"
644
- Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterProductChannelEnum::ListingGroupFilterProductChannel.descriptor
705
+ # @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
706
+ def self.gender_type
707
+ require "google/ads/google_ads/v9/enums/gender_type_pb"
708
+ Google::Ads::GoogleAds::V9::Enums::GenderTypeEnum::GenderType.descriptor
645
709
  end
646
710
 
647
- # Returns the descriptor for the ListingGroupFilterProductCondition enum
711
+ # Returns the descriptor for the HotelDateSelectionType enum
648
712
  #
649
- # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterProductCondition enum
650
- def self.listing_group_filter_product_condition
651
- require "google/ads/google_ads/v9/enums/listing_group_filter_product_condition_pb"
652
- Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterProductConditionEnum::ListingGroupFilterProductCondition.descriptor
713
+ # @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
714
+ def self.hotel_date_selection_type
715
+ require "google/ads/google_ads/v9/enums/hotel_date_selection_type_pb"
716
+ Google::Ads::GoogleAds::V9::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
653
717
  end
654
718
 
655
- # Returns the descriptor for the ListingGroupFilterProductTypeLevel enum
719
+ # Returns the descriptor for the IncomeRangeType enum
656
720
  #
657
- # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterProductTypeLevel enum
658
- def self.listing_group_filter_product_type_level
659
- require "google/ads/google_ads/v9/enums/listing_group_filter_product_type_level_pb"
660
- Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterProductTypeLevelEnum::ListingGroupFilterProductTypeLevel.descriptor
721
+ # @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
722
+ def self.income_range_type
723
+ require "google/ads/google_ads/v9/enums/income_range_type_pb"
724
+ Google::Ads::GoogleAds::V9::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
661
725
  end
662
726
 
663
- # Returns the descriptor for the ListingGroupFilterType enum
727
+ # Returns the descriptor for the InteractionType enum
664
728
  #
665
- # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterType enum
666
- def self.listing_group_filter_type
667
- require "google/ads/google_ads/v9/enums/listing_group_filter_type_enum_pb"
668
- Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterTypeEnum::ListingGroupFilterType.descriptor
729
+ # @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
730
+ def self.interaction_type
731
+ require "google/ads/google_ads/v9/enums/interaction_type_pb"
732
+ Google::Ads::GoogleAds::V9::Enums::InteractionTypeEnum::InteractionType.descriptor
669
733
  end
670
734
 
671
- # Returns the descriptor for the ListingGroupFilterVertical enum
735
+ # Returns the descriptor for the KeywordMatchType enum
672
736
  #
673
- # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupFilterVertical enum
674
- def self.listing_group_filter_vertical
675
- require "google/ads/google_ads/v9/enums/listing_group_filter_vertical_pb"
676
- Google::Ads::GoogleAds::V9::Enums::ListingGroupFilterVerticalEnum::ListingGroupFilterVertical.descriptor
737
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
738
+ def self.keyword_match_type
739
+ require "google/ads/google_ads/v9/enums/keyword_match_type_pb"
740
+ Google::Ads::GoogleAds::V9::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
677
741
  end
678
742
 
679
- # Returns the descriptor for the AssetGroupStatus enum
743
+ # Returns the descriptor for the ListingGroupType enum
680
744
  #
681
- # @return [Google::Protobuf::EnumDescriptor] for the AssetGroupStatus enum
682
- def self.asset_group_status
683
- require "google/ads/google_ads/v9/enums/asset_group_status_pb"
684
- Google::Ads::GoogleAds::V9::Enums::AssetGroupStatusEnum::AssetGroupStatus.descriptor
745
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
746
+ def self.listing_group_type
747
+ require "google/ads/google_ads/v9/enums/listing_group_type_pb"
748
+ Google::Ads::GoogleAds::V9::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
685
749
  end
686
750
 
687
- # Returns the descriptor for the CallToActionType enum
751
+ # Returns the descriptor for the LocationGroupRadiusUnits enum
688
752
  #
689
- # @return [Google::Protobuf::EnumDescriptor] for the CallToActionType enum
690
- def self.call_to_action_type
691
- require "google/ads/google_ads/v9/enums/call_to_action_type_pb"
692
- Google::Ads::GoogleAds::V9::Enums::CallToActionTypeEnum::CallToActionType.descriptor
753
+ # @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
754
+ def self.location_group_radius_units
755
+ require "google/ads/google_ads/v9/enums/location_group_radius_units_pb"
756
+ Google::Ads::GoogleAds::V9::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
693
757
  end
694
758
 
695
- # Returns the descriptor for the LeadFormCallToActionType enum
759
+ # Returns the descriptor for the MinuteOfHour enum
696
760
  #
697
- # @return [Google::Protobuf::EnumDescriptor] for the LeadFormCallToActionType enum
698
- def self.lead_form_call_to_action_type
699
- require "google/ads/google_ads/v9/enums/lead_form_call_to_action_type_pb"
700
- Google::Ads::GoogleAds::V9::Enums::LeadFormCallToActionTypeEnum::LeadFormCallToActionType.descriptor
761
+ # @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
762
+ def self.minute_of_hour
763
+ require "google/ads/google_ads/v9/enums/minute_of_hour_pb"
764
+ Google::Ads::GoogleAds::V9::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
701
765
  end
702
766
 
703
- # Returns the descriptor for the LeadFormDesiredIntent enum
767
+ # Returns the descriptor for the ParentalStatusType enum
704
768
  #
705
- # @return [Google::Protobuf::EnumDescriptor] for the LeadFormDesiredIntent enum
706
- def self.lead_form_desired_intent
707
- require "google/ads/google_ads/v9/enums/lead_form_desired_intent_pb"
708
- Google::Ads::GoogleAds::V9::Enums::LeadFormDesiredIntentEnum::LeadFormDesiredIntent.descriptor
769
+ # @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
770
+ def self.parental_status_type
771
+ require "google/ads/google_ads/v9/enums/parental_status_type_pb"
772
+ Google::Ads::GoogleAds::V9::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
709
773
  end
710
774
 
711
- # Returns the descriptor for the LeadFormFieldUserInputType enum
775
+ # Returns the descriptor for the PreferredContentType enum
712
776
  #
713
- # @return [Google::Protobuf::EnumDescriptor] for the LeadFormFieldUserInputType enum
714
- def self.lead_form_field_user_input_type
715
- require "google/ads/google_ads/v9/enums/lead_form_field_user_input_type_pb"
716
- Google::Ads::GoogleAds::V9::Enums::LeadFormFieldUserInputTypeEnum::LeadFormFieldUserInputType.descriptor
777
+ # @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
778
+ def self.preferred_content_type
779
+ require "google/ads/google_ads/v9/enums/preferred_content_type_pb"
780
+ Google::Ads::GoogleAds::V9::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
717
781
  end
718
782
 
719
- # Returns the descriptor for the LeadFormPostSubmitCallToActionType enum
783
+ # Returns the descriptor for the ProductBiddingCategoryLevel enum
720
784
  #
721
- # @return [Google::Protobuf::EnumDescriptor] for the LeadFormPostSubmitCallToActionType enum
722
- def self.lead_form_post_submit_call_to_action_type
723
- require "google/ads/google_ads/v9/enums/lead_form_post_submit_call_to_action_type_pb"
724
- Google::Ads::GoogleAds::V9::Enums::LeadFormPostSubmitCallToActionTypeEnum::LeadFormPostSubmitCallToActionType.descriptor
785
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryLevel enum
786
+ def self.product_bidding_category_level
787
+ require "google/ads/google_ads/v9/enums/product_bidding_category_level_pb"
788
+ Google::Ads::GoogleAds::V9::Enums::ProductBiddingCategoryLevelEnum::ProductBiddingCategoryLevel.descriptor
725
789
  end
726
790
 
727
- # Returns the descriptor for the PriceExtensionPriceQualifier enum
791
+ # Returns the descriptor for the ProductChannel enum
728
792
  #
729
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
730
- def self.price_extension_price_qualifier
731
- require "google/ads/google_ads/v9/enums/price_extension_price_qualifier_pb"
732
- Google::Ads::GoogleAds::V9::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
793
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductChannel enum
794
+ def self.product_channel
795
+ require "google/ads/google_ads/v9/enums/product_channel_pb"
796
+ Google::Ads::GoogleAds::V9::Enums::ProductChannelEnum::ProductChannel.descriptor
733
797
  end
734
798
 
735
- # Returns the descriptor for the PriceExtensionPriceUnit enum
799
+ # Returns the descriptor for the ProductChannelExclusivity enum
736
800
  #
737
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
738
- def self.price_extension_price_unit
739
- require "google/ads/google_ads/v9/enums/price_extension_price_unit_pb"
740
- Google::Ads::GoogleAds::V9::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
801
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductChannelExclusivity enum
802
+ def self.product_channel_exclusivity
803
+ require "google/ads/google_ads/v9/enums/product_channel_exclusivity_pb"
804
+ Google::Ads::GoogleAds::V9::Enums::ProductChannelExclusivityEnum::ProductChannelExclusivity.descriptor
741
805
  end
742
806
 
743
- # Returns the descriptor for the PriceExtensionType enum
807
+ # Returns the descriptor for the ProductCondition enum
744
808
  #
745
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
746
- def self.price_extension_type
747
- require "google/ads/google_ads/v9/enums/price_extension_type_pb"
748
- Google::Ads::GoogleAds::V9::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
809
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductCondition enum
810
+ def self.product_condition
811
+ require "google/ads/google_ads/v9/enums/product_condition_pb"
812
+ Google::Ads::GoogleAds::V9::Enums::ProductConditionEnum::ProductCondition.descriptor
749
813
  end
750
814
 
751
- # Returns the descriptor for the PromotionExtensionDiscountModifier enum
815
+ # Returns the descriptor for the ProductCustomAttributeIndex enum
752
816
  #
753
- # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
754
- def self.promotion_extension_discount_modifier
755
- require "google/ads/google_ads/v9/enums/promotion_extension_discount_modifier_pb"
756
- Google::Ads::GoogleAds::V9::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
817
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductCustomAttributeIndex enum
818
+ def self.product_custom_attribute_index
819
+ require "google/ads/google_ads/v9/enums/product_custom_attribute_index_pb"
820
+ Google::Ads::GoogleAds::V9::Enums::ProductCustomAttributeIndexEnum::ProductCustomAttributeIndex.descriptor
757
821
  end
758
822
 
759
- # Returns the descriptor for the PromotionExtensionOccasion enum
823
+ # Returns the descriptor for the ProductTypeLevel enum
760
824
  #
761
- # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
762
- def self.promotion_extension_occasion
763
- require "google/ads/google_ads/v9/enums/promotion_extension_occasion_pb"
764
- Google::Ads::GoogleAds::V9::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
825
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductTypeLevel enum
826
+ def self.product_type_level
827
+ require "google/ads/google_ads/v9/enums/product_type_level_pb"
828
+ Google::Ads::GoogleAds::V9::Enums::ProductTypeLevelEnum::ProductTypeLevel.descriptor
765
829
  end
766
830
 
767
- # Returns the descriptor for the AssetType enum
831
+ # Returns the descriptor for the ProximityRadiusUnits enum
768
832
  #
769
- # @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
770
- def self.asset_type
771
- require "google/ads/google_ads/v9/enums/asset_type_pb"
772
- Google::Ads::GoogleAds::V9::Enums::AssetTypeEnum::AssetType.descriptor
833
+ # @return [Google::Protobuf::EnumDescriptor] for the ProximityRadiusUnits enum
834
+ def self.proximity_radius_units
835
+ require "google/ads/google_ads/v9/enums/proximity_radius_units_pb"
836
+ Google::Ads::GoogleAds::V9::Enums::ProximityRadiusUnitsEnum::ProximityRadiusUnits.descriptor
773
837
  end
774
838
 
775
- # Returns the descriptor for the AssetSetAssetStatus enum
839
+ # Returns the descriptor for the WebpageConditionOperand enum
776
840
  #
777
- # @return [Google::Protobuf::EnumDescriptor] for the AssetSetAssetStatus enum
778
- def self.asset_set_asset_status
779
- require "google/ads/google_ads/v9/enums/asset_set_asset_status_pb"
780
- Google::Ads::GoogleAds::V9::Enums::AssetSetAssetStatusEnum::AssetSetAssetStatus.descriptor
841
+ # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperand enum
842
+ def self.webpage_condition_operand
843
+ require "google/ads/google_ads/v9/enums/webpage_condition_operand_pb"
844
+ Google::Ads::GoogleAds::V9::Enums::WebpageConditionOperandEnum::WebpageConditionOperand.descriptor
781
845
  end
782
846
 
783
- # Returns the descriptor for the AssetSetStatus enum
847
+ # Returns the descriptor for the WebpageConditionOperator enum
784
848
  #
785
- # @return [Google::Protobuf::EnumDescriptor] for the AssetSetStatus enum
786
- def self.asset_set_status
787
- require "google/ads/google_ads/v9/enums/asset_set_status_pb"
788
- Google::Ads::GoogleAds::V9::Enums::AssetSetStatusEnum::AssetSetStatus.descriptor
849
+ # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperator enum
850
+ def self.webpage_condition_operator
851
+ require "google/ads/google_ads/v9/enums/webpage_condition_operator_pb"
852
+ Google::Ads::GoogleAds::V9::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
789
853
  end
790
854
 
791
- # Returns the descriptor for the AssetSetType enum
855
+ # Returns the descriptor for the CriterionType enum
792
856
  #
793
- # @return [Google::Protobuf::EnumDescriptor] for the AssetSetType enum
794
- def self.asset_set_type
795
- require "google/ads/google_ads/v9/enums/asset_set_type_pb"
796
- Google::Ads::GoogleAds::V9::Enums::AssetSetTypeEnum::AssetSetType.descriptor
857
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
858
+ def self.criterion_type
859
+ require "google/ads/google_ads/v9/enums/criterion_type_pb"
860
+ Google::Ads::GoogleAds::V9::Enums::CriterionTypeEnum::CriterionType.descriptor
797
861
  end
798
862
 
799
- # Returns the descriptor for the BatchJobStatus enum
863
+ # Returns the descriptor for the BillingSetupStatus enum
800
864
  #
801
- # @return [Google::Protobuf::EnumDescriptor] for the BatchJobStatus enum
802
- def self.batch_job_status
803
- require "google/ads/google_ads/v9/enums/batch_job_status_pb"
804
- Google::Ads::GoogleAds::V9::Enums::BatchJobStatusEnum::BatchJobStatus.descriptor
865
+ # @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
866
+ def self.billing_setup_status
867
+ require "google/ads/google_ads/v9/enums/billing_setup_status_pb"
868
+ Google::Ads::GoogleAds::V9::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
805
869
  end
806
870
 
807
- # Returns the descriptor for the AdvertisingChannelType enum
871
+ # Returns the descriptor for the TimeType enum
808
872
  #
809
- # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
810
- def self.advertising_channel_type
811
- require "google/ads/google_ads/v9/enums/advertising_channel_type_pb"
812
- Google::Ads::GoogleAds::V9::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
873
+ # @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
874
+ def self.time_type
875
+ require "google/ads/google_ads/v9/enums/time_type_pb"
876
+ Google::Ads::GoogleAds::V9::Enums::TimeTypeEnum::TimeType.descriptor
813
877
  end
814
878
 
815
- # Returns the descriptor for the SeasonalityEventScope enum
879
+ # Returns the descriptor for the ServedAssetFieldType enum
816
880
  #
817
- # @return [Google::Protobuf::EnumDescriptor] for the SeasonalityEventScope enum
818
- def self.seasonality_event_scope
819
- require "google/ads/google_ads/v9/enums/seasonality_event_scope_pb"
820
- Google::Ads::GoogleAds::V9::Enums::SeasonalityEventScopeEnum::SeasonalityEventScope.descriptor
881
+ # @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
882
+ def self.served_asset_field_type
883
+ require "google/ads/google_ads/v9/enums/served_asset_field_type_pb"
884
+ Google::Ads::GoogleAds::V9::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
821
885
  end
822
886
 
823
- # Returns the descriptor for the SeasonalityEventStatus enum
887
+ # Returns the descriptor for the CallConversionReportingState enum
824
888
  #
825
- # @return [Google::Protobuf::EnumDescriptor] for the SeasonalityEventStatus enum
826
- def self.seasonality_event_status
827
- require "google/ads/google_ads/v9/enums/seasonality_event_status_pb"
828
- Google::Ads::GoogleAds::V9::Enums::SeasonalityEventStatusEnum::SeasonalityEventStatus.descriptor
889
+ # @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
890
+ def self.call_conversion_reporting_state
891
+ require "google/ads/google_ads/v9/enums/call_conversion_reporting_state_pb"
892
+ Google::Ads::GoogleAds::V9::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
829
893
  end
830
894
 
831
- # Returns the descriptor for the BiddingStrategyStatus enum
895
+ # Returns the descriptor for the DisplayAdFormatSetting enum
832
896
  #
833
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
834
- def self.bidding_strategy_status
835
- require "google/ads/google_ads/v9/enums/bidding_strategy_status_pb"
836
- Google::Ads::GoogleAds::V9::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
897
+ # @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
898
+ def self.display_ad_format_setting
899
+ require "google/ads/google_ads/v9/enums/display_ad_format_setting_pb"
900
+ Google::Ads::GoogleAds::V9::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
837
901
  end
838
902
 
839
- # Returns the descriptor for the BillingSetupStatus enum
903
+ # Returns the descriptor for the DisplayUploadProductType enum
840
904
  #
841
- # @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
842
- def self.billing_setup_status
843
- require "google/ads/google_ads/v9/enums/billing_setup_status_pb"
844
- Google::Ads::GoogleAds::V9::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
905
+ # @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
906
+ def self.display_upload_product_type
907
+ require "google/ads/google_ads/v9/enums/display_upload_product_type_pb"
908
+ Google::Ads::GoogleAds::V9::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
845
909
  end
846
910
 
847
- # Returns the descriptor for the CallTrackingDisplayLocation enum
911
+ # Returns the descriptor for the LegacyAppInstallAdAppStore enum
848
912
  #
849
- # @return [Google::Protobuf::EnumDescriptor] for the CallTrackingDisplayLocation enum
850
- def self.call_tracking_display_location
851
- require "google/ads/google_ads/v9/enums/call_tracking_display_location_pb"
852
- Google::Ads::GoogleAds::V9::Enums::CallTrackingDisplayLocationEnum::CallTrackingDisplayLocation.descriptor
913
+ # @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
914
+ def self.legacy_app_install_ad_app_store
915
+ require "google/ads/google_ads/v9/enums/legacy_app_install_ad_app_store_pb"
916
+ Google::Ads::GoogleAds::V9::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
853
917
  end
854
918
 
855
- # Returns the descriptor for the CallType enum
919
+ # Returns the descriptor for the MimeType enum
856
920
  #
857
- # @return [Google::Protobuf::EnumDescriptor] for the CallType enum
858
- def self.call_type
859
- require "google/ads/google_ads/v9/enums/call_type_pb"
860
- Google::Ads::GoogleAds::V9::Enums::CallTypeEnum::CallType.descriptor
921
+ # @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
922
+ def self.mime_type
923
+ require "google/ads/google_ads/v9/enums/mime_type_pb"
924
+ Google::Ads::GoogleAds::V9::Enums::MimeTypeEnum::MimeType.descriptor
861
925
  end
862
926
 
863
- # Returns the descriptor for the GoogleVoiceCallStatus enum
927
+ # Returns the descriptor for the VideoThumbnail enum
864
928
  #
865
- # @return [Google::Protobuf::EnumDescriptor] for the GoogleVoiceCallStatus enum
866
- def self.google_voice_call_status
867
- require "google/ads/google_ads/v9/enums/google_voice_call_status_pb"
868
- Google::Ads::GoogleAds::V9::Enums::GoogleVoiceCallStatusEnum::GoogleVoiceCallStatus.descriptor
929
+ # @return [Google::Protobuf::EnumDescriptor] for the VideoThumbnail enum
930
+ def self.video_thumbnail
931
+ require "google/ads/google_ads/v9/enums/video_thumbnail_pb"
932
+ Google::Ads::GoogleAds::V9::Enums::VideoThumbnailEnum::VideoThumbnail.descriptor
869
933
  end
870
934
 
871
- # Returns the descriptor for the AssetSetLinkStatus enum
935
+ # Returns the descriptor for the AppUrlOperatingSystemType enum
872
936
  #
873
- # @return [Google::Protobuf::EnumDescriptor] for the AssetSetLinkStatus enum
874
- def self.asset_set_link_status
875
- require "google/ads/google_ads/v9/enums/asset_set_link_status_pb"
876
- Google::Ads::GoogleAds::V9::Enums::AssetSetLinkStatusEnum::AssetSetLinkStatus.descriptor
937
+ # @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
938
+ def self.app_url_operating_system_type
939
+ require "google/ads/google_ads/v9/enums/app_url_operating_system_type_pb"
940
+ Google::Ads::GoogleAds::V9::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
877
941
  end
878
942
 
879
- # Returns the descriptor for the BudgetDeliveryMethod enum
943
+ # Returns the descriptor for the AdType enum
880
944
  #
881
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
882
- def self.budget_delivery_method
883
- require "google/ads/google_ads/v9/enums/budget_delivery_method_pb"
884
- Google::Ads::GoogleAds::V9::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
945
+ # @return [Google::Protobuf::EnumDescriptor] for the AdType enum
946
+ def self.ad_type
947
+ require "google/ads/google_ads/v9/enums/ad_type_pb"
948
+ Google::Ads::GoogleAds::V9::Enums::AdTypeEnum::AdType.descriptor
885
949
  end
886
950
 
887
- # Returns the descriptor for the BudgetPeriod enum
951
+ # Returns the descriptor for the SystemManagedResourceSource enum
888
952
  #
889
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
890
- def self.budget_period
891
- require "google/ads/google_ads/v9/enums/budget_period_pb"
892
- Google::Ads::GoogleAds::V9::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
953
+ # @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
954
+ def self.system_managed_resource_source
955
+ require "google/ads/google_ads/v9/enums/system_managed_entity_source_pb"
956
+ Google::Ads::GoogleAds::V9::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
893
957
  end
894
958
 
895
- # Returns the descriptor for the BudgetStatus enum
959
+ # Returns the descriptor for the ManagerLinkStatus enum
896
960
  #
897
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
898
- def self.budget_status
899
- require "google/ads/google_ads/v9/enums/budget_status_pb"
900
- Google::Ads::GoogleAds::V9::Enums::BudgetStatusEnum::BudgetStatus.descriptor
961
+ # @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
962
+ def self.manager_link_status
963
+ require "google/ads/google_ads/v9/enums/manager_link_status_pb"
964
+ Google::Ads::GoogleAds::V9::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
901
965
  end
902
966
 
903
- # Returns the descriptor for the BudgetType enum
967
+ # Returns the descriptor for the TargetImpressionShareLocation enum
904
968
  #
905
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
906
- def self.budget_type
907
- require "google/ads/google_ads/v9/enums/budget_type_pb"
908
- Google::Ads::GoogleAds::V9::Enums::BudgetTypeEnum::BudgetType.descriptor
969
+ # @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
970
+ def self.target_impression_share_location
971
+ require "google/ads/google_ads/v9/enums/target_impression_share_location_pb"
972
+ Google::Ads::GoogleAds::V9::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
909
973
  end
910
974
 
911
- # Returns the descriptor for the ConversionActionCategory enum
975
+ # Returns the descriptor for the BiddingStrategyStatus enum
912
976
  #
913
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
914
- def self.conversion_action_category
915
- require "google/ads/google_ads/v9/enums/conversion_action_category_pb"
916
- Google::Ads::GoogleAds::V9::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
977
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
978
+ def self.bidding_strategy_status
979
+ require "google/ads/google_ads/v9/enums/bidding_strategy_status_pb"
980
+ Google::Ads::GoogleAds::V9::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
917
981
  end
918
982
 
919
- # Returns the descriptor for the ConversionOrigin enum
983
+ # Returns the descriptor for the BiddingStrategyType enum
920
984
  #
921
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionOrigin enum
922
- def self.conversion_origin
923
- require "google/ads/google_ads/v9/enums/conversion_origin_pb"
924
- Google::Ads::GoogleAds::V9::Enums::ConversionOriginEnum::ConversionOrigin.descriptor
985
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
986
+ def self.bidding_strategy_type
987
+ require "google/ads/google_ads/v9/enums/bidding_strategy_type_pb"
988
+ Google::Ads::GoogleAds::V9::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
925
989
  end
926
990
 
927
- # Returns the descriptor for the CampaignCriterionStatus enum
991
+ # Returns the descriptor for the AssetSetAssetStatus enum
928
992
  #
929
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
930
- def self.campaign_criterion_status
931
- require "google/ads/google_ads/v9/enums/campaign_criterion_status_pb"
932
- Google::Ads::GoogleAds::V9::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
993
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetSetAssetStatus enum
994
+ def self.asset_set_asset_status
995
+ require "google/ads/google_ads/v9/enums/asset_set_asset_status_pb"
996
+ Google::Ads::GoogleAds::V9::Enums::AssetSetAssetStatusEnum::AssetSetAssetStatus.descriptor
933
997
  end
934
998
 
935
- # Returns the descriptor for the CampaignDraftStatus enum
999
+ # Returns the descriptor for the CampaignSharedSetStatus enum
936
1000
  #
937
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
938
- def self.campaign_draft_status
939
- require "google/ads/google_ads/v9/enums/campaign_draft_status_pb"
940
- Google::Ads::GoogleAds::V9::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
1001
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
1002
+ def self.campaign_shared_set_status
1003
+ require "google/ads/google_ads/v9/enums/campaign_shared_set_status_pb"
1004
+ Google::Ads::GoogleAds::V9::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
941
1005
  end
942
1006
 
943
- # Returns the descriptor for the CampaignExperimentStatus enum
1007
+ # Returns the descriptor for the CustomizerValueStatus enum
944
1008
  #
945
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentStatus enum
946
- def self.campaign_experiment_status
947
- require "google/ads/google_ads/v9/enums/campaign_experiment_status_pb"
948
- Google::Ads::GoogleAds::V9::Enums::CampaignExperimentStatusEnum::CampaignExperimentStatus.descriptor
1009
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomizerValueStatus enum
1010
+ def self.customizer_value_status
1011
+ require "google/ads/google_ads/v9/enums/customizer_value_status_pb"
1012
+ Google::Ads::GoogleAds::V9::Enums::CustomizerValueStatusEnum::CustomizerValueStatus.descriptor
949
1013
  end
950
1014
 
951
- # Returns the descriptor for the CampaignExperimentTrafficSplitType enum
1015
+ # Returns the descriptor for the CustomerMatchUploadKeyType enum
952
1016
  #
953
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentTrafficSplitType enum
954
- def self.campaign_experiment_traffic_split_type
955
- require "google/ads/google_ads/v9/enums/campaign_experiment_traffic_split_type_pb"
956
- Google::Ads::GoogleAds::V9::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
1017
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
1018
+ def self.customer_match_upload_key_type
1019
+ require "google/ads/google_ads/v9/enums/customer_match_upload_key_type_pb"
1020
+ Google::Ads::GoogleAds::V9::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
957
1021
  end
958
1022
 
959
- # Returns the descriptor for the FrequencyCapEventType enum
1023
+ # Returns the descriptor for the UserListCombinedRuleOperator enum
960
1024
  #
961
- # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapEventType enum
962
- def self.frequency_cap_event_type
963
- require "google/ads/google_ads/v9/enums/frequency_cap_event_type_pb"
964
- Google::Ads::GoogleAds::V9::Enums::FrequencyCapEventTypeEnum::FrequencyCapEventType.descriptor
1025
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
1026
+ def self.user_list_combined_rule_operator
1027
+ require "google/ads/google_ads/v9/enums/user_list_combined_rule_operator_pb"
1028
+ Google::Ads::GoogleAds::V9::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
965
1029
  end
966
1030
 
967
- # Returns the descriptor for the FrequencyCapLevel enum
1031
+ # Returns the descriptor for the UserListCrmDataSourceType enum
968
1032
  #
969
- # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapLevel enum
970
- def self.frequency_cap_level
971
- require "google/ads/google_ads/v9/enums/frequency_cap_level_pb"
972
- Google::Ads::GoogleAds::V9::Enums::FrequencyCapLevelEnum::FrequencyCapLevel.descriptor
1033
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
1034
+ def self.user_list_crm_data_source_type
1035
+ require "google/ads/google_ads/v9/enums/user_list_crm_data_source_type_pb"
1036
+ Google::Ads::GoogleAds::V9::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
973
1037
  end
974
1038
 
975
- # Returns the descriptor for the FrequencyCapTimeUnit enum
1039
+ # Returns the descriptor for the UserListDateRuleItemOperator enum
976
1040
  #
977
- # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapTimeUnit enum
978
- def self.frequency_cap_time_unit
979
- require "google/ads/google_ads/v9/enums/frequency_cap_time_unit_pb"
980
- Google::Ads::GoogleAds::V9::Enums::FrequencyCapTimeUnitEnum::FrequencyCapTimeUnit.descriptor
1041
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
1042
+ def self.user_list_date_rule_item_operator
1043
+ require "google/ads/google_ads/v9/enums/user_list_date_rule_item_operator_pb"
1044
+ Google::Ads::GoogleAds::V9::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
981
1045
  end
982
1046
 
983
- # Returns the descriptor for the AdServingOptimizationStatus enum
1047
+ # Returns the descriptor for the UserListLogicalRuleOperator enum
984
1048
  #
985
- # @return [Google::Protobuf::EnumDescriptor] for the AdServingOptimizationStatus enum
986
- def self.ad_serving_optimization_status
987
- require "google/ads/google_ads/v9/enums/ad_serving_optimization_status_pb"
988
- Google::Ads::GoogleAds::V9::Enums::AdServingOptimizationStatusEnum::AdServingOptimizationStatus.descriptor
1049
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
1050
+ def self.user_list_logical_rule_operator
1051
+ require "google/ads/google_ads/v9/enums/user_list_logical_rule_operator_pb"
1052
+ Google::Ads::GoogleAds::V9::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
989
1053
  end
990
1054
 
991
- # Returns the descriptor for the AdvertisingChannelSubType enum
1055
+ # Returns the descriptor for the UserListNumberRuleItemOperator enum
992
1056
  #
993
- # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
994
- def self.advertising_channel_sub_type
995
- require "google/ads/google_ads/v9/enums/advertising_channel_sub_type_pb"
996
- Google::Ads::GoogleAds::V9::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
1057
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
1058
+ def self.user_list_number_rule_item_operator
1059
+ require "google/ads/google_ads/v9/enums/user_list_number_rule_item_operator_pb"
1060
+ Google::Ads::GoogleAds::V9::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
997
1061
  end
998
1062
 
999
- # Returns the descriptor for the AppCampaignAppStore enum
1063
+ # Returns the descriptor for the UserListPrepopulationStatus enum
1000
1064
  #
1001
- # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignAppStore enum
1002
- def self.app_campaign_app_store
1003
- require "google/ads/google_ads/v9/enums/app_campaign_app_store_pb"
1004
- Google::Ads::GoogleAds::V9::Enums::AppCampaignAppStoreEnum::AppCampaignAppStore.descriptor
1065
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
1066
+ def self.user_list_prepopulation_status
1067
+ require "google/ads/google_ads/v9/enums/user_list_prepopulation_status_pb"
1068
+ Google::Ads::GoogleAds::V9::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
1005
1069
  end
1006
1070
 
1007
- # Returns the descriptor for the AppCampaignBiddingStrategyGoalType enum
1071
+ # Returns the descriptor for the UserListRuleType enum
1008
1072
  #
1009
- # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignBiddingStrategyGoalType enum
1010
- def self.app_campaign_bidding_strategy_goal_type
1011
- require "google/ads/google_ads/v9/enums/app_campaign_bidding_strategy_goal_type_pb"
1012
- Google::Ads::GoogleAds::V9::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
1073
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
1074
+ def self.user_list_rule_type
1075
+ require "google/ads/google_ads/v9/enums/user_list_rule_type_pb"
1076
+ Google::Ads::GoogleAds::V9::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
1013
1077
  end
1014
1078
 
1015
- # Returns the descriptor for the BrandSafetySuitability enum
1079
+ # Returns the descriptor for the UserListStringRuleItemOperator enum
1016
1080
  #
1017
- # @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
1018
- def self.brand_safety_suitability
1019
- require "google/ads/google_ads/v9/enums/brand_safety_suitability_pb"
1020
- Google::Ads::GoogleAds::V9::Enums::BrandSafetySuitabilityEnum::BrandSafetySuitability.descriptor
1081
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
1082
+ def self.user_list_string_rule_item_operator
1083
+ require "google/ads/google_ads/v9/enums/user_list_string_rule_item_operator_pb"
1084
+ Google::Ads::GoogleAds::V9::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
1021
1085
  end
1022
1086
 
1023
- # Returns the descriptor for the CampaignExperimentType enum
1087
+ # Returns the descriptor for the AccessReason enum
1024
1088
  #
1025
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentType enum
1026
- def self.campaign_experiment_type
1027
- require "google/ads/google_ads/v9/enums/campaign_experiment_type_pb"
1028
- Google::Ads::GoogleAds::V9::Enums::CampaignExperimentTypeEnum::CampaignExperimentType.descriptor
1089
+ # @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
1090
+ def self.access_reason
1091
+ require "google/ads/google_ads/v9/enums/access_reason_pb"
1092
+ Google::Ads::GoogleAds::V9::Enums::AccessReasonEnum::AccessReason.descriptor
1029
1093
  end
1030
1094
 
1031
- # Returns the descriptor for the CampaignServingStatus enum
1095
+ # Returns the descriptor for the UserListAccessStatus enum
1032
1096
  #
1033
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignServingStatus enum
1034
- def self.campaign_serving_status
1035
- require "google/ads/google_ads/v9/enums/campaign_serving_status_pb"
1036
- Google::Ads::GoogleAds::V9::Enums::CampaignServingStatusEnum::CampaignServingStatus.descriptor
1097
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
1098
+ def self.user_list_access_status
1099
+ require "google/ads/google_ads/v9/enums/user_list_access_status_pb"
1100
+ Google::Ads::GoogleAds::V9::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
1037
1101
  end
1038
1102
 
1039
- # Returns the descriptor for the CampaignStatus enum
1103
+ # Returns the descriptor for the UserListClosingReason enum
1040
1104
  #
1041
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignStatus enum
1042
- def self.campaign_status
1043
- require "google/ads/google_ads/v9/enums/campaign_status_pb"
1044
- Google::Ads::GoogleAds::V9::Enums::CampaignStatusEnum::CampaignStatus.descriptor
1105
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
1106
+ def self.user_list_closing_reason
1107
+ require "google/ads/google_ads/v9/enums/user_list_closing_reason_pb"
1108
+ Google::Ads::GoogleAds::V9::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
1045
1109
  end
1046
1110
 
1047
- # Returns the descriptor for the LocationSourceType enum
1111
+ # Returns the descriptor for the UserListMembershipStatus enum
1048
1112
  #
1049
- # @return [Google::Protobuf::EnumDescriptor] for the LocationSourceType enum
1050
- def self.location_source_type
1051
- require "google/ads/google_ads/v9/enums/location_source_type_pb"
1052
- Google::Ads::GoogleAds::V9::Enums::LocationSourceTypeEnum::LocationSourceType.descriptor
1113
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
1114
+ def self.user_list_membership_status
1115
+ require "google/ads/google_ads/v9/enums/user_list_membership_status_pb"
1116
+ Google::Ads::GoogleAds::V9::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
1053
1117
  end
1054
1118
 
1055
- # Returns the descriptor for the NegativeGeoTargetType enum
1119
+ # Returns the descriptor for the UserListSizeRange enum
1056
1120
  #
1057
- # @return [Google::Protobuf::EnumDescriptor] for the NegativeGeoTargetType enum
1058
- def self.negative_geo_target_type
1059
- require "google/ads/google_ads/v9/enums/negative_geo_target_type_pb"
1060
- Google::Ads::GoogleAds::V9::Enums::NegativeGeoTargetTypeEnum::NegativeGeoTargetType.descriptor
1121
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
1122
+ def self.user_list_size_range
1123
+ require "google/ads/google_ads/v9/enums/user_list_size_range_pb"
1124
+ Google::Ads::GoogleAds::V9::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
1061
1125
  end
1062
1126
 
1063
- # Returns the descriptor for the OptimizationGoalType enum
1127
+ # Returns the descriptor for the UserListType enum
1064
1128
  #
1065
- # @return [Google::Protobuf::EnumDescriptor] for the OptimizationGoalType enum
1066
- def self.optimization_goal_type
1067
- require "google/ads/google_ads/v9/enums/optimization_goal_type_pb"
1068
- Google::Ads::GoogleAds::V9::Enums::OptimizationGoalTypeEnum::OptimizationGoalType.descriptor
1129
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
1130
+ def self.user_list_type
1131
+ require "google/ads/google_ads/v9/enums/user_list_type_pb"
1132
+ Google::Ads::GoogleAds::V9::Enums::UserListTypeEnum::UserListType.descriptor
1069
1133
  end
1070
1134
 
1071
- # Returns the descriptor for the PaymentMode enum
1135
+ # Returns the descriptor for the ConversionValueRuleStatus enum
1072
1136
  #
1073
- # @return [Google::Protobuf::EnumDescriptor] for the PaymentMode enum
1074
- def self.payment_mode
1075
- require "google/ads/google_ads/v9/enums/payment_mode_pb"
1076
- Google::Ads::GoogleAds::V9::Enums::PaymentModeEnum::PaymentMode.descriptor
1137
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionValueRuleStatus enum
1138
+ def self.conversion_value_rule_status
1139
+ require "google/ads/google_ads/v9/enums/conversion_value_rule_status_pb"
1140
+ Google::Ads::GoogleAds::V9::Enums::ConversionValueRuleStatusEnum::ConversionValueRuleStatus.descriptor
1077
1141
  end
1078
1142
 
1079
- # Returns the descriptor for the PositiveGeoTargetType enum
1143
+ # Returns the descriptor for the ValueRuleDeviceType enum
1080
1144
  #
1081
- # @return [Google::Protobuf::EnumDescriptor] for the PositiveGeoTargetType enum
1082
- def self.positive_geo_target_type
1083
- require "google/ads/google_ads/v9/enums/positive_geo_target_type_pb"
1084
- Google::Ads::GoogleAds::V9::Enums::PositiveGeoTargetTypeEnum::PositiveGeoTargetType.descriptor
1145
+ # @return [Google::Protobuf::EnumDescriptor] for the ValueRuleDeviceType enum
1146
+ def self.value_rule_device_type
1147
+ require "google/ads/google_ads/v9/enums/value_rule_device_type_pb"
1148
+ Google::Ads::GoogleAds::V9::Enums::ValueRuleDeviceTypeEnum::ValueRuleDeviceType.descriptor
1085
1149
  end
1086
1150
 
1087
- # Returns the descriptor for the VanityPharmaDisplayUrlMode enum
1151
+ # Returns the descriptor for the ValueRuleGeoLocationMatchType enum
1088
1152
  #
1089
- # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaDisplayUrlMode enum
1090
- def self.vanity_pharma_display_url_mode
1091
- require "google/ads/google_ads/v9/enums/vanity_pharma_display_url_mode_pb"
1092
- Google::Ads::GoogleAds::V9::Enums::VanityPharmaDisplayUrlModeEnum::VanityPharmaDisplayUrlMode.descriptor
1153
+ # @return [Google::Protobuf::EnumDescriptor] for the ValueRuleGeoLocationMatchType enum
1154
+ def self.value_rule_geo_location_match_type
1155
+ require "google/ads/google_ads/v9/enums/value_rule_geo_location_match_type_pb"
1156
+ Google::Ads::GoogleAds::V9::Enums::ValueRuleGeoLocationMatchTypeEnum::ValueRuleGeoLocationMatchType.descriptor
1093
1157
  end
1094
1158
 
1095
- # Returns the descriptor for the VanityPharmaText enum
1159
+ # Returns the descriptor for the ValueRuleOperation enum
1096
1160
  #
1097
- # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaText enum
1098
- def self.vanity_pharma_text
1099
- require "google/ads/google_ads/v9/enums/vanity_pharma_text_pb"
1100
- Google::Ads::GoogleAds::V9::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
1161
+ # @return [Google::Protobuf::EnumDescriptor] for the ValueRuleOperation enum
1162
+ def self.value_rule_operation
1163
+ require "google/ads/google_ads/v9/enums/value_rule_operation_pb"
1164
+ Google::Ads::GoogleAds::V9::Enums::ValueRuleOperationEnum::ValueRuleOperation.descriptor
1101
1165
  end
1102
1166
 
1103
- # Returns the descriptor for the CampaignSharedSetStatus enum
1167
+ # Returns the descriptor for the AssetType enum
1104
1168
  #
1105
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
1106
- def self.campaign_shared_set_status
1107
- require "google/ads/google_ads/v9/enums/campaign_shared_set_status_pb"
1108
- Google::Ads::GoogleAds::V9::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
1169
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
1170
+ def self.asset_type
1171
+ require "google/ads/google_ads/v9/enums/asset_type_pb"
1172
+ Google::Ads::GoogleAds::V9::Enums::AssetTypeEnum::AssetType.descriptor
1109
1173
  end
1110
1174
 
1111
1175
  # Returns the descriptor for the ChangeClientType enum
@@ -1124,14 +1188,6 @@ module Google
1124
1188
  Google::Ads::GoogleAds::V9::Enums::ChangeEventResourceTypeEnum::ChangeEventResourceType.descriptor
1125
1189
  end
1126
1190
 
1127
- # Returns the descriptor for the FeedOrigin enum
1128
- #
1129
- # @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
1130
- def self.feed_origin
1131
- require "google/ads/google_ads/v9/enums/feed_origin_pb"
1132
- Google::Ads::GoogleAds::V9::Enums::FeedOriginEnum::FeedOrigin.descriptor
1133
- end
1134
-
1135
1191
  # Returns the descriptor for the ResourceChangeOperation enum
1136
1192
  #
1137
1193
  # @return [Google::Protobuf::EnumDescriptor] for the ResourceChangeOperation enum
@@ -1140,372 +1196,380 @@ module Google
1140
1196
  Google::Ads::GoogleAds::V9::Enums::ResourceChangeOperationEnum::ResourceChangeOperation.descriptor
1141
1197
  end
1142
1198
 
1143
- # Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
1199
+ # Returns the descriptor for the TargetingDimension enum
1144
1200
  #
1145
- # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
1146
- def self.affiliate_location_feed_relationship_type
1147
- require "google/ads/google_ads/v9/enums/affiliate_location_feed_relationship_type_pb"
1148
- Google::Ads::GoogleAds::V9::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
1201
+ # @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
1202
+ def self.targeting_dimension
1203
+ require "google/ads/google_ads/v9/enums/targeting_dimension_pb"
1204
+ Google::Ads::GoogleAds::V9::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
1149
1205
  end
1150
1206
 
1151
- # Returns the descriptor for the FeedAttributeType enum
1207
+ # Returns the descriptor for the Operator enum
1152
1208
  #
1153
- # @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
1154
- def self.feed_attribute_type
1155
- require "google/ads/google_ads/v9/enums/feed_attribute_type_pb"
1156
- Google::Ads::GoogleAds::V9::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
1209
+ # @return [Google::Protobuf::EnumDescriptor] for the Operator enum
1210
+ def self.operator
1211
+ require "google/ads/google_ads/v9/common/targeting_setting_pb"
1212
+ Google::Ads::GoogleAds::V9::Common::TargetRestrictionOperation::Operator.descriptor
1157
1213
  end
1158
1214
 
1159
- # Returns the descriptor for the FeedStatus enum
1215
+ # Returns the descriptor for the AdGroupAdRotationMode enum
1216
+ #
1217
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
1218
+ def self.ad_group_ad_rotation_mode
1219
+ require "google/ads/google_ads/v9/enums/ad_group_ad_rotation_mode_pb"
1220
+ Google::Ads::GoogleAds::V9::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
1221
+ end
1222
+
1223
+ # Returns the descriptor for the AdGroupStatus enum
1160
1224
  #
1161
- # @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
1162
- def self.feed_status
1163
- require "google/ads/google_ads/v9/enums/feed_status_pb"
1164
- Google::Ads::GoogleAds::V9::Enums::FeedStatusEnum::FeedStatus.descriptor
1225
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
1226
+ def self.ad_group_status
1227
+ require "google/ads/google_ads/v9/enums/ad_group_status_pb"
1228
+ Google::Ads::GoogleAds::V9::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
1165
1229
  end
1166
1230
 
1167
- # Returns the descriptor for the Operator enum
1231
+ # Returns the descriptor for the AdGroupType enum
1168
1232
  #
1169
- # @return [Google::Protobuf::EnumDescriptor] for the Operator enum
1170
- def self.operator
1171
- require "google/ads/google_ads/v9/resources/feed_pb"
1172
- Google::Ads::GoogleAds::V9::Resources::FeedAttributeOperation::Operator.descriptor
1233
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
1234
+ def self.ad_group_type
1235
+ require "google/ads/google_ads/v9/enums/ad_group_type_pb"
1236
+ Google::Ads::GoogleAds::V9::Enums::AdGroupTypeEnum::AdGroupType.descriptor
1173
1237
  end
1174
1238
 
1175
- # Returns the descriptor for the FeedItemQualityApprovalStatus enum
1239
+ # Returns the descriptor for the BiddingSource enum
1176
1240
  #
1177
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
1178
- def self.feed_item_quality_approval_status
1179
- require "google/ads/google_ads/v9/enums/feed_item_quality_approval_status_pb"
1180
- Google::Ads::GoogleAds::V9::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
1241
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
1242
+ def self.bidding_source
1243
+ require "google/ads/google_ads/v9/enums/bidding_source_pb"
1244
+ Google::Ads::GoogleAds::V9::Enums::BiddingSourceEnum::BiddingSource.descriptor
1181
1245
  end
1182
1246
 
1183
- # Returns the descriptor for the FeedItemQualityDisapprovalReason enum
1247
+ # Returns the descriptor for the AdGroupAdStatus enum
1184
1248
  #
1185
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
1186
- def self.feed_item_quality_disapproval_reason
1187
- require "google/ads/google_ads/v9/enums/feed_item_quality_disapproval_reason_pb"
1188
- Google::Ads::GoogleAds::V9::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
1249
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
1250
+ def self.ad_group_ad_status
1251
+ require "google/ads/google_ads/v9/enums/ad_group_ad_status_pb"
1252
+ Google::Ads::GoogleAds::V9::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
1189
1253
  end
1190
1254
 
1191
- # Returns the descriptor for the FeedItemStatus enum
1255
+ # Returns the descriptor for the AdStrength enum
1192
1256
  #
1193
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
1194
- def self.feed_item_status
1195
- require "google/ads/google_ads/v9/enums/feed_item_status_pb"
1196
- Google::Ads::GoogleAds::V9::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
1257
+ # @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
1258
+ def self.ad_strength
1259
+ require "google/ads/google_ads/v9/enums/ad_strength_pb"
1260
+ Google::Ads::GoogleAds::V9::Enums::AdStrengthEnum::AdStrength.descriptor
1197
1261
  end
1198
1262
 
1199
- # Returns the descriptor for the FeedItemValidationStatus enum
1263
+ # Returns the descriptor for the BidModifierSource enum
1200
1264
  #
1201
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
1202
- def self.feed_item_validation_status
1203
- require "google/ads/google_ads/v9/enums/feed_item_validation_status_pb"
1204
- Google::Ads::GoogleAds::V9::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
1265
+ # @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
1266
+ def self.bid_modifier_source
1267
+ require "google/ads/google_ads/v9/enums/bid_modifier_source_pb"
1268
+ Google::Ads::GoogleAds::V9::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
1205
1269
  end
1206
1270
 
1207
- # Returns the descriptor for the GeoTargetingRestriction enum
1271
+ # Returns the descriptor for the AdGroupCriterionApprovalStatus enum
1208
1272
  #
1209
- # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
1210
- def self.geo_targeting_restriction
1211
- require "google/ads/google_ads/v9/enums/geo_targeting_restriction_pb"
1212
- Google::Ads::GoogleAds::V9::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
1273
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
1274
+ def self.ad_group_criterion_approval_status
1275
+ require "google/ads/google_ads/v9/enums/ad_group_criterion_approval_status_pb"
1276
+ Google::Ads::GoogleAds::V9::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
1213
1277
  end
1214
1278
 
1215
- # Returns the descriptor for the FeedItemValidationError enum
1279
+ # Returns the descriptor for the AdGroupCriterionStatus enum
1216
1280
  #
1217
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
1218
- def self.feed_item_validation_error
1219
- require "google/ads/google_ads/v9/errors/feed_item_validation_error_pb"
1220
- Google::Ads::GoogleAds::V9::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
1281
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
1282
+ def self.ad_group_criterion_status
1283
+ require "google/ads/google_ads/v9/enums/ad_group_criterion_status_pb"
1284
+ Google::Ads::GoogleAds::V9::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
1221
1285
  end
1222
1286
 
1223
- # Returns the descriptor for the ChangeStatusOperation enum
1287
+ # Returns the descriptor for the CriterionSystemServingStatus enum
1224
1288
  #
1225
- # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
1226
- def self.change_status_operation
1227
- require "google/ads/google_ads/v9/enums/change_status_operation_pb"
1228
- Google::Ads::GoogleAds::V9::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
1289
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
1290
+ def self.criterion_system_serving_status
1291
+ require "google/ads/google_ads/v9/enums/criterion_system_serving_status_pb"
1292
+ Google::Ads::GoogleAds::V9::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
1229
1293
  end
1230
1294
 
1231
- # Returns the descriptor for the ChangeStatusResourceType enum
1295
+ # Returns the descriptor for the QualityScoreBucket enum
1232
1296
  #
1233
- # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
1234
- def self.change_status_resource_type
1235
- require "google/ads/google_ads/v9/enums/change_status_resource_type_pb"
1236
- Google::Ads::GoogleAds::V9::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
1297
+ # @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
1298
+ def self.quality_score_bucket
1299
+ require "google/ads/google_ads/v9/enums/quality_score_bucket_pb"
1300
+ Google::Ads::GoogleAds::V9::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
1237
1301
  end
1238
1302
 
1239
- # Returns the descriptor for the CombinedAudienceStatus enum
1303
+ # Returns the descriptor for the CallToActionType enum
1240
1304
  #
1241
- # @return [Google::Protobuf::EnumDescriptor] for the CombinedAudienceStatus enum
1242
- def self.combined_audience_status
1243
- require "google/ads/google_ads/v9/enums/combined_audience_status_pb"
1244
- Google::Ads::GoogleAds::V9::Enums::CombinedAudienceStatusEnum::CombinedAudienceStatus.descriptor
1305
+ # @return [Google::Protobuf::EnumDescriptor] for the CallToActionType enum
1306
+ def self.call_to_action_type
1307
+ require "google/ads/google_ads/v9/enums/call_to_action_type_pb"
1308
+ Google::Ads::GoogleAds::V9::Enums::CallToActionTypeEnum::CallToActionType.descriptor
1245
1309
  end
1246
1310
 
1247
- # Returns the descriptor for the TrackingCodePageFormat enum
1311
+ # Returns the descriptor for the LeadFormCallToActionType enum
1248
1312
  #
1249
- # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
1250
- def self.tracking_code_page_format
1251
- require "google/ads/google_ads/v9/enums/tracking_code_page_format_pb"
1252
- Google::Ads::GoogleAds::V9::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
1313
+ # @return [Google::Protobuf::EnumDescriptor] for the LeadFormCallToActionType enum
1314
+ def self.lead_form_call_to_action_type
1315
+ require "google/ads/google_ads/v9/enums/lead_form_call_to_action_type_pb"
1316
+ Google::Ads::GoogleAds::V9::Enums::LeadFormCallToActionTypeEnum::LeadFormCallToActionType.descriptor
1253
1317
  end
1254
1318
 
1255
- # Returns the descriptor for the TrackingCodeType enum
1319
+ # Returns the descriptor for the LeadFormDesiredIntent enum
1256
1320
  #
1257
- # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
1258
- def self.tracking_code_type
1259
- require "google/ads/google_ads/v9/enums/tracking_code_type_pb"
1260
- Google::Ads::GoogleAds::V9::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
1321
+ # @return [Google::Protobuf::EnumDescriptor] for the LeadFormDesiredIntent enum
1322
+ def self.lead_form_desired_intent
1323
+ require "google/ads/google_ads/v9/enums/lead_form_desired_intent_pb"
1324
+ Google::Ads::GoogleAds::V9::Enums::LeadFormDesiredIntentEnum::LeadFormDesiredIntent.descriptor
1261
1325
  end
1262
1326
 
1263
- # Returns the descriptor for the AttributionModel enum
1327
+ # Returns the descriptor for the LeadFormFieldUserInputType enum
1264
1328
  #
1265
- # @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
1266
- def self.attribution_model
1267
- require "google/ads/google_ads/v9/enums/attribution_model_pb"
1268
- Google::Ads::GoogleAds::V9::Enums::AttributionModelEnum::AttributionModel.descriptor
1329
+ # @return [Google::Protobuf::EnumDescriptor] for the LeadFormFieldUserInputType enum
1330
+ def self.lead_form_field_user_input_type
1331
+ require "google/ads/google_ads/v9/enums/lead_form_field_user_input_type_pb"
1332
+ Google::Ads::GoogleAds::V9::Enums::LeadFormFieldUserInputTypeEnum::LeadFormFieldUserInputType.descriptor
1269
1333
  end
1270
1334
 
1271
- # Returns the descriptor for the ConversionActionCountingType enum
1335
+ # Returns the descriptor for the LeadFormPostSubmitCallToActionType enum
1272
1336
  #
1273
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
1274
- def self.conversion_action_counting_type
1275
- require "google/ads/google_ads/v9/enums/conversion_action_counting_type_pb"
1276
- Google::Ads::GoogleAds::V9::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
1337
+ # @return [Google::Protobuf::EnumDescriptor] for the LeadFormPostSubmitCallToActionType enum
1338
+ def self.lead_form_post_submit_call_to_action_type
1339
+ require "google/ads/google_ads/v9/enums/lead_form_post_submit_call_to_action_type_pb"
1340
+ Google::Ads::GoogleAds::V9::Enums::LeadFormPostSubmitCallToActionTypeEnum::LeadFormPostSubmitCallToActionType.descriptor
1277
1341
  end
1278
1342
 
1279
- # Returns the descriptor for the ConversionActionStatus enum
1343
+ # Returns the descriptor for the MobileAppVendor enum
1280
1344
  #
1281
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
1282
- def self.conversion_action_status
1283
- require "google/ads/google_ads/v9/enums/conversion_action_status_pb"
1284
- Google::Ads::GoogleAds::V9::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
1345
+ # @return [Google::Protobuf::EnumDescriptor] for the MobileAppVendor enum
1346
+ def self.mobile_app_vendor
1347
+ require "google/ads/google_ads/v9/enums/mobile_app_vendor_pb"
1348
+ Google::Ads::GoogleAds::V9::Enums::MobileAppVendorEnum::MobileAppVendor.descriptor
1285
1349
  end
1286
1350
 
1287
- # Returns the descriptor for the ConversionActionType enum
1351
+ # Returns the descriptor for the PriceExtensionPriceQualifier enum
1288
1352
  #
1289
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
1290
- def self.conversion_action_type
1291
- require "google/ads/google_ads/v9/enums/conversion_action_type_pb"
1292
- Google::Ads::GoogleAds::V9::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
1353
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
1354
+ def self.price_extension_price_qualifier
1355
+ require "google/ads/google_ads/v9/enums/price_extension_price_qualifier_pb"
1356
+ Google::Ads::GoogleAds::V9::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
1293
1357
  end
1294
1358
 
1295
- # Returns the descriptor for the DataDrivenModelStatus enum
1359
+ # Returns the descriptor for the PriceExtensionPriceUnit enum
1296
1360
  #
1297
- # @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
1298
- def self.data_driven_model_status
1299
- require "google/ads/google_ads/v9/enums/data_driven_model_status_pb"
1300
- Google::Ads::GoogleAds::V9::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
1361
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
1362
+ def self.price_extension_price_unit
1363
+ require "google/ads/google_ads/v9/enums/price_extension_price_unit_pb"
1364
+ Google::Ads::GoogleAds::V9::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
1301
1365
  end
1302
1366
 
1303
- # Returns the descriptor for the ConversionCustomVariableStatus enum
1367
+ # Returns the descriptor for the PriceExtensionType enum
1304
1368
  #
1305
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionCustomVariableStatus enum
1306
- def self.conversion_custom_variable_status
1307
- require "google/ads/google_ads/v9/enums/conversion_custom_variable_status_pb"
1308
- Google::Ads::GoogleAds::V9::Enums::ConversionCustomVariableStatusEnum::ConversionCustomVariableStatus.descriptor
1369
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
1370
+ def self.price_extension_type
1371
+ require "google/ads/google_ads/v9/enums/price_extension_type_pb"
1372
+ Google::Ads::GoogleAds::V9::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
1309
1373
  end
1310
1374
 
1311
- # Returns the descriptor for the GoalConfigLevel enum
1375
+ # Returns the descriptor for the PromotionExtensionDiscountModifier enum
1312
1376
  #
1313
- # @return [Google::Protobuf::EnumDescriptor] for the GoalConfigLevel enum
1314
- def self.goal_config_level
1315
- require "google/ads/google_ads/v9/enums/goal_config_level_pb"
1316
- Google::Ads::GoogleAds::V9::Enums::GoalConfigLevelEnum::GoalConfigLevel.descriptor
1377
+ # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
1378
+ def self.promotion_extension_discount_modifier
1379
+ require "google/ads/google_ads/v9/enums/promotion_extension_discount_modifier_pb"
1380
+ Google::Ads::GoogleAds::V9::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
1317
1381
  end
1318
1382
 
1319
- # Returns the descriptor for the ConversionValueRuleStatus enum
1383
+ # Returns the descriptor for the PromotionExtensionOccasion enum
1320
1384
  #
1321
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionValueRuleStatus enum
1322
- def self.conversion_value_rule_status
1323
- require "google/ads/google_ads/v9/enums/conversion_value_rule_status_pb"
1324
- Google::Ads::GoogleAds::V9::Enums::ConversionValueRuleStatusEnum::ConversionValueRuleStatus.descriptor
1385
+ # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
1386
+ def self.promotion_extension_occasion
1387
+ require "google/ads/google_ads/v9/enums/promotion_extension_occasion_pb"
1388
+ Google::Ads::GoogleAds::V9::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
1325
1389
  end
1326
1390
 
1327
- # Returns the descriptor for the ValueRuleDeviceType enum
1391
+ # Returns the descriptor for the FrequencyCapEventType enum
1328
1392
  #
1329
- # @return [Google::Protobuf::EnumDescriptor] for the ValueRuleDeviceType enum
1330
- def self.value_rule_device_type
1331
- require "google/ads/google_ads/v9/enums/value_rule_device_type_pb"
1332
- Google::Ads::GoogleAds::V9::Enums::ValueRuleDeviceTypeEnum::ValueRuleDeviceType.descriptor
1393
+ # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapEventType enum
1394
+ def self.frequency_cap_event_type
1395
+ require "google/ads/google_ads/v9/enums/frequency_cap_event_type_pb"
1396
+ Google::Ads::GoogleAds::V9::Enums::FrequencyCapEventTypeEnum::FrequencyCapEventType.descriptor
1333
1397
  end
1334
1398
 
1335
- # Returns the descriptor for the ValueRuleGeoLocationMatchType enum
1399
+ # Returns the descriptor for the FrequencyCapLevel enum
1336
1400
  #
1337
- # @return [Google::Protobuf::EnumDescriptor] for the ValueRuleGeoLocationMatchType enum
1338
- def self.value_rule_geo_location_match_type
1339
- require "google/ads/google_ads/v9/enums/value_rule_geo_location_match_type_pb"
1340
- Google::Ads::GoogleAds::V9::Enums::ValueRuleGeoLocationMatchTypeEnum::ValueRuleGeoLocationMatchType.descriptor
1401
+ # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapLevel enum
1402
+ def self.frequency_cap_level
1403
+ require "google/ads/google_ads/v9/enums/frequency_cap_level_pb"
1404
+ Google::Ads::GoogleAds::V9::Enums::FrequencyCapLevelEnum::FrequencyCapLevel.descriptor
1341
1405
  end
1342
1406
 
1343
- # Returns the descriptor for the ValueRuleOperation enum
1407
+ # Returns the descriptor for the FrequencyCapTimeUnit enum
1344
1408
  #
1345
- # @return [Google::Protobuf::EnumDescriptor] for the ValueRuleOperation enum
1346
- def self.value_rule_operation
1347
- require "google/ads/google_ads/v9/enums/value_rule_operation_pb"
1348
- Google::Ads::GoogleAds::V9::Enums::ValueRuleOperationEnum::ValueRuleOperation.descriptor
1409
+ # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapTimeUnit enum
1410
+ def self.frequency_cap_time_unit
1411
+ require "google/ads/google_ads/v9/enums/frequency_cap_time_unit_pb"
1412
+ Google::Ads::GoogleAds::V9::Enums::FrequencyCapTimeUnitEnum::FrequencyCapTimeUnit.descriptor
1349
1413
  end
1350
1414
 
1351
- # Returns the descriptor for the ConversionValueRuleSetStatus enum
1415
+ # Returns the descriptor for the AdServingOptimizationStatus enum
1352
1416
  #
1353
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionValueRuleSetStatus enum
1354
- def self.conversion_value_rule_set_status
1355
- require "google/ads/google_ads/v9/enums/conversion_value_rule_set_status_pb"
1356
- Google::Ads::GoogleAds::V9::Enums::ConversionValueRuleSetStatusEnum::ConversionValueRuleSetStatus.descriptor
1417
+ # @return [Google::Protobuf::EnumDescriptor] for the AdServingOptimizationStatus enum
1418
+ def self.ad_serving_optimization_status
1419
+ require "google/ads/google_ads/v9/enums/ad_serving_optimization_status_pb"
1420
+ Google::Ads::GoogleAds::V9::Enums::AdServingOptimizationStatusEnum::AdServingOptimizationStatus.descriptor
1357
1421
  end
1358
1422
 
1359
- # Returns the descriptor for the ValueRuleSetAttachmentType enum
1423
+ # Returns the descriptor for the AppCampaignAppStore enum
1360
1424
  #
1361
- # @return [Google::Protobuf::EnumDescriptor] for the ValueRuleSetAttachmentType enum
1362
- def self.value_rule_set_attachment_type
1363
- require "google/ads/google_ads/v9/enums/value_rule_set_attachment_type_pb"
1364
- Google::Ads::GoogleAds::V9::Enums::ValueRuleSetAttachmentTypeEnum::ValueRuleSetAttachmentType.descriptor
1425
+ # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignAppStore enum
1426
+ def self.app_campaign_app_store
1427
+ require "google/ads/google_ads/v9/enums/app_campaign_app_store_pb"
1428
+ Google::Ads::GoogleAds::V9::Enums::AppCampaignAppStoreEnum::AppCampaignAppStore.descriptor
1365
1429
  end
1366
1430
 
1367
- # Returns the descriptor for the ValueRuleSetDimension enum
1431
+ # Returns the descriptor for the AppCampaignBiddingStrategyGoalType enum
1368
1432
  #
1369
- # @return [Google::Protobuf::EnumDescriptor] for the ValueRuleSetDimension enum
1370
- def self.value_rule_set_dimension
1371
- require "google/ads/google_ads/v9/enums/value_rule_set_dimension_pb"
1372
- Google::Ads::GoogleAds::V9::Enums::ValueRuleSetDimensionEnum::ValueRuleSetDimension.descriptor
1433
+ # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignBiddingStrategyGoalType enum
1434
+ def self.app_campaign_bidding_strategy_goal_type
1435
+ require "google/ads/google_ads/v9/enums/app_campaign_bidding_strategy_goal_type_pb"
1436
+ Google::Ads::GoogleAds::V9::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
1373
1437
  end
1374
1438
 
1375
- # Returns the descriptor for the CustomAudienceMemberType enum
1439
+ # Returns the descriptor for the BrandSafetySuitability enum
1376
1440
  #
1377
- # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceMemberType enum
1378
- def self.custom_audience_member_type
1379
- require "google/ads/google_ads/v9/enums/custom_audience_member_type_pb"
1380
- Google::Ads::GoogleAds::V9::Enums::CustomAudienceMemberTypeEnum::CustomAudienceMemberType.descriptor
1441
+ # @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
1442
+ def self.brand_safety_suitability
1443
+ require "google/ads/google_ads/v9/enums/brand_safety_suitability_pb"
1444
+ Google::Ads::GoogleAds::V9::Enums::BrandSafetySuitabilityEnum::BrandSafetySuitability.descriptor
1381
1445
  end
1382
1446
 
1383
- # Returns the descriptor for the CustomAudienceStatus enum
1447
+ # Returns the descriptor for the CampaignExperimentType enum
1384
1448
  #
1385
- # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceStatus enum
1386
- def self.custom_audience_status
1387
- require "google/ads/google_ads/v9/enums/custom_audience_status_pb"
1388
- Google::Ads::GoogleAds::V9::Enums::CustomAudienceStatusEnum::CustomAudienceStatus.descriptor
1449
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentType enum
1450
+ def self.campaign_experiment_type
1451
+ require "google/ads/google_ads/v9/enums/campaign_experiment_type_pb"
1452
+ Google::Ads::GoogleAds::V9::Enums::CampaignExperimentTypeEnum::CampaignExperimentType.descriptor
1389
1453
  end
1390
1454
 
1391
- # Returns the descriptor for the CustomAudienceType enum
1455
+ # Returns the descriptor for the CampaignServingStatus enum
1392
1456
  #
1393
- # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceType enum
1394
- def self.custom_audience_type
1395
- require "google/ads/google_ads/v9/enums/custom_audience_type_pb"
1396
- Google::Ads::GoogleAds::V9::Enums::CustomAudienceTypeEnum::CustomAudienceType.descriptor
1457
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignServingStatus enum
1458
+ def self.campaign_serving_status
1459
+ require "google/ads/google_ads/v9/enums/campaign_serving_status_pb"
1460
+ Google::Ads::GoogleAds::V9::Enums::CampaignServingStatusEnum::CampaignServingStatus.descriptor
1397
1461
  end
1398
1462
 
1399
- # Returns the descriptor for the CustomConversionGoalStatus enum
1463
+ # Returns the descriptor for the CampaignStatus enum
1400
1464
  #
1401
- # @return [Google::Protobuf::EnumDescriptor] for the CustomConversionGoalStatus enum
1402
- def self.custom_conversion_goal_status
1403
- require "google/ads/google_ads/v9/enums/custom_conversion_goal_status_pb"
1404
- Google::Ads::GoogleAds::V9::Enums::CustomConversionGoalStatusEnum::CustomConversionGoalStatus.descriptor
1465
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignStatus enum
1466
+ def self.campaign_status
1467
+ require "google/ads/google_ads/v9/enums/campaign_status_pb"
1468
+ Google::Ads::GoogleAds::V9::Enums::CampaignStatusEnum::CampaignStatus.descriptor
1405
1469
  end
1406
1470
 
1407
- # Returns the descriptor for the CustomInterestMemberType enum
1471
+ # Returns the descriptor for the LocationSourceType enum
1408
1472
  #
1409
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
1410
- def self.custom_interest_member_type
1411
- require "google/ads/google_ads/v9/enums/custom_interest_member_type_pb"
1412
- Google::Ads::GoogleAds::V9::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
1473
+ # @return [Google::Protobuf::EnumDescriptor] for the LocationSourceType enum
1474
+ def self.location_source_type
1475
+ require "google/ads/google_ads/v9/enums/location_source_type_pb"
1476
+ Google::Ads::GoogleAds::V9::Enums::LocationSourceTypeEnum::LocationSourceType.descriptor
1413
1477
  end
1414
1478
 
1415
- # Returns the descriptor for the CustomInterestStatus enum
1479
+ # Returns the descriptor for the NegativeGeoTargetType enum
1416
1480
  #
1417
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
1418
- def self.custom_interest_status
1419
- require "google/ads/google_ads/v9/enums/custom_interest_status_pb"
1420
- Google::Ads::GoogleAds::V9::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
1481
+ # @return [Google::Protobuf::EnumDescriptor] for the NegativeGeoTargetType enum
1482
+ def self.negative_geo_target_type
1483
+ require "google/ads/google_ads/v9/enums/negative_geo_target_type_pb"
1484
+ Google::Ads::GoogleAds::V9::Enums::NegativeGeoTargetTypeEnum::NegativeGeoTargetType.descriptor
1421
1485
  end
1422
1486
 
1423
- # Returns the descriptor for the CustomInterestType enum
1487
+ # Returns the descriptor for the OptimizationGoalType enum
1424
1488
  #
1425
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
1426
- def self.custom_interest_type
1427
- require "google/ads/google_ads/v9/enums/custom_interest_type_pb"
1428
- Google::Ads::GoogleAds::V9::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
1489
+ # @return [Google::Protobuf::EnumDescriptor] for the OptimizationGoalType enum
1490
+ def self.optimization_goal_type
1491
+ require "google/ads/google_ads/v9/enums/optimization_goal_type_pb"
1492
+ Google::Ads::GoogleAds::V9::Enums::OptimizationGoalTypeEnum::OptimizationGoalType.descriptor
1429
1493
  end
1430
1494
 
1431
- # Returns the descriptor for the ManagerLinkStatus enum
1495
+ # Returns the descriptor for the PaymentMode enum
1432
1496
  #
1433
- # @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
1434
- def self.manager_link_status
1435
- require "google/ads/google_ads/v9/enums/manager_link_status_pb"
1436
- Google::Ads::GoogleAds::V9::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
1497
+ # @return [Google::Protobuf::EnumDescriptor] for the PaymentMode enum
1498
+ def self.payment_mode
1499
+ require "google/ads/google_ads/v9/enums/payment_mode_pb"
1500
+ Google::Ads::GoogleAds::V9::Enums::PaymentModeEnum::PaymentMode.descriptor
1437
1501
  end
1438
1502
 
1439
- # Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
1503
+ # Returns the descriptor for the PositiveGeoTargetType enum
1440
1504
  #
1441
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
1442
- def self.customer_pay_per_conversion_eligibility_failure_reason
1443
- require "google/ads/google_ads/v9/enums/customer_pay_per_conversion_eligibility_failure_reason_pb"
1444
- Google::Ads::GoogleAds::V9::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
1505
+ # @return [Google::Protobuf::EnumDescriptor] for the PositiveGeoTargetType enum
1506
+ def self.positive_geo_target_type
1507
+ require "google/ads/google_ads/v9/enums/positive_geo_target_type_pb"
1508
+ Google::Ads::GoogleAds::V9::Enums::PositiveGeoTargetTypeEnum::PositiveGeoTargetType.descriptor
1445
1509
  end
1446
1510
 
1447
- # Returns the descriptor for the AccessInvitationStatus enum
1511
+ # Returns the descriptor for the VanityPharmaDisplayUrlMode enum
1448
1512
  #
1449
- # @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationStatus enum
1450
- def self.access_invitation_status
1451
- require "google/ads/google_ads/v9/enums/access_invitation_status_pb"
1452
- Google::Ads::GoogleAds::V9::Enums::AccessInvitationStatusEnum::AccessInvitationStatus.descriptor
1513
+ # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaDisplayUrlMode enum
1514
+ def self.vanity_pharma_display_url_mode
1515
+ require "google/ads/google_ads/v9/enums/vanity_pharma_display_url_mode_pb"
1516
+ Google::Ads::GoogleAds::V9::Enums::VanityPharmaDisplayUrlModeEnum::VanityPharmaDisplayUrlMode.descriptor
1453
1517
  end
1454
1518
 
1455
- # Returns the descriptor for the AccessRole enum
1519
+ # Returns the descriptor for the VanityPharmaText enum
1456
1520
  #
1457
- # @return [Google::Protobuf::EnumDescriptor] for the AccessRole enum
1458
- def self.access_role
1459
- require "google/ads/google_ads/v9/enums/access_role_pb"
1460
- Google::Ads::GoogleAds::V9::Enums::AccessRoleEnum::AccessRole.descriptor
1521
+ # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaText enum
1522
+ def self.vanity_pharma_text
1523
+ require "google/ads/google_ads/v9/enums/vanity_pharma_text_pb"
1524
+ Google::Ads::GoogleAds::V9::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
1461
1525
  end
1462
1526
 
1463
- # Returns the descriptor for the CustomizerAttributeStatus enum
1527
+ # Returns the descriptor for the CampaignCriterionStatus enum
1464
1528
  #
1465
- # @return [Google::Protobuf::EnumDescriptor] for the CustomizerAttributeStatus enum
1466
- def self.customizer_attribute_status
1467
- require "google/ads/google_ads/v9/enums/customizer_attribute_status_pb"
1468
- Google::Ads::GoogleAds::V9::Enums::CustomizerAttributeStatusEnum::CustomizerAttributeStatus.descriptor
1529
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
1530
+ def self.campaign_criterion_status
1531
+ require "google/ads/google_ads/v9/enums/campaign_criterion_status_pb"
1532
+ Google::Ads::GoogleAds::V9::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
1469
1533
  end
1470
1534
 
1471
- # Returns the descriptor for the PlacementType enum
1535
+ # Returns the descriptor for the CustomAudienceMemberType enum
1472
1536
  #
1473
- # @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
1474
- def self.placement_type
1475
- require "google/ads/google_ads/v9/enums/placement_type_pb"
1476
- Google::Ads::GoogleAds::V9::Enums::PlacementTypeEnum::PlacementType.descriptor
1537
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceMemberType enum
1538
+ def self.custom_audience_member_type
1539
+ require "google/ads/google_ads/v9/enums/custom_audience_member_type_pb"
1540
+ Google::Ads::GoogleAds::V9::Enums::CustomAudienceMemberTypeEnum::CustomAudienceMemberType.descriptor
1477
1541
  end
1478
1542
 
1479
- # Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
1543
+ # Returns the descriptor for the CustomAudienceStatus enum
1480
1544
  #
1481
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
1482
- def self.criterion_category_channel_availability_mode
1483
- require "google/ads/google_ads/v9/enums/criterion_category_channel_availability_mode_pb"
1484
- Google::Ads::GoogleAds::V9::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
1545
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceStatus enum
1546
+ def self.custom_audience_status
1547
+ require "google/ads/google_ads/v9/enums/custom_audience_status_pb"
1548
+ Google::Ads::GoogleAds::V9::Enums::CustomAudienceStatusEnum::CustomAudienceStatus.descriptor
1485
1549
  end
1486
1550
 
1487
- # Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
1551
+ # Returns the descriptor for the CustomAudienceType enum
1488
1552
  #
1489
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
1490
- def self.criterion_category_locale_availability_mode
1491
- require "google/ads/google_ads/v9/enums/criterion_category_locale_availability_mode_pb"
1492
- Google::Ads::GoogleAds::V9::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
1553
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceType enum
1554
+ def self.custom_audience_type
1555
+ require "google/ads/google_ads/v9/enums/custom_audience_type_pb"
1556
+ Google::Ads::GoogleAds::V9::Enums::CustomAudienceTypeEnum::CustomAudienceType.descriptor
1493
1557
  end
1494
1558
 
1495
- # Returns the descriptor for the DistanceBucket enum
1559
+ # Returns the descriptor for the ProductBiddingCategoryStatus enum
1496
1560
  #
1497
- # @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
1498
- def self.distance_bucket
1499
- require "google/ads/google_ads/v9/enums/distance_bucket_pb"
1500
- Google::Ads::GoogleAds::V9::Enums::DistanceBucketEnum::DistanceBucket.descriptor
1561
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
1562
+ def self.product_bidding_category_status
1563
+ require "google/ads/google_ads/v9/enums/product_bidding_category_status_pb"
1564
+ Google::Ads::GoogleAds::V9::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
1501
1565
  end
1502
1566
 
1503
- # Returns the descriptor for the AppStore enum
1567
+ # Returns the descriptor for the MerchantCenterLinkStatus enum
1504
1568
  #
1505
- # @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
1506
- def self.app_store
1507
- require "google/ads/google_ads/v9/enums/app_store_pb"
1508
- Google::Ads::GoogleAds::V9::Enums::AppStoreEnum::AppStore.descriptor
1569
+ # @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
1570
+ def self.merchant_center_link_status
1571
+ require "google/ads/google_ads/v9/enums/merchant_center_link_status_pb"
1572
+ Google::Ads::GoogleAds::V9::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
1509
1573
  end
1510
1574
 
1511
1575
  # Returns the descriptor for the FeedItemTargetDevice enum
@@ -1516,22 +1580,6 @@ module Google
1516
1580
  Google::Ads::GoogleAds::V9::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
1517
1581
  end
1518
1582
 
1519
- # Returns the descriptor for the FeedItemSetStringFilterType enum
1520
- #
1521
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStringFilterType enum
1522
- def self.feed_item_set_string_filter_type
1523
- require "google/ads/google_ads/v9/enums/feed_item_set_string_filter_type_pb"
1524
- Google::Ads::GoogleAds::V9::Enums::FeedItemSetStringFilterTypeEnum::FeedItemSetStringFilterType.descriptor
1525
- end
1526
-
1527
- # Returns the descriptor for the FeedItemSetStatus enum
1528
- #
1529
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStatus enum
1530
- def self.feed_item_set_status
1531
- require "google/ads/google_ads/v9/enums/feed_item_set_status_pb"
1532
- Google::Ads::GoogleAds::V9::Enums::FeedItemSetStatusEnum::FeedItemSetStatus.descriptor
1533
- end
1534
-
1535
1583
  # Returns the descriptor for the FeedItemTargetStatus enum
1536
1584
  #
1537
1585
  # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetStatus enum
@@ -1548,204 +1596,172 @@ module Google
1548
1596
  Google::Ads::GoogleAds::V9::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
1549
1597
  end
1550
1598
 
1551
- # Returns the descriptor for the AdCustomizerPlaceholderField enum
1552
- #
1553
- # @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
1554
- def self.ad_customizer_placeholder_field
1555
- require "google/ads/google_ads/v9/enums/ad_customizer_placeholder_field_pb"
1556
- Google::Ads::GoogleAds::V9::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
1557
- end
1558
-
1559
- # Returns the descriptor for the AffiliateLocationPlaceholderField enum
1560
- #
1561
- # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
1562
- def self.affiliate_location_placeholder_field
1563
- require "google/ads/google_ads/v9/enums/affiliate_location_placeholder_field_pb"
1564
- Google::Ads::GoogleAds::V9::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
1565
- end
1566
-
1567
- # Returns the descriptor for the AppPlaceholderField enum
1568
- #
1569
- # @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
1570
- def self.app_placeholder_field
1571
- require "google/ads/google_ads/v9/enums/app_placeholder_field_pb"
1572
- Google::Ads::GoogleAds::V9::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
1573
- end
1574
-
1575
- # Returns the descriptor for the CallPlaceholderField enum
1576
- #
1577
- # @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
1578
- def self.call_placeholder_field
1579
- require "google/ads/google_ads/v9/enums/call_placeholder_field_pb"
1580
- Google::Ads::GoogleAds::V9::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
1581
- end
1582
-
1583
- # Returns the descriptor for the CalloutPlaceholderField enum
1599
+ # Returns the descriptor for the AppStore enum
1584
1600
  #
1585
- # @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
1586
- def self.callout_placeholder_field
1587
- require "google/ads/google_ads/v9/enums/callout_placeholder_field_pb"
1588
- Google::Ads::GoogleAds::V9::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
1601
+ # @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
1602
+ def self.app_store
1603
+ require "google/ads/google_ads/v9/enums/app_store_pb"
1604
+ Google::Ads::GoogleAds::V9::Enums::AppStoreEnum::AppStore.descriptor
1589
1605
  end
1590
1606
 
1591
- # Returns the descriptor for the CustomPlaceholderField enum
1607
+ # Returns the descriptor for the UserIdentifierSource enum
1592
1608
  #
1593
- # @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
1594
- def self.custom_placeholder_field
1595
- require "google/ads/google_ads/v9/enums/custom_placeholder_field_pb"
1596
- Google::Ads::GoogleAds::V9::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
1609
+ # @return [Google::Protobuf::EnumDescriptor] for the UserIdentifierSource enum
1610
+ def self.user_identifier_source
1611
+ require "google/ads/google_ads/v9/enums/user_identifier_source_pb"
1612
+ Google::Ads::GoogleAds::V9::Enums::UserIdentifierSourceEnum::UserIdentifierSource.descriptor
1597
1613
  end
1598
1614
 
1599
- # Returns the descriptor for the DsaPageFeedCriterionField enum
1615
+ # Returns the descriptor for the OfflineUserDataJobFailureReason enum
1600
1616
  #
1601
- # @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
1602
- def self.dsa_page_feed_criterion_field
1603
- require "google/ads/google_ads/v9/enums/dsa_page_feed_criterion_field_pb"
1604
- Google::Ads::GoogleAds::V9::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
1617
+ # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobFailureReason enum
1618
+ def self.offline_user_data_job_failure_reason
1619
+ require "google/ads/google_ads/v9/enums/offline_user_data_job_failure_reason_pb"
1620
+ Google::Ads::GoogleAds::V9::Enums::OfflineUserDataJobFailureReasonEnum::OfflineUserDataJobFailureReason.descriptor
1605
1621
  end
1606
1622
 
1607
- # Returns the descriptor for the EducationPlaceholderField enum
1623
+ # Returns the descriptor for the OfflineUserDataJobMatchRateRange enum
1608
1624
  #
1609
- # @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
1610
- def self.education_placeholder_field
1611
- require "google/ads/google_ads/v9/enums/education_placeholder_field_pb"
1612
- Google::Ads::GoogleAds::V9::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
1625
+ # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobMatchRateRange enum
1626
+ def self.offline_user_data_job_match_rate_range
1627
+ require "google/ads/google_ads/v9/enums/offline_user_data_job_match_rate_range_pb"
1628
+ Google::Ads::GoogleAds::V9::Enums::OfflineUserDataJobMatchRateRangeEnum::OfflineUserDataJobMatchRateRange.descriptor
1613
1629
  end
1614
1630
 
1615
- # Returns the descriptor for the FeedMappingCriterionType enum
1631
+ # Returns the descriptor for the OfflineUserDataJobStatus enum
1616
1632
  #
1617
- # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
1618
- def self.feed_mapping_criterion_type
1619
- require "google/ads/google_ads/v9/enums/feed_mapping_criterion_type_pb"
1620
- Google::Ads::GoogleAds::V9::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
1633
+ # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobStatus enum
1634
+ def self.offline_user_data_job_status
1635
+ require "google/ads/google_ads/v9/enums/offline_user_data_job_status_pb"
1636
+ Google::Ads::GoogleAds::V9::Enums::OfflineUserDataJobStatusEnum::OfflineUserDataJobStatus.descriptor
1621
1637
  end
1622
1638
 
1623
- # Returns the descriptor for the FeedMappingStatus enum
1639
+ # Returns the descriptor for the OfflineUserDataJobType enum
1624
1640
  #
1625
- # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
1626
- def self.feed_mapping_status
1627
- require "google/ads/google_ads/v9/enums/feed_mapping_status_pb"
1628
- Google::Ads::GoogleAds::V9::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
1641
+ # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobType enum
1642
+ def self.offline_user_data_job_type
1643
+ require "google/ads/google_ads/v9/enums/offline_user_data_job_type_pb"
1644
+ Google::Ads::GoogleAds::V9::Enums::OfflineUserDataJobTypeEnum::OfflineUserDataJobType.descriptor
1629
1645
  end
1630
1646
 
1631
- # Returns the descriptor for the FlightPlaceholderField enum
1647
+ # Returns the descriptor for the CampaignDraftStatus enum
1632
1648
  #
1633
- # @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
1634
- def self.flight_placeholder_field
1635
- require "google/ads/google_ads/v9/enums/flight_placeholder_field_pb"
1636
- Google::Ads::GoogleAds::V9::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
1649
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
1650
+ def self.campaign_draft_status
1651
+ require "google/ads/google_ads/v9/enums/campaign_draft_status_pb"
1652
+ Google::Ads::GoogleAds::V9::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
1637
1653
  end
1638
1654
 
1639
- # Returns the descriptor for the HotelPlaceholderField enum
1655
+ # Returns the descriptor for the AccountLinkStatus enum
1640
1656
  #
1641
- # @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
1642
- def self.hotel_placeholder_field
1643
- require "google/ads/google_ads/v9/enums/hotel_placeholder_field_pb"
1644
- Google::Ads::GoogleAds::V9::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
1657
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountLinkStatus enum
1658
+ def self.account_link_status
1659
+ require "google/ads/google_ads/v9/enums/account_link_status_pb"
1660
+ Google::Ads::GoogleAds::V9::Enums::AccountLinkStatusEnum::AccountLinkStatus.descriptor
1645
1661
  end
1646
1662
 
1647
- # Returns the descriptor for the ImagePlaceholderField enum
1663
+ # Returns the descriptor for the LinkedAccountType enum
1648
1664
  #
1649
- # @return [Google::Protobuf::EnumDescriptor] for the ImagePlaceholderField enum
1650
- def self.image_placeholder_field
1651
- require "google/ads/google_ads/v9/enums/image_placeholder_field_pb"
1652
- Google::Ads::GoogleAds::V9::Enums::ImagePlaceholderFieldEnum::ImagePlaceholderField.descriptor
1665
+ # @return [Google::Protobuf::EnumDescriptor] for the LinkedAccountType enum
1666
+ def self.linked_account_type
1667
+ require "google/ads/google_ads/v9/enums/linked_account_type_pb"
1668
+ Google::Ads::GoogleAds::V9::Enums::LinkedAccountTypeEnum::LinkedAccountType.descriptor
1653
1669
  end
1654
1670
 
1655
- # Returns the descriptor for the JobPlaceholderField enum
1671
+ # Returns the descriptor for the MediaType enum
1656
1672
  #
1657
- # @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
1658
- def self.job_placeholder_field
1659
- require "google/ads/google_ads/v9/enums/job_placeholder_field_pb"
1660
- Google::Ads::GoogleAds::V9::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
1673
+ # @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
1674
+ def self.media_type
1675
+ require "google/ads/google_ads/v9/enums/media_type_pb"
1676
+ Google::Ads::GoogleAds::V9::Enums::MediaTypeEnum::MediaType.descriptor
1661
1677
  end
1662
1678
 
1663
- # Returns the descriptor for the LocalPlaceholderField enum
1679
+ # Returns the descriptor for the DistanceBucket enum
1664
1680
  #
1665
- # @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
1666
- def self.local_placeholder_field
1667
- require "google/ads/google_ads/v9/enums/local_placeholder_field_pb"
1668
- Google::Ads::GoogleAds::V9::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
1681
+ # @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
1682
+ def self.distance_bucket
1683
+ require "google/ads/google_ads/v9/enums/distance_bucket_pb"
1684
+ Google::Ads::GoogleAds::V9::Enums::DistanceBucketEnum::DistanceBucket.descriptor
1669
1685
  end
1670
1686
 
1671
- # Returns the descriptor for the LocationExtensionTargetingCriterionField enum
1687
+ # Returns the descriptor for the CampaignExperimentStatus enum
1672
1688
  #
1673
- # @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
1674
- def self.location_extension_targeting_criterion_field
1675
- require "google/ads/google_ads/v9/enums/location_extension_targeting_criterion_field_pb"
1676
- Google::Ads::GoogleAds::V9::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
1689
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentStatus enum
1690
+ def self.campaign_experiment_status
1691
+ require "google/ads/google_ads/v9/enums/campaign_experiment_status_pb"
1692
+ Google::Ads::GoogleAds::V9::Enums::CampaignExperimentStatusEnum::CampaignExperimentStatus.descriptor
1677
1693
  end
1678
1694
 
1679
- # Returns the descriptor for the LocationPlaceholderField enum
1695
+ # Returns the descriptor for the CampaignExperimentTrafficSplitType enum
1680
1696
  #
1681
- # @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
1682
- def self.location_placeholder_field
1683
- require "google/ads/google_ads/v9/enums/location_placeholder_field_pb"
1684
- Google::Ads::GoogleAds::V9::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
1697
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentTrafficSplitType enum
1698
+ def self.campaign_experiment_traffic_split_type
1699
+ require "google/ads/google_ads/v9/enums/campaign_experiment_traffic_split_type_pb"
1700
+ Google::Ads::GoogleAds::V9::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
1685
1701
  end
1686
1702
 
1687
- # Returns the descriptor for the MessagePlaceholderField enum
1703
+ # Returns the descriptor for the AssetGroupStatus enum
1688
1704
  #
1689
- # @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
1690
- def self.message_placeholder_field
1691
- require "google/ads/google_ads/v9/enums/message_placeholder_field_pb"
1692
- Google::Ads::GoogleAds::V9::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
1705
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetGroupStatus enum
1706
+ def self.asset_group_status
1707
+ require "google/ads/google_ads/v9/enums/asset_group_status_pb"
1708
+ Google::Ads::GoogleAds::V9::Enums::AssetGroupStatusEnum::AssetGroupStatus.descriptor
1693
1709
  end
1694
1710
 
1695
- # Returns the descriptor for the PricePlaceholderField enum
1711
+ # Returns the descriptor for the ConversionValueRuleSetStatus enum
1696
1712
  #
1697
- # @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
1698
- def self.price_placeholder_field
1699
- require "google/ads/google_ads/v9/enums/price_placeholder_field_pb"
1700
- Google::Ads::GoogleAds::V9::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
1713
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionValueRuleSetStatus enum
1714
+ def self.conversion_value_rule_set_status
1715
+ require "google/ads/google_ads/v9/enums/conversion_value_rule_set_status_pb"
1716
+ Google::Ads::GoogleAds::V9::Enums::ConversionValueRuleSetStatusEnum::ConversionValueRuleSetStatus.descriptor
1701
1717
  end
1702
1718
 
1703
- # Returns the descriptor for the PromotionPlaceholderField enum
1719
+ # Returns the descriptor for the ValueRuleSetAttachmentType enum
1704
1720
  #
1705
- # @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
1706
- def self.promotion_placeholder_field
1707
- require "google/ads/google_ads/v9/enums/promotion_placeholder_field_pb"
1708
- Google::Ads::GoogleAds::V9::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
1721
+ # @return [Google::Protobuf::EnumDescriptor] for the ValueRuleSetAttachmentType enum
1722
+ def self.value_rule_set_attachment_type
1723
+ require "google/ads/google_ads/v9/enums/value_rule_set_attachment_type_pb"
1724
+ Google::Ads::GoogleAds::V9::Enums::ValueRuleSetAttachmentTypeEnum::ValueRuleSetAttachmentType.descriptor
1709
1725
  end
1710
1726
 
1711
- # Returns the descriptor for the RealEstatePlaceholderField enum
1727
+ # Returns the descriptor for the ValueRuleSetDimension enum
1712
1728
  #
1713
- # @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
1714
- def self.real_estate_placeholder_field
1715
- require "google/ads/google_ads/v9/enums/real_estate_placeholder_field_pb"
1716
- Google::Ads::GoogleAds::V9::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
1729
+ # @return [Google::Protobuf::EnumDescriptor] for the ValueRuleSetDimension enum
1730
+ def self.value_rule_set_dimension
1731
+ require "google/ads/google_ads/v9/enums/value_rule_set_dimension_pb"
1732
+ Google::Ads::GoogleAds::V9::Enums::ValueRuleSetDimensionEnum::ValueRuleSetDimension.descriptor
1717
1733
  end
1718
1734
 
1719
- # Returns the descriptor for the SitelinkPlaceholderField enum
1735
+ # Returns the descriptor for the FeedItemSetStringFilterType enum
1720
1736
  #
1721
- # @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
1722
- def self.sitelink_placeholder_field
1723
- require "google/ads/google_ads/v9/enums/sitelink_placeholder_field_pb"
1724
- Google::Ads::GoogleAds::V9::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
1737
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStringFilterType enum
1738
+ def self.feed_item_set_string_filter_type
1739
+ require "google/ads/google_ads/v9/enums/feed_item_set_string_filter_type_pb"
1740
+ Google::Ads::GoogleAds::V9::Enums::FeedItemSetStringFilterTypeEnum::FeedItemSetStringFilterType.descriptor
1725
1741
  end
1726
1742
 
1727
- # Returns the descriptor for the StructuredSnippetPlaceholderField enum
1743
+ # Returns the descriptor for the FeedItemSetStatus enum
1728
1744
  #
1729
- # @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
1730
- def self.structured_snippet_placeholder_field
1731
- require "google/ads/google_ads/v9/enums/structured_snippet_placeholder_field_pb"
1732
- Google::Ads::GoogleAds::V9::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
1745
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStatus enum
1746
+ def self.feed_item_set_status
1747
+ require "google/ads/google_ads/v9/enums/feed_item_set_status_pb"
1748
+ Google::Ads::GoogleAds::V9::Enums::FeedItemSetStatusEnum::FeedItemSetStatus.descriptor
1733
1749
  end
1734
1750
 
1735
- # Returns the descriptor for the TravelPlaceholderField enum
1751
+ # Returns the descriptor for the KeywordPlanNetwork enum
1736
1752
  #
1737
- # @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
1738
- def self.travel_placeholder_field
1739
- require "google/ads/google_ads/v9/enums/travel_placeholder_field_pb"
1740
- Google::Ads::GoogleAds::V9::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
1753
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
1754
+ def self.keyword_plan_network
1755
+ require "google/ads/google_ads/v9/enums/keyword_plan_network_pb"
1756
+ Google::Ads::GoogleAds::V9::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
1741
1757
  end
1742
1758
 
1743
- # Returns the descriptor for the GeoTargetConstantStatus enum
1759
+ # Returns the descriptor for the UserInterestTaxonomyType enum
1744
1760
  #
1745
- # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
1746
- def self.geo_target_constant_status
1747
- require "google/ads/google_ads/v9/enums/geo_target_constant_status_pb"
1748
- Google::Ads::GoogleAds::V9::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
1761
+ # @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
1762
+ def self.user_interest_taxonomy_type
1763
+ require "google/ads/google_ads/v9/enums/user_interest_taxonomy_type_pb"
1764
+ Google::Ads::GoogleAds::V9::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
1749
1765
  end
1750
1766
 
1751
1767
  # Returns the descriptor for the GeoTargetingType enum
@@ -1756,60 +1772,52 @@ module Google
1756
1772
  Google::Ads::GoogleAds::V9::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
1757
1773
  end
1758
1774
 
1759
- # Returns the descriptor for the GoogleAdsFieldCategory enum
1760
- #
1761
- # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
1762
- def self.google_ads_field_category
1763
- require "google/ads/google_ads/v9/enums/google_ads_field_category_pb"
1764
- Google::Ads::GoogleAds::V9::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
1765
- end
1766
-
1767
- # Returns the descriptor for the GoogleAdsFieldDataType enum
1775
+ # Returns the descriptor for the RecommendationType enum
1768
1776
  #
1769
- # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
1770
- def self.google_ads_field_data_type
1771
- require "google/ads/google_ads/v9/enums/google_ads_field_data_type_pb"
1772
- Google::Ads::GoogleAds::V9::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
1777
+ # @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
1778
+ def self.recommendation_type
1779
+ require "google/ads/google_ads/v9/enums/recommendation_type_pb"
1780
+ Google::Ads::GoogleAds::V9::Enums::RecommendationTypeEnum::RecommendationType.descriptor
1773
1781
  end
1774
1782
 
1775
- # Returns the descriptor for the HotelReconciliationStatus enum
1783
+ # Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
1776
1784
  #
1777
- # @return [Google::Protobuf::EnumDescriptor] for the HotelReconciliationStatus enum
1778
- def self.hotel_reconciliation_status
1779
- require "google/ads/google_ads/v9/enums/hotel_reconciliation_status_pb"
1780
- Google::Ads::GoogleAds::V9::Enums::HotelReconciliationStatusEnum::HotelReconciliationStatus.descriptor
1785
+ # @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
1786
+ def self.target_cpa_opt_in_recommendation_goal
1787
+ require "google/ads/google_ads/v9/enums/target_cpa_opt_in_recommendation_goal_pb"
1788
+ Google::Ads::GoogleAds::V9::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
1781
1789
  end
1782
1790
 
1783
- # Returns the descriptor for the MonthOfYear enum
1791
+ # Returns the descriptor for the SharedSetStatus enum
1784
1792
  #
1785
- # @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
1786
- def self.month_of_year
1787
- require "google/ads/google_ads/v9/enums/month_of_year_pb"
1788
- Google::Ads::GoogleAds::V9::Enums::MonthOfYearEnum::MonthOfYear.descriptor
1793
+ # @return [Google::Protobuf::EnumDescriptor] for the SharedSetStatus enum
1794
+ def self.shared_set_status
1795
+ require "google/ads/google_ads/v9/enums/shared_set_status_pb"
1796
+ Google::Ads::GoogleAds::V9::Enums::SharedSetStatusEnum::SharedSetStatus.descriptor
1789
1797
  end
1790
1798
 
1791
- # Returns the descriptor for the InvoiceType enum
1799
+ # Returns the descriptor for the SharedSetType enum
1792
1800
  #
1793
- # @return [Google::Protobuf::EnumDescriptor] for the InvoiceType enum
1794
- def self.invoice_type
1795
- require "google/ads/google_ads/v9/enums/invoice_type_pb"
1796
- Google::Ads::GoogleAds::V9::Enums::InvoiceTypeEnum::InvoiceType.descriptor
1801
+ # @return [Google::Protobuf::EnumDescriptor] for the SharedSetType enum
1802
+ def self.shared_set_type
1803
+ require "google/ads/google_ads/v9/enums/shared_set_type_pb"
1804
+ Google::Ads::GoogleAds::V9::Enums::SharedSetTypeEnum::SharedSetType.descriptor
1797
1805
  end
1798
1806
 
1799
- # Returns the descriptor for the KeywordPlanNetwork enum
1807
+ # Returns the descriptor for the TrackingCodePageFormat enum
1800
1808
  #
1801
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
1802
- def self.keyword_plan_network
1803
- require "google/ads/google_ads/v9/enums/keyword_plan_network_pb"
1804
- Google::Ads::GoogleAds::V9::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
1809
+ # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
1810
+ def self.tracking_code_page_format
1811
+ require "google/ads/google_ads/v9/enums/tracking_code_page_format_pb"
1812
+ Google::Ads::GoogleAds::V9::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
1805
1813
  end
1806
1814
 
1807
- # Returns the descriptor for the KeywordPlanForecastInterval enum
1815
+ # Returns the descriptor for the TrackingCodeType enum
1808
1816
  #
1809
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
1810
- def self.keyword_plan_forecast_interval
1811
- require "google/ads/google_ads/v9/enums/keyword_plan_forecast_interval_pb"
1812
- Google::Ads::GoogleAds::V9::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
1817
+ # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
1818
+ def self.tracking_code_type
1819
+ require "google/ads/google_ads/v9/enums/tracking_code_type_pb"
1820
+ Google::Ads::GoogleAds::V9::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
1813
1821
  end
1814
1822
 
1815
1823
  # Returns the descriptor for the LabelStatus enum
@@ -1820,100 +1828,108 @@ module Google
1820
1828
  Google::Ads::GoogleAds::V9::Enums::LabelStatusEnum::LabelStatus.descriptor
1821
1829
  end
1822
1830
 
1823
- # Returns the descriptor for the MediaType enum
1831
+ # Returns the descriptor for the AssetSetStatus enum
1832
+ #
1833
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetSetStatus enum
1834
+ def self.asset_set_status
1835
+ require "google/ads/google_ads/v9/enums/asset_set_status_pb"
1836
+ Google::Ads::GoogleAds::V9::Enums::AssetSetStatusEnum::AssetSetStatus.descriptor
1837
+ end
1838
+
1839
+ # Returns the descriptor for the AssetSetType enum
1824
1840
  #
1825
- # @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
1826
- def self.media_type
1827
- require "google/ads/google_ads/v9/enums/media_type_pb"
1828
- Google::Ads::GoogleAds::V9::Enums::MediaTypeEnum::MediaType.descriptor
1841
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetSetType enum
1842
+ def self.asset_set_type
1843
+ require "google/ads/google_ads/v9/enums/asset_set_type_pb"
1844
+ Google::Ads::GoogleAds::V9::Enums::AssetSetTypeEnum::AssetSetType.descriptor
1829
1845
  end
1830
1846
 
1831
- # Returns the descriptor for the MerchantCenterLinkStatus enum
1847
+ # Returns the descriptor for the HotelReconciliationStatus enum
1832
1848
  #
1833
- # @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
1834
- def self.merchant_center_link_status
1835
- require "google/ads/google_ads/v9/enums/merchant_center_link_status_pb"
1836
- Google::Ads::GoogleAds::V9::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
1849
+ # @return [Google::Protobuf::EnumDescriptor] for the HotelReconciliationStatus enum
1850
+ def self.hotel_reconciliation_status
1851
+ require "google/ads/google_ads/v9/enums/hotel_reconciliation_status_pb"
1852
+ Google::Ads::GoogleAds::V9::Enums::HotelReconciliationStatusEnum::HotelReconciliationStatus.descriptor
1837
1853
  end
1838
1854
 
1839
- # Returns the descriptor for the MobileDeviceType enum
1855
+ # Returns the descriptor for the GoalConfigLevel enum
1840
1856
  #
1841
- # @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
1842
- def self.mobile_device_type
1843
- require "google/ads/google_ads/v9/enums/mobile_device_type_pb"
1844
- Google::Ads::GoogleAds::V9::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
1857
+ # @return [Google::Protobuf::EnumDescriptor] for the GoalConfigLevel enum
1858
+ def self.goal_config_level
1859
+ require "google/ads/google_ads/v9/enums/goal_config_level_pb"
1860
+ Google::Ads::GoogleAds::V9::Enums::GoalConfigLevelEnum::GoalConfigLevel.descriptor
1845
1861
  end
1846
1862
 
1847
- # Returns the descriptor for the UserIdentifierSource enum
1863
+ # Returns the descriptor for the CombinedAudienceStatus enum
1848
1864
  #
1849
- # @return [Google::Protobuf::EnumDescriptor] for the UserIdentifierSource enum
1850
- def self.user_identifier_source
1851
- require "google/ads/google_ads/v9/enums/user_identifier_source_pb"
1852
- Google::Ads::GoogleAds::V9::Enums::UserIdentifierSourceEnum::UserIdentifierSource.descriptor
1865
+ # @return [Google::Protobuf::EnumDescriptor] for the CombinedAudienceStatus enum
1866
+ def self.combined_audience_status
1867
+ require "google/ads/google_ads/v9/enums/combined_audience_status_pb"
1868
+ Google::Ads::GoogleAds::V9::Enums::CombinedAudienceStatusEnum::CombinedAudienceStatus.descriptor
1853
1869
  end
1854
1870
 
1855
- # Returns the descriptor for the OfflineUserDataJobFailureReason enum
1871
+ # Returns the descriptor for the ConversionCustomVariableStatus enum
1856
1872
  #
1857
- # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobFailureReason enum
1858
- def self.offline_user_data_job_failure_reason
1859
- require "google/ads/google_ads/v9/enums/offline_user_data_job_failure_reason_pb"
1860
- Google::Ads::GoogleAds::V9::Enums::OfflineUserDataJobFailureReasonEnum::OfflineUserDataJobFailureReason.descriptor
1873
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionCustomVariableStatus enum
1874
+ def self.conversion_custom_variable_status
1875
+ require "google/ads/google_ads/v9/enums/conversion_custom_variable_status_pb"
1876
+ Google::Ads::GoogleAds::V9::Enums::ConversionCustomVariableStatusEnum::ConversionCustomVariableStatus.descriptor
1861
1877
  end
1862
1878
 
1863
- # Returns the descriptor for the OfflineUserDataJobMatchRateRange enum
1879
+ # Returns the descriptor for the BatchJobStatus enum
1864
1880
  #
1865
- # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobMatchRateRange enum
1866
- def self.offline_user_data_job_match_rate_range
1867
- require "google/ads/google_ads/v9/enums/offline_user_data_job_match_rate_range_pb"
1868
- Google::Ads::GoogleAds::V9::Enums::OfflineUserDataJobMatchRateRangeEnum::OfflineUserDataJobMatchRateRange.descriptor
1881
+ # @return [Google::Protobuf::EnumDescriptor] for the BatchJobStatus enum
1882
+ def self.batch_job_status
1883
+ require "google/ads/google_ads/v9/enums/batch_job_status_pb"
1884
+ Google::Ads::GoogleAds::V9::Enums::BatchJobStatusEnum::BatchJobStatus.descriptor
1869
1885
  end
1870
1886
 
1871
- # Returns the descriptor for the OfflineUserDataJobStatus enum
1887
+ # Returns the descriptor for the CustomInterestMemberType enum
1872
1888
  #
1873
- # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobStatus enum
1874
- def self.offline_user_data_job_status
1875
- require "google/ads/google_ads/v9/enums/offline_user_data_job_status_pb"
1876
- Google::Ads::GoogleAds::V9::Enums::OfflineUserDataJobStatusEnum::OfflineUserDataJobStatus.descriptor
1889
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
1890
+ def self.custom_interest_member_type
1891
+ require "google/ads/google_ads/v9/enums/custom_interest_member_type_pb"
1892
+ Google::Ads::GoogleAds::V9::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
1877
1893
  end
1878
1894
 
1879
- # Returns the descriptor for the OfflineUserDataJobType enum
1895
+ # Returns the descriptor for the CustomInterestStatus enum
1880
1896
  #
1881
- # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobType enum
1882
- def self.offline_user_data_job_type
1883
- require "google/ads/google_ads/v9/enums/offline_user_data_job_type_pb"
1884
- Google::Ads::GoogleAds::V9::Enums::OfflineUserDataJobTypeEnum::OfflineUserDataJobType.descriptor
1897
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
1898
+ def self.custom_interest_status
1899
+ require "google/ads/google_ads/v9/enums/custom_interest_status_pb"
1900
+ Google::Ads::GoogleAds::V9::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
1885
1901
  end
1886
1902
 
1887
- # Returns the descriptor for the OperatingSystemVersionOperatorType enum
1903
+ # Returns the descriptor for the CustomInterestType enum
1888
1904
  #
1889
- # @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
1890
- def self.operating_system_version_operator_type
1891
- require "google/ads/google_ads/v9/enums/operating_system_version_operator_type_pb"
1892
- Google::Ads::GoogleAds::V9::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
1905
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
1906
+ def self.custom_interest_type
1907
+ require "google/ads/google_ads/v9/enums/custom_interest_type_pb"
1908
+ Google::Ads::GoogleAds::V9::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
1893
1909
  end
1894
1910
 
1895
- # Returns the descriptor for the ProductBiddingCategoryStatus enum
1911
+ # Returns the descriptor for the ChangeStatusOperation enum
1896
1912
  #
1897
- # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
1898
- def self.product_bidding_category_status
1899
- require "google/ads/google_ads/v9/enums/product_bidding_category_status_pb"
1900
- Google::Ads::GoogleAds::V9::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
1913
+ # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
1914
+ def self.change_status_operation
1915
+ require "google/ads/google_ads/v9/enums/change_status_operation_pb"
1916
+ Google::Ads::GoogleAds::V9::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
1901
1917
  end
1902
1918
 
1903
- # Returns the descriptor for the RecommendationType enum
1919
+ # Returns the descriptor for the ChangeStatusResourceType enum
1904
1920
  #
1905
- # @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
1906
- def self.recommendation_type
1907
- require "google/ads/google_ads/v9/enums/recommendation_type_pb"
1908
- Google::Ads::GoogleAds::V9::Enums::RecommendationTypeEnum::RecommendationType.descriptor
1921
+ # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
1922
+ def self.change_status_resource_type
1923
+ require "google/ads/google_ads/v9/enums/change_status_resource_type_pb"
1924
+ Google::Ads::GoogleAds::V9::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
1909
1925
  end
1910
1926
 
1911
- # Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
1927
+ # Returns the descriptor for the CustomConversionGoalStatus enum
1912
1928
  #
1913
- # @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
1914
- def self.target_cpa_opt_in_recommendation_goal
1915
- require "google/ads/google_ads/v9/enums/target_cpa_opt_in_recommendation_goal_pb"
1916
- Google::Ads::GoogleAds::V9::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
1929
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomConversionGoalStatus enum
1930
+ def self.custom_conversion_goal_status
1931
+ require "google/ads/google_ads/v9/enums/custom_conversion_goal_status_pb"
1932
+ Google::Ads::GoogleAds::V9::Enums::CustomConversionGoalStatusEnum::CustomConversionGoalStatus.descriptor
1917
1933
  end
1918
1934
 
1919
1935
  # Returns the descriptor for the SearchTermTargetingStatus enum
@@ -1924,148 +1940,132 @@ module Google
1924
1940
  Google::Ads::GoogleAds::V9::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
1925
1941
  end
1926
1942
 
1927
- # Returns the descriptor for the SharedSetStatus enum
1928
- #
1929
- # @return [Google::Protobuf::EnumDescriptor] for the SharedSetStatus enum
1930
- def self.shared_set_status
1931
- require "google/ads/google_ads/v9/enums/shared_set_status_pb"
1932
- Google::Ads::GoogleAds::V9::Enums::SharedSetStatusEnum::SharedSetStatus.descriptor
1933
- end
1934
-
1935
- # Returns the descriptor for the SharedSetType enum
1936
- #
1937
- # @return [Google::Protobuf::EnumDescriptor] for the SharedSetType enum
1938
- def self.shared_set_type
1939
- require "google/ads/google_ads/v9/enums/shared_set_type_pb"
1940
- Google::Ads::GoogleAds::V9::Enums::SharedSetTypeEnum::SharedSetType.descriptor
1941
- end
1942
-
1943
- # Returns the descriptor for the UserInterestTaxonomyType enum
1943
+ # Returns the descriptor for the AccessInvitationStatus enum
1944
1944
  #
1945
- # @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
1946
- def self.user_interest_taxonomy_type
1947
- require "google/ads/google_ads/v9/enums/user_interest_taxonomy_type_pb"
1948
- Google::Ads::GoogleAds::V9::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
1945
+ # @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationStatus enum
1946
+ def self.access_invitation_status
1947
+ require "google/ads/google_ads/v9/enums/access_invitation_status_pb"
1948
+ Google::Ads::GoogleAds::V9::Enums::AccessInvitationStatusEnum::AccessInvitationStatus.descriptor
1949
1949
  end
1950
1950
 
1951
- # Returns the descriptor for the CustomerMatchUploadKeyType enum
1951
+ # Returns the descriptor for the AccessRole enum
1952
1952
  #
1953
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
1954
- def self.customer_match_upload_key_type
1955
- require "google/ads/google_ads/v9/enums/customer_match_upload_key_type_pb"
1956
- Google::Ads::GoogleAds::V9::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
1953
+ # @return [Google::Protobuf::EnumDescriptor] for the AccessRole enum
1954
+ def self.access_role
1955
+ require "google/ads/google_ads/v9/enums/access_role_pb"
1956
+ Google::Ads::GoogleAds::V9::Enums::AccessRoleEnum::AccessRole.descriptor
1957
1957
  end
1958
1958
 
1959
- # Returns the descriptor for the UserListCombinedRuleOperator enum
1959
+ # Returns the descriptor for the GoogleAdsFieldCategory enum
1960
1960
  #
1961
- # @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
1962
- def self.user_list_combined_rule_operator
1963
- require "google/ads/google_ads/v9/enums/user_list_combined_rule_operator_pb"
1964
- Google::Ads::GoogleAds::V9::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
1961
+ # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
1962
+ def self.google_ads_field_category
1963
+ require "google/ads/google_ads/v9/enums/google_ads_field_category_pb"
1964
+ Google::Ads::GoogleAds::V9::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
1965
1965
  end
1966
1966
 
1967
- # Returns the descriptor for the UserListCrmDataSourceType enum
1967
+ # Returns the descriptor for the GoogleAdsFieldDataType enum
1968
1968
  #
1969
- # @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
1970
- def self.user_list_crm_data_source_type
1971
- require "google/ads/google_ads/v9/enums/user_list_crm_data_source_type_pb"
1972
- Google::Ads::GoogleAds::V9::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
1969
+ # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
1970
+ def self.google_ads_field_data_type
1971
+ require "google/ads/google_ads/v9/enums/google_ads_field_data_type_pb"
1972
+ Google::Ads::GoogleAds::V9::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
1973
1973
  end
1974
1974
 
1975
- # Returns the descriptor for the UserListDateRuleItemOperator enum
1975
+ # Returns the descriptor for the AssetSetLinkStatus enum
1976
1976
  #
1977
- # @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
1978
- def self.user_list_date_rule_item_operator
1979
- require "google/ads/google_ads/v9/enums/user_list_date_rule_item_operator_pb"
1980
- Google::Ads::GoogleAds::V9::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
1977
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetSetLinkStatus enum
1978
+ def self.asset_set_link_status
1979
+ require "google/ads/google_ads/v9/enums/asset_set_link_status_pb"
1980
+ Google::Ads::GoogleAds::V9::Enums::AssetSetLinkStatusEnum::AssetSetLinkStatus.descriptor
1981
1981
  end
1982
1982
 
1983
- # Returns the descriptor for the UserListLogicalRuleOperator enum
1983
+ # Returns the descriptor for the AccountBudgetProposalType enum
1984
1984
  #
1985
- # @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
1986
- def self.user_list_logical_rule_operator
1987
- require "google/ads/google_ads/v9/enums/user_list_logical_rule_operator_pb"
1988
- Google::Ads::GoogleAds::V9::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
1985
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
1986
+ def self.account_budget_proposal_type
1987
+ require "google/ads/google_ads/v9/enums/account_budget_proposal_type_pb"
1988
+ Google::Ads::GoogleAds::V9::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
1989
1989
  end
1990
1990
 
1991
- # Returns the descriptor for the UserListNumberRuleItemOperator enum
1991
+ # Returns the descriptor for the AccountBudgetStatus enum
1992
1992
  #
1993
- # @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
1994
- def self.user_list_number_rule_item_operator
1995
- require "google/ads/google_ads/v9/enums/user_list_number_rule_item_operator_pb"
1996
- Google::Ads::GoogleAds::V9::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
1993
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
1994
+ def self.account_budget_status
1995
+ require "google/ads/google_ads/v9/enums/account_budget_status_pb"
1996
+ Google::Ads::GoogleAds::V9::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
1997
1997
  end
1998
1998
 
1999
- # Returns the descriptor for the UserListPrepopulationStatus enum
1999
+ # Returns the descriptor for the SpendingLimitType enum
2000
2000
  #
2001
- # @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
2002
- def self.user_list_prepopulation_status
2003
- require "google/ads/google_ads/v9/enums/user_list_prepopulation_status_pb"
2004
- Google::Ads::GoogleAds::V9::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
2001
+ # @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
2002
+ def self.spending_limit_type
2003
+ require "google/ads/google_ads/v9/enums/spending_limit_type_pb"
2004
+ Google::Ads::GoogleAds::V9::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
2005
2005
  end
2006
2006
 
2007
- # Returns the descriptor for the UserListRuleType enum
2007
+ # Returns the descriptor for the OperatingSystemVersionOperatorType enum
2008
2008
  #
2009
- # @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
2010
- def self.user_list_rule_type
2011
- require "google/ads/google_ads/v9/enums/user_list_rule_type_pb"
2012
- Google::Ads::GoogleAds::V9::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
2009
+ # @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
2010
+ def self.operating_system_version_operator_type
2011
+ require "google/ads/google_ads/v9/enums/operating_system_version_operator_type_pb"
2012
+ Google::Ads::GoogleAds::V9::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
2013
2013
  end
2014
2014
 
2015
- # Returns the descriptor for the UserListStringRuleItemOperator enum
2015
+ # Returns the descriptor for the AttributionModel enum
2016
2016
  #
2017
- # @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
2018
- def self.user_list_string_rule_item_operator
2019
- require "google/ads/google_ads/v9/enums/user_list_string_rule_item_operator_pb"
2020
- Google::Ads::GoogleAds::V9::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
2017
+ # @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
2018
+ def self.attribution_model
2019
+ require "google/ads/google_ads/v9/enums/attribution_model_pb"
2020
+ Google::Ads::GoogleAds::V9::Enums::AttributionModelEnum::AttributionModel.descriptor
2021
2021
  end
2022
2022
 
2023
- # Returns the descriptor for the AccessReason enum
2023
+ # Returns the descriptor for the ConversionActionCountingType enum
2024
2024
  #
2025
- # @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
2026
- def self.access_reason
2027
- require "google/ads/google_ads/v9/enums/access_reason_pb"
2028
- Google::Ads::GoogleAds::V9::Enums::AccessReasonEnum::AccessReason.descriptor
2025
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
2026
+ def self.conversion_action_counting_type
2027
+ require "google/ads/google_ads/v9/enums/conversion_action_counting_type_pb"
2028
+ Google::Ads::GoogleAds::V9::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
2029
2029
  end
2030
2030
 
2031
- # Returns the descriptor for the UserListAccessStatus enum
2032
- #
2033
- # @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
2034
- def self.user_list_access_status
2035
- require "google/ads/google_ads/v9/enums/user_list_access_status_pb"
2036
- Google::Ads::GoogleAds::V9::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
2031
+ # Returns the descriptor for the ConversionActionStatus enum
2032
+ #
2033
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
2034
+ def self.conversion_action_status
2035
+ require "google/ads/google_ads/v9/enums/conversion_action_status_pb"
2036
+ Google::Ads::GoogleAds::V9::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
2037
2037
  end
2038
2038
 
2039
- # Returns the descriptor for the UserListClosingReason enum
2039
+ # Returns the descriptor for the ConversionActionType enum
2040
2040
  #
2041
- # @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
2042
- def self.user_list_closing_reason
2043
- require "google/ads/google_ads/v9/enums/user_list_closing_reason_pb"
2044
- Google::Ads::GoogleAds::V9::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
2041
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
2042
+ def self.conversion_action_type
2043
+ require "google/ads/google_ads/v9/enums/conversion_action_type_pb"
2044
+ Google::Ads::GoogleAds::V9::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
2045
2045
  end
2046
2046
 
2047
- # Returns the descriptor for the UserListMembershipStatus enum
2047
+ # Returns the descriptor for the DataDrivenModelStatus enum
2048
2048
  #
2049
- # @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
2050
- def self.user_list_membership_status
2051
- require "google/ads/google_ads/v9/enums/user_list_membership_status_pb"
2052
- Google::Ads::GoogleAds::V9::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
2049
+ # @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
2050
+ def self.data_driven_model_status
2051
+ require "google/ads/google_ads/v9/enums/data_driven_model_status_pb"
2052
+ Google::Ads::GoogleAds::V9::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
2053
2053
  end
2054
2054
 
2055
- # Returns the descriptor for the UserListSizeRange enum
2055
+ # Returns the descriptor for the AccountBudgetProposalStatus enum
2056
2056
  #
2057
- # @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
2058
- def self.user_list_size_range
2059
- require "google/ads/google_ads/v9/enums/user_list_size_range_pb"
2060
- Google::Ads::GoogleAds::V9::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
2057
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
2058
+ def self.account_budget_proposal_status
2059
+ require "google/ads/google_ads/v9/enums/account_budget_proposal_status_pb"
2060
+ Google::Ads::GoogleAds::V9::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
2061
2061
  end
2062
2062
 
2063
- # Returns the descriptor for the UserListType enum
2063
+ # Returns the descriptor for the KeywordPlanForecastInterval enum
2064
2064
  #
2065
- # @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
2066
- def self.user_list_type
2067
- require "google/ads/google_ads/v9/enums/user_list_type_pb"
2068
- Google::Ads::GoogleAds::V9::Enums::UserListTypeEnum::UserListType.descriptor
2065
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
2066
+ def self.keyword_plan_forecast_interval
2067
+ require "google/ads/google_ads/v9/enums/keyword_plan_forecast_interval_pb"
2068
+ Google::Ads::GoogleAds::V9::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
2069
2069
  end
2070
2070
 
2071
2071
  # Returns the descriptor for the ResponseContentType enum
@@ -2228,6 +2228,38 @@ module Google
2228
2228
  Google::Ads::GoogleAds::V9::Enums::KeywordPlanConceptGroupTypeEnum::KeywordPlanConceptGroupType.descriptor
2229
2229
  end
2230
2230
 
2231
+ # Returns the descriptor for the ReachPlanAdLength enum
2232
+ #
2233
+ # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAdLength enum
2234
+ def self.reach_plan_ad_length
2235
+ require "google/ads/google_ads/v9/enums/reach_plan_ad_length_pb"
2236
+ Google::Ads::GoogleAds::V9::Enums::ReachPlanAdLengthEnum::ReachPlanAdLength.descriptor
2237
+ end
2238
+
2239
+ # Returns the descriptor for the ReachPlanAgeRange enum
2240
+ #
2241
+ # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
2242
+ def self.reach_plan_age_range
2243
+ require "google/ads/google_ads/v9/enums/reach_plan_age_range_pb"
2244
+ Google::Ads::GoogleAds::V9::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
2245
+ end
2246
+
2247
+ # Returns the descriptor for the ReachPlanNetwork enum
2248
+ #
2249
+ # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanNetwork enum
2250
+ def self.reach_plan_network
2251
+ require "google/ads/google_ads/v9/enums/reach_plan_network_pb"
2252
+ Google::Ads::GoogleAds::V9::Enums::ReachPlanNetworkEnum::ReachPlanNetwork.descriptor
2253
+ end
2254
+
2255
+ # Returns the descriptor for the KeywordPlanKeywordAnnotation enum
2256
+ #
2257
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanKeywordAnnotation enum
2258
+ def self.keyword_plan_keyword_annotation
2259
+ require "google/ads/google_ads/v9/enums/keyword_plan_keyword_annotation_pb"
2260
+ Google::Ads::GoogleAds::V9::Enums::KeywordPlanKeywordAnnotationEnum::KeywordPlanKeywordAnnotation.descriptor
2261
+ end
2262
+
2231
2263
  # Returns the descriptor for the ConversionAdjustmentType enum
2232
2264
  #
2233
2265
  # @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
@@ -2236,44 +2268,220 @@ module Google
2236
2268
  Google::Ads::GoogleAds::V9::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
2237
2269
  end
2238
2270
 
2239
- # Returns the descriptor for the KeywordPlanKeywordAnnotation enum
2271
+ # Returns the descriptor for the ResourceLimitType enum
2272
+ #
2273
+ # @return [Google::Protobuf::EnumDescriptor] for the ResourceLimitType enum
2274
+ def self.resource_limit_type
2275
+ require "google/ads/google_ads/v9/enums/resource_limit_type_pb"
2276
+ Google::Ads::GoogleAds::V9::Enums::ResourceLimitTypeEnum::ResourceLimitType.descriptor
2277
+ end
2278
+
2279
+ # Returns the descriptor for the KeywordPlanCampaignError enum
2280
+ #
2281
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
2282
+ def self.keyword_plan_campaign_error
2283
+ require "google/ads/google_ads/v9/errors/keyword_plan_campaign_error_pb"
2284
+ Google::Ads::GoogleAds::V9::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
2285
+ end
2286
+
2287
+ # Returns the descriptor for the UserDataError enum
2288
+ #
2289
+ # @return [Google::Protobuf::EnumDescriptor] for the UserDataError enum
2290
+ def self.user_data_error
2291
+ require "google/ads/google_ads/v9/errors/user_data_error_pb"
2292
+ Google::Ads::GoogleAds::V9::Errors::UserDataErrorEnum::UserDataError.descriptor
2293
+ end
2294
+
2295
+ # Returns the descriptor for the KeywordPlanAdGroupError enum
2296
+ #
2297
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
2298
+ def self.keyword_plan_ad_group_error
2299
+ require "google/ads/google_ads/v9/errors/keyword_plan_ad_group_error_pb"
2300
+ Google::Ads::GoogleAds::V9::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
2301
+ end
2302
+
2303
+ # Returns the descriptor for the CustomerClientLinkError enum
2304
+ #
2305
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
2306
+ def self.customer_client_link_error
2307
+ require "google/ads/google_ads/v9/errors/customer_client_link_error_pb"
2308
+ Google::Ads::GoogleAds::V9::Errors::CustomerClientLinkErrorEnum::CustomerClientLinkError.descriptor
2309
+ end
2310
+
2311
+ # Returns the descriptor for the AdError enum
2312
+ #
2313
+ # @return [Google::Protobuf::EnumDescriptor] for the AdError enum
2314
+ def self.ad_error
2315
+ require "google/ads/google_ads/v9/errors/ad_error_pb"
2316
+ Google::Ads::GoogleAds::V9::Errors::AdErrorEnum::AdError.descriptor
2317
+ end
2318
+
2319
+ # Returns the descriptor for the CustomerManagerLinkError enum
2320
+ #
2321
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerManagerLinkError enum
2322
+ def self.customer_manager_link_error
2323
+ require "google/ads/google_ads/v9/errors/customer_manager_link_error_pb"
2324
+ Google::Ads::GoogleAds::V9::Errors::CustomerManagerLinkErrorEnum::CustomerManagerLinkError.descriptor
2325
+ end
2326
+
2327
+ # Returns the descriptor for the CustomAudienceError enum
2328
+ #
2329
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceError enum
2330
+ def self.custom_audience_error
2331
+ require "google/ads/google_ads/v9/errors/custom_audience_error_pb"
2332
+ Google::Ads::GoogleAds::V9::Errors::CustomAudienceErrorEnum::CustomAudienceError.descriptor
2333
+ end
2334
+
2335
+ # Returns the descriptor for the InvoiceError enum
2336
+ #
2337
+ # @return [Google::Protobuf::EnumDescriptor] for the InvoiceError enum
2338
+ def self.invoice_error
2339
+ require "google/ads/google_ads/v9/errors/invoice_error_pb"
2340
+ Google::Ads::GoogleAds::V9::Errors::InvoiceErrorEnum::InvoiceError.descriptor
2341
+ end
2342
+
2343
+ # Returns the descriptor for the AccountBudgetProposalError enum
2344
+ #
2345
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
2346
+ def self.account_budget_proposal_error
2347
+ require "google/ads/google_ads/v9/errors/account_budget_proposal_error_pb"
2348
+ Google::Ads::GoogleAds::V9::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
2349
+ end
2350
+
2351
+ # Returns the descriptor for the CustomerError enum
2352
+ #
2353
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerError enum
2354
+ def self.customer_error
2355
+ require "google/ads/google_ads/v9/errors/customer_error_pb"
2356
+ Google::Ads::GoogleAds::V9::Errors::CustomerErrorEnum::CustomerError.descriptor
2357
+ end
2358
+
2359
+ # Returns the descriptor for the BatchJobError enum
2360
+ #
2361
+ # @return [Google::Protobuf::EnumDescriptor] for the BatchJobError enum
2362
+ def self.batch_job_error
2363
+ require "google/ads/google_ads/v9/errors/batch_job_error_pb"
2364
+ Google::Ads::GoogleAds::V9::Errors::BatchJobErrorEnum::BatchJobError.descriptor
2365
+ end
2366
+
2367
+ # Returns the descriptor for the RequestError enum
2368
+ #
2369
+ # @return [Google::Protobuf::EnumDescriptor] for the RequestError enum
2370
+ def self.request_error
2371
+ require "google/ads/google_ads/v9/errors/request_error_pb"
2372
+ Google::Ads::GoogleAds::V9::Errors::RequestErrorEnum::RequestError.descriptor
2373
+ end
2374
+
2375
+ # Returns the descriptor for the KeywordPlanCampaignKeywordError enum
2376
+ #
2377
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignKeywordError enum
2378
+ def self.keyword_plan_campaign_keyword_error
2379
+ require "google/ads/google_ads/v9/errors/keyword_plan_campaign_keyword_error_pb"
2380
+ Google::Ads::GoogleAds::V9::Errors::KeywordPlanCampaignKeywordErrorEnum::KeywordPlanCampaignKeywordError.descriptor
2381
+ end
2382
+
2383
+ # Returns the descriptor for the SharedSetError enum
2384
+ #
2385
+ # @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
2386
+ def self.shared_set_error
2387
+ require "google/ads/google_ads/v9/errors/shared_set_error_pb"
2388
+ Google::Ads::GoogleAds::V9::Errors::SharedSetErrorEnum::SharedSetError.descriptor
2389
+ end
2390
+
2391
+ # Returns the descriptor for the AssetLinkError enum
2392
+ #
2393
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetLinkError enum
2394
+ def self.asset_link_error
2395
+ require "google/ads/google_ads/v9/errors/asset_link_error_pb"
2396
+ Google::Ads::GoogleAds::V9::Errors::AssetLinkErrorEnum::AssetLinkError.descriptor
2397
+ end
2398
+
2399
+ # Returns the descriptor for the NotEmptyError enum
2400
+ #
2401
+ # @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
2402
+ def self.not_empty_error
2403
+ require "google/ads/google_ads/v9/errors/not_empty_error_pb"
2404
+ Google::Ads::GoogleAds::V9::Errors::NotEmptyErrorEnum::NotEmptyError.descriptor
2405
+ end
2406
+
2407
+ # Returns the descriptor for the ImageError enum
2408
+ #
2409
+ # @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
2410
+ def self.image_error
2411
+ require "google/ads/google_ads/v9/errors/image_error_pb"
2412
+ Google::Ads::GoogleAds::V9::Errors::ImageErrorEnum::ImageError.descriptor
2413
+ end
2414
+
2415
+ # Returns the descriptor for the SettingError enum
2416
+ #
2417
+ # @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
2418
+ def self.setting_error
2419
+ require "google/ads/google_ads/v9/errors/setting_error_pb"
2420
+ Google::Ads::GoogleAds::V9::Errors::SettingErrorEnum::SettingError.descriptor
2421
+ end
2422
+
2423
+ # Returns the descriptor for the FeedItemTargetError enum
2424
+ #
2425
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
2426
+ def self.feed_item_target_error
2427
+ require "google/ads/google_ads/v9/errors/feed_item_target_error_pb"
2428
+ Google::Ads::GoogleAds::V9::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
2429
+ end
2430
+
2431
+ # Returns the descriptor for the KeywordPlanAdGroupKeywordError enum
2432
+ #
2433
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupKeywordError enum
2434
+ def self.keyword_plan_ad_group_keyword_error
2435
+ require "google/ads/google_ads/v9/errors/keyword_plan_ad_group_keyword_error_pb"
2436
+ Google::Ads::GoogleAds::V9::Errors::KeywordPlanAdGroupKeywordErrorEnum::KeywordPlanAdGroupKeywordError.descriptor
2437
+ end
2438
+
2439
+ # Returns the descriptor for the LanguageCodeError enum
2440
+ #
2441
+ # @return [Google::Protobuf::EnumDescriptor] for the LanguageCodeError enum
2442
+ def self.language_code_error
2443
+ require "google/ads/google_ads/v9/errors/language_code_error_pb"
2444
+ Google::Ads::GoogleAds::V9::Errors::LanguageCodeErrorEnum::LanguageCodeError.descriptor
2445
+ end
2446
+
2447
+ # Returns the descriptor for the FieldMaskError enum
2240
2448
  #
2241
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanKeywordAnnotation enum
2242
- def self.keyword_plan_keyword_annotation
2243
- require "google/ads/google_ads/v9/enums/keyword_plan_keyword_annotation_pb"
2244
- Google::Ads::GoogleAds::V9::Enums::KeywordPlanKeywordAnnotationEnum::KeywordPlanKeywordAnnotation.descriptor
2449
+ # @return [Google::Protobuf::EnumDescriptor] for the FieldMaskError enum
2450
+ def self.field_mask_error
2451
+ require "google/ads/google_ads/v9/errors/field_mask_error_pb"
2452
+ Google::Ads::GoogleAds::V9::Errors::FieldMaskErrorEnum::FieldMaskError.descriptor
2245
2453
  end
2246
2454
 
2247
- # Returns the descriptor for the ReachPlanAdLength enum
2455
+ # Returns the descriptor for the DistinctError enum
2248
2456
  #
2249
- # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAdLength enum
2250
- def self.reach_plan_ad_length
2251
- require "google/ads/google_ads/v9/enums/reach_plan_ad_length_pb"
2252
- Google::Ads::GoogleAds::V9::Enums::ReachPlanAdLengthEnum::ReachPlanAdLength.descriptor
2457
+ # @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
2458
+ def self.distinct_error
2459
+ require "google/ads/google_ads/v9/errors/distinct_error_pb"
2460
+ Google::Ads::GoogleAds::V9::Errors::DistinctErrorEnum::DistinctError.descriptor
2253
2461
  end
2254
2462
 
2255
- # Returns the descriptor for the ReachPlanAgeRange enum
2463
+ # Returns the descriptor for the MerchantCenterError enum
2256
2464
  #
2257
- # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
2258
- def self.reach_plan_age_range
2259
- require "google/ads/google_ads/v9/enums/reach_plan_age_range_pb"
2260
- Google::Ads::GoogleAds::V9::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
2465
+ # @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterError enum
2466
+ def self.merchant_center_error
2467
+ require "google/ads/google_ads/v9/errors/merchant_center_error_pb"
2468
+ Google::Ads::GoogleAds::V9::Errors::MerchantCenterErrorEnum::MerchantCenterError.descriptor
2261
2469
  end
2262
2470
 
2263
- # Returns the descriptor for the ReachPlanNetwork enum
2471
+ # Returns the descriptor for the ConversionActionError enum
2264
2472
  #
2265
- # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanNetwork enum
2266
- def self.reach_plan_network
2267
- require "google/ads/google_ads/v9/enums/reach_plan_network_pb"
2268
- Google::Ads::GoogleAds::V9::Enums::ReachPlanNetworkEnum::ReachPlanNetwork.descriptor
2473
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
2474
+ def self.conversion_action_error
2475
+ require "google/ads/google_ads/v9/errors/conversion_action_error_pb"
2476
+ Google::Ads::GoogleAds::V9::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
2269
2477
  end
2270
2478
 
2271
- # Returns the descriptor for the ResourceLimitType enum
2479
+ # Returns the descriptor for the FeedItemSetLinkError enum
2272
2480
  #
2273
- # @return [Google::Protobuf::EnumDescriptor] for the ResourceLimitType enum
2274
- def self.resource_limit_type
2275
- require "google/ads/google_ads/v9/enums/resource_limit_type_pb"
2276
- Google::Ads::GoogleAds::V9::Enums::ResourceLimitTypeEnum::ResourceLimitType.descriptor
2481
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetLinkError enum
2482
+ def self.feed_item_set_link_error
2483
+ require "google/ads/google_ads/v9/errors/feed_item_set_link_error_pb"
2484
+ Google::Ads::GoogleAds::V9::Errors::FeedItemSetLinkErrorEnum::FeedItemSetLinkError.descriptor
2277
2485
  end
2278
2486
 
2279
2487
  # Returns the descriptor for the AccessInvitationError enum
@@ -2284,14 +2492,6 @@ module Google
2284
2492
  Google::Ads::GoogleAds::V9::Errors::AccessInvitationErrorEnum::AccessInvitationError.descriptor
2285
2493
  end
2286
2494
 
2287
- # Returns the descriptor for the AccountBudgetProposalError enum
2288
- #
2289
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
2290
- def self.account_budget_proposal_error
2291
- require "google/ads/google_ads/v9/errors/account_budget_proposal_error_pb"
2292
- Google::Ads::GoogleAds::V9::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
2293
- end
2294
-
2295
2495
  # Returns the descriptor for the AccountLinkError enum
2296
2496
  #
2297
2497
  # @return [Google::Protobuf::EnumDescriptor] for the AccountLinkError enum
@@ -2308,14 +2508,6 @@ module Google
2308
2508
  Google::Ads::GoogleAds::V9::Errors::AdCustomizerErrorEnum::AdCustomizerError.descriptor
2309
2509
  end
2310
2510
 
2311
- # Returns the descriptor for the AdError enum
2312
- #
2313
- # @return [Google::Protobuf::EnumDescriptor] for the AdError enum
2314
- def self.ad_error
2315
- require "google/ads/google_ads/v9/errors/ad_error_pb"
2316
- Google::Ads::GoogleAds::V9::Errors::AdErrorEnum::AdError.descriptor
2317
- end
2318
-
2319
2511
  # Returns the descriptor for the AdGroupAdError enum
2320
2512
  #
2321
2513
  # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
@@ -2428,14 +2620,6 @@ module Google
2428
2620
  Google::Ads::GoogleAds::V9::Errors::AssetGroupListingGroupFilterErrorEnum::AssetGroupListingGroupFilterError.descriptor
2429
2621
  end
2430
2622
 
2431
- # Returns the descriptor for the AssetLinkError enum
2432
- #
2433
- # @return [Google::Protobuf::EnumDescriptor] for the AssetLinkError enum
2434
- def self.asset_link_error
2435
- require "google/ads/google_ads/v9/errors/asset_link_error_pb"
2436
- Google::Ads::GoogleAds::V9::Errors::AssetLinkErrorEnum::AssetLinkError.descriptor
2437
- end
2438
-
2439
2623
  # Returns the descriptor for the AssetSetAssetError enum
2440
2624
  #
2441
2625
  # @return [Google::Protobuf::EnumDescriptor] for the AssetSetAssetError enum
@@ -2476,14 +2660,6 @@ module Google
2476
2660
  Google::Ads::GoogleAds::V9::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
2477
2661
  end
2478
2662
 
2479
- # Returns the descriptor for the BatchJobError enum
2480
- #
2481
- # @return [Google::Protobuf::EnumDescriptor] for the BatchJobError enum
2482
- def self.batch_job_error
2483
- require "google/ads/google_ads/v9/errors/batch_job_error_pb"
2484
- Google::Ads::GoogleAds::V9::Errors::BatchJobErrorEnum::BatchJobError.descriptor
2485
- end
2486
-
2487
2663
  # Returns the descriptor for the BiddingError enum
2488
2664
  #
2489
2665
  # @return [Google::Protobuf::EnumDescriptor] for the BiddingError enum
@@ -2604,14 +2780,6 @@ module Google
2604
2780
  Google::Ads::GoogleAds::V9::Errors::ContextErrorEnum::ContextError.descriptor
2605
2781
  end
2606
2782
 
2607
- # Returns the descriptor for the ConversionActionError enum
2608
- #
2609
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
2610
- def self.conversion_action_error
2611
- require "google/ads/google_ads/v9/errors/conversion_action_error_pb"
2612
- Google::Ads::GoogleAds::V9::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
2613
- end
2614
-
2615
2783
  # Returns the descriptor for the ConversionAdjustmentUploadError enum
2616
2784
  #
2617
2785
  # @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentUploadError enum
@@ -2676,14 +2844,6 @@ module Google
2676
2844
  Google::Ads::GoogleAds::V9::Errors::CurrencyCodeErrorEnum::CurrencyCodeError.descriptor
2677
2845
  end
2678
2846
 
2679
- # Returns the descriptor for the CustomAudienceError enum
2680
- #
2681
- # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceError enum
2682
- def self.custom_audience_error
2683
- require "google/ads/google_ads/v9/errors/custom_audience_error_pb"
2684
- Google::Ads::GoogleAds::V9::Errors::CustomAudienceErrorEnum::CustomAudienceError.descriptor
2685
- end
2686
-
2687
2847
  # Returns the descriptor for the CustomConversionGoalError enum
2688
2848
  #
2689
2849
  # @return [Google::Protobuf::EnumDescriptor] for the CustomConversionGoalError enum
@@ -2700,14 +2860,6 @@ module Google
2700
2860
  Google::Ads::GoogleAds::V9::Errors::CustomInterestErrorEnum::CustomInterestError.descriptor
2701
2861
  end
2702
2862
 
2703
- # Returns the descriptor for the CustomerClientLinkError enum
2704
- #
2705
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
2706
- def self.customer_client_link_error
2707
- require "google/ads/google_ads/v9/errors/customer_client_link_error_pb"
2708
- Google::Ads::GoogleAds::V9::Errors::CustomerClientLinkErrorEnum::CustomerClientLinkError.descriptor
2709
- end
2710
-
2711
2863
  # Returns the descriptor for the CustomerCustomizerError enum
2712
2864
  #
2713
2865
  # @return [Google::Protobuf::EnumDescriptor] for the CustomerCustomizerError enum
@@ -2716,14 +2868,6 @@ module Google
2716
2868
  Google::Ads::GoogleAds::V9::Errors::CustomerCustomizerErrorEnum::CustomerCustomizerError.descriptor
2717
2869
  end
2718
2870
 
2719
- # Returns the descriptor for the CustomerError enum
2720
- #
2721
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerError enum
2722
- def self.customer_error
2723
- require "google/ads/google_ads/v9/errors/customer_error_pb"
2724
- Google::Ads::GoogleAds::V9::Errors::CustomerErrorEnum::CustomerError.descriptor
2725
- end
2726
-
2727
2871
  # Returns the descriptor for the CustomerFeedError enum
2728
2872
  #
2729
2873
  # @return [Google::Protobuf::EnumDescriptor] for the CustomerFeedError enum
@@ -2732,14 +2876,6 @@ module Google
2732
2876
  Google::Ads::GoogleAds::V9::Errors::CustomerFeedErrorEnum::CustomerFeedError.descriptor
2733
2877
  end
2734
2878
 
2735
- # Returns the descriptor for the CustomerManagerLinkError enum
2736
- #
2737
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerManagerLinkError enum
2738
- def self.customer_manager_link_error
2739
- require "google/ads/google_ads/v9/errors/customer_manager_link_error_pb"
2740
- Google::Ads::GoogleAds::V9::Errors::CustomerManagerLinkErrorEnum::CustomerManagerLinkError.descriptor
2741
- end
2742
-
2743
2879
  # Returns the descriptor for the CustomerUserAccessError enum
2744
2880
  #
2745
2881
  # @return [Google::Protobuf::EnumDescriptor] for the CustomerUserAccessError enum
@@ -2780,14 +2916,6 @@ module Google
2780
2916
  Google::Ads::GoogleAds::V9::Errors::DateRangeErrorEnum::DateRangeError.descriptor
2781
2917
  end
2782
2918
 
2783
- # Returns the descriptor for the DistinctError enum
2784
- #
2785
- # @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
2786
- def self.distinct_error
2787
- require "google/ads/google_ads/v9/errors/distinct_error_pb"
2788
- Google::Ads::GoogleAds::V9::Errors::DistinctErrorEnum::DistinctError.descriptor
2789
- end
2790
-
2791
2919
  # Returns the descriptor for the EnumError enum
2792
2920
  #
2793
2921
  # @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
@@ -2844,22 +2972,6 @@ module Google
2844
2972
  Google::Ads::GoogleAds::V9::Errors::FeedItemSetErrorEnum::FeedItemSetError.descriptor
2845
2973
  end
2846
2974
 
2847
- # Returns the descriptor for the FeedItemSetLinkError enum
2848
- #
2849
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetLinkError enum
2850
- def self.feed_item_set_link_error
2851
- require "google/ads/google_ads/v9/errors/feed_item_set_link_error_pb"
2852
- Google::Ads::GoogleAds::V9::Errors::FeedItemSetLinkErrorEnum::FeedItemSetLinkError.descriptor
2853
- end
2854
-
2855
- # Returns the descriptor for the FeedItemTargetError enum
2856
- #
2857
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
2858
- def self.feed_item_target_error
2859
- require "google/ads/google_ads/v9/errors/feed_item_target_error_pb"
2860
- Google::Ads::GoogleAds::V9::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
2861
- end
2862
-
2863
2975
  # Returns the descriptor for the FeedMappingError enum
2864
2976
  #
2865
2977
  # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
@@ -2876,14 +2988,6 @@ module Google
2876
2988
  Google::Ads::GoogleAds::V9::Errors::FieldErrorEnum::FieldError.descriptor
2877
2989
  end
2878
2990
 
2879
- # Returns the descriptor for the FieldMaskError enum
2880
- #
2881
- # @return [Google::Protobuf::EnumDescriptor] for the FieldMaskError enum
2882
- def self.field_mask_error
2883
- require "google/ads/google_ads/v9/errors/field_mask_error_pb"
2884
- Google::Ads::GoogleAds::V9::Errors::FieldMaskErrorEnum::FieldMaskError.descriptor
2885
- end
2886
-
2887
2991
  # Returns the descriptor for the FunctionError enum
2888
2992
  #
2889
2993
  # @return [Google::Protobuf::EnumDescriptor] for the FunctionError enum
@@ -2924,14 +3028,6 @@ module Google
2924
3028
  Google::Ads::GoogleAds::V9::Errors::IdErrorEnum::IdError.descriptor
2925
3029
  end
2926
3030
 
2927
- # Returns the descriptor for the ImageError enum
2928
- #
2929
- # @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
2930
- def self.image_error
2931
- require "google/ads/google_ads/v9/errors/image_error_pb"
2932
- Google::Ads::GoogleAds::V9::Errors::ImageErrorEnum::ImageError.descriptor
2933
- end
2934
-
2935
3031
  # Returns the descriptor for the InternalError enum
2936
3032
  #
2937
3033
  # @return [Google::Protobuf::EnumDescriptor] for the InternalError enum
@@ -2940,46 +3036,6 @@ module Google
2940
3036
  Google::Ads::GoogleAds::V9::Errors::InternalErrorEnum::InternalError.descriptor
2941
3037
  end
2942
3038
 
2943
- # Returns the descriptor for the InvoiceError enum
2944
- #
2945
- # @return [Google::Protobuf::EnumDescriptor] for the InvoiceError enum
2946
- def self.invoice_error
2947
- require "google/ads/google_ads/v9/errors/invoice_error_pb"
2948
- Google::Ads::GoogleAds::V9::Errors::InvoiceErrorEnum::InvoiceError.descriptor
2949
- end
2950
-
2951
- # Returns the descriptor for the KeywordPlanAdGroupError enum
2952
- #
2953
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
2954
- def self.keyword_plan_ad_group_error
2955
- require "google/ads/google_ads/v9/errors/keyword_plan_ad_group_error_pb"
2956
- Google::Ads::GoogleAds::V9::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
2957
- end
2958
-
2959
- # Returns the descriptor for the KeywordPlanAdGroupKeywordError enum
2960
- #
2961
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupKeywordError enum
2962
- def self.keyword_plan_ad_group_keyword_error
2963
- require "google/ads/google_ads/v9/errors/keyword_plan_ad_group_keyword_error_pb"
2964
- Google::Ads::GoogleAds::V9::Errors::KeywordPlanAdGroupKeywordErrorEnum::KeywordPlanAdGroupKeywordError.descriptor
2965
- end
2966
-
2967
- # Returns the descriptor for the KeywordPlanCampaignError enum
2968
- #
2969
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
2970
- def self.keyword_plan_campaign_error
2971
- require "google/ads/google_ads/v9/errors/keyword_plan_campaign_error_pb"
2972
- Google::Ads::GoogleAds::V9::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
2973
- end
2974
-
2975
- # Returns the descriptor for the KeywordPlanCampaignKeywordError enum
2976
- #
2977
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignKeywordError enum
2978
- def self.keyword_plan_campaign_keyword_error
2979
- require "google/ads/google_ads/v9/errors/keyword_plan_campaign_keyword_error_pb"
2980
- Google::Ads::GoogleAds::V9::Errors::KeywordPlanCampaignKeywordErrorEnum::KeywordPlanCampaignKeywordError.descriptor
2981
- end
2982
-
2983
3039
  # Returns the descriptor for the KeywordPlanError enum
2984
3040
  #
2985
3041
  # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanError enum
@@ -3004,14 +3060,6 @@ module Google
3004
3060
  Google::Ads::GoogleAds::V9::Errors::LabelErrorEnum::LabelError.descriptor
3005
3061
  end
3006
3062
 
3007
- # Returns the descriptor for the LanguageCodeError enum
3008
- #
3009
- # @return [Google::Protobuf::EnumDescriptor] for the LanguageCodeError enum
3010
- def self.language_code_error
3011
- require "google/ads/google_ads/v9/errors/language_code_error_pb"
3012
- Google::Ads::GoogleAds::V9::Errors::LanguageCodeErrorEnum::LanguageCodeError.descriptor
3013
- end
3014
-
3015
3063
  # Returns the descriptor for the ListOperationError enum
3016
3064
  #
3017
3065
  # @return [Google::Protobuf::EnumDescriptor] for the ListOperationError enum
@@ -3052,14 +3100,6 @@ module Google
3052
3100
  Google::Ads::GoogleAds::V9::Errors::MediaUploadErrorEnum::MediaUploadError.descriptor
3053
3101
  end
3054
3102
 
3055
- # Returns the descriptor for the MerchantCenterError enum
3056
- #
3057
- # @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterError enum
3058
- def self.merchant_center_error
3059
- require "google/ads/google_ads/v9/errors/merchant_center_error_pb"
3060
- Google::Ads::GoogleAds::V9::Errors::MerchantCenterErrorEnum::MerchantCenterError.descriptor
3061
- end
3062
-
3063
3103
  # Returns the descriptor for the MultiplierError enum
3064
3104
  #
3065
3105
  # @return [Google::Protobuf::EnumDescriptor] for the MultiplierError enum
@@ -3092,14 +3132,6 @@ module Google
3092
3132
  Google::Ads::GoogleAds::V9::Errors::NotAllowlistedErrorEnum::NotAllowlistedError.descriptor
3093
3133
  end
3094
3134
 
3095
- # Returns the descriptor for the NotEmptyError enum
3096
- #
3097
- # @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
3098
- def self.not_empty_error
3099
- require "google/ads/google_ads/v9/errors/not_empty_error_pb"
3100
- Google::Ads::GoogleAds::V9::Errors::NotEmptyErrorEnum::NotEmptyError.descriptor
3101
- end
3102
-
3103
3135
  # Returns the descriptor for the NullError enum
3104
3136
  #
3105
3137
  # @return [Google::Protobuf::EnumDescriptor] for the NullError enum
@@ -3220,14 +3252,6 @@ module Google
3220
3252
  Google::Ads::GoogleAds::V9::Errors::RegionCodeErrorEnum::RegionCodeError.descriptor
3221
3253
  end
3222
3254
 
3223
- # Returns the descriptor for the RequestError enum
3224
- #
3225
- # @return [Google::Protobuf::EnumDescriptor] for the RequestError enum
3226
- def self.request_error
3227
- require "google/ads/google_ads/v9/errors/request_error_pb"
3228
- Google::Ads::GoogleAds::V9::Errors::RequestErrorEnum::RequestError.descriptor
3229
- end
3230
-
3231
3255
  # Returns the descriptor for the ResourceAccessDeniedError enum
3232
3256
  #
3233
3257
  # @return [Google::Protobuf::EnumDescriptor] for the ResourceAccessDeniedError enum
@@ -3244,14 +3268,6 @@ module Google
3244
3268
  Google::Ads::GoogleAds::V9::Errors::ResourceCountLimitExceededErrorEnum::ResourceCountLimitExceededError.descriptor
3245
3269
  end
3246
3270
 
3247
- # Returns the descriptor for the SettingError enum
3248
- #
3249
- # @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
3250
- def self.setting_error
3251
- require "google/ads/google_ads/v9/errors/setting_error_pb"
3252
- Google::Ads::GoogleAds::V9::Errors::SettingErrorEnum::SettingError.descriptor
3253
- end
3254
-
3255
3271
  # Returns the descriptor for the SharedCriterionError enum
3256
3272
  #
3257
3273
  # @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
@@ -3260,14 +3276,6 @@ module Google
3260
3276
  Google::Ads::GoogleAds::V9::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
3261
3277
  end
3262
3278
 
3263
- # Returns the descriptor for the SharedSetError enum
3264
- #
3265
- # @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
3266
- def self.shared_set_error
3267
- require "google/ads/google_ads/v9/errors/shared_set_error_pb"
3268
- Google::Ads::GoogleAds::V9::Errors::SharedSetErrorEnum::SharedSetError.descriptor
3269
- end
3270
-
3271
3279
  # Returns the descriptor for the SizeLimitError enum
3272
3280
  #
3273
3281
  # @return [Google::Protobuf::EnumDescriptor] for the SizeLimitError enum
@@ -3316,14 +3324,6 @@ module Google
3316
3324
  Google::Ads::GoogleAds::V9::Errors::UrlFieldErrorEnum::UrlFieldError.descriptor
3317
3325
  end
3318
3326
 
3319
- # Returns the descriptor for the UserDataError enum
3320
- #
3321
- # @return [Google::Protobuf::EnumDescriptor] for the UserDataError enum
3322
- def self.user_data_error
3323
- require "google/ads/google_ads/v9/errors/user_data_error_pb"
3324
- Google::Ads::GoogleAds::V9::Errors::UserDataErrorEnum::UserDataError.descriptor
3325
- end
3326
-
3327
3327
  # Returns the descriptor for the UserListError enum
3328
3328
  #
3329
3329
  # @return [Google::Protobuf::EnumDescriptor] for the UserListError enum