google-ads-googleads 3.1.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1870) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +13 -0
  3. data/README.md +9 -2
  4. data/Rakefile +9 -28
  5. data/lib/google/ads/google_ads/api_versions.rb +2 -2
  6. data/lib/google/ads/google_ads/autoboxing_fields.rb +12 -9
  7. data/lib/google/ads/google_ads/config.rb +0 -1
  8. data/lib/google/ads/google_ads/error_transformer.rb +37 -0
  9. data/lib/google/ads/google_ads/errors.rb +4 -0
  10. data/lib/google/ads/google_ads/factories.rb +42 -4
  11. data/lib/google/ads/google_ads/factories/v1/enums.rb +1172 -1172
  12. data/lib/google/ads/google_ads/factories/v1/operations.rb +1074 -1074
  13. data/lib/google/ads/google_ads/factories/v1/resources.rb +2290 -2290
  14. data/lib/google/ads/google_ads/factories/v1/services.rb +395 -395
  15. data/lib/google/ads/google_ads/factories/v2/enums.rb +1236 -1212
  16. data/lib/google/ads/google_ads/factories/v2/operations.rb +1158 -1158
  17. data/lib/google/ads/google_ads/factories/v2/resources.rb +2410 -2371
  18. data/lib/google/ads/google_ads/factories/v2/services.rb +434 -414
  19. data/lib/google/ads/google_ads/factories/v3/enums.rb +2643 -0
  20. data/lib/google/ads/google_ads/factories/v3/operations.rb +3786 -0
  21. data/lib/google/ads/google_ads/factories/v3/resources.rb +5887 -0
  22. data/lib/google/ads/google_ads/factories/v3/services.rb +2213 -0
  23. data/lib/google/ads/google_ads/factories/v4/enums.rb +2683 -0
  24. data/lib/google/ads/google_ads/factories/v4/operations.rb +3874 -0
  25. data/lib/google/ads/google_ads/factories/v4/resources.rb +6147 -0
  26. data/lib/google/ads/google_ads/factories/v4/services.rb +2273 -0
  27. data/lib/google/ads/google_ads/google_ads_client.rb +25 -29
  28. data/lib/google/ads/google_ads/logging_interceptor.rb +26 -0
  29. data/lib/google/ads/google_ads/search_stream_intercepting_factory.rb +49 -0
  30. data/lib/google/ads/google_ads/service_lookup.rb +13 -33
  31. data/lib/google/ads/google_ads/utils/v3/path_lookup_util.rb +876 -0
  32. data/lib/google/ads/google_ads/utils/v4/path_lookup_util.rb +900 -0
  33. data/lib/google/ads/google_ads/v2/common/extensions_pb.rb +5 -0
  34. data/lib/google/ads/google_ads/v2/common/segments_pb.rb +2 -0
  35. data/lib/google/ads/google_ads/v2/enums/extension_type_pb.rb +1 -0
  36. data/lib/google/ads/google_ads/v2/enums/hotel_price_bucket_pb.rb +21 -0
  37. data/lib/google/ads/google_ads/v2/enums/invoice_type_pb.rb +21 -0
  38. data/lib/google/ads/google_ads/v2/errors/errors_pb.rb +2 -0
  39. data/lib/google/ads/google_ads/v2/errors/invoice_error_pb.rb +21 -0
  40. data/lib/google/ads/google_ads/v2/resources/ad_pb.rb +1 -0
  41. data/lib/google/ads/google_ads/v2/resources/campaign_pb.rb +13 -13
  42. data/lib/google/ads/google_ads/v2/resources/extension_feed_item_pb.rb +2 -0
  43. data/lib/google/ads/google_ads/v2/resources/invoice_pb.rb +47 -0
  44. data/lib/google/ads/google_ads/v2/resources/recommendation_pb.rb +21 -21
  45. data/lib/google/ads/google_ads/v2/services/invoice_service_client.rb +233 -0
  46. data/lib/google/ads/google_ads/v2/services/invoice_service_client_config.json +31 -0
  47. data/lib/google/ads/google_ads/v2/services/invoice_service_pb.rb +25 -0
  48. data/lib/google/ads/google_ads/v2/services/invoice_service_services_pb.rb +42 -0
  49. data/lib/google/ads/google_ads/v2/services/merchant_center_link_service_client.rb +1 -1
  50. data/lib/google/ads/google_ads/v2/services/merchant_center_link_service_services_pb.rb +1 -1
  51. data/lib/google/ads/google_ads/v2/services/reach_plan_service_client.rb +1 -1
  52. data/lib/google/ads/google_ads/v2/services/reach_plan_service_services_pb.rb +1 -1
  53. data/lib/google/ads/google_ads/v3/common/ad_asset_pb.rb +30 -0
  54. data/lib/google/ads/google_ads/v3/common/ad_type_infos_pb.rb +228 -0
  55. data/lib/google/ads/google_ads/v3/common/asset_types_pb.rb +38 -0
  56. data/lib/google/ads/google_ads/v3/common/bidding_pb.rb +68 -0
  57. data/lib/google/ads/google_ads/v3/common/click_location_pb.rb +20 -0
  58. data/lib/google/ads/google_ads/v3/common/criteria_pb.rb +297 -0
  59. data/lib/google/ads/google_ads/v3/common/criterion_category_availability_pb.rb +34 -0
  60. data/lib/google/ads/google_ads/v3/common/custom_parameter_pb.rb +17 -0
  61. data/lib/google/ads/google_ads/v3/common/dates_pb.rb +17 -0
  62. data/lib/google/ads/google_ads/v3/common/explorer_auto_optimizer_setting_pb.rb +16 -0
  63. data/lib/google/ads/google_ads/v3/common/extensions_pb.rb +138 -0
  64. data/lib/google/ads/google_ads/v3/common/feed_common_pb.rb +17 -0
  65. data/lib/google/ads/google_ads/v3/common/final_app_url_pb.rb +18 -0
  66. data/lib/google/ads/google_ads/v3/common/frequency_cap_pb.rb +27 -0
  67. data/lib/google/ads/google_ads/v3/common/keyword_plan_common_pb.rb +18 -0
  68. data/lib/google/ads/google_ads/v3/common/matching_function_pb.rb +52 -0
  69. data/lib/google/ads/google_ads/v3/common/metrics_pb.rb +128 -0
  70. data/lib/google/ads/google_ads/v3/common/offline_user_data_pb.rb +70 -0
  71. data/lib/google/ads/google_ads/v3/common/policy_pb.rb +91 -0
  72. data/lib/google/ads/google_ads/v3/common/real_time_bidding_setting_pb.rb +16 -0
  73. data/lib/google/ads/google_ads/v3/common/segments_pb.rb +119 -0
  74. data/lib/google/ads/google_ads/v3/common/simulation_pb.rb +72 -0
  75. data/lib/google/ads/google_ads/v3/common/tag_snippet_pb.rb +21 -0
  76. data/lib/google/ads/google_ads/v3/common/targeting_setting_pb.rb +35 -0
  77. data/lib/google/ads/google_ads/v3/common/text_label_pb.rb +17 -0
  78. data/lib/google/ads/google_ads/v3/common/url_collection_pb.rb +19 -0
  79. data/lib/google/ads/google_ads/v3/common/user_lists_pb.rb +114 -0
  80. data/lib/google/ads/google_ads/v3/common/value_pb.rb +21 -0
  81. data/lib/google/ads/google_ads/v3/enums/access_reason_pb.rb +24 -0
  82. data/lib/google/ads/google_ads/v3/enums/access_role_pb.rb +22 -0
  83. data/lib/google/ads/google_ads/v3/enums/account_budget_proposal_status_pb.rb +24 -0
  84. data/lib/google/ads/google_ads/v3/enums/account_budget_proposal_type_pb.rb +23 -0
  85. data/lib/google/ads/google_ads/v3/enums/account_budget_status_pb.rb +22 -0
  86. data/lib/google/ads/google_ads/v3/enums/ad_customizer_placeholder_field_pb.rb +23 -0
  87. data/lib/google/ads/google_ads/v3/enums/ad_group_ad_rotation_mode_pb.rb +21 -0
  88. data/lib/google/ads/google_ads/v3/enums/ad_group_ad_status_pb.rb +22 -0
  89. data/lib/google/ads/google_ads/v3/enums/ad_group_criterion_approval_status_pb.rb +23 -0
  90. data/lib/google/ads/google_ads/v3/enums/ad_group_criterion_status_pb.rb +22 -0
  91. data/lib/google/ads/google_ads/v3/enums/ad_group_status_pb.rb +22 -0
  92. data/lib/google/ads/google_ads/v3/enums/ad_group_type_pb.rb +33 -0
  93. data/lib/google/ads/google_ads/v3/enums/ad_network_type_pb.rb +25 -0
  94. data/lib/google/ads/google_ads/v3/enums/ad_serving_optimization_status_pb.rb +24 -0
  95. data/lib/google/ads/google_ads/v3/enums/ad_strength_pb.rb +25 -0
  96. data/lib/google/ads/google_ads/v3/enums/ad_type_pb.rb +39 -0
  97. data/lib/google/ads/google_ads/v3/enums/advertising_channel_sub_type_pb.rb +32 -0
  98. data/lib/google/ads/google_ads/v3/enums/advertising_channel_type_pb.rb +25 -0
  99. data/lib/google/ads/google_ads/v3/enums/affiliate_location_feed_relationship_type_pb.rb +20 -0
  100. data/lib/google/ads/google_ads/v3/enums/affiliate_location_placeholder_field_pb.rb +30 -0
  101. data/lib/google/ads/google_ads/v3/enums/age_range_type_pb.rb +26 -0
  102. data/lib/google/ads/google_ads/v3/enums/app_campaign_app_store_pb.rb +21 -0
  103. data/lib/google/ads/google_ads/v3/enums/app_campaign_bidding_strategy_goal_type_pb.rb +23 -0
  104. data/lib/google/ads/google_ads/v3/enums/app_payment_model_type_pb.rb +20 -0
  105. data/lib/google/ads/google_ads/v3/enums/app_placeholder_field_pb.rb +27 -0
  106. data/lib/google/ads/google_ads/v3/enums/app_store_pb.rb +21 -0
  107. data/lib/google/ads/google_ads/v3/enums/app_url_operating_system_type_pb.rb +21 -0
  108. data/lib/google/ads/google_ads/v3/enums/asset_field_type_pb.rb +25 -0
  109. data/lib/google/ads/google_ads/v3/enums/asset_performance_label_pb.rb +24 -0
  110. data/lib/google/ads/google_ads/v3/enums/asset_type_pb.rb +23 -0
  111. data/lib/google/ads/google_ads/v3/enums/attribution_model_pb.rb +26 -0
  112. data/lib/google/ads/google_ads/v3/enums/bid_modifier_source_pb.rb +21 -0
  113. data/lib/google/ads/google_ads/v3/enums/bidding_source_pb.rb +22 -0
  114. data/lib/google/ads/google_ads/v3/enums/bidding_strategy_status_pb.rb +21 -0
  115. data/lib/google/ads/google_ads/v3/enums/bidding_strategy_type_pb.rb +34 -0
  116. data/lib/google/ads/google_ads/v3/enums/billing_setup_status_pb.rb +23 -0
  117. data/lib/google/ads/google_ads/v3/enums/brand_safety_suitability_pb.rb +22 -0
  118. data/lib/google/ads/google_ads/v3/enums/budget_delivery_method_pb.rb +21 -0
  119. data/lib/google/ads/google_ads/v3/enums/budget_period_pb.rb +20 -0
  120. data/lib/google/ads/google_ads/v3/enums/budget_status_pb.rb +21 -0
  121. data/lib/google/ads/google_ads/v3/enums/budget_type_pb.rb +22 -0
  122. data/lib/google/ads/google_ads/v3/enums/call_conversion_reporting_state_pb.rb +22 -0
  123. data/lib/google/ads/google_ads/v3/enums/call_placeholder_field_pb.rb +24 -0
  124. data/lib/google/ads/google_ads/v3/enums/callout_placeholder_field_pb.rb +20 -0
  125. data/lib/google/ads/google_ads/v3/enums/campaign_criterion_status_pb.rb +22 -0
  126. data/lib/google/ads/google_ads/v3/enums/campaign_draft_status_pb.rb +24 -0
  127. data/lib/google/ads/google_ads/v3/enums/campaign_experiment_status_pb.rb +28 -0
  128. data/lib/google/ads/google_ads/v3/enums/campaign_experiment_traffic_split_type_pb.rb +21 -0
  129. data/lib/google/ads/google_ads/v3/enums/campaign_experiment_type_pb.rb +22 -0
  130. data/lib/google/ads/google_ads/v3/enums/campaign_serving_status_pb.rb +24 -0
  131. data/lib/google/ads/google_ads/v3/enums/campaign_shared_set_status_pb.rb +21 -0
  132. data/lib/google/ads/google_ads/v3/enums/campaign_status_pb.rb +22 -0
  133. data/lib/google/ads/google_ads/v3/enums/change_status_operation_pb.rb +22 -0
  134. data/lib/google/ads/google_ads/v3/enums/change_status_resource_type_pb.rb +29 -0
  135. data/lib/google/ads/google_ads/v3/enums/click_type_pb.rb +72 -0
  136. data/lib/google/ads/google_ads/v3/enums/content_label_type_pb.rb +34 -0
  137. data/lib/google/ads/google_ads/v3/enums/conversion_action_category_pb.rb +39 -0
  138. data/lib/google/ads/google_ads/v3/enums/conversion_action_counting_type_pb.rb +21 -0
  139. data/lib/google/ads/google_ads/v3/enums/conversion_action_status_pb.rb +22 -0
  140. data/lib/google/ads/google_ads/v3/enums/conversion_action_type_pb.rb +27 -0
  141. data/lib/google/ads/google_ads/v3/enums/conversion_adjustment_type_pb.rb +21 -0
  142. data/lib/google/ads/google_ads/v3/enums/conversion_attribution_event_type_pb.rb +21 -0
  143. data/lib/google/ads/google_ads/v3/enums/conversion_lag_bucket_pb.rb +38 -0
  144. data/lib/google/ads/google_ads/v3/enums/conversion_or_adjustment_lag_bucket_pb.rb +60 -0
  145. data/lib/google/ads/google_ads/v3/enums/criterion_category_channel_availability_mode_pb.rb +22 -0
  146. data/lib/google/ads/google_ads/v3/enums/criterion_category_locale_availability_mode_pb.rb +23 -0
  147. data/lib/google/ads/google_ads/v3/enums/criterion_system_serving_status_pb.rb +21 -0
  148. data/lib/google/ads/google_ads/v3/enums/criterion_type_pb.rb +49 -0
  149. data/lib/google/ads/google_ads/v3/enums/custom_interest_member_type_pb.rb +21 -0
  150. data/lib/google/ads/google_ads/v3/enums/custom_interest_status_pb.rb +21 -0
  151. data/lib/google/ads/google_ads/v3/enums/custom_interest_type_pb.rb +21 -0
  152. data/lib/google/ads/google_ads/v3/enums/custom_placeholder_field_pb.rb +39 -0
  153. data/lib/google/ads/google_ads/v3/enums/customer_match_upload_key_type_pb.rb +22 -0
  154. data/lib/google/ads/google_ads/v3/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +26 -0
  155. data/lib/google/ads/google_ads/v3/enums/data_driven_model_status_pb.rb +23 -0
  156. data/lib/google/ads/google_ads/v3/enums/day_of_week_pb.rb +26 -0
  157. data/lib/google/ads/google_ads/v3/enums/device_pb.rb +24 -0
  158. data/lib/google/ads/google_ads/v3/enums/display_ad_format_setting_pb.rb +22 -0
  159. data/lib/google/ads/google_ads/v3/enums/display_upload_product_type_pb.rb +29 -0
  160. data/lib/google/ads/google_ads/v3/enums/distance_bucket_pb.rb +46 -0
  161. data/lib/google/ads/google_ads/v3/enums/dsa_page_feed_criterion_field_pb.rb +21 -0
  162. data/lib/google/ads/google_ads/v3/enums/education_placeholder_field_pb.rb +36 -0
  163. data/lib/google/ads/google_ads/v3/enums/extension_setting_device_pb.rb +21 -0
  164. data/lib/google/ads/google_ads/v3/enums/extension_type_pb.rb +31 -0
  165. data/lib/google/ads/google_ads/v3/enums/external_conversion_source_pb.rb +40 -0
  166. data/lib/google/ads/google_ads/v3/enums/feed_attribute_type_pb.rb +32 -0
  167. data/lib/google/ads/google_ads/v3/enums/feed_item_quality_approval_status_pb.rb +21 -0
  168. data/lib/google/ads/google_ads/v3/enums/feed_item_quality_disapproval_reason_pb.rb +37 -0
  169. data/lib/google/ads/google_ads/v3/enums/feed_item_status_pb.rb +21 -0
  170. data/lib/google/ads/google_ads/v3/enums/feed_item_target_device_pb.rb +20 -0
  171. data/lib/google/ads/google_ads/v3/enums/feed_item_target_status_pb.rb +21 -0
  172. data/lib/google/ads/google_ads/v3/enums/feed_item_target_type_pb.rb +22 -0
  173. data/lib/google/ads/google_ads/v3/enums/feed_item_validation_status_pb.rb +22 -0
  174. data/lib/google/ads/google_ads/v3/enums/feed_link_status_pb.rb +21 -0
  175. data/lib/google/ads/google_ads/v3/enums/feed_mapping_criterion_type_pb.rb +21 -0
  176. data/lib/google/ads/google_ads/v3/enums/feed_mapping_status_pb.rb +21 -0
  177. data/lib/google/ads/google_ads/v3/enums/feed_origin_pb.rb +21 -0
  178. data/lib/google/ads/google_ads/v3/enums/feed_status_pb.rb +21 -0
  179. data/lib/google/ads/google_ads/v3/enums/flight_placeholder_field_pb.rb +36 -0
  180. data/lib/google/ads/google_ads/v3/enums/frequency_cap_event_type_pb.rb +21 -0
  181. data/lib/google/ads/google_ads/v3/enums/frequency_cap_level_pb.rb +22 -0
  182. data/lib/google/ads/google_ads/v3/enums/frequency_cap_time_unit_pb.rb +22 -0
  183. data/lib/google/ads/google_ads/v3/enums/gender_type_pb.rb +22 -0
  184. data/lib/google/ads/google_ads/v3/enums/geo_target_constant_status_pb.rb +21 -0
  185. data/lib/google/ads/google_ads/v3/enums/geo_targeting_restriction_pb.rb +20 -0
  186. data/lib/google/ads/google_ads/v3/enums/geo_targeting_type_pb.rb +21 -0
  187. data/lib/google/ads/google_ads/v3/enums/google_ads_field_category_pb.rb +23 -0
  188. data/lib/google/ads/google_ads/v3/enums/google_ads_field_data_type_pb.rb +30 -0
  189. data/lib/google/ads/google_ads/v3/enums/hotel_date_selection_type_pb.rb +21 -0
  190. data/lib/google/ads/google_ads/v3/enums/hotel_placeholder_field_pb.rb +39 -0
  191. data/lib/google/ads/google_ads/v3/enums/hotel_price_bucket_pb.rb +21 -0
  192. data/lib/google/ads/google_ads/v3/enums/hotel_rate_type_pb.rb +23 -0
  193. data/lib/google/ads/google_ads/v3/enums/income_range_type_pb.rb +26 -0
  194. data/lib/google/ads/google_ads/v3/enums/interaction_event_type_pb.rb +23 -0
  195. data/lib/google/ads/google_ads/v3/enums/interaction_type_pb.rb +20 -0
  196. data/lib/google/ads/google_ads/v3/enums/invoice_type_pb.rb +21 -0
  197. data/lib/google/ads/google_ads/v3/enums/job_placeholder_field_pb.rb +36 -0
  198. data/lib/google/ads/google_ads/v3/enums/keyword_match_type_pb.rb +22 -0
  199. data/lib/google/ads/google_ads/v3/enums/keyword_plan_competition_level_pb.rb +22 -0
  200. data/lib/google/ads/google_ads/v3/enums/keyword_plan_forecast_interval_pb.rb +22 -0
  201. data/lib/google/ads/google_ads/v3/enums/keyword_plan_network_pb.rb +21 -0
  202. data/lib/google/ads/google_ads/v3/enums/label_status_pb.rb +21 -0
  203. data/lib/google/ads/google_ads/v3/enums/legacy_app_install_ad_app_store_pb.rb +24 -0
  204. data/lib/google/ads/google_ads/v3/enums/listing_group_type_pb.rb +21 -0
  205. data/lib/google/ads/google_ads/v3/enums/local_placeholder_field_pb.rb +38 -0
  206. data/lib/google/ads/google_ads/v3/enums/location_extension_targeting_criterion_field_pb.rb +25 -0
  207. data/lib/google/ads/google_ads/v3/enums/location_group_radius_units_pb.rb +21 -0
  208. data/lib/google/ads/google_ads/v3/enums/location_placeholder_field_pb.rb +27 -0
  209. data/lib/google/ads/google_ads/v3/enums/manager_link_status_pb.rb +24 -0
  210. data/lib/google/ads/google_ads/v3/enums/matching_function_context_type_pb.rb +21 -0
  211. data/lib/google/ads/google_ads/v3/enums/matching_function_operator_pb.rb +24 -0
  212. data/lib/google/ads/google_ads/v3/enums/media_type_pb.rb +25 -0
  213. data/lib/google/ads/google_ads/v3/enums/merchant_center_link_status_pb.rb +21 -0
  214. data/lib/google/ads/google_ads/v3/enums/message_placeholder_field_pb.rb +24 -0
  215. data/lib/google/ads/google_ads/v3/enums/mime_type_pb.rb +31 -0
  216. data/lib/google/ads/google_ads/v3/enums/minute_of_hour_pb.rb +23 -0
  217. data/lib/google/ads/google_ads/v3/enums/mobile_device_type_pb.rb +21 -0
  218. data/lib/google/ads/google_ads/v3/enums/month_of_year_pb.rb +31 -0
  219. data/lib/google/ads/google_ads/v3/enums/mutate_job_status_pb.rb +22 -0
  220. data/lib/google/ads/google_ads/v3/enums/negative_geo_target_type_pb.rb +21 -0
  221. data/lib/google/ads/google_ads/v3/enums/offline_user_data_job_failure_reason_pb.rb +21 -0
  222. data/lib/google/ads/google_ads/v3/enums/offline_user_data_job_status_pb.rb +23 -0
  223. data/lib/google/ads/google_ads/v3/enums/offline_user_data_job_type_pb.rb +22 -0
  224. data/lib/google/ads/google_ads/v3/enums/operating_system_version_operator_type_pb.rb +21 -0
  225. data/lib/google/ads/google_ads/v3/enums/page_one_promoted_strategy_goal_pb.rb +11 -0
  226. data/lib/google/ads/google_ads/v3/enums/parental_status_type_pb.rb +22 -0
  227. data/lib/google/ads/google_ads/v3/enums/payment_mode_pb.rb +23 -0
  228. data/lib/google/ads/google_ads/v3/enums/placeholder_type_pb.rb +38 -0
  229. data/lib/google/ads/google_ads/v3/enums/placement_type_pb.rb +24 -0
  230. data/lib/google/ads/google_ads/v3/enums/policy_approval_status_pb.rb +23 -0
  231. data/lib/google/ads/google_ads/v3/enums/policy_review_status_pb.rb +23 -0
  232. data/lib/google/ads/google_ads/v3/enums/policy_topic_entry_type_pb.rb +25 -0
  233. data/lib/google/ads/google_ads/v3/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +24 -0
  234. data/lib/google/ads/google_ads/v3/enums/policy_topic_evidence_destination_not_working_device_pb.rb +22 -0
  235. data/lib/google/ads/google_ads/v3/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +21 -0
  236. data/lib/google/ads/google_ads/v3/enums/positive_geo_target_type_pb.rb +22 -0
  237. data/lib/google/ads/google_ads/v3/enums/preferred_content_type_pb.rb +20 -0
  238. data/lib/google/ads/google_ads/v3/enums/price_extension_price_qualifier_pb.rb +22 -0
  239. data/lib/google/ads/google_ads/v3/enums/price_extension_price_unit_pb.rb +25 -0
  240. data/lib/google/ads/google_ads/v3/enums/price_extension_type_pb.rb +28 -0
  241. data/lib/google/ads/google_ads/v3/enums/price_placeholder_field_pb.rb +72 -0
  242. data/lib/google/ads/google_ads/v3/enums/product_bidding_category_level_pb.rb +24 -0
  243. data/lib/google/ads/google_ads/v3/enums/product_bidding_category_status_pb.rb +21 -0
  244. data/lib/google/ads/google_ads/v3/enums/product_channel_exclusivity_pb.rb +21 -0
  245. data/lib/google/ads/google_ads/v3/enums/product_channel_pb.rb +21 -0
  246. data/lib/google/ads/google_ads/v3/enums/product_condition_pb.rb +22 -0
  247. data/lib/google/ads/google_ads/v3/enums/product_custom_attribute_index_pb.rb +24 -0
  248. data/lib/google/ads/google_ads/v3/enums/product_type_level_pb.rb +24 -0
  249. data/lib/google/ads/google_ads/v3/enums/promotion_extension_discount_modifier_pb.rb +20 -0
  250. data/lib/google/ads/google_ads/v3/enums/promotion_extension_occasion_pb.rb +56 -0
  251. data/lib/google/ads/google_ads/v3/enums/promotion_placeholder_field_pb.rb +33 -0
  252. data/lib/google/ads/google_ads/v3/enums/proximity_radius_units_pb.rb +21 -0
  253. data/lib/google/ads/google_ads/v3/enums/quality_score_bucket_pb.rb +22 -0
  254. data/lib/google/ads/google_ads/v3/enums/reach_plan_ad_length_pb.rb +22 -0
  255. data/lib/google/ads/google_ads/v3/enums/reach_plan_age_range_pb.rb +45 -0
  256. data/lib/google/ads/google_ads/v3/enums/reach_plan_network_pb.rb +22 -0
  257. data/lib/google/ads/google_ads/v3/enums/real_estate_placeholder_field_pb.rb +37 -0
  258. data/lib/google/ads/google_ads/v3/enums/recommendation_type_pb.rb +33 -0
  259. data/lib/google/ads/google_ads/v3/enums/search_engine_results_page_type_pb.rb +22 -0
  260. data/lib/google/ads/google_ads/v3/enums/search_term_match_type_pb.rb +24 -0
  261. data/lib/google/ads/google_ads/v3/enums/search_term_targeting_status_pb.rb +23 -0
  262. data/lib/google/ads/google_ads/v3/enums/served_asset_field_type_pb.rb +24 -0
  263. data/lib/google/ads/google_ads/v3/enums/shared_set_status_pb.rb +21 -0
  264. data/lib/google/ads/google_ads/v3/enums/shared_set_type_pb.rb +21 -0
  265. data/lib/google/ads/google_ads/v3/enums/simulation_modification_method_pb.rb +21 -0
  266. data/lib/google/ads/google_ads/v3/enums/simulation_type_pb.rb +23 -0
  267. data/lib/google/ads/google_ads/v3/enums/sitelink_placeholder_field_pb.rb +26 -0
  268. data/lib/google/ads/google_ads/v3/enums/slot_pb.rb +26 -0
  269. data/lib/google/ads/google_ads/v3/enums/spending_limit_type_pb.rb +20 -0
  270. data/lib/google/ads/google_ads/v3/enums/structured_snippet_placeholder_field_pb.rb +21 -0
  271. data/lib/google/ads/google_ads/v3/enums/summary_row_setting_pb.rb +22 -0
  272. data/lib/google/ads/google_ads/v3/enums/system_managed_entity_source_pb.rb +20 -0
  273. data/lib/google/ads/google_ads/v3/enums/target_cpa_opt_in_recommendation_goal_pb.rb +23 -0
  274. data/lib/google/ads/google_ads/v3/enums/target_impression_share_location_pb.rb +22 -0
  275. data/lib/google/ads/google_ads/v3/enums/targeting_dimension_pb.rb +27 -0
  276. data/lib/google/ads/google_ads/v3/enums/time_type_pb.rb +21 -0
  277. data/lib/google/ads/google_ads/v3/enums/tracking_code_page_format_pb.rb +21 -0
  278. data/lib/google/ads/google_ads/v3/enums/tracking_code_type_pb.rb +23 -0
  279. data/lib/google/ads/google_ads/v3/enums/travel_placeholder_field_pb.rb +39 -0
  280. data/lib/google/ads/google_ads/v3/enums/user_interest_taxonomy_type_pb.rb +24 -0
  281. data/lib/google/ads/google_ads/v3/enums/user_list_access_status_pb.rb +21 -0
  282. data/lib/google/ads/google_ads/v3/enums/user_list_closing_reason_pb.rb +20 -0
  283. data/lib/google/ads/google_ads/v3/enums/user_list_combined_rule_operator_pb.rb +21 -0
  284. data/lib/google/ads/google_ads/v3/enums/user_list_crm_data_source_type_pb.rb +22 -0
  285. data/lib/google/ads/google_ads/v3/enums/user_list_date_rule_item_operator_pb.rb +23 -0
  286. data/lib/google/ads/google_ads/v3/enums/user_list_logical_rule_operator_pb.rb +22 -0
  287. data/lib/google/ads/google_ads/v3/enums/user_list_membership_status_pb.rb +21 -0
  288. data/lib/google/ads/google_ads/v3/enums/user_list_number_rule_item_operator_pb.rb +25 -0
  289. data/lib/google/ads/google_ads/v3/enums/user_list_prepopulation_status_pb.rb +22 -0
  290. data/lib/google/ads/google_ads/v3/enums/user_list_rule_type_pb.rb +21 -0
  291. data/lib/google/ads/google_ads/v3/enums/user_list_size_range_pb.rb +35 -0
  292. data/lib/google/ads/google_ads/v3/enums/user_list_string_rule_item_operator_pb.rb +27 -0
  293. data/lib/google/ads/google_ads/v3/enums/user_list_type_pb.rb +25 -0
  294. data/lib/google/ads/google_ads/v3/enums/vanity_pharma_display_url_mode_pb.rb +21 -0
  295. data/lib/google/ads/google_ads/v3/enums/vanity_pharma_text_pb.rb +31 -0
  296. data/lib/google/ads/google_ads/v3/enums/webpage_condition_operand_pb.rb +24 -0
  297. data/lib/google/ads/google_ads/v3/enums/webpage_condition_operator_pb.rb +21 -0
  298. data/lib/google/ads/google_ads/v3/errors/access_invitation_error_pb.rb +21 -0
  299. data/lib/google/ads/google_ads/v3/errors/account_budget_proposal_error_pb.rb +42 -0
  300. data/lib/google/ads/google_ads/v3/errors/ad_customizer_error_pb.rb +24 -0
  301. data/lib/google/ads/google_ads/v3/errors/ad_error_pb.rb +154 -0
  302. data/lib/google/ads/google_ads/v3/errors/ad_group_ad_error_pb.rb +27 -0
  303. data/lib/google/ads/google_ads/v3/errors/ad_group_bid_modifier_error_pb.rb +21 -0
  304. data/lib/google/ads/google_ads/v3/errors/ad_group_criterion_error_pb.rb +56 -0
  305. data/lib/google/ads/google_ads/v3/errors/ad_group_error_pb.rb +32 -0
  306. data/lib/google/ads/google_ads/v3/errors/ad_group_feed_error_pb.rb +26 -0
  307. data/lib/google/ads/google_ads/v3/errors/ad_parameter_error_pb.rb +21 -0
  308. data/lib/google/ads/google_ads/v3/errors/ad_sharing_error_pb.rb +22 -0
  309. data/lib/google/ads/google_ads/v3/errors/adx_error_pb.rb +20 -0
  310. data/lib/google/ads/google_ads/v3/errors/asset_error_pb.rb +24 -0
  311. data/lib/google/ads/google_ads/v3/errors/asset_link_error_pb.rb +20 -0
  312. data/lib/google/ads/google_ads/v3/errors/authentication_error_pb.rb +37 -0
  313. data/lib/google/ads/google_ads/v3/errors/authorization_error_pb.rb +31 -0
  314. data/lib/google/ads/google_ads/v3/errors/bidding_error_pb.rb +43 -0
  315. data/lib/google/ads/google_ads/v3/errors/bidding_strategy_error_pb.rb +24 -0
  316. data/lib/google/ads/google_ads/v3/errors/billing_setup_error_pb.rb +36 -0
  317. data/lib/google/ads/google_ads/v3/errors/campaign_budget_error_pb.rb +35 -0
  318. data/lib/google/ads/google_ads/v3/errors/campaign_criterion_error_pb.rb +30 -0
  319. data/lib/google/ads/google_ads/v3/errors/campaign_draft_error_pb.rb +29 -0
  320. data/lib/google/ads/google_ads/v3/errors/campaign_error_pb.rb +59 -0
  321. data/lib/google/ads/google_ads/v3/errors/campaign_experiment_error_pb.rb +29 -0
  322. data/lib/google/ads/google_ads/v3/errors/campaign_feed_error_pb.rb +26 -0
  323. data/lib/google/ads/google_ads/v3/errors/campaign_shared_set_error_pb.rb +20 -0
  324. data/lib/google/ads/google_ads/v3/errors/change_status_error_pb.rb +20 -0
  325. data/lib/google/ads/google_ads/v3/errors/collection_size_error_pb.rb +21 -0
  326. data/lib/google/ads/google_ads/v3/errors/context_error_pb.rb +21 -0
  327. data/lib/google/ads/google_ads/v3/errors/conversion_action_error_pb.rb +27 -0
  328. data/lib/google/ads/google_ads/v3/errors/conversion_adjustment_upload_error_pb.rb +30 -0
  329. data/lib/google/ads/google_ads/v3/errors/conversion_upload_error_pb.rb +40 -0
  330. data/lib/google/ads/google_ads/v3/errors/country_code_error_pb.rb +20 -0
  331. data/lib/google/ads/google_ads/v3/errors/criterion_error_pb.rb +123 -0
  332. data/lib/google/ads/google_ads/v3/errors/currency_code_error_pb.rb +20 -0
  333. data/lib/google/ads/google_ads/v3/errors/custom_interest_error_pb.rb +26 -0
  334. data/lib/google/ads/google_ads/v3/errors/customer_client_link_error_pb.rb +27 -0
  335. data/lib/google/ads/google_ads/v3/errors/customer_error_pb.rb +21 -0
  336. data/lib/google/ads/google_ads/v3/errors/customer_feed_error_pb.rb +26 -0
  337. data/lib/google/ads/google_ads/v3/errors/customer_manager_link_error_pb.rb +28 -0
  338. data/lib/google/ads/google_ads/v3/errors/database_error_pb.rb +22 -0
  339. data/lib/google/ads/google_ads/v3/errors/date_error_pb.rb +29 -0
  340. data/lib/google/ads/google_ads/v3/errors/date_range_error_pb.rb +24 -0
  341. data/lib/google/ads/google_ads/v3/errors/distinct_error_pb.rb +21 -0
  342. data/lib/google/ads/google_ads/v3/errors/enum_error_pb.rb +20 -0
  343. data/lib/google/ads/google_ads/v3/errors/errors_pb.rb +279 -0
  344. data/lib/google/ads/google_ads/v3/errors/extension_feed_item_error_pb.rb +64 -0
  345. data/lib/google/ads/google_ads/v3/errors/extension_setting_error_pb.rb +83 -0
  346. data/lib/google/ads/google_ads/v3/errors/feed_attribute_reference_error_pb.rb +22 -0
  347. data/lib/google/ads/google_ads/v3/errors/feed_error_pb.rb +41 -0
  348. data/lib/google/ads/google_ads/v3/errors/feed_item_error_pb.rb +28 -0
  349. data/lib/google/ads/google_ads/v3/errors/feed_item_target_error_pb.rb +27 -0
  350. data/lib/google/ads/google_ads/v3/errors/feed_item_validation_error_pb.rb +116 -0
  351. data/lib/google/ads/google_ads/v3/errors/feed_mapping_error_pb.rb +36 -0
  352. data/lib/google/ads/google_ads/v3/errors/field_error_pb.rb +26 -0
  353. data/lib/google/ads/google_ads/v3/errors/field_mask_error_pb.rb +23 -0
  354. data/lib/google/ads/google_ads/v3/errors/function_error_pb.rb +35 -0
  355. data/lib/google/ads/google_ads/v3/errors/function_parsing_error_pb.rb +30 -0
  356. data/lib/google/ads/google_ads/v3/errors/geo_target_constant_suggestion_error_pb.rb +23 -0
  357. data/lib/google/ads/google_ads/v3/errors/header_error_pb.rb +20 -0
  358. data/lib/google/ads/google_ads/v3/errors/id_error_pb.rb +20 -0
  359. data/lib/google/ads/google_ads/v3/errors/image_error_pb.rb +57 -0
  360. data/lib/google/ads/google_ads/v3/errors/internal_error_pb.rb +23 -0
  361. data/lib/google/ads/google_ads/v3/errors/invoice_error_pb.rb +21 -0
  362. data/lib/google/ads/google_ads/v3/errors/keyword_plan_ad_group_error_pb.rb +21 -0
  363. data/lib/google/ads/google_ads/v3/errors/keyword_plan_campaign_error_pb.rb +24 -0
  364. data/lib/google/ads/google_ads/v3/errors/keyword_plan_error_pb.rb +33 -0
  365. data/lib/google/ads/google_ads/v3/errors/keyword_plan_idea_error_pb.rb +21 -0
  366. data/lib/google/ads/google_ads/v3/errors/keyword_plan_keyword_error_pb.rb +25 -0
  367. data/lib/google/ads/google_ads/v3/errors/keyword_plan_negative_keyword_error_pb.rb +19 -0
  368. data/lib/google/ads/google_ads/v3/errors/label_error_pb.rb +28 -0
  369. data/lib/google/ads/google_ads/v3/errors/language_code_error_pb.rb +21 -0
  370. data/lib/google/ads/google_ads/v3/errors/list_operation_error_pb.rb +21 -0
  371. data/lib/google/ads/google_ads/v3/errors/manager_link_error_pb.rb +36 -0
  372. data/lib/google/ads/google_ads/v3/errors/media_bundle_error_pb.rb +41 -0
  373. data/lib/google/ads/google_ads/v3/errors/media_file_error_pb.rb +42 -0
  374. data/lib/google/ads/google_ads/v3/errors/media_upload_error_pb.rb +26 -0
  375. data/lib/google/ads/google_ads/v3/errors/multiplier_error_pb.rb +31 -0
  376. data/lib/google/ads/google_ads/v3/errors/mutate_error_pb.rb +27 -0
  377. data/lib/google/ads/google_ads/v3/errors/mutate_job_error_pb.rb +24 -0
  378. data/lib/google/ads/google_ads/v3/errors/new_resource_creation_error_pb.rb +22 -0
  379. data/lib/google/ads/google_ads/v3/errors/not_empty_error_pb.rb +20 -0
  380. data/lib/google/ads/google_ads/v3/errors/not_whitelisted_error_pb.rb +20 -0
  381. data/lib/google/ads/google_ads/v3/errors/null_error_pb.rb +20 -0
  382. data/lib/google/ads/google_ads/v3/errors/offline_user_data_job_error_pb.rb +41 -0
  383. data/lib/google/ads/google_ads/v3/errors/operation_access_denied_error_pb.rb +29 -0
  384. data/lib/google/ads/google_ads/v3/errors/operator_error_pb.rb +20 -0
  385. data/lib/google/ads/google_ads/v3/errors/partial_failure_error_pb.rb +20 -0
  386. data/lib/google/ads/google_ads/v3/errors/payments_account_error_pb.rb +20 -0
  387. data/lib/google/ads/google_ads/v3/errors/policy_finding_error_pb.rb +21 -0
  388. data/lib/google/ads/google_ads/v3/errors/policy_validation_parameter_error_pb.rb +22 -0
  389. data/lib/google/ads/google_ads/v3/errors/policy_violation_error_pb.rb +20 -0
  390. data/lib/google/ads/google_ads/v3/errors/query_error_pb.rb +72 -0
  391. data/lib/google/ads/google_ads/v3/errors/quota_error_pb.rb +22 -0
  392. data/lib/google/ads/google_ads/v3/errors/range_error_pb.rb +21 -0
  393. data/lib/google/ads/google_ads/v3/errors/reach_plan_error_pb.rb +19 -0
  394. data/lib/google/ads/google_ads/v3/errors/recommendation_error_pb.rb +33 -0
  395. data/lib/google/ads/google_ads/v3/errors/region_code_error_pb.rb +20 -0
  396. data/lib/google/ads/google_ads/v3/errors/request_error_pb.rb +41 -0
  397. data/lib/google/ads/google_ads/v3/errors/resource_access_denied_error_pb.rb +20 -0
  398. data/lib/google/ads/google_ads/v3/errors/resource_count_limit_exceeded_error_pb.rb +28 -0
  399. data/lib/google/ads/google_ads/v3/errors/setting_error_pb.rb +29 -0
  400. data/lib/google/ads/google_ads/v3/errors/shared_criterion_error_pb.rb +20 -0
  401. data/lib/google/ads/google_ads/v3/errors/shared_set_error_pb.rb +23 -0
  402. data/lib/google/ads/google_ads/v3/errors/size_limit_error_pb.rb +21 -0
  403. data/lib/google/ads/google_ads/v3/errors/string_format_error_pb.rb +21 -0
  404. data/lib/google/ads/google_ads/v3/errors/string_length_error_pb.rb +22 -0
  405. data/lib/google/ads/google_ads/v3/errors/time_zone_error_pb.rb +20 -0
  406. data/lib/google/ads/google_ads/v3/errors/url_field_error_pb.rb +71 -0
  407. data/lib/google/ads/google_ads/v3/errors/user_data_error_pb.rb +22 -0
  408. data/lib/google/ads/google_ads/v3/errors/user_list_error_pb.rb +45 -0
  409. data/lib/google/ads/google_ads/v3/errors/youtube_video_registration_error_pb.rb +22 -0
  410. data/lib/google/ads/google_ads/v3/resources/account_budget_pb.rb +71 -0
  411. data/lib/google/ads/google_ads/v3/resources/account_budget_proposal_pb.rb +53 -0
  412. data/lib/google/ads/google_ads/v3/resources/ad_group_ad_asset_view_pb.rb +34 -0
  413. data/lib/google/ads/google_ads/v3/resources/ad_group_ad_label_pb.rb +20 -0
  414. data/lib/google/ads/google_ads/v3/resources/ad_group_ad_pb.rb +35 -0
  415. data/lib/google/ads/google_ads/v3/resources/ad_group_audience_view_pb.rb +17 -0
  416. data/lib/google/ads/google_ads/v3/resources/ad_group_bid_modifier_pb.rb +33 -0
  417. data/lib/google/ads/google_ads/v3/resources/ad_group_criterion_label_pb.rb +20 -0
  418. data/lib/google/ads/google_ads/v3/resources/ad_group_criterion_pb.rb +88 -0
  419. data/lib/google/ads/google_ads/v3/resources/ad_group_criterion_simulation_pb.rb +30 -0
  420. data/lib/google/ads/google_ads/v3/resources/ad_group_extension_setting_pb.rb +24 -0
  421. data/lib/google/ads/google_ads/v3/resources/ad_group_feed_pb.rb +26 -0
  422. data/lib/google/ads/google_ads/v3/resources/ad_group_label_pb.rb +20 -0
  423. data/lib/google/ads/google_ads/v3/resources/ad_group_pb.rb +51 -0
  424. data/lib/google/ads/google_ads/v3/resources/ad_group_simulation_pb.rb +31 -0
  425. data/lib/google/ads/google_ads/v3/resources/ad_parameter_pb.rb +21 -0
  426. data/lib/google/ads/google_ads/v3/resources/ad_pb.rb +59 -0
  427. data/lib/google/ads/google_ads/v3/resources/ad_schedule_view_pb.rb +17 -0
  428. data/lib/google/ads/google_ads/v3/resources/age_range_view_pb.rb +17 -0
  429. data/lib/google/ads/google_ads/v3/resources/asset_pb.rb +29 -0
  430. data/lib/google/ads/google_ads/v3/resources/bidding_strategy_pb.rb +34 -0
  431. data/lib/google/ads/google_ads/v3/resources/billing_setup_pb.rb +40 -0
  432. data/lib/google/ads/google_ads/v3/resources/campaign_audience_view_pb.rb +17 -0
  433. data/lib/google/ads/google_ads/v3/resources/campaign_bid_modifier_pb.rb +25 -0
  434. data/lib/google/ads/google_ads/v3/resources/campaign_budget_pb.rb +38 -0
  435. data/lib/google/ads/google_ads/v3/resources/campaign_criterion_pb.rb +56 -0
  436. data/lib/google/ads/google_ads/v3/resources/campaign_criterion_simulation_pb.rb +30 -0
  437. data/lib/google/ads/google_ads/v3/resources/campaign_draft_pb.rb +26 -0
  438. data/lib/google/ads/google_ads/v3/resources/campaign_experiment_pb.rb +31 -0
  439. data/lib/google/ads/google_ads/v3/resources/campaign_extension_setting_pb.rb +24 -0
  440. data/lib/google/ads/google_ads/v3/resources/campaign_feed_pb.rb +26 -0
  441. data/lib/google/ads/google_ads/v3/resources/campaign_label_pb.rb +20 -0
  442. data/lib/google/ads/google_ads/v3/resources/campaign_pb.rb +134 -0
  443. data/lib/google/ads/google_ads/v3/resources/campaign_shared_set_pb.rb +22 -0
  444. data/lib/google/ads/google_ads/v3/resources/carrier_constant_pb.rb +21 -0
  445. data/lib/google/ads/google_ads/v3/resources/change_status_pb.rb +33 -0
  446. data/lib/google/ads/google_ads/v3/resources/click_view_pb.rb +24 -0
  447. data/lib/google/ads/google_ads/v3/resources/conversion_action_pb.rb +51 -0
  448. data/lib/google/ads/google_ads/v3/resources/currency_constant_pb.rb +22 -0
  449. data/lib/google/ads/google_ads/v3/resources/custom_interest_pb.rb +32 -0
  450. data/lib/google/ads/google_ads/v3/resources/customer_client_link_pb.rb +23 -0
  451. data/lib/google/ads/google_ads/v3/resources/customer_client_pb.rb +27 -0
  452. data/lib/google/ads/google_ads/v3/resources/customer_extension_setting_pb.rb +23 -0
  453. data/lib/google/ads/google_ads/v3/resources/customer_feed_pb.rb +25 -0
  454. data/lib/google/ads/google_ads/v3/resources/customer_label_pb.rb +20 -0
  455. data/lib/google/ads/google_ads/v3/resources/customer_manager_link_pb.rb +22 -0
  456. data/lib/google/ads/google_ads/v3/resources/customer_negative_criterion_pb.rb +30 -0
  457. data/lib/google/ads/google_ads/v3/resources/customer_pb.rb +48 -0
  458. data/lib/google/ads/google_ads/v3/resources/detail_placement_view_pb.rb +24 -0
  459. data/lib/google/ads/google_ads/v3/resources/display_keyword_view_pb.rb +17 -0
  460. data/lib/google/ads/google_ads/v3/resources/distance_view_pb.rb +21 -0
  461. data/lib/google/ads/google_ads/v3/resources/domain_category_pb.rb +26 -0
  462. data/lib/google/ads/google_ads/v3/resources/dynamic_search_ads_search_term_view_pb.rb +25 -0
  463. data/lib/google/ads/google_ads/v3/resources/expanded_landing_page_view_pb.rb +19 -0
  464. data/lib/google/ads/google_ads/v3/resources/extension_feed_item_pb.rb +49 -0
  465. data/lib/google/ads/google_ads/v3/resources/feed_item_pb.rb +71 -0
  466. data/lib/google/ads/google_ads/v3/resources/feed_item_target_pb.rb +34 -0
  467. data/lib/google/ads/google_ads/v3/resources/feed_mapping_pb.rb +77 -0
  468. data/lib/google/ads/google_ads/v3/resources/feed_pb.rb +70 -0
  469. data/lib/google/ads/google_ads/v3/resources/feed_placeholder_view_pb.rb +19 -0
  470. data/lib/google/ads/google_ads/v3/resources/gender_view_pb.rb +17 -0
  471. data/lib/google/ads/google_ads/v3/resources/geo_target_constant_pb.rb +25 -0
  472. data/lib/google/ads/google_ads/v3/resources/geographic_view_pb.rb +21 -0
  473. data/lib/google/ads/google_ads/v3/resources/google_ads_field_pb.rb +33 -0
  474. data/lib/google/ads/google_ads/v3/resources/group_placement_view_pb.rb +23 -0
  475. data/lib/google/ads/google_ads/v3/resources/hotel_group_view_pb.rb +17 -0
  476. data/lib/google/ads/google_ads/v3/resources/hotel_performance_view_pb.rb +17 -0
  477. data/lib/google/ads/google_ads/v3/resources/invoice_pb.rb +49 -0
  478. data/lib/google/ads/google_ads/v3/resources/keyword_plan_ad_group_pb.rb +22 -0
  479. data/lib/google/ads/google_ads/v3/resources/keyword_plan_campaign_pb.rb +30 -0
  480. data/lib/google/ads/google_ads/v3/resources/keyword_plan_keyword_pb.rb +24 -0
  481. data/lib/google/ads/google_ads/v3/resources/keyword_plan_negative_keyword_pb.rb +23 -0
  482. data/lib/google/ads/google_ads/v3/resources/keyword_plan_pb.rb +30 -0
  483. data/lib/google/ads/google_ads/v3/resources/keyword_view_pb.rb +17 -0
  484. data/lib/google/ads/google_ads/v3/resources/label_pb.rb +24 -0
  485. data/lib/google/ads/google_ads/v3/resources/landing_page_view_pb.rb +19 -0
  486. data/lib/google/ads/google_ads/v3/resources/language_constant_pb.rb +22 -0
  487. data/lib/google/ads/google_ads/v3/resources/location_view_pb.rb +17 -0
  488. data/lib/google/ads/google_ads/v3/resources/managed_placement_view_pb.rb +17 -0
  489. data/lib/google/ads/google_ads/v3/resources/media_file_pb.rb +51 -0
  490. data/lib/google/ads/google_ads/v3/resources/merchant_center_link_pb.rb +22 -0
  491. data/lib/google/ads/google_ads/v3/resources/mobile_app_category_constant_pb.rb +20 -0
  492. data/lib/google/ads/google_ads/v3/resources/mobile_device_constant_pb.rb +24 -0
  493. data/lib/google/ads/google_ads/v3/resources/mutate_job_pb.rb +32 -0
  494. data/lib/google/ads/google_ads/v3/resources/offline_user_data_job_pb.rb +31 -0
  495. data/lib/google/ads/google_ads/v3/resources/operating_system_version_constant_pb.rb +24 -0
  496. data/lib/google/ads/google_ads/v3/resources/paid_organic_search_term_view_pb.rb +19 -0
  497. data/lib/google/ads/google_ads/v3/resources/parental_status_view_pb.rb +17 -0
  498. data/lib/google/ads/google_ads/v3/resources/payments_account_pb.rb +24 -0
  499. data/lib/google/ads/google_ads/v3/resources/product_bidding_category_constant_pb.rb +27 -0
  500. data/lib/google/ads/google_ads/v3/resources/product_group_view_pb.rb +17 -0
  501. data/lib/google/ads/google_ads/v3/resources/recommendation_pb.rb +132 -0
  502. data/lib/google/ads/google_ads/v3/resources/remarketing_action_pb.rb +22 -0
  503. data/lib/google/ads/google_ads/v3/resources/search_term_view_pb.rb +22 -0
  504. data/lib/google/ads/google_ads/v3/resources/shared_criterion_pb.rb +31 -0
  505. data/lib/google/ads/google_ads/v3/resources/shared_set_pb.rb +26 -0
  506. data/lib/google/ads/google_ads/v3/resources/shopping_performance_view_pb.rb +17 -0
  507. data/lib/google/ads/google_ads/v3/resources/topic_constant_pb.rb +21 -0
  508. data/lib/google/ads/google_ads/v3/resources/topic_view_pb.rb +17 -0
  509. data/lib/google/ads/google_ads/v3/resources/user_interest_pb.rb +26 -0
  510. data/lib/google/ads/google_ads/v3/resources/user_list_pb.rb +49 -0
  511. data/lib/google/ads/google_ads/v3/resources/user_location_view_pb.rb +20 -0
  512. data/lib/google/ads/google_ads/v3/resources/video_pb.rb +22 -0
  513. data/lib/google/ads/google_ads/v3/services/account_budget_proposal_service_client.rb +292 -0
  514. data/lib/google/ads/google_ads/v3/services/account_budget_proposal_service_client_config.json +36 -0
  515. data/lib/google/ads/google_ads/v3/services/account_budget_proposal_service_pb.rb +42 -0
  516. data/lib/google/ads/google_ads/v3/services/account_budget_proposal_service_services_pb.rb +57 -0
  517. data/lib/google/ads/google_ads/v3/services/account_budget_service_client.rb +226 -0
  518. data/lib/google/ads/google_ads/v3/services/account_budget_service_client_config.json +31 -0
  519. data/lib/google/ads/google_ads/v3/services/account_budget_service_pb.rb +19 -0
  520. data/lib/google/ads/google_ads/v3/services/account_budget_service_services_pb.rb +43 -0
  521. data/lib/google/ads/google_ads/v3/services/ad_group_ad_asset_view_service_client.rb +224 -0
  522. data/lib/google/ads/google_ads/v3/services/ad_group_ad_asset_view_service_client_config.json +31 -0
  523. data/lib/google/ads/google_ads/v3/services/ad_group_ad_asset_view_service_pb.rb +19 -0
  524. data/lib/google/ads/google_ads/v3/services/ad_group_ad_asset_view_service_services_pb.rb +41 -0
  525. data/lib/google/ads/google_ads/v3/services/ad_group_ad_label_service_client.rb +286 -0
  526. data/lib/google/ads/google_ads/v3/services/ad_group_ad_label_service_client_config.json +36 -0
  527. data/lib/google/ads/google_ads/v3/services/ad_group_ad_label_service_pb.rb +43 -0
  528. data/lib/google/ads/google_ads/v3/services/ad_group_ad_label_service_services_pb.rb +44 -0
  529. data/lib/google/ads/google_ads/v3/services/ad_group_ad_service_client.rb +285 -0
  530. data/lib/google/ads/google_ads/v3/services/ad_group_ad_service_client_config.json +36 -0
  531. data/lib/google/ads/google_ads/v3/services/ad_group_ad_service_pb.rb +48 -0
  532. data/lib/google/ads/google_ads/v3/services/ad_group_ad_service_services_pb.rb +43 -0
  533. data/lib/google/ads/google_ads/v3/services/ad_group_audience_view_service_client.rb +224 -0
  534. data/lib/google/ads/google_ads/v3/services/ad_group_audience_view_service_client_config.json +31 -0
  535. data/lib/google/ads/google_ads/v3/services/ad_group_audience_view_service_pb.rb +19 -0
  536. data/lib/google/ads/google_ads/v3/services/ad_group_audience_view_service_services_pb.rb +41 -0
  537. data/lib/google/ads/google_ads/v3/services/ad_group_bid_modifier_service_client.rb +286 -0
  538. data/lib/google/ads/google_ads/v3/services/ad_group_bid_modifier_service_client_config.json +36 -0
  539. data/lib/google/ads/google_ads/v3/services/ad_group_bid_modifier_service_pb.rb +46 -0
  540. data/lib/google/ads/google_ads/v3/services/ad_group_bid_modifier_service_services_pb.rb +44 -0
  541. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_label_service_client.rb +286 -0
  542. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_label_service_client_config.json +36 -0
  543. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_label_service_pb.rb +43 -0
  544. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_label_service_services_pb.rb +44 -0
  545. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_service_client.rb +285 -0
  546. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_service_client_config.json +36 -0
  547. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_service_pb.rb +48 -0
  548. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_service_services_pb.rb +43 -0
  549. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_simulation_service_client.rb +224 -0
  550. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_simulation_service_client_config.json +31 -0
  551. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_simulation_service_pb.rb +19 -0
  552. data/lib/google/ads/google_ads/v3/services/ad_group_criterion_simulation_service_services_pb.rb +41 -0
  553. data/lib/google/ads/google_ads/v3/services/ad_group_extension_setting_service_client.rb +288 -0
  554. data/lib/google/ads/google_ads/v3/services/ad_group_extension_setting_service_client_config.json +36 -0
  555. data/lib/google/ads/google_ads/v3/services/ad_group_extension_setting_service_pb.rb +46 -0
  556. data/lib/google/ads/google_ads/v3/services/ad_group_extension_setting_service_services_pb.rb +44 -0
  557. data/lib/google/ads/google_ads/v3/services/ad_group_feed_service_client.rb +286 -0
  558. data/lib/google/ads/google_ads/v3/services/ad_group_feed_service_client_config.json +36 -0
  559. data/lib/google/ads/google_ads/v3/services/ad_group_feed_service_pb.rb +46 -0
  560. data/lib/google/ads/google_ads/v3/services/ad_group_feed_service_services_pb.rb +44 -0
  561. data/lib/google/ads/google_ads/v3/services/ad_group_label_service_client.rb +286 -0
  562. data/lib/google/ads/google_ads/v3/services/ad_group_label_service_client_config.json +36 -0
  563. data/lib/google/ads/google_ads/v3/services/ad_group_label_service_pb.rb +43 -0
  564. data/lib/google/ads/google_ads/v3/services/ad_group_label_service_services_pb.rb +44 -0
  565. data/lib/google/ads/google_ads/v3/services/ad_group_service_client.rb +285 -0
  566. data/lib/google/ads/google_ads/v3/services/ad_group_service_client_config.json +36 -0
  567. data/lib/google/ads/google_ads/v3/services/ad_group_service_pb.rb +46 -0
  568. data/lib/google/ads/google_ads/v3/services/ad_group_service_services_pb.rb +43 -0
  569. data/lib/google/ads/google_ads/v3/services/ad_group_simulation_service_client.rb +224 -0
  570. data/lib/google/ads/google_ads/v3/services/ad_group_simulation_service_client_config.json +31 -0
  571. data/lib/google/ads/google_ads/v3/services/ad_group_simulation_service_pb.rb +19 -0
  572. data/lib/google/ads/google_ads/v3/services/ad_group_simulation_service_services_pb.rb +41 -0
  573. data/lib/google/ads/google_ads/v3/services/ad_parameter_service_client.rb +286 -0
  574. data/lib/google/ads/google_ads/v3/services/ad_parameter_service_client_config.json +36 -0
  575. data/lib/google/ads/google_ads/v3/services/ad_parameter_service_pb.rb +46 -0
  576. data/lib/google/ads/google_ads/v3/services/ad_parameter_service_services_pb.rb +44 -0
  577. data/lib/google/ads/google_ads/v3/services/ad_schedule_view_service_client.rb +224 -0
  578. data/lib/google/ads/google_ads/v3/services/ad_schedule_view_service_client_config.json +31 -0
  579. data/lib/google/ads/google_ads/v3/services/ad_schedule_view_service_pb.rb +19 -0
  580. data/lib/google/ads/google_ads/v3/services/ad_schedule_view_service_services_pb.rb +41 -0
  581. data/lib/google/ads/google_ads/v3/services/ad_service_client.rb +273 -0
  582. data/lib/google/ads/google_ads/v3/services/ad_service_client_config.json +36 -0
  583. data/lib/google/ads/google_ads/v3/services/ad_service_pb.rb +40 -0
  584. data/lib/google/ads/google_ads/v3/services/ad_service_services_pb.rb +43 -0
  585. data/lib/google/ads/google_ads/v3/services/age_range_view_service_client.rb +224 -0
  586. data/lib/google/ads/google_ads/v3/services/age_range_view_service_client_config.json +31 -0
  587. data/lib/google/ads/google_ads/v3/services/age_range_view_service_pb.rb +19 -0
  588. data/lib/google/ads/google_ads/v3/services/age_range_view_service_services_pb.rb +41 -0
  589. data/lib/google/ads/google_ads/v3/services/asset_service_client.rb +275 -0
  590. data/lib/google/ads/google_ads/v3/services/asset_service_client_config.json +36 -0
  591. data/lib/google/ads/google_ads/v3/services/asset_service_pb.rb +38 -0
  592. data/lib/google/ads/google_ads/v3/services/asset_service_services_pb.rb +45 -0
  593. data/lib/google/ads/google_ads/v3/services/bidding_strategy_service_client.rb +286 -0
  594. data/lib/google/ads/google_ads/v3/services/bidding_strategy_service_client_config.json +36 -0
  595. data/lib/google/ads/google_ads/v3/services/bidding_strategy_service_pb.rb +46 -0
  596. data/lib/google/ads/google_ads/v3/services/bidding_strategy_service_services_pb.rb +44 -0
  597. data/lib/google/ads/google_ads/v3/services/billing_setup_service_client.rb +281 -0
  598. data/lib/google/ads/google_ads/v3/services/billing_setup_service_client_config.json +36 -0
  599. data/lib/google/ads/google_ads/v3/services/billing_setup_service_pb.rb +39 -0
  600. data/lib/google/ads/google_ads/v3/services/billing_setup_service_services_pb.rb +51 -0
  601. data/lib/google/ads/google_ads/v3/services/campaign_audience_view_service_client.rb +224 -0
  602. data/lib/google/ads/google_ads/v3/services/campaign_audience_view_service_client_config.json +31 -0
  603. data/lib/google/ads/google_ads/v3/services/campaign_audience_view_service_pb.rb +19 -0
  604. data/lib/google/ads/google_ads/v3/services/campaign_audience_view_service_services_pb.rb +41 -0
  605. data/lib/google/ads/google_ads/v3/services/campaign_bid_modifier_service_client.rb +286 -0
  606. data/lib/google/ads/google_ads/v3/services/campaign_bid_modifier_service_client_config.json +36 -0
  607. data/lib/google/ads/google_ads/v3/services/campaign_bid_modifier_service_pb.rb +46 -0
  608. data/lib/google/ads/google_ads/v3/services/campaign_bid_modifier_service_services_pb.rb +44 -0
  609. data/lib/google/ads/google_ads/v3/services/campaign_budget_service_client.rb +286 -0
  610. data/lib/google/ads/google_ads/v3/services/campaign_budget_service_client_config.json +36 -0
  611. data/lib/google/ads/google_ads/v3/services/campaign_budget_service_pb.rb +46 -0
  612. data/lib/google/ads/google_ads/v3/services/campaign_budget_service_services_pb.rb +44 -0
  613. data/lib/google/ads/google_ads/v3/services/campaign_criterion_service_client.rb +285 -0
  614. data/lib/google/ads/google_ads/v3/services/campaign_criterion_service_client_config.json +36 -0
  615. data/lib/google/ads/google_ads/v3/services/campaign_criterion_service_pb.rb +46 -0
  616. data/lib/google/ads/google_ads/v3/services/campaign_criterion_service_services_pb.rb +43 -0
  617. data/lib/google/ads/google_ads/v3/services/campaign_criterion_simulation_service_client.rb +224 -0
  618. data/lib/google/ads/google_ads/v3/services/campaign_criterion_simulation_service_client_config.json +31 -0
  619. data/lib/google/ads/google_ads/v3/services/campaign_criterion_simulation_service_pb.rb +19 -0
  620. data/lib/google/ads/google_ads/v3/services/campaign_criterion_simulation_service_services_pb.rb +41 -0
  621. data/lib/google/ads/google_ads/v3/services/campaign_draft_service_client.rb +451 -0
  622. data/lib/google/ads/google_ads/v3/services/campaign_draft_service_client_config.json +46 -0
  623. data/lib/google/ads/google_ads/v3/services/campaign_draft_service_pb.rb +62 -0
  624. data/lib/google/ads/google_ads/v3/services/campaign_draft_service_services_pb.rb +58 -0
  625. data/lib/google/ads/google_ads/v3/services/campaign_experiment_service_client.rb +637 -0
  626. data/lib/google/ads/google_ads/v3/services/campaign_experiment_service_client_config.json +61 -0
  627. data/lib/google/ads/google_ads/v3/services/campaign_experiment_service_pb.rb +85 -0
  628. data/lib/google/ads/google_ads/v3/services/campaign_experiment_service_services_pb.rb +81 -0
  629. data/lib/google/ads/google_ads/v3/services/campaign_extension_setting_service_client.rb +288 -0
  630. data/lib/google/ads/google_ads/v3/services/campaign_extension_setting_service_client_config.json +36 -0
  631. data/lib/google/ads/google_ads/v3/services/campaign_extension_setting_service_pb.rb +46 -0
  632. data/lib/google/ads/google_ads/v3/services/campaign_extension_setting_service_services_pb.rb +44 -0
  633. data/lib/google/ads/google_ads/v3/services/campaign_feed_service_client.rb +286 -0
  634. data/lib/google/ads/google_ads/v3/services/campaign_feed_service_client_config.json +36 -0
  635. data/lib/google/ads/google_ads/v3/services/campaign_feed_service_pb.rb +46 -0
  636. data/lib/google/ads/google_ads/v3/services/campaign_feed_service_services_pb.rb +44 -0
  637. data/lib/google/ads/google_ads/v3/services/campaign_label_service_client.rb +286 -0
  638. data/lib/google/ads/google_ads/v3/services/campaign_label_service_client_config.json +36 -0
  639. data/lib/google/ads/google_ads/v3/services/campaign_label_service_pb.rb +43 -0
  640. data/lib/google/ads/google_ads/v3/services/campaign_label_service_services_pb.rb +44 -0
  641. data/lib/google/ads/google_ads/v3/services/campaign_service_client.rb +285 -0
  642. data/lib/google/ads/google_ads/v3/services/campaign_service_client_config.json +36 -0
  643. data/lib/google/ads/google_ads/v3/services/campaign_service_pb.rb +46 -0
  644. data/lib/google/ads/google_ads/v3/services/campaign_service_services_pb.rb +43 -0
  645. data/lib/google/ads/google_ads/v3/services/campaign_shared_set_service_client.rb +285 -0
  646. data/lib/google/ads/google_ads/v3/services/campaign_shared_set_service_client_config.json +36 -0
  647. data/lib/google/ads/google_ads/v3/services/campaign_shared_set_service_pb.rb +43 -0
  648. data/lib/google/ads/google_ads/v3/services/campaign_shared_set_service_services_pb.rb +43 -0
  649. data/lib/google/ads/google_ads/v3/services/carrier_constant_service_client.rb +222 -0
  650. data/lib/google/ads/google_ads/v3/services/carrier_constant_service_client_config.json +31 -0
  651. data/lib/google/ads/google_ads/v3/services/carrier_constant_service_pb.rb +19 -0
  652. data/lib/google/ads/google_ads/v3/services/carrier_constant_service_services_pb.rb +41 -0
  653. data/lib/google/ads/google_ads/v3/services/change_status_service_client.rb +224 -0
  654. data/lib/google/ads/google_ads/v3/services/change_status_service_client_config.json +31 -0
  655. data/lib/google/ads/google_ads/v3/services/change_status_service_pb.rb +19 -0
  656. data/lib/google/ads/google_ads/v3/services/change_status_service_services_pb.rb +41 -0
  657. data/lib/google/ads/google_ads/v3/services/click_view_service_client.rb +224 -0
  658. data/lib/google/ads/google_ads/v3/services/click_view_service_client_config.json +31 -0
  659. data/lib/google/ads/google_ads/v3/services/click_view_service_pb.rb +19 -0
  660. data/lib/google/ads/google_ads/v3/services/click_view_service_services_pb.rb +41 -0
  661. data/lib/google/ads/google_ads/v3/services/conversion_action_service_client.rb +286 -0
  662. data/lib/google/ads/google_ads/v3/services/conversion_action_service_client_config.json +36 -0
  663. data/lib/google/ads/google_ads/v3/services/conversion_action_service_pb.rb +46 -0
  664. data/lib/google/ads/google_ads/v3/services/conversion_action_service_services_pb.rb +44 -0
  665. data/lib/google/ads/google_ads/v3/services/conversion_adjustment_upload_service_client.rb +230 -0
  666. data/lib/google/ads/google_ads/v3/services/conversion_adjustment_upload_service_client_config.json +31 -0
  667. data/lib/google/ads/google_ads/v3/services/conversion_adjustment_upload_service_pb.rb +59 -0
  668. data/lib/google/ads/google_ads/v3/services/conversion_adjustment_upload_service_services_pb.rb +39 -0
  669. data/lib/google/ads/google_ads/v3/services/conversion_upload_service_client.rb +291 -0
  670. data/lib/google/ads/google_ads/v3/services/conversion_upload_service_client_config.json +36 -0
  671. data/lib/google/ads/google_ads/v3/services/conversion_upload_service_pb.rb +76 -0
  672. data/lib/google/ads/google_ads/v3/services/conversion_upload_service_services_pb.rb +41 -0
  673. data/lib/google/ads/google_ads/v3/services/credentials.rb +41 -0
  674. data/lib/google/ads/google_ads/v3/services/currency_constant_service_client.rb +222 -0
  675. data/lib/google/ads/google_ads/v3/services/currency_constant_service_client_config.json +31 -0
  676. data/lib/google/ads/google_ads/v3/services/currency_constant_service_pb.rb +19 -0
  677. data/lib/google/ads/google_ads/v3/services/currency_constant_service_services_pb.rb +39 -0
  678. data/lib/google/ads/google_ads/v3/services/custom_interest_service_client.rb +278 -0
  679. data/lib/google/ads/google_ads/v3/services/custom_interest_service_client_config.json +36 -0
  680. data/lib/google/ads/google_ads/v3/services/custom_interest_service_pb.rb +42 -0
  681. data/lib/google/ads/google_ads/v3/services/custom_interest_service_services_pb.rb +43 -0
  682. data/lib/google/ads/google_ads/v3/services/customer_client_link_service_client.rb +273 -0
  683. data/lib/google/ads/google_ads/v3/services/customer_client_link_service_client_config.json +36 -0
  684. data/lib/google/ads/google_ads/v3/services/customer_client_link_service_pb.rb +41 -0
  685. data/lib/google/ads/google_ads/v3/services/customer_client_link_service_services_pb.rb +41 -0
  686. data/lib/google/ads/google_ads/v3/services/customer_client_service_client.rb +224 -0
  687. data/lib/google/ads/google_ads/v3/services/customer_client_service_client_config.json +31 -0
  688. data/lib/google/ads/google_ads/v3/services/customer_client_service_pb.rb +19 -0
  689. data/lib/google/ads/google_ads/v3/services/customer_client_service_services_pb.rb +41 -0
  690. data/lib/google/ads/google_ads/v3/services/customer_extension_setting_service_client.rb +288 -0
  691. data/lib/google/ads/google_ads/v3/services/customer_extension_setting_service_client_config.json +36 -0
  692. data/lib/google/ads/google_ads/v3/services/customer_extension_setting_service_pb.rb +46 -0
  693. data/lib/google/ads/google_ads/v3/services/customer_extension_setting_service_services_pb.rb +44 -0
  694. data/lib/google/ads/google_ads/v3/services/customer_feed_service_client.rb +286 -0
  695. data/lib/google/ads/google_ads/v3/services/customer_feed_service_client_config.json +36 -0
  696. data/lib/google/ads/google_ads/v3/services/customer_feed_service_pb.rb +46 -0
  697. data/lib/google/ads/google_ads/v3/services/customer_feed_service_services_pb.rb +44 -0
  698. data/lib/google/ads/google_ads/v3/services/customer_label_service_client.rb +286 -0
  699. data/lib/google/ads/google_ads/v3/services/customer_label_service_client_config.json +36 -0
  700. data/lib/google/ads/google_ads/v3/services/customer_label_service_pb.rb +43 -0
  701. data/lib/google/ads/google_ads/v3/services/customer_label_service_services_pb.rb +44 -0
  702. data/lib/google/ads/google_ads/v3/services/customer_manager_link_service_client.rb +334 -0
  703. data/lib/google/ads/google_ads/v3/services/customer_manager_link_service_client_config.json +41 -0
  704. data/lib/google/ads/google_ads/v3/services/customer_manager_link_service_pb.rb +50 -0
  705. data/lib/google/ads/google_ads/v3/services/customer_manager_link_service_services_pb.rb +47 -0
  706. data/lib/google/ads/google_ads/v3/services/customer_negative_criterion_service_client.rb +285 -0
  707. data/lib/google/ads/google_ads/v3/services/customer_negative_criterion_service_client_config.json +36 -0
  708. data/lib/google/ads/google_ads/v3/services/customer_negative_criterion_service_pb.rb +43 -0
  709. data/lib/google/ads/google_ads/v3/services/customer_negative_criterion_service_services_pb.rb +43 -0
  710. data/lib/google/ads/google_ads/v3/services/customer_service_client.rb +365 -0
  711. data/lib/google/ads/google_ads/v3/services/customer_service_client_config.json +46 -0
  712. data/lib/google/ads/google_ads/v3/services/customer_service_pb.rb +59 -0
  713. data/lib/google/ads/google_ads/v3/services/customer_service_services_pb.rb +48 -0
  714. data/lib/google/ads/google_ads/v3/services/detail_placement_view_service_client.rb +224 -0
  715. data/lib/google/ads/google_ads/v3/services/detail_placement_view_service_client_config.json +31 -0
  716. data/lib/google/ads/google_ads/v3/services/detail_placement_view_service_pb.rb +19 -0
  717. data/lib/google/ads/google_ads/v3/services/detail_placement_view_service_services_pb.rb +41 -0
  718. data/lib/google/ads/google_ads/v3/services/display_keyword_view_service_client.rb +224 -0
  719. data/lib/google/ads/google_ads/v3/services/display_keyword_view_service_client_config.json +31 -0
  720. data/lib/google/ads/google_ads/v3/services/display_keyword_view_service_pb.rb +19 -0
  721. data/lib/google/ads/google_ads/v3/services/display_keyword_view_service_services_pb.rb +41 -0
  722. data/lib/google/ads/google_ads/v3/services/distance_view_service_client.rb +224 -0
  723. data/lib/google/ads/google_ads/v3/services/distance_view_service_client_config.json +31 -0
  724. data/lib/google/ads/google_ads/v3/services/distance_view_service_pb.rb +19 -0
  725. data/lib/google/ads/google_ads/v3/services/distance_view_service_services_pb.rb +41 -0
  726. data/lib/google/ads/google_ads/v3/services/domain_category_service_client.rb +224 -0
  727. data/lib/google/ads/google_ads/v3/services/domain_category_service_client_config.json +31 -0
  728. data/lib/google/ads/google_ads/v3/services/domain_category_service_pb.rb +19 -0
  729. data/lib/google/ads/google_ads/v3/services/domain_category_service_services_pb.rb +41 -0
  730. data/lib/google/ads/google_ads/v3/services/dynamic_search_ads_search_term_view_service_client.rb +224 -0
  731. data/lib/google/ads/google_ads/v3/services/dynamic_search_ads_search_term_view_service_client_config.json +31 -0
  732. data/lib/google/ads/google_ads/v3/services/dynamic_search_ads_search_term_view_service_pb.rb +19 -0
  733. data/lib/google/ads/google_ads/v3/services/dynamic_search_ads_search_term_view_service_services_pb.rb +41 -0
  734. data/lib/google/ads/google_ads/v3/services/expanded_landing_page_view_service_client.rb +224 -0
  735. data/lib/google/ads/google_ads/v3/services/expanded_landing_page_view_service_client_config.json +31 -0
  736. data/lib/google/ads/google_ads/v3/services/expanded_landing_page_view_service_pb.rb +19 -0
  737. data/lib/google/ads/google_ads/v3/services/expanded_landing_page_view_service_services_pb.rb +41 -0
  738. data/lib/google/ads/google_ads/v3/services/extension_feed_item_service_client.rb +287 -0
  739. data/lib/google/ads/google_ads/v3/services/extension_feed_item_service_client_config.json +36 -0
  740. data/lib/google/ads/google_ads/v3/services/extension_feed_item_service_pb.rb +46 -0
  741. data/lib/google/ads/google_ads/v3/services/extension_feed_item_service_services_pb.rb +44 -0
  742. data/lib/google/ads/google_ads/v3/services/feed_item_service_client.rb +286 -0
  743. data/lib/google/ads/google_ads/v3/services/feed_item_service_client_config.json +36 -0
  744. data/lib/google/ads/google_ads/v3/services/feed_item_service_pb.rb +46 -0
  745. data/lib/google/ads/google_ads/v3/services/feed_item_service_services_pb.rb +44 -0
  746. data/lib/google/ads/google_ads/v3/services/feed_item_target_service_client.rb +273 -0
  747. data/lib/google/ads/google_ads/v3/services/feed_item_target_service_client_config.json +36 -0
  748. data/lib/google/ads/google_ads/v3/services/feed_item_target_service_pb.rb +39 -0
  749. data/lib/google/ads/google_ads/v3/services/feed_item_target_service_services_pb.rb +43 -0
  750. data/lib/google/ads/google_ads/v3/services/feed_mapping_service_client.rb +286 -0
  751. data/lib/google/ads/google_ads/v3/services/feed_mapping_service_client_config.json +36 -0
  752. data/lib/google/ads/google_ads/v3/services/feed_mapping_service_pb.rb +43 -0
  753. data/lib/google/ads/google_ads/v3/services/feed_mapping_service_services_pb.rb +44 -0
  754. data/lib/google/ads/google_ads/v3/services/feed_placeholder_view_service_client.rb +224 -0
  755. data/lib/google/ads/google_ads/v3/services/feed_placeholder_view_service_client_config.json +31 -0
  756. data/lib/google/ads/google_ads/v3/services/feed_placeholder_view_service_pb.rb +19 -0
  757. data/lib/google/ads/google_ads/v3/services/feed_placeholder_view_service_services_pb.rb +41 -0
  758. data/lib/google/ads/google_ads/v3/services/feed_service_client.rb +286 -0
  759. data/lib/google/ads/google_ads/v3/services/feed_service_client_config.json +36 -0
  760. data/lib/google/ads/google_ads/v3/services/feed_service_pb.rb +46 -0
  761. data/lib/google/ads/google_ads/v3/services/feed_service_services_pb.rb +44 -0
  762. data/lib/google/ads/google_ads/v3/services/gender_view_service_client.rb +224 -0
  763. data/lib/google/ads/google_ads/v3/services/gender_view_service_client_config.json +31 -0
  764. data/lib/google/ads/google_ads/v3/services/gender_view_service_pb.rb +19 -0
  765. data/lib/google/ads/google_ads/v3/services/gender_view_service_services_pb.rb +41 -0
  766. data/lib/google/ads/google_ads/v3/services/geo_target_constant_service_client.rb +284 -0
  767. data/lib/google/ads/google_ads/v3/services/geo_target_constant_service_client_config.json +36 -0
  768. data/lib/google/ads/google_ads/v3/services/geo_target_constant_service_pb.rb +49 -0
  769. data/lib/google/ads/google_ads/v3/services/geo_target_constant_service_services_pb.rb +43 -0
  770. data/lib/google/ads/google_ads/v3/services/geographic_view_service_client.rb +224 -0
  771. data/lib/google/ads/google_ads/v3/services/geographic_view_service_client_config.json +31 -0
  772. data/lib/google/ads/google_ads/v3/services/geographic_view_service_pb.rb +19 -0
  773. data/lib/google/ads/google_ads/v3/services/geographic_view_service_services_pb.rb +41 -0
  774. data/lib/google/ads/google_ads/v3/services/google_ads_field_service_client.rb +293 -0
  775. data/lib/google/ads/google_ads/v3/services/google_ads_field_service_client_config.json +36 -0
  776. data/lib/google/ads/google_ads/v3/services/google_ads_field_service_pb.rb +31 -0
  777. data/lib/google/ads/google_ads/v3/services/google_ads_field_service_services_pb.rb +43 -0
  778. data/lib/google/ads/google_ads/v3/services/google_ads_service_client.rb +430 -0
  779. data/lib/google/ads/google_ads/v3/services/google_ads_service_client_config.json +49 -0
  780. data/lib/google/ads/google_ads/v3/services/google_ads_service_pb.rb +391 -0
  781. data/lib/google/ads/google_ads/v3/services/google_ads_service_services_pb.rb +95 -0
  782. data/lib/google/ads/google_ads/v3/services/group_placement_view_service_client.rb +224 -0
  783. data/lib/google/ads/google_ads/v3/services/group_placement_view_service_client_config.json +31 -0
  784. data/lib/google/ads/google_ads/v3/services/group_placement_view_service_pb.rb +19 -0
  785. data/lib/google/ads/google_ads/v3/services/group_placement_view_service_services_pb.rb +41 -0
  786. data/lib/google/ads/google_ads/v3/services/hotel_group_view_service_client.rb +224 -0
  787. data/lib/google/ads/google_ads/v3/services/hotel_group_view_service_client_config.json +31 -0
  788. data/lib/google/ads/google_ads/v3/services/hotel_group_view_service_pb.rb +19 -0
  789. data/lib/google/ads/google_ads/v3/services/hotel_group_view_service_services_pb.rb +41 -0
  790. data/lib/google/ads/google_ads/v3/services/hotel_performance_view_service_client.rb +222 -0
  791. data/lib/google/ads/google_ads/v3/services/hotel_performance_view_service_client_config.json +31 -0
  792. data/lib/google/ads/google_ads/v3/services/hotel_performance_view_service_pb.rb +19 -0
  793. data/lib/google/ads/google_ads/v3/services/hotel_performance_view_service_services_pb.rb +41 -0
  794. data/lib/google/ads/google_ads/v3/services/invoice_service_client.rb +233 -0
  795. data/lib/google/ads/google_ads/v3/services/invoice_service_client_config.json +31 -0
  796. data/lib/google/ads/google_ads/v3/services/invoice_service_pb.rb +26 -0
  797. data/lib/google/ads/google_ads/v3/services/invoice_service_services_pb.rb +41 -0
  798. data/lib/google/ads/google_ads/v3/services/keyword_plan_ad_group_service_client.rb +286 -0
  799. data/lib/google/ads/google_ads/v3/services/keyword_plan_ad_group_service_client_config.json +36 -0
  800. data/lib/google/ads/google_ads/v3/services/keyword_plan_ad_group_service_pb.rb +46 -0
  801. data/lib/google/ads/google_ads/v3/services/keyword_plan_ad_group_service_services_pb.rb +44 -0
  802. data/lib/google/ads/google_ads/v3/services/keyword_plan_campaign_service_client.rb +286 -0
  803. data/lib/google/ads/google_ads/v3/services/keyword_plan_campaign_service_client_config.json +36 -0
  804. data/lib/google/ads/google_ads/v3/services/keyword_plan_campaign_service_pb.rb +46 -0
  805. data/lib/google/ads/google_ads/v3/services/keyword_plan_campaign_service_services_pb.rb +44 -0
  806. data/lib/google/ads/google_ads/v3/services/keyword_plan_idea_service_client.rb +255 -0
  807. data/lib/google/ads/google_ads/v3/services/keyword_plan_idea_service_client_config.json +31 -0
  808. data/lib/google/ads/google_ads/v3/services/keyword_plan_idea_service_pb.rb +50 -0
  809. data/lib/google/ads/google_ads/v3/services/keyword_plan_idea_service_services_pb.rb +41 -0
  810. data/lib/google/ads/google_ads/v3/services/keyword_plan_keyword_service_client.rb +286 -0
  811. data/lib/google/ads/google_ads/v3/services/keyword_plan_keyword_service_client_config.json +36 -0
  812. data/lib/google/ads/google_ads/v3/services/keyword_plan_keyword_service_pb.rb +46 -0
  813. data/lib/google/ads/google_ads/v3/services/keyword_plan_keyword_service_services_pb.rb +44 -0
  814. data/lib/google/ads/google_ads/v3/services/keyword_plan_negative_keyword_service_client.rb +287 -0
  815. data/lib/google/ads/google_ads/v3/services/keyword_plan_negative_keyword_service_client_config.json +36 -0
  816. data/lib/google/ads/google_ads/v3/services/keyword_plan_negative_keyword_service_pb.rb +46 -0
  817. data/lib/google/ads/google_ads/v3/services/keyword_plan_negative_keyword_service_services_pb.rb +44 -0
  818. data/lib/google/ads/google_ads/v3/services/keyword_plan_service_client.rb +363 -0
  819. data/lib/google/ads/google_ads/v3/services/keyword_plan_service_client_config.json +46 -0
  820. data/lib/google/ads/google_ads/v3/services/keyword_plan_service_pb.rb +94 -0
  821. data/lib/google/ads/google_ads/v3/services/keyword_plan_service_services_pb.rb +48 -0
  822. data/lib/google/ads/google_ads/v3/services/keyword_view_service_client.rb +224 -0
  823. data/lib/google/ads/google_ads/v3/services/keyword_view_service_client_config.json +31 -0
  824. data/lib/google/ads/google_ads/v3/services/keyword_view_service_pb.rb +19 -0
  825. data/lib/google/ads/google_ads/v3/services/keyword_view_service_services_pb.rb +41 -0
  826. data/lib/google/ads/google_ads/v3/services/label_service_client.rb +285 -0
  827. data/lib/google/ads/google_ads/v3/services/label_service_client_config.json +36 -0
  828. data/lib/google/ads/google_ads/v3/services/label_service_pb.rb +46 -0
  829. data/lib/google/ads/google_ads/v3/services/label_service_services_pb.rb +41 -0
  830. data/lib/google/ads/google_ads/v3/services/landing_page_view_service_client.rb +224 -0
  831. data/lib/google/ads/google_ads/v3/services/landing_page_view_service_client_config.json +31 -0
  832. data/lib/google/ads/google_ads/v3/services/landing_page_view_service_pb.rb +19 -0
  833. data/lib/google/ads/google_ads/v3/services/landing_page_view_service_services_pb.rb +41 -0
  834. data/lib/google/ads/google_ads/v3/services/language_constant_service_client.rb +222 -0
  835. data/lib/google/ads/google_ads/v3/services/language_constant_service_client_config.json +31 -0
  836. data/lib/google/ads/google_ads/v3/services/language_constant_service_pb.rb +19 -0
  837. data/lib/google/ads/google_ads/v3/services/language_constant_service_services_pb.rb +41 -0
  838. data/lib/google/ads/google_ads/v3/services/location_view_service_client.rb +224 -0
  839. data/lib/google/ads/google_ads/v3/services/location_view_service_client_config.json +31 -0
  840. data/lib/google/ads/google_ads/v3/services/location_view_service_pb.rb +19 -0
  841. data/lib/google/ads/google_ads/v3/services/location_view_service_services_pb.rb +41 -0
  842. data/lib/google/ads/google_ads/v3/services/managed_placement_view_service_client.rb +224 -0
  843. data/lib/google/ads/google_ads/v3/services/managed_placement_view_service_client_config.json +31 -0
  844. data/lib/google/ads/google_ads/v3/services/managed_placement_view_service_pb.rb +19 -0
  845. data/lib/google/ads/google_ads/v3/services/managed_placement_view_service_services_pb.rb +41 -0
  846. data/lib/google/ads/google_ads/v3/services/media_file_service_client.rb +285 -0
  847. data/lib/google/ads/google_ads/v3/services/media_file_service_client_config.json +36 -0
  848. data/lib/google/ads/google_ads/v3/services/media_file_service_pb.rb +42 -0
  849. data/lib/google/ads/google_ads/v3/services/media_file_service_services_pb.rb +43 -0
  850. data/lib/google/ads/google_ads/v3/services/merchant_center_link_service_client.rb +315 -0
  851. data/lib/google/ads/google_ads/v3/services/merchant_center_link_service_client_config.json +41 -0
  852. data/lib/google/ads/google_ads/v3/services/merchant_center_link_service_pb.rb +49 -0
  853. data/lib/google/ads/google_ads/v3/services/merchant_center_link_service_services_pb.rb +46 -0
  854. data/lib/google/ads/google_ads/v3/services/mobile_app_category_constant_service_client.rb +222 -0
  855. data/lib/google/ads/google_ads/v3/services/mobile_app_category_constant_service_client_config.json +31 -0
  856. data/lib/google/ads/google_ads/v3/services/mobile_app_category_constant_service_pb.rb +19 -0
  857. data/lib/google/ads/google_ads/v3/services/mobile_app_category_constant_service_services_pb.rb +39 -0
  858. data/lib/google/ads/google_ads/v3/services/mobile_device_constant_service_client.rb +222 -0
  859. data/lib/google/ads/google_ads/v3/services/mobile_device_constant_service_client_config.json +31 -0
  860. data/lib/google/ads/google_ads/v3/services/mobile_device_constant_service_pb.rb +19 -0
  861. data/lib/google/ads/google_ads/v3/services/mobile_device_constant_service_services_pb.rb +41 -0
  862. data/lib/google/ads/google_ads/v3/services/mutate_job_service_client.rb +491 -0
  863. data/lib/google/ads/google_ads/v3/services/mutate_job_service_client_config.json +51 -0
  864. data/lib/google/ads/google_ads/v3/services/mutate_job_service_pb.rb +62 -0
  865. data/lib/google/ads/google_ads/v3/services/mutate_job_service_services_pb.rb +54 -0
  866. data/lib/google/ads/google_ads/v3/services/offline_user_data_job_service_client.rb +415 -0
  867. data/lib/google/ads/google_ads/v3/services/offline_user_data_job_service_client_config.json +46 -0
  868. data/lib/google/ads/google_ads/v3/services/offline_user_data_job_service_pb.rb +54 -0
  869. data/lib/google/ads/google_ads/v3/services/offline_user_data_job_service_services_pb.rb +50 -0
  870. data/lib/google/ads/google_ads/v3/services/operating_system_version_constant_service_client.rb +222 -0
  871. data/lib/google/ads/google_ads/v3/services/operating_system_version_constant_service_client_config.json +31 -0
  872. data/lib/google/ads/google_ads/v3/services/operating_system_version_constant_service_pb.rb +19 -0
  873. data/lib/google/ads/google_ads/v3/services/operating_system_version_constant_service_services_pb.rb +41 -0
  874. data/lib/google/ads/google_ads/v3/services/paid_organic_search_term_view_service_client.rb +224 -0
  875. data/lib/google/ads/google_ads/v3/services/paid_organic_search_term_view_service_client_config.json +31 -0
  876. data/lib/google/ads/google_ads/v3/services/paid_organic_search_term_view_service_pb.rb +19 -0
  877. data/lib/google/ads/google_ads/v3/services/paid_organic_search_term_view_service_services_pb.rb +41 -0
  878. data/lib/google/ads/google_ads/v3/services/parental_status_view_service_client.rb +224 -0
  879. data/lib/google/ads/google_ads/v3/services/parental_status_view_service_client_config.json +31 -0
  880. data/lib/google/ads/google_ads/v3/services/parental_status_view_service_pb.rb +19 -0
  881. data/lib/google/ads/google_ads/v3/services/parental_status_view_service_services_pb.rb +41 -0
  882. data/lib/google/ads/google_ads/v3/services/payments_account_service_client.rb +212 -0
  883. data/lib/google/ads/google_ads/v3/services/payments_account_service_client_config.json +31 -0
  884. data/lib/google/ads/google_ads/v3/services/payments_account_service_pb.rb +22 -0
  885. data/lib/google/ads/google_ads/v3/services/payments_account_service_services_pb.rb +44 -0
  886. data/lib/google/ads/google_ads/v3/services/product_bidding_category_constant_service_client.rb +222 -0
  887. data/lib/google/ads/google_ads/v3/services/product_bidding_category_constant_service_client_config.json +31 -0
  888. data/lib/google/ads/google_ads/v3/services/product_bidding_category_constant_service_pb.rb +19 -0
  889. data/lib/google/ads/google_ads/v3/services/product_bidding_category_constant_service_services_pb.rb +41 -0
  890. data/lib/google/ads/google_ads/v3/services/product_group_view_service_client.rb +224 -0
  891. data/lib/google/ads/google_ads/v3/services/product_group_view_service_client_config.json +31 -0
  892. data/lib/google/ads/google_ads/v3/services/product_group_view_service_pb.rb +19 -0
  893. data/lib/google/ads/google_ads/v3/services/product_group_view_service_services_pb.rb +41 -0
  894. data/lib/google/ads/google_ads/v3/services/reach_plan_service_client.rb +434 -0
  895. data/lib/google/ads/google_ads/v3/services/reach_plan_service_client_config.json +46 -0
  896. data/lib/google/ads/google_ads/v3/services/reach_plan_service_pb.rb +130 -0
  897. data/lib/google/ads/google_ads/v3/services/reach_plan_service_services_pb.rb +54 -0
  898. data/lib/google/ads/google_ads/v3/services/recommendation_service_client.rb +340 -0
  899. data/lib/google/ads/google_ads/v3/services/recommendation_service_client_config.json +41 -0
  900. data/lib/google/ads/google_ads/v3/services/recommendation_service_pb.rb +107 -0
  901. data/lib/google/ads/google_ads/v3/services/recommendation_service_services_pb.rb +45 -0
  902. data/lib/google/ads/google_ads/v3/services/remarketing_action_service_client.rb +285 -0
  903. data/lib/google/ads/google_ads/v3/services/remarketing_action_service_client_config.json +36 -0
  904. data/lib/google/ads/google_ads/v3/services/remarketing_action_service_pb.rb +45 -0
  905. data/lib/google/ads/google_ads/v3/services/remarketing_action_service_services_pb.rb +43 -0
  906. data/lib/google/ads/google_ads/v3/services/search_term_view_service_client.rb +224 -0
  907. data/lib/google/ads/google_ads/v3/services/search_term_view_service_client_config.json +31 -0
  908. data/lib/google/ads/google_ads/v3/services/search_term_view_service_pb.rb +19 -0
  909. data/lib/google/ads/google_ads/v3/services/search_term_view_service_services_pb.rb +41 -0
  910. data/lib/google/ads/google_ads/v3/services/shared_criterion_service_client.rb +285 -0
  911. data/lib/google/ads/google_ads/v3/services/shared_criterion_service_client_config.json +36 -0
  912. data/lib/google/ads/google_ads/v3/services/shared_criterion_service_pb.rb +43 -0
  913. data/lib/google/ads/google_ads/v3/services/shared_criterion_service_services_pb.rb +43 -0
  914. data/lib/google/ads/google_ads/v3/services/shared_set_service_client.rb +285 -0
  915. data/lib/google/ads/google_ads/v3/services/shared_set_service_client_config.json +36 -0
  916. data/lib/google/ads/google_ads/v3/services/shared_set_service_pb.rb +46 -0
  917. data/lib/google/ads/google_ads/v3/services/shared_set_service_services_pb.rb +43 -0
  918. data/lib/google/ads/google_ads/v3/services/shopping_performance_view_service_client.rb +222 -0
  919. data/lib/google/ads/google_ads/v3/services/shopping_performance_view_service_client_config.json +31 -0
  920. data/lib/google/ads/google_ads/v3/services/shopping_performance_view_service_pb.rb +19 -0
  921. data/lib/google/ads/google_ads/v3/services/shopping_performance_view_service_services_pb.rb +41 -0
  922. data/lib/google/ads/google_ads/v3/services/topic_constant_service_client.rb +222 -0
  923. data/lib/google/ads/google_ads/v3/services/topic_constant_service_client_config.json +31 -0
  924. data/lib/google/ads/google_ads/v3/services/topic_constant_service_pb.rb +19 -0
  925. data/lib/google/ads/google_ads/v3/services/topic_constant_service_services_pb.rb +41 -0
  926. data/lib/google/ads/google_ads/v3/services/topic_view_service_client.rb +224 -0
  927. data/lib/google/ads/google_ads/v3/services/topic_view_service_client_config.json +31 -0
  928. data/lib/google/ads/google_ads/v3/services/topic_view_service_pb.rb +19 -0
  929. data/lib/google/ads/google_ads/v3/services/topic_view_service_services_pb.rb +41 -0
  930. data/lib/google/ads/google_ads/v3/services/user_data_service_client.rb +225 -0
  931. data/lib/google/ads/google_ads/v3/services/user_data_service_client_config.json +31 -0
  932. data/lib/google/ads/google_ads/v3/services/user_data_service_pb.rb +34 -0
  933. data/lib/google/ads/google_ads/v3/services/user_data_service_services_pb.rb +42 -0
  934. data/lib/google/ads/google_ads/v3/services/user_interest_service_client.rb +224 -0
  935. data/lib/google/ads/google_ads/v3/services/user_interest_service_client_config.json +31 -0
  936. data/lib/google/ads/google_ads/v3/services/user_interest_service_pb.rb +19 -0
  937. data/lib/google/ads/google_ads/v3/services/user_interest_service_services_pb.rb +41 -0
  938. data/lib/google/ads/google_ads/v3/services/user_list_service_client.rb +285 -0
  939. data/lib/google/ads/google_ads/v3/services/user_list_service_client_config.json +36 -0
  940. data/lib/google/ads/google_ads/v3/services/user_list_service_pb.rb +46 -0
  941. data/lib/google/ads/google_ads/v3/services/user_list_service_services_pb.rb +43 -0
  942. data/lib/google/ads/google_ads/v3/services/user_location_view_service_client.rb +224 -0
  943. data/lib/google/ads/google_ads/v3/services/user_location_view_service_client_config.json +31 -0
  944. data/lib/google/ads/google_ads/v3/services/user_location_view_service_pb.rb +19 -0
  945. data/lib/google/ads/google_ads/v3/services/user_location_view_service_services_pb.rb +41 -0
  946. data/lib/google/ads/google_ads/v3/services/video_service_client.rb +224 -0
  947. data/lib/google/ads/google_ads/v3/services/video_service_client_config.json +31 -0
  948. data/lib/google/ads/google_ads/v3/services/video_service_pb.rb +19 -0
  949. data/lib/google/ads/google_ads/v3/services/video_service_services_pb.rb +41 -0
  950. data/lib/google/ads/google_ads/v4/common/ad_asset_pb.rb +30 -0
  951. data/lib/google/ads/google_ads/v4/common/ad_type_infos_pb.rb +239 -0
  952. data/lib/google/ads/google_ads/v4/common/asset_types_pb.rb +41 -0
  953. data/lib/google/ads/google_ads/v4/common/bidding_pb.rb +68 -0
  954. data/lib/google/ads/google_ads/v4/common/click_location_pb.rb +20 -0
  955. data/lib/google/ads/google_ads/v4/common/criteria_pb.rb +297 -0
  956. data/lib/google/ads/google_ads/v4/common/criterion_category_availability_pb.rb +34 -0
  957. data/lib/google/ads/google_ads/v4/common/custom_parameter_pb.rb +17 -0
  958. data/lib/google/ads/google_ads/v4/common/dates_pb.rb +17 -0
  959. data/lib/google/ads/google_ads/v4/common/explorer_auto_optimizer_setting_pb.rb +16 -0
  960. data/lib/google/ads/google_ads/v4/common/extensions_pb.rb +138 -0
  961. data/lib/google/ads/google_ads/v4/common/feed_common_pb.rb +17 -0
  962. data/lib/google/ads/google_ads/v4/common/final_app_url_pb.rb +18 -0
  963. data/lib/google/ads/google_ads/v4/common/frequency_cap_pb.rb +27 -0
  964. data/lib/google/ads/google_ads/v4/common/keyword_plan_common_pb.rb +29 -0
  965. data/lib/google/ads/google_ads/v4/common/matching_function_pb.rb +52 -0
  966. data/lib/google/ads/google_ads/v4/common/metrics_pb.rb +129 -0
  967. data/lib/google/ads/google_ads/v4/common/offline_user_data_pb.rb +70 -0
  968. data/lib/google/ads/google_ads/v4/common/policy_pb.rb +91 -0
  969. data/lib/google/ads/google_ads/v4/common/real_time_bidding_setting_pb.rb +16 -0
  970. data/lib/google/ads/google_ads/v4/common/segments_pb.rb +119 -0
  971. data/lib/google/ads/google_ads/v4/common/simulation_pb.rb +86 -0
  972. data/lib/google/ads/google_ads/v4/common/tag_snippet_pb.rb +21 -0
  973. data/lib/google/ads/google_ads/v4/common/targeting_setting_pb.rb +35 -0
  974. data/lib/google/ads/google_ads/v4/common/text_label_pb.rb +17 -0
  975. data/lib/google/ads/google_ads/v4/common/url_collection_pb.rb +19 -0
  976. data/lib/google/ads/google_ads/v4/common/user_lists_pb.rb +114 -0
  977. data/lib/google/ads/google_ads/v4/common/value_pb.rb +21 -0
  978. data/lib/google/ads/google_ads/v4/enums/access_reason_pb.rb +24 -0
  979. data/lib/google/ads/google_ads/v4/enums/access_role_pb.rb +22 -0
  980. data/lib/google/ads/google_ads/v4/enums/account_budget_proposal_status_pb.rb +24 -0
  981. data/lib/google/ads/google_ads/v4/enums/account_budget_proposal_type_pb.rb +23 -0
  982. data/lib/google/ads/google_ads/v4/enums/account_budget_status_pb.rb +22 -0
  983. data/lib/google/ads/google_ads/v4/enums/account_link_status_pb.rb +21 -0
  984. data/lib/google/ads/google_ads/v4/enums/ad_customizer_placeholder_field_pb.rb +23 -0
  985. data/lib/google/ads/google_ads/v4/enums/ad_group_ad_rotation_mode_pb.rb +21 -0
  986. data/lib/google/ads/google_ads/v4/enums/ad_group_ad_status_pb.rb +22 -0
  987. data/lib/google/ads/google_ads/v4/enums/ad_group_criterion_approval_status_pb.rb +23 -0
  988. data/lib/google/ads/google_ads/v4/enums/ad_group_criterion_status_pb.rb +22 -0
  989. data/lib/google/ads/google_ads/v4/enums/ad_group_status_pb.rb +22 -0
  990. data/lib/google/ads/google_ads/v4/enums/ad_group_type_pb.rb +33 -0
  991. data/lib/google/ads/google_ads/v4/enums/ad_network_type_pb.rb +25 -0
  992. data/lib/google/ads/google_ads/v4/enums/ad_serving_optimization_status_pb.rb +24 -0
  993. data/lib/google/ads/google_ads/v4/enums/ad_strength_pb.rb +25 -0
  994. data/lib/google/ads/google_ads/v4/enums/ad_type_pb.rb +45 -0
  995. data/lib/google/ads/google_ads/v4/enums/advertising_channel_sub_type_pb.rb +33 -0
  996. data/lib/google/ads/google_ads/v4/enums/advertising_channel_type_pb.rb +27 -0
  997. data/lib/google/ads/google_ads/v4/enums/affiliate_location_feed_relationship_type_pb.rb +20 -0
  998. data/lib/google/ads/google_ads/v4/enums/affiliate_location_placeholder_field_pb.rb +30 -0
  999. data/lib/google/ads/google_ads/v4/enums/age_range_type_pb.rb +26 -0
  1000. data/lib/google/ads/google_ads/v4/enums/app_campaign_app_store_pb.rb +21 -0
  1001. data/lib/google/ads/google_ads/v4/enums/app_campaign_bidding_strategy_goal_type_pb.rb +23 -0
  1002. data/lib/google/ads/google_ads/v4/enums/app_payment_model_type_pb.rb +20 -0
  1003. data/lib/google/ads/google_ads/v4/enums/app_placeholder_field_pb.rb +27 -0
  1004. data/lib/google/ads/google_ads/v4/enums/app_store_pb.rb +21 -0
  1005. data/lib/google/ads/google_ads/v4/enums/app_url_operating_system_type_pb.rb +21 -0
  1006. data/lib/google/ads/google_ads/v4/enums/asset_field_type_pb.rb +25 -0
  1007. data/lib/google/ads/google_ads/v4/enums/asset_performance_label_pb.rb +24 -0
  1008. data/lib/google/ads/google_ads/v4/enums/asset_type_pb.rb +24 -0
  1009. data/lib/google/ads/google_ads/v4/enums/attribution_model_pb.rb +26 -0
  1010. data/lib/google/ads/google_ads/v4/enums/batch_job_status_pb.rb +22 -0
  1011. data/lib/google/ads/google_ads/v4/enums/bid_modifier_source_pb.rb +21 -0
  1012. data/lib/google/ads/google_ads/v4/enums/bidding_source_pb.rb +22 -0
  1013. data/lib/google/ads/google_ads/v4/enums/bidding_strategy_status_pb.rb +21 -0
  1014. data/lib/google/ads/google_ads/v4/enums/bidding_strategy_type_pb.rb +34 -0
  1015. data/lib/google/ads/google_ads/v4/enums/billing_setup_status_pb.rb +23 -0
  1016. data/lib/google/ads/google_ads/v4/enums/brand_safety_suitability_pb.rb +22 -0
  1017. data/lib/google/ads/google_ads/v4/enums/budget_delivery_method_pb.rb +21 -0
  1018. data/lib/google/ads/google_ads/v4/enums/budget_period_pb.rb +20 -0
  1019. data/lib/google/ads/google_ads/v4/enums/budget_status_pb.rb +21 -0
  1020. data/lib/google/ads/google_ads/v4/enums/budget_type_pb.rb +22 -0
  1021. data/lib/google/ads/google_ads/v4/enums/call_conversion_reporting_state_pb.rb +22 -0
  1022. data/lib/google/ads/google_ads/v4/enums/call_placeholder_field_pb.rb +24 -0
  1023. data/lib/google/ads/google_ads/v4/enums/callout_placeholder_field_pb.rb +20 -0
  1024. data/lib/google/ads/google_ads/v4/enums/campaign_criterion_status_pb.rb +22 -0
  1025. data/lib/google/ads/google_ads/v4/enums/campaign_draft_status_pb.rb +24 -0
  1026. data/lib/google/ads/google_ads/v4/enums/campaign_experiment_status_pb.rb +28 -0
  1027. data/lib/google/ads/google_ads/v4/enums/campaign_experiment_traffic_split_type_pb.rb +21 -0
  1028. data/lib/google/ads/google_ads/v4/enums/campaign_experiment_type_pb.rb +22 -0
  1029. data/lib/google/ads/google_ads/v4/enums/campaign_serving_status_pb.rb +24 -0
  1030. data/lib/google/ads/google_ads/v4/enums/campaign_shared_set_status_pb.rb +21 -0
  1031. data/lib/google/ads/google_ads/v4/enums/campaign_status_pb.rb +22 -0
  1032. data/lib/google/ads/google_ads/v4/enums/change_status_operation_pb.rb +22 -0
  1033. data/lib/google/ads/google_ads/v4/enums/change_status_resource_type_pb.rb +29 -0
  1034. data/lib/google/ads/google_ads/v4/enums/click_type_pb.rb +72 -0
  1035. data/lib/google/ads/google_ads/v4/enums/content_label_type_pb.rb +34 -0
  1036. data/lib/google/ads/google_ads/v4/enums/conversion_action_category_pb.rb +39 -0
  1037. data/lib/google/ads/google_ads/v4/enums/conversion_action_counting_type_pb.rb +21 -0
  1038. data/lib/google/ads/google_ads/v4/enums/conversion_action_status_pb.rb +22 -0
  1039. data/lib/google/ads/google_ads/v4/enums/conversion_action_type_pb.rb +41 -0
  1040. data/lib/google/ads/google_ads/v4/enums/conversion_adjustment_type_pb.rb +21 -0
  1041. data/lib/google/ads/google_ads/v4/enums/conversion_attribution_event_type_pb.rb +21 -0
  1042. data/lib/google/ads/google_ads/v4/enums/conversion_lag_bucket_pb.rb +38 -0
  1043. data/lib/google/ads/google_ads/v4/enums/conversion_or_adjustment_lag_bucket_pb.rb +60 -0
  1044. data/lib/google/ads/google_ads/v4/enums/criterion_category_channel_availability_mode_pb.rb +22 -0
  1045. data/lib/google/ads/google_ads/v4/enums/criterion_category_locale_availability_mode_pb.rb +23 -0
  1046. data/lib/google/ads/google_ads/v4/enums/criterion_system_serving_status_pb.rb +21 -0
  1047. data/lib/google/ads/google_ads/v4/enums/criterion_type_pb.rb +49 -0
  1048. data/lib/google/ads/google_ads/v4/enums/custom_interest_member_type_pb.rb +21 -0
  1049. data/lib/google/ads/google_ads/v4/enums/custom_interest_status_pb.rb +21 -0
  1050. data/lib/google/ads/google_ads/v4/enums/custom_interest_type_pb.rb +21 -0
  1051. data/lib/google/ads/google_ads/v4/enums/custom_placeholder_field_pb.rb +39 -0
  1052. data/lib/google/ads/google_ads/v4/enums/customer_match_upload_key_type_pb.rb +22 -0
  1053. data/lib/google/ads/google_ads/v4/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +26 -0
  1054. data/lib/google/ads/google_ads/v4/enums/data_driven_model_status_pb.rb +23 -0
  1055. data/lib/google/ads/google_ads/v4/enums/day_of_week_pb.rb +26 -0
  1056. data/lib/google/ads/google_ads/v4/enums/device_pb.rb +24 -0
  1057. data/lib/google/ads/google_ads/v4/enums/display_ad_format_setting_pb.rb +22 -0
  1058. data/lib/google/ads/google_ads/v4/enums/display_upload_product_type_pb.rb +29 -0
  1059. data/lib/google/ads/google_ads/v4/enums/distance_bucket_pb.rb +46 -0
  1060. data/lib/google/ads/google_ads/v4/enums/dsa_page_feed_criterion_field_pb.rb +21 -0
  1061. data/lib/google/ads/google_ads/v4/enums/education_placeholder_field_pb.rb +36 -0
  1062. data/lib/google/ads/google_ads/v4/enums/extension_setting_device_pb.rb +21 -0
  1063. data/lib/google/ads/google_ads/v4/enums/extension_type_pb.rb +31 -0
  1064. data/lib/google/ads/google_ads/v4/enums/external_conversion_source_pb.rb +41 -0
  1065. data/lib/google/ads/google_ads/v4/enums/feed_attribute_type_pb.rb +32 -0
  1066. data/lib/google/ads/google_ads/v4/enums/feed_item_quality_approval_status_pb.rb +21 -0
  1067. data/lib/google/ads/google_ads/v4/enums/feed_item_quality_disapproval_reason_pb.rb +37 -0
  1068. data/lib/google/ads/google_ads/v4/enums/feed_item_status_pb.rb +21 -0
  1069. data/lib/google/ads/google_ads/v4/enums/feed_item_target_device_pb.rb +20 -0
  1070. data/lib/google/ads/google_ads/v4/enums/feed_item_target_status_pb.rb +21 -0
  1071. data/lib/google/ads/google_ads/v4/enums/feed_item_target_type_pb.rb +22 -0
  1072. data/lib/google/ads/google_ads/v4/enums/feed_item_validation_status_pb.rb +22 -0
  1073. data/lib/google/ads/google_ads/v4/enums/feed_link_status_pb.rb +21 -0
  1074. data/lib/google/ads/google_ads/v4/enums/feed_mapping_criterion_type_pb.rb +21 -0
  1075. data/lib/google/ads/google_ads/v4/enums/feed_mapping_status_pb.rb +21 -0
  1076. data/lib/google/ads/google_ads/v4/enums/feed_origin_pb.rb +21 -0
  1077. data/lib/google/ads/google_ads/v4/enums/feed_status_pb.rb +21 -0
  1078. data/lib/google/ads/google_ads/v4/enums/flight_placeholder_field_pb.rb +36 -0
  1079. data/lib/google/ads/google_ads/v4/enums/frequency_cap_event_type_pb.rb +21 -0
  1080. data/lib/google/ads/google_ads/v4/enums/frequency_cap_level_pb.rb +22 -0
  1081. data/lib/google/ads/google_ads/v4/enums/frequency_cap_time_unit_pb.rb +22 -0
  1082. data/lib/google/ads/google_ads/v4/enums/gender_type_pb.rb +22 -0
  1083. data/lib/google/ads/google_ads/v4/enums/geo_target_constant_status_pb.rb +21 -0
  1084. data/lib/google/ads/google_ads/v4/enums/geo_targeting_restriction_pb.rb +20 -0
  1085. data/lib/google/ads/google_ads/v4/enums/geo_targeting_type_pb.rb +21 -0
  1086. data/lib/google/ads/google_ads/v4/enums/google_ads_field_category_pb.rb +23 -0
  1087. data/lib/google/ads/google_ads/v4/enums/google_ads_field_data_type_pb.rb +30 -0
  1088. data/lib/google/ads/google_ads/v4/enums/hotel_date_selection_type_pb.rb +21 -0
  1089. data/lib/google/ads/google_ads/v4/enums/hotel_placeholder_field_pb.rb +39 -0
  1090. data/lib/google/ads/google_ads/v4/enums/hotel_price_bucket_pb.rb +21 -0
  1091. data/lib/google/ads/google_ads/v4/enums/hotel_rate_type_pb.rb +23 -0
  1092. data/lib/google/ads/google_ads/v4/enums/income_range_type_pb.rb +26 -0
  1093. data/lib/google/ads/google_ads/v4/enums/interaction_event_type_pb.rb +23 -0
  1094. data/lib/google/ads/google_ads/v4/enums/interaction_type_pb.rb +20 -0
  1095. data/lib/google/ads/google_ads/v4/enums/invoice_type_pb.rb +21 -0
  1096. data/lib/google/ads/google_ads/v4/enums/job_placeholder_field_pb.rb +36 -0
  1097. data/lib/google/ads/google_ads/v4/enums/keyword_match_type_pb.rb +22 -0
  1098. data/lib/google/ads/google_ads/v4/enums/keyword_plan_competition_level_pb.rb +22 -0
  1099. data/lib/google/ads/google_ads/v4/enums/keyword_plan_forecast_interval_pb.rb +22 -0
  1100. data/lib/google/ads/google_ads/v4/enums/keyword_plan_network_pb.rb +21 -0
  1101. data/lib/google/ads/google_ads/v4/enums/label_status_pb.rb +21 -0
  1102. data/lib/google/ads/google_ads/v4/enums/legacy_app_install_ad_app_store_pb.rb +24 -0
  1103. data/lib/google/ads/google_ads/v4/enums/linked_account_type_pb.rb +20 -0
  1104. data/lib/google/ads/google_ads/v4/enums/listing_group_type_pb.rb +21 -0
  1105. data/lib/google/ads/google_ads/v4/enums/local_placeholder_field_pb.rb +38 -0
  1106. data/lib/google/ads/google_ads/v4/enums/location_extension_targeting_criterion_field_pb.rb +25 -0
  1107. data/lib/google/ads/google_ads/v4/enums/location_group_radius_units_pb.rb +21 -0
  1108. data/lib/google/ads/google_ads/v4/enums/location_placeholder_field_pb.rb +27 -0
  1109. data/lib/google/ads/google_ads/v4/enums/location_source_type_pb.rb +21 -0
  1110. data/lib/google/ads/google_ads/v4/enums/manager_link_status_pb.rb +24 -0
  1111. data/lib/google/ads/google_ads/v4/enums/matching_function_context_type_pb.rb +21 -0
  1112. data/lib/google/ads/google_ads/v4/enums/matching_function_operator_pb.rb +24 -0
  1113. data/lib/google/ads/google_ads/v4/enums/media_type_pb.rb +25 -0
  1114. data/lib/google/ads/google_ads/v4/enums/merchant_center_link_status_pb.rb +21 -0
  1115. data/lib/google/ads/google_ads/v4/enums/message_placeholder_field_pb.rb +24 -0
  1116. data/lib/google/ads/google_ads/v4/enums/mime_type_pb.rb +31 -0
  1117. data/lib/google/ads/google_ads/v4/enums/minute_of_hour_pb.rb +23 -0
  1118. data/lib/google/ads/google_ads/v4/enums/mobile_app_vendor_pb.rb +21 -0
  1119. data/lib/google/ads/google_ads/v4/enums/mobile_device_type_pb.rb +21 -0
  1120. data/lib/google/ads/google_ads/v4/enums/month_of_year_pb.rb +31 -0
  1121. data/lib/google/ads/google_ads/v4/enums/negative_geo_target_type_pb.rb +21 -0
  1122. data/lib/google/ads/google_ads/v4/enums/offline_user_data_job_failure_reason_pb.rb +21 -0
  1123. data/lib/google/ads/google_ads/v4/enums/offline_user_data_job_status_pb.rb +23 -0
  1124. data/lib/google/ads/google_ads/v4/enums/offline_user_data_job_type_pb.rb +22 -0
  1125. data/lib/google/ads/google_ads/v4/enums/operating_system_version_operator_type_pb.rb +21 -0
  1126. data/lib/google/ads/google_ads/v4/enums/optimization_goal_type_pb.rb +21 -0
  1127. data/lib/google/ads/google_ads/v4/enums/page_one_promoted_strategy_goal_pb.rb +11 -0
  1128. data/lib/google/ads/google_ads/v4/enums/parental_status_type_pb.rb +22 -0
  1129. data/lib/google/ads/google_ads/v4/enums/payment_mode_pb.rb +23 -0
  1130. data/lib/google/ads/google_ads/v4/enums/placeholder_type_pb.rb +38 -0
  1131. data/lib/google/ads/google_ads/v4/enums/placement_type_pb.rb +24 -0
  1132. data/lib/google/ads/google_ads/v4/enums/policy_approval_status_pb.rb +23 -0
  1133. data/lib/google/ads/google_ads/v4/enums/policy_review_status_pb.rb +23 -0
  1134. data/lib/google/ads/google_ads/v4/enums/policy_topic_entry_type_pb.rb +25 -0
  1135. data/lib/google/ads/google_ads/v4/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +24 -0
  1136. data/lib/google/ads/google_ads/v4/enums/policy_topic_evidence_destination_not_working_device_pb.rb +22 -0
  1137. data/lib/google/ads/google_ads/v4/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +21 -0
  1138. data/lib/google/ads/google_ads/v4/enums/positive_geo_target_type_pb.rb +22 -0
  1139. data/lib/google/ads/google_ads/v4/enums/preferred_content_type_pb.rb +20 -0
  1140. data/lib/google/ads/google_ads/v4/enums/price_extension_price_qualifier_pb.rb +22 -0
  1141. data/lib/google/ads/google_ads/v4/enums/price_extension_price_unit_pb.rb +25 -0
  1142. data/lib/google/ads/google_ads/v4/enums/price_extension_type_pb.rb +28 -0
  1143. data/lib/google/ads/google_ads/v4/enums/price_placeholder_field_pb.rb +72 -0
  1144. data/lib/google/ads/google_ads/v4/enums/product_bidding_category_level_pb.rb +24 -0
  1145. data/lib/google/ads/google_ads/v4/enums/product_bidding_category_status_pb.rb +21 -0
  1146. data/lib/google/ads/google_ads/v4/enums/product_channel_exclusivity_pb.rb +21 -0
  1147. data/lib/google/ads/google_ads/v4/enums/product_channel_pb.rb +21 -0
  1148. data/lib/google/ads/google_ads/v4/enums/product_condition_pb.rb +22 -0
  1149. data/lib/google/ads/google_ads/v4/enums/product_custom_attribute_index_pb.rb +24 -0
  1150. data/lib/google/ads/google_ads/v4/enums/product_type_level_pb.rb +24 -0
  1151. data/lib/google/ads/google_ads/v4/enums/promotion_extension_discount_modifier_pb.rb +20 -0
  1152. data/lib/google/ads/google_ads/v4/enums/promotion_extension_occasion_pb.rb +56 -0
  1153. data/lib/google/ads/google_ads/v4/enums/promotion_placeholder_field_pb.rb +33 -0
  1154. data/lib/google/ads/google_ads/v4/enums/proximity_radius_units_pb.rb +21 -0
  1155. data/lib/google/ads/google_ads/v4/enums/quality_score_bucket_pb.rb +22 -0
  1156. data/lib/google/ads/google_ads/v4/enums/reach_plan_ad_length_pb.rb +22 -0
  1157. data/lib/google/ads/google_ads/v4/enums/reach_plan_age_range_pb.rb +45 -0
  1158. data/lib/google/ads/google_ads/v4/enums/reach_plan_network_pb.rb +22 -0
  1159. data/lib/google/ads/google_ads/v4/enums/real_estate_placeholder_field_pb.rb +37 -0
  1160. data/lib/google/ads/google_ads/v4/enums/recommendation_type_pb.rb +33 -0
  1161. data/lib/google/ads/google_ads/v4/enums/search_engine_results_page_type_pb.rb +22 -0
  1162. data/lib/google/ads/google_ads/v4/enums/search_term_match_type_pb.rb +24 -0
  1163. data/lib/google/ads/google_ads/v4/enums/search_term_targeting_status_pb.rb +23 -0
  1164. data/lib/google/ads/google_ads/v4/enums/served_asset_field_type_pb.rb +24 -0
  1165. data/lib/google/ads/google_ads/v4/enums/shared_set_status_pb.rb +21 -0
  1166. data/lib/google/ads/google_ads/v4/enums/shared_set_type_pb.rb +21 -0
  1167. data/lib/google/ads/google_ads/v4/enums/simulation_modification_method_pb.rb +21 -0
  1168. data/lib/google/ads/google_ads/v4/enums/simulation_type_pb.rb +24 -0
  1169. data/lib/google/ads/google_ads/v4/enums/sitelink_placeholder_field_pb.rb +26 -0
  1170. data/lib/google/ads/google_ads/v4/enums/slot_pb.rb +26 -0
  1171. data/lib/google/ads/google_ads/v4/enums/spending_limit_type_pb.rb +20 -0
  1172. data/lib/google/ads/google_ads/v4/enums/structured_snippet_placeholder_field_pb.rb +21 -0
  1173. data/lib/google/ads/google_ads/v4/enums/summary_row_setting_pb.rb +22 -0
  1174. data/lib/google/ads/google_ads/v4/enums/system_managed_entity_source_pb.rb +20 -0
  1175. data/lib/google/ads/google_ads/v4/enums/target_cpa_opt_in_recommendation_goal_pb.rb +23 -0
  1176. data/lib/google/ads/google_ads/v4/enums/target_impression_share_location_pb.rb +22 -0
  1177. data/lib/google/ads/google_ads/v4/enums/targeting_dimension_pb.rb +27 -0
  1178. data/lib/google/ads/google_ads/v4/enums/time_type_pb.rb +21 -0
  1179. data/lib/google/ads/google_ads/v4/enums/tracking_code_page_format_pb.rb +21 -0
  1180. data/lib/google/ads/google_ads/v4/enums/tracking_code_type_pb.rb +23 -0
  1181. data/lib/google/ads/google_ads/v4/enums/travel_placeholder_field_pb.rb +39 -0
  1182. data/lib/google/ads/google_ads/v4/enums/user_interest_taxonomy_type_pb.rb +24 -0
  1183. data/lib/google/ads/google_ads/v4/enums/user_list_access_status_pb.rb +21 -0
  1184. data/lib/google/ads/google_ads/v4/enums/user_list_closing_reason_pb.rb +20 -0
  1185. data/lib/google/ads/google_ads/v4/enums/user_list_combined_rule_operator_pb.rb +21 -0
  1186. data/lib/google/ads/google_ads/v4/enums/user_list_crm_data_source_type_pb.rb +22 -0
  1187. data/lib/google/ads/google_ads/v4/enums/user_list_date_rule_item_operator_pb.rb +23 -0
  1188. data/lib/google/ads/google_ads/v4/enums/user_list_logical_rule_operator_pb.rb +22 -0
  1189. data/lib/google/ads/google_ads/v4/enums/user_list_membership_status_pb.rb +21 -0
  1190. data/lib/google/ads/google_ads/v4/enums/user_list_number_rule_item_operator_pb.rb +25 -0
  1191. data/lib/google/ads/google_ads/v4/enums/user_list_prepopulation_status_pb.rb +22 -0
  1192. data/lib/google/ads/google_ads/v4/enums/user_list_rule_type_pb.rb +21 -0
  1193. data/lib/google/ads/google_ads/v4/enums/user_list_size_range_pb.rb +35 -0
  1194. data/lib/google/ads/google_ads/v4/enums/user_list_string_rule_item_operator_pb.rb +27 -0
  1195. data/lib/google/ads/google_ads/v4/enums/user_list_type_pb.rb +25 -0
  1196. data/lib/google/ads/google_ads/v4/enums/vanity_pharma_display_url_mode_pb.rb +21 -0
  1197. data/lib/google/ads/google_ads/v4/enums/vanity_pharma_text_pb.rb +31 -0
  1198. data/lib/google/ads/google_ads/v4/enums/webpage_condition_operand_pb.rb +24 -0
  1199. data/lib/google/ads/google_ads/v4/enums/webpage_condition_operator_pb.rb +21 -0
  1200. data/lib/google/ads/google_ads/v4/errors/access_invitation_error_pb.rb +21 -0
  1201. data/lib/google/ads/google_ads/v4/errors/account_budget_proposal_error_pb.rb +43 -0
  1202. data/lib/google/ads/google_ads/v4/errors/account_link_error_pb.rb +11 -0
  1203. data/lib/google/ads/google_ads/v4/errors/ad_customizer_error_pb.rb +24 -0
  1204. data/lib/google/ads/google_ads/v4/errors/ad_error_pb.rb +163 -0
  1205. data/lib/google/ads/google_ads/v4/errors/ad_group_ad_error_pb.rb +29 -0
  1206. data/lib/google/ads/google_ads/v4/errors/ad_group_bid_modifier_error_pb.rb +21 -0
  1207. data/lib/google/ads/google_ads/v4/errors/ad_group_criterion_error_pb.rb +47 -0
  1208. data/lib/google/ads/google_ads/v4/errors/ad_group_error_pb.rb +32 -0
  1209. data/lib/google/ads/google_ads/v4/errors/ad_group_feed_error_pb.rb +26 -0
  1210. data/lib/google/ads/google_ads/v4/errors/ad_parameter_error_pb.rb +21 -0
  1211. data/lib/google/ads/google_ads/v4/errors/ad_sharing_error_pb.rb +22 -0
  1212. data/lib/google/ads/google_ads/v4/errors/adx_error_pb.rb +20 -0
  1213. data/lib/google/ads/google_ads/v4/errors/asset_error_pb.rb +24 -0
  1214. data/lib/google/ads/google_ads/v4/errors/asset_link_error_pb.rb +20 -0
  1215. data/lib/google/ads/google_ads/v4/errors/authentication_error_pb.rb +37 -0
  1216. data/lib/google/ads/google_ads/v4/errors/authorization_error_pb.rb +31 -0
  1217. data/lib/google/ads/google_ads/v4/errors/batch_job_error_pb.rb +25 -0
  1218. data/lib/google/ads/google_ads/v4/errors/bidding_error_pb.rb +43 -0
  1219. data/lib/google/ads/google_ads/v4/errors/bidding_strategy_error_pb.rb +24 -0
  1220. data/lib/google/ads/google_ads/v4/errors/billing_setup_error_pb.rb +36 -0
  1221. data/lib/google/ads/google_ads/v4/errors/campaign_budget_error_pb.rb +35 -0
  1222. data/lib/google/ads/google_ads/v4/errors/campaign_criterion_error_pb.rb +30 -0
  1223. data/lib/google/ads/google_ads/v4/errors/campaign_draft_error_pb.rb +29 -0
  1224. data/lib/google/ads/google_ads/v4/errors/campaign_error_pb.rb +59 -0
  1225. data/lib/google/ads/google_ads/v4/errors/campaign_experiment_error_pb.rb +29 -0
  1226. data/lib/google/ads/google_ads/v4/errors/campaign_feed_error_pb.rb +26 -0
  1227. data/lib/google/ads/google_ads/v4/errors/campaign_shared_set_error_pb.rb +20 -0
  1228. data/lib/google/ads/google_ads/v4/errors/change_status_error_pb.rb +20 -0
  1229. data/lib/google/ads/google_ads/v4/errors/collection_size_error_pb.rb +21 -0
  1230. data/lib/google/ads/google_ads/v4/errors/context_error_pb.rb +21 -0
  1231. data/lib/google/ads/google_ads/v4/errors/conversion_action_error_pb.rb +28 -0
  1232. data/lib/google/ads/google_ads/v4/errors/conversion_adjustment_upload_error_pb.rb +30 -0
  1233. data/lib/google/ads/google_ads/v4/errors/conversion_upload_error_pb.rb +40 -0
  1234. data/lib/google/ads/google_ads/v4/errors/country_code_error_pb.rb +20 -0
  1235. data/lib/google/ads/google_ads/v4/errors/criterion_error_pb.rb +130 -0
  1236. data/lib/google/ads/google_ads/v4/errors/currency_code_error_pb.rb +20 -0
  1237. data/lib/google/ads/google_ads/v4/errors/custom_interest_error_pb.rb +26 -0
  1238. data/lib/google/ads/google_ads/v4/errors/customer_client_link_error_pb.rb +27 -0
  1239. data/lib/google/ads/google_ads/v4/errors/customer_error_pb.rb +21 -0
  1240. data/lib/google/ads/google_ads/v4/errors/customer_feed_error_pb.rb +26 -0
  1241. data/lib/google/ads/google_ads/v4/errors/customer_manager_link_error_pb.rb +28 -0
  1242. data/lib/google/ads/google_ads/v4/errors/database_error_pb.rb +22 -0
  1243. data/lib/google/ads/google_ads/v4/errors/date_error_pb.rb +29 -0
  1244. data/lib/google/ads/google_ads/v4/errors/date_range_error_pb.rb +24 -0
  1245. data/lib/google/ads/google_ads/v4/errors/distinct_error_pb.rb +21 -0
  1246. data/lib/google/ads/google_ads/v4/errors/enum_error_pb.rb +20 -0
  1247. data/lib/google/ads/google_ads/v4/errors/errors_pb.rb +279 -0
  1248. data/lib/google/ads/google_ads/v4/errors/extension_feed_item_error_pb.rb +64 -0
  1249. data/lib/google/ads/google_ads/v4/errors/extension_setting_error_pb.rb +83 -0
  1250. data/lib/google/ads/google_ads/v4/errors/feed_attribute_reference_error_pb.rb +22 -0
  1251. data/lib/google/ads/google_ads/v4/errors/feed_error_pb.rb +41 -0
  1252. data/lib/google/ads/google_ads/v4/errors/feed_item_error_pb.rb +28 -0
  1253. data/lib/google/ads/google_ads/v4/errors/feed_item_target_error_pb.rb +27 -0
  1254. data/lib/google/ads/google_ads/v4/errors/feed_item_validation_error_pb.rb +116 -0
  1255. data/lib/google/ads/google_ads/v4/errors/feed_mapping_error_pb.rb +36 -0
  1256. data/lib/google/ads/google_ads/v4/errors/field_error_pb.rb +26 -0
  1257. data/lib/google/ads/google_ads/v4/errors/field_mask_error_pb.rb +23 -0
  1258. data/lib/google/ads/google_ads/v4/errors/function_error_pb.rb +35 -0
  1259. data/lib/google/ads/google_ads/v4/errors/function_parsing_error_pb.rb +30 -0
  1260. data/lib/google/ads/google_ads/v4/errors/geo_target_constant_suggestion_error_pb.rb +23 -0
  1261. data/lib/google/ads/google_ads/v4/errors/header_error_pb.rb +21 -0
  1262. data/lib/google/ads/google_ads/v4/errors/id_error_pb.rb +20 -0
  1263. data/lib/google/ads/google_ads/v4/errors/image_error_pb.rb +57 -0
  1264. data/lib/google/ads/google_ads/v4/errors/internal_error_pb.rb +23 -0
  1265. data/lib/google/ads/google_ads/v4/errors/invoice_error_pb.rb +21 -0
  1266. data/lib/google/ads/google_ads/v4/errors/keyword_plan_ad_group_error_pb.rb +21 -0
  1267. data/lib/google/ads/google_ads/v4/errors/keyword_plan_ad_group_keyword_error_pb.rb +26 -0
  1268. data/lib/google/ads/google_ads/v4/errors/keyword_plan_campaign_error_pb.rb +25 -0
  1269. data/lib/google/ads/google_ads/v4/errors/keyword_plan_campaign_keyword_error_pb.rb +20 -0
  1270. data/lib/google/ads/google_ads/v4/errors/keyword_plan_error_pb.rb +33 -0
  1271. data/lib/google/ads/google_ads/v4/errors/keyword_plan_idea_error_pb.rb +21 -0
  1272. data/lib/google/ads/google_ads/v4/errors/label_error_pb.rb +28 -0
  1273. data/lib/google/ads/google_ads/v4/errors/language_code_error_pb.rb +21 -0
  1274. data/lib/google/ads/google_ads/v4/errors/list_operation_error_pb.rb +21 -0
  1275. data/lib/google/ads/google_ads/v4/errors/manager_link_error_pb.rb +36 -0
  1276. data/lib/google/ads/google_ads/v4/errors/media_bundle_error_pb.rb +41 -0
  1277. data/lib/google/ads/google_ads/v4/errors/media_file_error_pb.rb +42 -0
  1278. data/lib/google/ads/google_ads/v4/errors/media_upload_error_pb.rb +26 -0
  1279. data/lib/google/ads/google_ads/v4/errors/multiplier_error_pb.rb +31 -0
  1280. data/lib/google/ads/google_ads/v4/errors/mutate_error_pb.rb +27 -0
  1281. data/lib/google/ads/google_ads/v4/errors/new_resource_creation_error_pb.rb +22 -0
  1282. data/lib/google/ads/google_ads/v4/errors/not_empty_error_pb.rb +20 -0
  1283. data/lib/google/ads/google_ads/v4/errors/not_whitelisted_error_pb.rb +20 -0
  1284. data/lib/google/ads/google_ads/v4/errors/null_error_pb.rb +20 -0
  1285. data/lib/google/ads/google_ads/v4/errors/offline_user_data_job_error_pb.rb +46 -0
  1286. data/lib/google/ads/google_ads/v4/errors/operation_access_denied_error_pb.rb +29 -0
  1287. data/lib/google/ads/google_ads/v4/errors/operator_error_pb.rb +20 -0
  1288. data/lib/google/ads/google_ads/v4/errors/partial_failure_error_pb.rb +20 -0
  1289. data/lib/google/ads/google_ads/v4/errors/payments_account_error_pb.rb +20 -0
  1290. data/lib/google/ads/google_ads/v4/errors/policy_finding_error_pb.rb +21 -0
  1291. data/lib/google/ads/google_ads/v4/errors/policy_validation_parameter_error_pb.rb +22 -0
  1292. data/lib/google/ads/google_ads/v4/errors/policy_violation_error_pb.rb +20 -0
  1293. data/lib/google/ads/google_ads/v4/errors/query_error_pb.rb +72 -0
  1294. data/lib/google/ads/google_ads/v4/errors/quota_error_pb.rb +22 -0
  1295. data/lib/google/ads/google_ads/v4/errors/range_error_pb.rb +21 -0
  1296. data/lib/google/ads/google_ads/v4/errors/reach_plan_error_pb.rb +19 -0
  1297. data/lib/google/ads/google_ads/v4/errors/recommendation_error_pb.rb +33 -0
  1298. data/lib/google/ads/google_ads/v4/errors/region_code_error_pb.rb +20 -0
  1299. data/lib/google/ads/google_ads/v4/errors/request_error_pb.rb +41 -0
  1300. data/lib/google/ads/google_ads/v4/errors/resource_access_denied_error_pb.rb +20 -0
  1301. data/lib/google/ads/google_ads/v4/errors/resource_count_limit_exceeded_error_pb.rb +28 -0
  1302. data/lib/google/ads/google_ads/v4/errors/setting_error_pb.rb +30 -0
  1303. data/lib/google/ads/google_ads/v4/errors/shared_criterion_error_pb.rb +20 -0
  1304. data/lib/google/ads/google_ads/v4/errors/shared_set_error_pb.rb +23 -0
  1305. data/lib/google/ads/google_ads/v4/errors/size_limit_error_pb.rb +21 -0
  1306. data/lib/google/ads/google_ads/v4/errors/string_format_error_pb.rb +21 -0
  1307. data/lib/google/ads/google_ads/v4/errors/string_length_error_pb.rb +22 -0
  1308. data/lib/google/ads/google_ads/v4/errors/third_party_app_analytics_link_error_pb.rb +11 -0
  1309. data/lib/google/ads/google_ads/v4/errors/time_zone_error_pb.rb +20 -0
  1310. data/lib/google/ads/google_ads/v4/errors/url_field_error_pb.rb +71 -0
  1311. data/lib/google/ads/google_ads/v4/errors/user_data_error_pb.rb +22 -0
  1312. data/lib/google/ads/google_ads/v4/errors/user_list_error_pb.rb +45 -0
  1313. data/lib/google/ads/google_ads/v4/errors/youtube_video_registration_error_pb.rb +22 -0
  1314. data/lib/google/ads/google_ads/v4/resources/account_budget_pb.rb +71 -0
  1315. data/lib/google/ads/google_ads/v4/resources/account_budget_proposal_pb.rb +53 -0
  1316. data/lib/google/ads/google_ads/v4/resources/account_link_pb.rb +33 -0
  1317. data/lib/google/ads/google_ads/v4/resources/ad_group_ad_asset_view_pb.rb +34 -0
  1318. data/lib/google/ads/google_ads/v4/resources/ad_group_ad_label_pb.rb +20 -0
  1319. data/lib/google/ads/google_ads/v4/resources/ad_group_ad_pb.rb +35 -0
  1320. data/lib/google/ads/google_ads/v4/resources/ad_group_audience_view_pb.rb +17 -0
  1321. data/lib/google/ads/google_ads/v4/resources/ad_group_bid_modifier_pb.rb +33 -0
  1322. data/lib/google/ads/google_ads/v4/resources/ad_group_criterion_label_pb.rb +20 -0
  1323. data/lib/google/ads/google_ads/v4/resources/ad_group_criterion_pb.rb +89 -0
  1324. data/lib/google/ads/google_ads/v4/resources/ad_group_criterion_simulation_pb.rb +30 -0
  1325. data/lib/google/ads/google_ads/v4/resources/ad_group_extension_setting_pb.rb +24 -0
  1326. data/lib/google/ads/google_ads/v4/resources/ad_group_feed_pb.rb +26 -0
  1327. data/lib/google/ads/google_ads/v4/resources/ad_group_label_pb.rb +20 -0
  1328. data/lib/google/ads/google_ads/v4/resources/ad_group_pb.rb +51 -0
  1329. data/lib/google/ads/google_ads/v4/resources/ad_group_simulation_pb.rb +32 -0
  1330. data/lib/google/ads/google_ads/v4/resources/ad_parameter_pb.rb +21 -0
  1331. data/lib/google/ads/google_ads/v4/resources/ad_pb.rb +60 -0
  1332. data/lib/google/ads/google_ads/v4/resources/ad_schedule_view_pb.rb +17 -0
  1333. data/lib/google/ads/google_ads/v4/resources/age_range_view_pb.rb +17 -0
  1334. data/lib/google/ads/google_ads/v4/resources/asset_pb.rb +30 -0
  1335. data/lib/google/ads/google_ads/v4/resources/batch_job_pb.rb +32 -0
  1336. data/lib/google/ads/google_ads/v4/resources/bidding_strategy_pb.rb +34 -0
  1337. data/lib/google/ads/google_ads/v4/resources/billing_setup_pb.rb +40 -0
  1338. data/lib/google/ads/google_ads/v4/resources/campaign_audience_view_pb.rb +17 -0
  1339. data/lib/google/ads/google_ads/v4/resources/campaign_bid_modifier_pb.rb +25 -0
  1340. data/lib/google/ads/google_ads/v4/resources/campaign_budget_pb.rb +38 -0
  1341. data/lib/google/ads/google_ads/v4/resources/campaign_criterion_pb.rb +56 -0
  1342. data/lib/google/ads/google_ads/v4/resources/campaign_criterion_simulation_pb.rb +30 -0
  1343. data/lib/google/ads/google_ads/v4/resources/campaign_draft_pb.rb +26 -0
  1344. data/lib/google/ads/google_ads/v4/resources/campaign_experiment_pb.rb +31 -0
  1345. data/lib/google/ads/google_ads/v4/resources/campaign_extension_setting_pb.rb +24 -0
  1346. data/lib/google/ads/google_ads/v4/resources/campaign_feed_pb.rb +26 -0
  1347. data/lib/google/ads/google_ads/v4/resources/campaign_label_pb.rb +20 -0
  1348. data/lib/google/ads/google_ads/v4/resources/campaign_pb.rb +146 -0
  1349. data/lib/google/ads/google_ads/v4/resources/campaign_shared_set_pb.rb +22 -0
  1350. data/lib/google/ads/google_ads/v4/resources/carrier_constant_pb.rb +21 -0
  1351. data/lib/google/ads/google_ads/v4/resources/change_status_pb.rb +33 -0
  1352. data/lib/google/ads/google_ads/v4/resources/click_view_pb.rb +24 -0
  1353. data/lib/google/ads/google_ads/v4/resources/conversion_action_pb.rb +64 -0
  1354. data/lib/google/ads/google_ads/v4/resources/currency_constant_pb.rb +22 -0
  1355. data/lib/google/ads/google_ads/v4/resources/custom_interest_pb.rb +32 -0
  1356. data/lib/google/ads/google_ads/v4/resources/customer_client_link_pb.rb +23 -0
  1357. data/lib/google/ads/google_ads/v4/resources/customer_client_pb.rb +27 -0
  1358. data/lib/google/ads/google_ads/v4/resources/customer_extension_setting_pb.rb +23 -0
  1359. data/lib/google/ads/google_ads/v4/resources/customer_feed_pb.rb +25 -0
  1360. data/lib/google/ads/google_ads/v4/resources/customer_label_pb.rb +20 -0
  1361. data/lib/google/ads/google_ads/v4/resources/customer_manager_link_pb.rb +22 -0
  1362. data/lib/google/ads/google_ads/v4/resources/customer_negative_criterion_pb.rb +30 -0
  1363. data/lib/google/ads/google_ads/v4/resources/customer_pb.rb +49 -0
  1364. data/lib/google/ads/google_ads/v4/resources/detail_placement_view_pb.rb +24 -0
  1365. data/lib/google/ads/google_ads/v4/resources/display_keyword_view_pb.rb +17 -0
  1366. data/lib/google/ads/google_ads/v4/resources/distance_view_pb.rb +21 -0
  1367. data/lib/google/ads/google_ads/v4/resources/domain_category_pb.rb +26 -0
  1368. data/lib/google/ads/google_ads/v4/resources/dynamic_search_ads_search_term_view_pb.rb +25 -0
  1369. data/lib/google/ads/google_ads/v4/resources/expanded_landing_page_view_pb.rb +19 -0
  1370. data/lib/google/ads/google_ads/v4/resources/extension_feed_item_pb.rb +49 -0
  1371. data/lib/google/ads/google_ads/v4/resources/feed_item_pb.rb +71 -0
  1372. data/lib/google/ads/google_ads/v4/resources/feed_item_target_pb.rb +34 -0
  1373. data/lib/google/ads/google_ads/v4/resources/feed_mapping_pb.rb +77 -0
  1374. data/lib/google/ads/google_ads/v4/resources/feed_pb.rb +70 -0
  1375. data/lib/google/ads/google_ads/v4/resources/feed_placeholder_view_pb.rb +19 -0
  1376. data/lib/google/ads/google_ads/v4/resources/gender_view_pb.rb +17 -0
  1377. data/lib/google/ads/google_ads/v4/resources/geo_target_constant_pb.rb +25 -0
  1378. data/lib/google/ads/google_ads/v4/resources/geographic_view_pb.rb +21 -0
  1379. data/lib/google/ads/google_ads/v4/resources/google_ads_field_pb.rb +33 -0
  1380. data/lib/google/ads/google_ads/v4/resources/group_placement_view_pb.rb +23 -0
  1381. data/lib/google/ads/google_ads/v4/resources/hotel_group_view_pb.rb +17 -0
  1382. data/lib/google/ads/google_ads/v4/resources/hotel_performance_view_pb.rb +17 -0
  1383. data/lib/google/ads/google_ads/v4/resources/income_range_view_pb.rb +17 -0
  1384. data/lib/google/ads/google_ads/v4/resources/invoice_pb.rb +49 -0
  1385. data/lib/google/ads/google_ads/v4/resources/keyword_plan_ad_group_keyword_pb.rb +25 -0
  1386. data/lib/google/ads/google_ads/v4/resources/keyword_plan_ad_group_pb.rb +22 -0
  1387. data/lib/google/ads/google_ads/v4/resources/keyword_plan_campaign_keyword_pb.rb +24 -0
  1388. data/lib/google/ads/google_ads/v4/resources/keyword_plan_campaign_pb.rb +30 -0
  1389. data/lib/google/ads/google_ads/v4/resources/keyword_plan_pb.rb +30 -0
  1390. data/lib/google/ads/google_ads/v4/resources/keyword_view_pb.rb +17 -0
  1391. data/lib/google/ads/google_ads/v4/resources/label_pb.rb +24 -0
  1392. data/lib/google/ads/google_ads/v4/resources/landing_page_view_pb.rb +19 -0
  1393. data/lib/google/ads/google_ads/v4/resources/language_constant_pb.rb +22 -0
  1394. data/lib/google/ads/google_ads/v4/resources/location_view_pb.rb +17 -0
  1395. data/lib/google/ads/google_ads/v4/resources/managed_placement_view_pb.rb +17 -0
  1396. data/lib/google/ads/google_ads/v4/resources/media_file_pb.rb +51 -0
  1397. data/lib/google/ads/google_ads/v4/resources/merchant_center_link_pb.rb +22 -0
  1398. data/lib/google/ads/google_ads/v4/resources/mobile_app_category_constant_pb.rb +20 -0
  1399. data/lib/google/ads/google_ads/v4/resources/mobile_device_constant_pb.rb +24 -0
  1400. data/lib/google/ads/google_ads/v4/resources/offline_user_data_job_pb.rb +31 -0
  1401. data/lib/google/ads/google_ads/v4/resources/operating_system_version_constant_pb.rb +24 -0
  1402. data/lib/google/ads/google_ads/v4/resources/paid_organic_search_term_view_pb.rb +19 -0
  1403. data/lib/google/ads/google_ads/v4/resources/parental_status_view_pb.rb +17 -0
  1404. data/lib/google/ads/google_ads/v4/resources/payments_account_pb.rb +24 -0
  1405. data/lib/google/ads/google_ads/v4/resources/product_bidding_category_constant_pb.rb +27 -0
  1406. data/lib/google/ads/google_ads/v4/resources/product_group_view_pb.rb +17 -0
  1407. data/lib/google/ads/google_ads/v4/resources/recommendation_pb.rb +132 -0
  1408. data/lib/google/ads/google_ads/v4/resources/remarketing_action_pb.rb +22 -0
  1409. data/lib/google/ads/google_ads/v4/resources/search_term_view_pb.rb +22 -0
  1410. data/lib/google/ads/google_ads/v4/resources/shared_criterion_pb.rb +31 -0
  1411. data/lib/google/ads/google_ads/v4/resources/shared_set_pb.rb +26 -0
  1412. data/lib/google/ads/google_ads/v4/resources/shopping_performance_view_pb.rb +17 -0
  1413. data/lib/google/ads/google_ads/v4/resources/third_party_app_analytics_link_pb.rb +19 -0
  1414. data/lib/google/ads/google_ads/v4/resources/topic_constant_pb.rb +21 -0
  1415. data/lib/google/ads/google_ads/v4/resources/topic_view_pb.rb +17 -0
  1416. data/lib/google/ads/google_ads/v4/resources/user_interest_pb.rb +26 -0
  1417. data/lib/google/ads/google_ads/v4/resources/user_list_pb.rb +49 -0
  1418. data/lib/google/ads/google_ads/v4/resources/user_location_view_pb.rb +20 -0
  1419. data/lib/google/ads/google_ads/v4/resources/video_pb.rb +22 -0
  1420. data/lib/google/ads/google_ads/v4/services/account_budget_proposal_service_client.rb +292 -0
  1421. data/lib/google/ads/google_ads/v4/services/account_budget_proposal_service_client_config.json +36 -0
  1422. data/lib/google/ads/google_ads/v4/services/account_budget_proposal_service_pb.rb +42 -0
  1423. data/lib/google/ads/google_ads/v4/services/account_budget_proposal_service_services_pb.rb +57 -0
  1424. data/lib/google/ads/google_ads/v4/services/account_budget_service_client.rb +226 -0
  1425. data/lib/google/ads/google_ads/v4/services/account_budget_service_client_config.json +31 -0
  1426. data/lib/google/ads/google_ads/v4/services/account_budget_service_pb.rb +19 -0
  1427. data/lib/google/ads/google_ads/v4/services/account_budget_service_services_pb.rb +43 -0
  1428. data/lib/google/ads/google_ads/v4/services/account_link_service_client.rb +286 -0
  1429. data/lib/google/ads/google_ads/v4/services/account_link_service_client_config.json +36 -0
  1430. data/lib/google/ads/google_ads/v4/services/account_link_service_pb.rb +41 -0
  1431. data/lib/google/ads/google_ads/v4/services/account_link_service_services_pb.rb +42 -0
  1432. data/lib/google/ads/google_ads/v4/services/ad_group_ad_asset_view_service_client.rb +224 -0
  1433. data/lib/google/ads/google_ads/v4/services/ad_group_ad_asset_view_service_client_config.json +31 -0
  1434. data/lib/google/ads/google_ads/v4/services/ad_group_ad_asset_view_service_pb.rb +19 -0
  1435. data/lib/google/ads/google_ads/v4/services/ad_group_ad_asset_view_service_services_pb.rb +41 -0
  1436. data/lib/google/ads/google_ads/v4/services/ad_group_ad_label_service_client.rb +286 -0
  1437. data/lib/google/ads/google_ads/v4/services/ad_group_ad_label_service_client_config.json +36 -0
  1438. data/lib/google/ads/google_ads/v4/services/ad_group_ad_label_service_pb.rb +43 -0
  1439. data/lib/google/ads/google_ads/v4/services/ad_group_ad_label_service_services_pb.rb +44 -0
  1440. data/lib/google/ads/google_ads/v4/services/ad_group_ad_service_client.rb +285 -0
  1441. data/lib/google/ads/google_ads/v4/services/ad_group_ad_service_client_config.json +36 -0
  1442. data/lib/google/ads/google_ads/v4/services/ad_group_ad_service_pb.rb +48 -0
  1443. data/lib/google/ads/google_ads/v4/services/ad_group_ad_service_services_pb.rb +43 -0
  1444. data/lib/google/ads/google_ads/v4/services/ad_group_audience_view_service_client.rb +224 -0
  1445. data/lib/google/ads/google_ads/v4/services/ad_group_audience_view_service_client_config.json +31 -0
  1446. data/lib/google/ads/google_ads/v4/services/ad_group_audience_view_service_pb.rb +19 -0
  1447. data/lib/google/ads/google_ads/v4/services/ad_group_audience_view_service_services_pb.rb +41 -0
  1448. data/lib/google/ads/google_ads/v4/services/ad_group_bid_modifier_service_client.rb +286 -0
  1449. data/lib/google/ads/google_ads/v4/services/ad_group_bid_modifier_service_client_config.json +36 -0
  1450. data/lib/google/ads/google_ads/v4/services/ad_group_bid_modifier_service_pb.rb +46 -0
  1451. data/lib/google/ads/google_ads/v4/services/ad_group_bid_modifier_service_services_pb.rb +44 -0
  1452. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_label_service_client.rb +286 -0
  1453. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_label_service_client_config.json +36 -0
  1454. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_label_service_pb.rb +43 -0
  1455. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_label_service_services_pb.rb +44 -0
  1456. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_service_client.rb +285 -0
  1457. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_service_client_config.json +36 -0
  1458. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_service_pb.rb +48 -0
  1459. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_service_services_pb.rb +43 -0
  1460. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_simulation_service_client.rb +224 -0
  1461. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_simulation_service_client_config.json +31 -0
  1462. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_simulation_service_pb.rb +19 -0
  1463. data/lib/google/ads/google_ads/v4/services/ad_group_criterion_simulation_service_services_pb.rb +41 -0
  1464. data/lib/google/ads/google_ads/v4/services/ad_group_extension_setting_service_client.rb +288 -0
  1465. data/lib/google/ads/google_ads/v4/services/ad_group_extension_setting_service_client_config.json +36 -0
  1466. data/lib/google/ads/google_ads/v4/services/ad_group_extension_setting_service_pb.rb +46 -0
  1467. data/lib/google/ads/google_ads/v4/services/ad_group_extension_setting_service_services_pb.rb +44 -0
  1468. data/lib/google/ads/google_ads/v4/services/ad_group_feed_service_client.rb +286 -0
  1469. data/lib/google/ads/google_ads/v4/services/ad_group_feed_service_client_config.json +36 -0
  1470. data/lib/google/ads/google_ads/v4/services/ad_group_feed_service_pb.rb +46 -0
  1471. data/lib/google/ads/google_ads/v4/services/ad_group_feed_service_services_pb.rb +44 -0
  1472. data/lib/google/ads/google_ads/v4/services/ad_group_label_service_client.rb +286 -0
  1473. data/lib/google/ads/google_ads/v4/services/ad_group_label_service_client_config.json +36 -0
  1474. data/lib/google/ads/google_ads/v4/services/ad_group_label_service_pb.rb +43 -0
  1475. data/lib/google/ads/google_ads/v4/services/ad_group_label_service_services_pb.rb +44 -0
  1476. data/lib/google/ads/google_ads/v4/services/ad_group_service_client.rb +285 -0
  1477. data/lib/google/ads/google_ads/v4/services/ad_group_service_client_config.json +36 -0
  1478. data/lib/google/ads/google_ads/v4/services/ad_group_service_pb.rb +46 -0
  1479. data/lib/google/ads/google_ads/v4/services/ad_group_service_services_pb.rb +43 -0
  1480. data/lib/google/ads/google_ads/v4/services/ad_group_simulation_service_client.rb +224 -0
  1481. data/lib/google/ads/google_ads/v4/services/ad_group_simulation_service_client_config.json +31 -0
  1482. data/lib/google/ads/google_ads/v4/services/ad_group_simulation_service_pb.rb +19 -0
  1483. data/lib/google/ads/google_ads/v4/services/ad_group_simulation_service_services_pb.rb +41 -0
  1484. data/lib/google/ads/google_ads/v4/services/ad_parameter_service_client.rb +286 -0
  1485. data/lib/google/ads/google_ads/v4/services/ad_parameter_service_client_config.json +36 -0
  1486. data/lib/google/ads/google_ads/v4/services/ad_parameter_service_pb.rb +46 -0
  1487. data/lib/google/ads/google_ads/v4/services/ad_parameter_service_services_pb.rb +44 -0
  1488. data/lib/google/ads/google_ads/v4/services/ad_schedule_view_service_client.rb +224 -0
  1489. data/lib/google/ads/google_ads/v4/services/ad_schedule_view_service_client_config.json +31 -0
  1490. data/lib/google/ads/google_ads/v4/services/ad_schedule_view_service_pb.rb +19 -0
  1491. data/lib/google/ads/google_ads/v4/services/ad_schedule_view_service_services_pb.rb +41 -0
  1492. data/lib/google/ads/google_ads/v4/services/ad_service_client.rb +274 -0
  1493. data/lib/google/ads/google_ads/v4/services/ad_service_client_config.json +36 -0
  1494. data/lib/google/ads/google_ads/v4/services/ad_service_pb.rb +40 -0
  1495. data/lib/google/ads/google_ads/v4/services/ad_service_services_pb.rb +44 -0
  1496. data/lib/google/ads/google_ads/v4/services/age_range_view_service_client.rb +224 -0
  1497. data/lib/google/ads/google_ads/v4/services/age_range_view_service_client_config.json +31 -0
  1498. data/lib/google/ads/google_ads/v4/services/age_range_view_service_pb.rb +19 -0
  1499. data/lib/google/ads/google_ads/v4/services/age_range_view_service_services_pb.rb +41 -0
  1500. data/lib/google/ads/google_ads/v4/services/asset_service_client.rb +275 -0
  1501. data/lib/google/ads/google_ads/v4/services/asset_service_client_config.json +36 -0
  1502. data/lib/google/ads/google_ads/v4/services/asset_service_pb.rb +38 -0
  1503. data/lib/google/ads/google_ads/v4/services/asset_service_services_pb.rb +45 -0
  1504. data/lib/google/ads/google_ads/v4/services/batch_job_service_client.rb +500 -0
  1505. data/lib/google/ads/google_ads/v4/services/batch_job_service_client_config.json +51 -0
  1506. data/lib/google/ads/google_ads/v4/services/batch_job_service_pb.rb +74 -0
  1507. data/lib/google/ads/google_ads/v4/services/batch_job_service_services_pb.rb +54 -0
  1508. data/lib/google/ads/google_ads/v4/services/bidding_strategy_service_client.rb +286 -0
  1509. data/lib/google/ads/google_ads/v4/services/bidding_strategy_service_client_config.json +36 -0
  1510. data/lib/google/ads/google_ads/v4/services/bidding_strategy_service_pb.rb +46 -0
  1511. data/lib/google/ads/google_ads/v4/services/bidding_strategy_service_services_pb.rb +44 -0
  1512. data/lib/google/ads/google_ads/v4/services/billing_setup_service_client.rb +281 -0
  1513. data/lib/google/ads/google_ads/v4/services/billing_setup_service_client_config.json +36 -0
  1514. data/lib/google/ads/google_ads/v4/services/billing_setup_service_pb.rb +39 -0
  1515. data/lib/google/ads/google_ads/v4/services/billing_setup_service_services_pb.rb +51 -0
  1516. data/lib/google/ads/google_ads/v4/services/campaign_audience_view_service_client.rb +224 -0
  1517. data/lib/google/ads/google_ads/v4/services/campaign_audience_view_service_client_config.json +31 -0
  1518. data/lib/google/ads/google_ads/v4/services/campaign_audience_view_service_pb.rb +19 -0
  1519. data/lib/google/ads/google_ads/v4/services/campaign_audience_view_service_services_pb.rb +41 -0
  1520. data/lib/google/ads/google_ads/v4/services/campaign_bid_modifier_service_client.rb +286 -0
  1521. data/lib/google/ads/google_ads/v4/services/campaign_bid_modifier_service_client_config.json +36 -0
  1522. data/lib/google/ads/google_ads/v4/services/campaign_bid_modifier_service_pb.rb +46 -0
  1523. data/lib/google/ads/google_ads/v4/services/campaign_bid_modifier_service_services_pb.rb +44 -0
  1524. data/lib/google/ads/google_ads/v4/services/campaign_budget_service_client.rb +286 -0
  1525. data/lib/google/ads/google_ads/v4/services/campaign_budget_service_client_config.json +36 -0
  1526. data/lib/google/ads/google_ads/v4/services/campaign_budget_service_pb.rb +46 -0
  1527. data/lib/google/ads/google_ads/v4/services/campaign_budget_service_services_pb.rb +44 -0
  1528. data/lib/google/ads/google_ads/v4/services/campaign_criterion_service_client.rb +285 -0
  1529. data/lib/google/ads/google_ads/v4/services/campaign_criterion_service_client_config.json +36 -0
  1530. data/lib/google/ads/google_ads/v4/services/campaign_criterion_service_pb.rb +46 -0
  1531. data/lib/google/ads/google_ads/v4/services/campaign_criterion_service_services_pb.rb +43 -0
  1532. data/lib/google/ads/google_ads/v4/services/campaign_criterion_simulation_service_client.rb +224 -0
  1533. data/lib/google/ads/google_ads/v4/services/campaign_criterion_simulation_service_client_config.json +31 -0
  1534. data/lib/google/ads/google_ads/v4/services/campaign_criterion_simulation_service_pb.rb +19 -0
  1535. data/lib/google/ads/google_ads/v4/services/campaign_criterion_simulation_service_services_pb.rb +41 -0
  1536. data/lib/google/ads/google_ads/v4/services/campaign_draft_service_client.rb +451 -0
  1537. data/lib/google/ads/google_ads/v4/services/campaign_draft_service_client_config.json +46 -0
  1538. data/lib/google/ads/google_ads/v4/services/campaign_draft_service_pb.rb +62 -0
  1539. data/lib/google/ads/google_ads/v4/services/campaign_draft_service_services_pb.rb +58 -0
  1540. data/lib/google/ads/google_ads/v4/services/campaign_experiment_service_client.rb +637 -0
  1541. data/lib/google/ads/google_ads/v4/services/campaign_experiment_service_client_config.json +61 -0
  1542. data/lib/google/ads/google_ads/v4/services/campaign_experiment_service_pb.rb +85 -0
  1543. data/lib/google/ads/google_ads/v4/services/campaign_experiment_service_services_pb.rb +81 -0
  1544. data/lib/google/ads/google_ads/v4/services/campaign_extension_setting_service_client.rb +288 -0
  1545. data/lib/google/ads/google_ads/v4/services/campaign_extension_setting_service_client_config.json +36 -0
  1546. data/lib/google/ads/google_ads/v4/services/campaign_extension_setting_service_pb.rb +46 -0
  1547. data/lib/google/ads/google_ads/v4/services/campaign_extension_setting_service_services_pb.rb +44 -0
  1548. data/lib/google/ads/google_ads/v4/services/campaign_feed_service_client.rb +286 -0
  1549. data/lib/google/ads/google_ads/v4/services/campaign_feed_service_client_config.json +36 -0
  1550. data/lib/google/ads/google_ads/v4/services/campaign_feed_service_pb.rb +46 -0
  1551. data/lib/google/ads/google_ads/v4/services/campaign_feed_service_services_pb.rb +44 -0
  1552. data/lib/google/ads/google_ads/v4/services/campaign_label_service_client.rb +286 -0
  1553. data/lib/google/ads/google_ads/v4/services/campaign_label_service_client_config.json +36 -0
  1554. data/lib/google/ads/google_ads/v4/services/campaign_label_service_pb.rb +43 -0
  1555. data/lib/google/ads/google_ads/v4/services/campaign_label_service_services_pb.rb +44 -0
  1556. data/lib/google/ads/google_ads/v4/services/campaign_service_client.rb +285 -0
  1557. data/lib/google/ads/google_ads/v4/services/campaign_service_client_config.json +36 -0
  1558. data/lib/google/ads/google_ads/v4/services/campaign_service_pb.rb +46 -0
  1559. data/lib/google/ads/google_ads/v4/services/campaign_service_services_pb.rb +43 -0
  1560. data/lib/google/ads/google_ads/v4/services/campaign_shared_set_service_client.rb +285 -0
  1561. data/lib/google/ads/google_ads/v4/services/campaign_shared_set_service_client_config.json +36 -0
  1562. data/lib/google/ads/google_ads/v4/services/campaign_shared_set_service_pb.rb +43 -0
  1563. data/lib/google/ads/google_ads/v4/services/campaign_shared_set_service_services_pb.rb +43 -0
  1564. data/lib/google/ads/google_ads/v4/services/carrier_constant_service_client.rb +222 -0
  1565. data/lib/google/ads/google_ads/v4/services/carrier_constant_service_client_config.json +31 -0
  1566. data/lib/google/ads/google_ads/v4/services/carrier_constant_service_pb.rb +19 -0
  1567. data/lib/google/ads/google_ads/v4/services/carrier_constant_service_services_pb.rb +41 -0
  1568. data/lib/google/ads/google_ads/v4/services/change_status_service_client.rb +224 -0
  1569. data/lib/google/ads/google_ads/v4/services/change_status_service_client_config.json +31 -0
  1570. data/lib/google/ads/google_ads/v4/services/change_status_service_pb.rb +19 -0
  1571. data/lib/google/ads/google_ads/v4/services/change_status_service_services_pb.rb +41 -0
  1572. data/lib/google/ads/google_ads/v4/services/click_view_service_client.rb +224 -0
  1573. data/lib/google/ads/google_ads/v4/services/click_view_service_client_config.json +31 -0
  1574. data/lib/google/ads/google_ads/v4/services/click_view_service_pb.rb +19 -0
  1575. data/lib/google/ads/google_ads/v4/services/click_view_service_services_pb.rb +41 -0
  1576. data/lib/google/ads/google_ads/v4/services/conversion_action_service_client.rb +286 -0
  1577. data/lib/google/ads/google_ads/v4/services/conversion_action_service_client_config.json +36 -0
  1578. data/lib/google/ads/google_ads/v4/services/conversion_action_service_pb.rb +46 -0
  1579. data/lib/google/ads/google_ads/v4/services/conversion_action_service_services_pb.rb +44 -0
  1580. data/lib/google/ads/google_ads/v4/services/conversion_adjustment_upload_service_client.rb +233 -0
  1581. data/lib/google/ads/google_ads/v4/services/conversion_adjustment_upload_service_client_config.json +31 -0
  1582. data/lib/google/ads/google_ads/v4/services/conversion_adjustment_upload_service_pb.rb +59 -0
  1583. data/lib/google/ads/google_ads/v4/services/conversion_adjustment_upload_service_services_pb.rb +39 -0
  1584. data/lib/google/ads/google_ads/v4/services/conversion_upload_service_client.rb +297 -0
  1585. data/lib/google/ads/google_ads/v4/services/conversion_upload_service_client_config.json +36 -0
  1586. data/lib/google/ads/google_ads/v4/services/conversion_upload_service_pb.rb +76 -0
  1587. data/lib/google/ads/google_ads/v4/services/conversion_upload_service_services_pb.rb +41 -0
  1588. data/lib/google/ads/google_ads/v4/services/credentials.rb +41 -0
  1589. data/lib/google/ads/google_ads/v4/services/currency_constant_service_client.rb +222 -0
  1590. data/lib/google/ads/google_ads/v4/services/currency_constant_service_client_config.json +31 -0
  1591. data/lib/google/ads/google_ads/v4/services/currency_constant_service_pb.rb +19 -0
  1592. data/lib/google/ads/google_ads/v4/services/currency_constant_service_services_pb.rb +39 -0
  1593. data/lib/google/ads/google_ads/v4/services/custom_interest_service_client.rb +278 -0
  1594. data/lib/google/ads/google_ads/v4/services/custom_interest_service_client_config.json +36 -0
  1595. data/lib/google/ads/google_ads/v4/services/custom_interest_service_pb.rb +42 -0
  1596. data/lib/google/ads/google_ads/v4/services/custom_interest_service_services_pb.rb +43 -0
  1597. data/lib/google/ads/google_ads/v4/services/customer_client_link_service_client.rb +273 -0
  1598. data/lib/google/ads/google_ads/v4/services/customer_client_link_service_client_config.json +36 -0
  1599. data/lib/google/ads/google_ads/v4/services/customer_client_link_service_pb.rb +41 -0
  1600. data/lib/google/ads/google_ads/v4/services/customer_client_link_service_services_pb.rb +41 -0
  1601. data/lib/google/ads/google_ads/v4/services/customer_client_service_client.rb +224 -0
  1602. data/lib/google/ads/google_ads/v4/services/customer_client_service_client_config.json +31 -0
  1603. data/lib/google/ads/google_ads/v4/services/customer_client_service_pb.rb +19 -0
  1604. data/lib/google/ads/google_ads/v4/services/customer_client_service_services_pb.rb +41 -0
  1605. data/lib/google/ads/google_ads/v4/services/customer_extension_setting_service_client.rb +288 -0
  1606. data/lib/google/ads/google_ads/v4/services/customer_extension_setting_service_client_config.json +36 -0
  1607. data/lib/google/ads/google_ads/v4/services/customer_extension_setting_service_pb.rb +46 -0
  1608. data/lib/google/ads/google_ads/v4/services/customer_extension_setting_service_services_pb.rb +44 -0
  1609. data/lib/google/ads/google_ads/v4/services/customer_feed_service_client.rb +286 -0
  1610. data/lib/google/ads/google_ads/v4/services/customer_feed_service_client_config.json +36 -0
  1611. data/lib/google/ads/google_ads/v4/services/customer_feed_service_pb.rb +46 -0
  1612. data/lib/google/ads/google_ads/v4/services/customer_feed_service_services_pb.rb +44 -0
  1613. data/lib/google/ads/google_ads/v4/services/customer_label_service_client.rb +286 -0
  1614. data/lib/google/ads/google_ads/v4/services/customer_label_service_client_config.json +36 -0
  1615. data/lib/google/ads/google_ads/v4/services/customer_label_service_pb.rb +43 -0
  1616. data/lib/google/ads/google_ads/v4/services/customer_label_service_services_pb.rb +44 -0
  1617. data/lib/google/ads/google_ads/v4/services/customer_manager_link_service_client.rb +334 -0
  1618. data/lib/google/ads/google_ads/v4/services/customer_manager_link_service_client_config.json +41 -0
  1619. data/lib/google/ads/google_ads/v4/services/customer_manager_link_service_pb.rb +50 -0
  1620. data/lib/google/ads/google_ads/v4/services/customer_manager_link_service_services_pb.rb +47 -0
  1621. data/lib/google/ads/google_ads/v4/services/customer_negative_criterion_service_client.rb +285 -0
  1622. data/lib/google/ads/google_ads/v4/services/customer_negative_criterion_service_client_config.json +36 -0
  1623. data/lib/google/ads/google_ads/v4/services/customer_negative_criterion_service_pb.rb +43 -0
  1624. data/lib/google/ads/google_ads/v4/services/customer_negative_criterion_service_services_pb.rb +43 -0
  1625. data/lib/google/ads/google_ads/v4/services/customer_service_client.rb +365 -0
  1626. data/lib/google/ads/google_ads/v4/services/customer_service_client_config.json +46 -0
  1627. data/lib/google/ads/google_ads/v4/services/customer_service_pb.rb +60 -0
  1628. data/lib/google/ads/google_ads/v4/services/customer_service_services_pb.rb +48 -0
  1629. data/lib/google/ads/google_ads/v4/services/detail_placement_view_service_client.rb +224 -0
  1630. data/lib/google/ads/google_ads/v4/services/detail_placement_view_service_client_config.json +31 -0
  1631. data/lib/google/ads/google_ads/v4/services/detail_placement_view_service_pb.rb +19 -0
  1632. data/lib/google/ads/google_ads/v4/services/detail_placement_view_service_services_pb.rb +41 -0
  1633. data/lib/google/ads/google_ads/v4/services/display_keyword_view_service_client.rb +224 -0
  1634. data/lib/google/ads/google_ads/v4/services/display_keyword_view_service_client_config.json +31 -0
  1635. data/lib/google/ads/google_ads/v4/services/display_keyword_view_service_pb.rb +19 -0
  1636. data/lib/google/ads/google_ads/v4/services/display_keyword_view_service_services_pb.rb +41 -0
  1637. data/lib/google/ads/google_ads/v4/services/distance_view_service_client.rb +224 -0
  1638. data/lib/google/ads/google_ads/v4/services/distance_view_service_client_config.json +31 -0
  1639. data/lib/google/ads/google_ads/v4/services/distance_view_service_pb.rb +19 -0
  1640. data/lib/google/ads/google_ads/v4/services/distance_view_service_services_pb.rb +41 -0
  1641. data/lib/google/ads/google_ads/v4/services/domain_category_service_client.rb +224 -0
  1642. data/lib/google/ads/google_ads/v4/services/domain_category_service_client_config.json +31 -0
  1643. data/lib/google/ads/google_ads/v4/services/domain_category_service_pb.rb +19 -0
  1644. data/lib/google/ads/google_ads/v4/services/domain_category_service_services_pb.rb +41 -0
  1645. data/lib/google/ads/google_ads/v4/services/dynamic_search_ads_search_term_view_service_client.rb +224 -0
  1646. data/lib/google/ads/google_ads/v4/services/dynamic_search_ads_search_term_view_service_client_config.json +31 -0
  1647. data/lib/google/ads/google_ads/v4/services/dynamic_search_ads_search_term_view_service_pb.rb +19 -0
  1648. data/lib/google/ads/google_ads/v4/services/dynamic_search_ads_search_term_view_service_services_pb.rb +41 -0
  1649. data/lib/google/ads/google_ads/v4/services/expanded_landing_page_view_service_client.rb +224 -0
  1650. data/lib/google/ads/google_ads/v4/services/expanded_landing_page_view_service_client_config.json +31 -0
  1651. data/lib/google/ads/google_ads/v4/services/expanded_landing_page_view_service_pb.rb +19 -0
  1652. data/lib/google/ads/google_ads/v4/services/expanded_landing_page_view_service_services_pb.rb +41 -0
  1653. data/lib/google/ads/google_ads/v4/services/extension_feed_item_service_client.rb +287 -0
  1654. data/lib/google/ads/google_ads/v4/services/extension_feed_item_service_client_config.json +36 -0
  1655. data/lib/google/ads/google_ads/v4/services/extension_feed_item_service_pb.rb +46 -0
  1656. data/lib/google/ads/google_ads/v4/services/extension_feed_item_service_services_pb.rb +44 -0
  1657. data/lib/google/ads/google_ads/v4/services/feed_item_service_client.rb +286 -0
  1658. data/lib/google/ads/google_ads/v4/services/feed_item_service_client_config.json +36 -0
  1659. data/lib/google/ads/google_ads/v4/services/feed_item_service_pb.rb +46 -0
  1660. data/lib/google/ads/google_ads/v4/services/feed_item_service_services_pb.rb +44 -0
  1661. data/lib/google/ads/google_ads/v4/services/feed_item_target_service_client.rb +273 -0
  1662. data/lib/google/ads/google_ads/v4/services/feed_item_target_service_client_config.json +36 -0
  1663. data/lib/google/ads/google_ads/v4/services/feed_item_target_service_pb.rb +39 -0
  1664. data/lib/google/ads/google_ads/v4/services/feed_item_target_service_services_pb.rb +43 -0
  1665. data/lib/google/ads/google_ads/v4/services/feed_mapping_service_client.rb +286 -0
  1666. data/lib/google/ads/google_ads/v4/services/feed_mapping_service_client_config.json +36 -0
  1667. data/lib/google/ads/google_ads/v4/services/feed_mapping_service_pb.rb +43 -0
  1668. data/lib/google/ads/google_ads/v4/services/feed_mapping_service_services_pb.rb +44 -0
  1669. data/lib/google/ads/google_ads/v4/services/feed_placeholder_view_service_client.rb +224 -0
  1670. data/lib/google/ads/google_ads/v4/services/feed_placeholder_view_service_client_config.json +31 -0
  1671. data/lib/google/ads/google_ads/v4/services/feed_placeholder_view_service_pb.rb +19 -0
  1672. data/lib/google/ads/google_ads/v4/services/feed_placeholder_view_service_services_pb.rb +41 -0
  1673. data/lib/google/ads/google_ads/v4/services/feed_service_client.rb +286 -0
  1674. data/lib/google/ads/google_ads/v4/services/feed_service_client_config.json +36 -0
  1675. data/lib/google/ads/google_ads/v4/services/feed_service_pb.rb +46 -0
  1676. data/lib/google/ads/google_ads/v4/services/feed_service_services_pb.rb +44 -0
  1677. data/lib/google/ads/google_ads/v4/services/gender_view_service_client.rb +224 -0
  1678. data/lib/google/ads/google_ads/v4/services/gender_view_service_client_config.json +31 -0
  1679. data/lib/google/ads/google_ads/v4/services/gender_view_service_pb.rb +19 -0
  1680. data/lib/google/ads/google_ads/v4/services/gender_view_service_services_pb.rb +41 -0
  1681. data/lib/google/ads/google_ads/v4/services/geo_target_constant_service_client.rb +284 -0
  1682. data/lib/google/ads/google_ads/v4/services/geo_target_constant_service_client_config.json +36 -0
  1683. data/lib/google/ads/google_ads/v4/services/geo_target_constant_service_pb.rb +49 -0
  1684. data/lib/google/ads/google_ads/v4/services/geo_target_constant_service_services_pb.rb +43 -0
  1685. data/lib/google/ads/google_ads/v4/services/geographic_view_service_client.rb +224 -0
  1686. data/lib/google/ads/google_ads/v4/services/geographic_view_service_client_config.json +31 -0
  1687. data/lib/google/ads/google_ads/v4/services/geographic_view_service_pb.rb +19 -0
  1688. data/lib/google/ads/google_ads/v4/services/geographic_view_service_services_pb.rb +41 -0
  1689. data/lib/google/ads/google_ads/v4/services/google_ads_field_service_client.rb +293 -0
  1690. data/lib/google/ads/google_ads/v4/services/google_ads_field_service_client_config.json +36 -0
  1691. data/lib/google/ads/google_ads/v4/services/google_ads_field_service_pb.rb +31 -0
  1692. data/lib/google/ads/google_ads/v4/services/google_ads_field_service_services_pb.rb +43 -0
  1693. data/lib/google/ads/google_ads/v4/services/google_ads_service_client.rb +430 -0
  1694. data/lib/google/ads/google_ads/v4/services/google_ads_service_client_config.json +41 -0
  1695. data/lib/google/ads/google_ads/v4/services/google_ads_service_pb.rb +412 -0
  1696. data/lib/google/ads/google_ads/v4/services/google_ads_service_services_pb.rb +95 -0
  1697. data/lib/google/ads/google_ads/v4/services/group_placement_view_service_client.rb +224 -0
  1698. data/lib/google/ads/google_ads/v4/services/group_placement_view_service_client_config.json +31 -0
  1699. data/lib/google/ads/google_ads/v4/services/group_placement_view_service_pb.rb +19 -0
  1700. data/lib/google/ads/google_ads/v4/services/group_placement_view_service_services_pb.rb +41 -0
  1701. data/lib/google/ads/google_ads/v4/services/hotel_group_view_service_client.rb +224 -0
  1702. data/lib/google/ads/google_ads/v4/services/hotel_group_view_service_client_config.json +31 -0
  1703. data/lib/google/ads/google_ads/v4/services/hotel_group_view_service_pb.rb +19 -0
  1704. data/lib/google/ads/google_ads/v4/services/hotel_group_view_service_services_pb.rb +41 -0
  1705. data/lib/google/ads/google_ads/v4/services/hotel_performance_view_service_client.rb +222 -0
  1706. data/lib/google/ads/google_ads/v4/services/hotel_performance_view_service_client_config.json +31 -0
  1707. data/lib/google/ads/google_ads/v4/services/hotel_performance_view_service_pb.rb +19 -0
  1708. data/lib/google/ads/google_ads/v4/services/hotel_performance_view_service_services_pb.rb +41 -0
  1709. data/lib/google/ads/google_ads/v4/services/income_range_view_service_client.rb +224 -0
  1710. data/lib/google/ads/google_ads/v4/services/income_range_view_service_client_config.json +31 -0
  1711. data/lib/google/ads/google_ads/v4/services/income_range_view_service_pb.rb +19 -0
  1712. data/lib/google/ads/google_ads/v4/services/income_range_view_service_services_pb.rb +41 -0
  1713. data/lib/google/ads/google_ads/v4/services/invoice_service_client.rb +233 -0
  1714. data/lib/google/ads/google_ads/v4/services/invoice_service_client_config.json +31 -0
  1715. data/lib/google/ads/google_ads/v4/services/invoice_service_pb.rb +26 -0
  1716. data/lib/google/ads/google_ads/v4/services/invoice_service_services_pb.rb +41 -0
  1717. data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_keyword_service_client.rb +292 -0
  1718. data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_keyword_service_client_config.json +36 -0
  1719. data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_keyword_service_pb.rb +46 -0
  1720. data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_keyword_service_services_pb.rb +48 -0
  1721. data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_service_client.rb +286 -0
  1722. data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_service_client_config.json +36 -0
  1723. data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_service_pb.rb +46 -0
  1724. data/lib/google/ads/google_ads/v4/services/keyword_plan_ad_group_service_services_pb.rb +44 -0
  1725. data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_keyword_service_client.rb +290 -0
  1726. data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_keyword_service_client_config.json +36 -0
  1727. data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_keyword_service_pb.rb +46 -0
  1728. data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_keyword_service_services_pb.rb +47 -0
  1729. data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_service_client.rb +286 -0
  1730. data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_service_client_config.json +36 -0
  1731. data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_service_pb.rb +46 -0
  1732. data/lib/google/ads/google_ads/v4/services/keyword_plan_campaign_service_services_pb.rb +44 -0
  1733. data/lib/google/ads/google_ads/v4/services/keyword_plan_idea_service_client.rb +303 -0
  1734. data/lib/google/ads/google_ads/v4/services/keyword_plan_idea_service_client_config.json +31 -0
  1735. data/lib/google/ads/google_ads/v4/services/keyword_plan_idea_service_pb.rb +60 -0
  1736. data/lib/google/ads/google_ads/v4/services/keyword_plan_idea_service_services_pb.rb +41 -0
  1737. data/lib/google/ads/google_ads/v4/services/keyword_plan_service_client.rb +407 -0
  1738. data/lib/google/ads/google_ads/v4/services/keyword_plan_service_client_config.json +51 -0
  1739. data/lib/google/ads/google_ads/v4/services/keyword_plan_service_pb.rb +116 -0
  1740. data/lib/google/ads/google_ads/v4/services/keyword_plan_service_services_pb.rb +56 -0
  1741. data/lib/google/ads/google_ads/v4/services/keyword_view_service_client.rb +224 -0
  1742. data/lib/google/ads/google_ads/v4/services/keyword_view_service_client_config.json +31 -0
  1743. data/lib/google/ads/google_ads/v4/services/keyword_view_service_pb.rb +19 -0
  1744. data/lib/google/ads/google_ads/v4/services/keyword_view_service_services_pb.rb +41 -0
  1745. data/lib/google/ads/google_ads/v4/services/label_service_client.rb +285 -0
  1746. data/lib/google/ads/google_ads/v4/services/label_service_client_config.json +36 -0
  1747. data/lib/google/ads/google_ads/v4/services/label_service_pb.rb +46 -0
  1748. data/lib/google/ads/google_ads/v4/services/label_service_services_pb.rb +41 -0
  1749. data/lib/google/ads/google_ads/v4/services/landing_page_view_service_client.rb +224 -0
  1750. data/lib/google/ads/google_ads/v4/services/landing_page_view_service_client_config.json +31 -0
  1751. data/lib/google/ads/google_ads/v4/services/landing_page_view_service_pb.rb +19 -0
  1752. data/lib/google/ads/google_ads/v4/services/landing_page_view_service_services_pb.rb +41 -0
  1753. data/lib/google/ads/google_ads/v4/services/language_constant_service_client.rb +222 -0
  1754. data/lib/google/ads/google_ads/v4/services/language_constant_service_client_config.json +31 -0
  1755. data/lib/google/ads/google_ads/v4/services/language_constant_service_pb.rb +19 -0
  1756. data/lib/google/ads/google_ads/v4/services/language_constant_service_services_pb.rb +41 -0
  1757. data/lib/google/ads/google_ads/v4/services/location_view_service_client.rb +224 -0
  1758. data/lib/google/ads/google_ads/v4/services/location_view_service_client_config.json +31 -0
  1759. data/lib/google/ads/google_ads/v4/services/location_view_service_pb.rb +19 -0
  1760. data/lib/google/ads/google_ads/v4/services/location_view_service_services_pb.rb +41 -0
  1761. data/lib/google/ads/google_ads/v4/services/managed_placement_view_service_client.rb +224 -0
  1762. data/lib/google/ads/google_ads/v4/services/managed_placement_view_service_client_config.json +31 -0
  1763. data/lib/google/ads/google_ads/v4/services/managed_placement_view_service_pb.rb +19 -0
  1764. data/lib/google/ads/google_ads/v4/services/managed_placement_view_service_services_pb.rb +41 -0
  1765. data/lib/google/ads/google_ads/v4/services/media_file_service_client.rb +285 -0
  1766. data/lib/google/ads/google_ads/v4/services/media_file_service_client_config.json +36 -0
  1767. data/lib/google/ads/google_ads/v4/services/media_file_service_pb.rb +42 -0
  1768. data/lib/google/ads/google_ads/v4/services/media_file_service_services_pb.rb +43 -0
  1769. data/lib/google/ads/google_ads/v4/services/merchant_center_link_service_client.rb +315 -0
  1770. data/lib/google/ads/google_ads/v4/services/merchant_center_link_service_client_config.json +41 -0
  1771. data/lib/google/ads/google_ads/v4/services/merchant_center_link_service_pb.rb +49 -0
  1772. data/lib/google/ads/google_ads/v4/services/merchant_center_link_service_services_pb.rb +46 -0
  1773. data/lib/google/ads/google_ads/v4/services/mobile_app_category_constant_service_client.rb +222 -0
  1774. data/lib/google/ads/google_ads/v4/services/mobile_app_category_constant_service_client_config.json +31 -0
  1775. data/lib/google/ads/google_ads/v4/services/mobile_app_category_constant_service_pb.rb +19 -0
  1776. data/lib/google/ads/google_ads/v4/services/mobile_app_category_constant_service_services_pb.rb +39 -0
  1777. data/lib/google/ads/google_ads/v4/services/mobile_device_constant_service_client.rb +222 -0
  1778. data/lib/google/ads/google_ads/v4/services/mobile_device_constant_service_client_config.json +31 -0
  1779. data/lib/google/ads/google_ads/v4/services/mobile_device_constant_service_pb.rb +19 -0
  1780. data/lib/google/ads/google_ads/v4/services/mobile_device_constant_service_services_pb.rb +41 -0
  1781. data/lib/google/ads/google_ads/v4/services/offline_user_data_job_service_client.rb +415 -0
  1782. data/lib/google/ads/google_ads/v4/services/offline_user_data_job_service_client_config.json +46 -0
  1783. data/lib/google/ads/google_ads/v4/services/offline_user_data_job_service_pb.rb +54 -0
  1784. data/lib/google/ads/google_ads/v4/services/offline_user_data_job_service_services_pb.rb +50 -0
  1785. data/lib/google/ads/google_ads/v4/services/operating_system_version_constant_service_client.rb +222 -0
  1786. data/lib/google/ads/google_ads/v4/services/operating_system_version_constant_service_client_config.json +31 -0
  1787. data/lib/google/ads/google_ads/v4/services/operating_system_version_constant_service_pb.rb +19 -0
  1788. data/lib/google/ads/google_ads/v4/services/operating_system_version_constant_service_services_pb.rb +41 -0
  1789. data/lib/google/ads/google_ads/v4/services/paid_organic_search_term_view_service_client.rb +224 -0
  1790. data/lib/google/ads/google_ads/v4/services/paid_organic_search_term_view_service_client_config.json +31 -0
  1791. data/lib/google/ads/google_ads/v4/services/paid_organic_search_term_view_service_pb.rb +19 -0
  1792. data/lib/google/ads/google_ads/v4/services/paid_organic_search_term_view_service_services_pb.rb +41 -0
  1793. data/lib/google/ads/google_ads/v4/services/parental_status_view_service_client.rb +224 -0
  1794. data/lib/google/ads/google_ads/v4/services/parental_status_view_service_client_config.json +31 -0
  1795. data/lib/google/ads/google_ads/v4/services/parental_status_view_service_pb.rb +19 -0
  1796. data/lib/google/ads/google_ads/v4/services/parental_status_view_service_services_pb.rb +41 -0
  1797. data/lib/google/ads/google_ads/v4/services/payments_account_service_client.rb +212 -0
  1798. data/lib/google/ads/google_ads/v4/services/payments_account_service_client_config.json +31 -0
  1799. data/lib/google/ads/google_ads/v4/services/payments_account_service_pb.rb +22 -0
  1800. data/lib/google/ads/google_ads/v4/services/payments_account_service_services_pb.rb +44 -0
  1801. data/lib/google/ads/google_ads/v4/services/product_bidding_category_constant_service_client.rb +222 -0
  1802. data/lib/google/ads/google_ads/v4/services/product_bidding_category_constant_service_client_config.json +31 -0
  1803. data/lib/google/ads/google_ads/v4/services/product_bidding_category_constant_service_pb.rb +19 -0
  1804. data/lib/google/ads/google_ads/v4/services/product_bidding_category_constant_service_services_pb.rb +41 -0
  1805. data/lib/google/ads/google_ads/v4/services/product_group_view_service_client.rb +224 -0
  1806. data/lib/google/ads/google_ads/v4/services/product_group_view_service_client_config.json +31 -0
  1807. data/lib/google/ads/google_ads/v4/services/product_group_view_service_pb.rb +19 -0
  1808. data/lib/google/ads/google_ads/v4/services/product_group_view_service_services_pb.rb +41 -0
  1809. data/lib/google/ads/google_ads/v4/services/reach_plan_service_client.rb +452 -0
  1810. data/lib/google/ads/google_ads/v4/services/reach_plan_service_client_config.json +46 -0
  1811. data/lib/google/ads/google_ads/v4/services/reach_plan_service_pb.rb +137 -0
  1812. data/lib/google/ads/google_ads/v4/services/reach_plan_service_services_pb.rb +54 -0
  1813. data/lib/google/ads/google_ads/v4/services/recommendation_service_client.rb +340 -0
  1814. data/lib/google/ads/google_ads/v4/services/recommendation_service_client_config.json +41 -0
  1815. data/lib/google/ads/google_ads/v4/services/recommendation_service_pb.rb +107 -0
  1816. data/lib/google/ads/google_ads/v4/services/recommendation_service_services_pb.rb +45 -0
  1817. data/lib/google/ads/google_ads/v4/services/remarketing_action_service_client.rb +285 -0
  1818. data/lib/google/ads/google_ads/v4/services/remarketing_action_service_client_config.json +36 -0
  1819. data/lib/google/ads/google_ads/v4/services/remarketing_action_service_pb.rb +45 -0
  1820. data/lib/google/ads/google_ads/v4/services/remarketing_action_service_services_pb.rb +43 -0
  1821. data/lib/google/ads/google_ads/v4/services/search_term_view_service_client.rb +224 -0
  1822. data/lib/google/ads/google_ads/v4/services/search_term_view_service_client_config.json +31 -0
  1823. data/lib/google/ads/google_ads/v4/services/search_term_view_service_pb.rb +19 -0
  1824. data/lib/google/ads/google_ads/v4/services/search_term_view_service_services_pb.rb +41 -0
  1825. data/lib/google/ads/google_ads/v4/services/shared_criterion_service_client.rb +285 -0
  1826. data/lib/google/ads/google_ads/v4/services/shared_criterion_service_client_config.json +36 -0
  1827. data/lib/google/ads/google_ads/v4/services/shared_criterion_service_pb.rb +43 -0
  1828. data/lib/google/ads/google_ads/v4/services/shared_criterion_service_services_pb.rb +43 -0
  1829. data/lib/google/ads/google_ads/v4/services/shared_set_service_client.rb +285 -0
  1830. data/lib/google/ads/google_ads/v4/services/shared_set_service_client_config.json +36 -0
  1831. data/lib/google/ads/google_ads/v4/services/shared_set_service_pb.rb +46 -0
  1832. data/lib/google/ads/google_ads/v4/services/shared_set_service_services_pb.rb +43 -0
  1833. data/lib/google/ads/google_ads/v4/services/shopping_performance_view_service_client.rb +222 -0
  1834. data/lib/google/ads/google_ads/v4/services/shopping_performance_view_service_client_config.json +31 -0
  1835. data/lib/google/ads/google_ads/v4/services/shopping_performance_view_service_pb.rb +19 -0
  1836. data/lib/google/ads/google_ads/v4/services/shopping_performance_view_service_services_pb.rb +41 -0
  1837. data/lib/google/ads/google_ads/v4/services/third_party_app_analytics_link_service_client.rb +225 -0
  1838. data/lib/google/ads/google_ads/v4/services/third_party_app_analytics_link_service_client_config.json +31 -0
  1839. data/lib/google/ads/google_ads/v4/services/third_party_app_analytics_link_service_pb.rb +18 -0
  1840. data/lib/google/ads/google_ads/v4/services/third_party_app_analytics_link_service_services_pb.rb +40 -0
  1841. data/lib/google/ads/google_ads/v4/services/topic_constant_service_client.rb +222 -0
  1842. data/lib/google/ads/google_ads/v4/services/topic_constant_service_client_config.json +31 -0
  1843. data/lib/google/ads/google_ads/v4/services/topic_constant_service_pb.rb +19 -0
  1844. data/lib/google/ads/google_ads/v4/services/topic_constant_service_services_pb.rb +41 -0
  1845. data/lib/google/ads/google_ads/v4/services/topic_view_service_client.rb +224 -0
  1846. data/lib/google/ads/google_ads/v4/services/topic_view_service_client_config.json +31 -0
  1847. data/lib/google/ads/google_ads/v4/services/topic_view_service_pb.rb +19 -0
  1848. data/lib/google/ads/google_ads/v4/services/topic_view_service_services_pb.rb +41 -0
  1849. data/lib/google/ads/google_ads/v4/services/user_data_service_client.rb +225 -0
  1850. data/lib/google/ads/google_ads/v4/services/user_data_service_client_config.json +31 -0
  1851. data/lib/google/ads/google_ads/v4/services/user_data_service_pb.rb +35 -0
  1852. data/lib/google/ads/google_ads/v4/services/user_data_service_services_pb.rb +42 -0
  1853. data/lib/google/ads/google_ads/v4/services/user_interest_service_client.rb +224 -0
  1854. data/lib/google/ads/google_ads/v4/services/user_interest_service_client_config.json +31 -0
  1855. data/lib/google/ads/google_ads/v4/services/user_interest_service_pb.rb +19 -0
  1856. data/lib/google/ads/google_ads/v4/services/user_interest_service_services_pb.rb +41 -0
  1857. data/lib/google/ads/google_ads/v4/services/user_list_service_client.rb +285 -0
  1858. data/lib/google/ads/google_ads/v4/services/user_list_service_client_config.json +36 -0
  1859. data/lib/google/ads/google_ads/v4/services/user_list_service_pb.rb +46 -0
  1860. data/lib/google/ads/google_ads/v4/services/user_list_service_services_pb.rb +43 -0
  1861. data/lib/google/ads/google_ads/v4/services/user_location_view_service_client.rb +224 -0
  1862. data/lib/google/ads/google_ads/v4/services/user_location_view_service_client_config.json +31 -0
  1863. data/lib/google/ads/google_ads/v4/services/user_location_view_service_pb.rb +19 -0
  1864. data/lib/google/ads/google_ads/v4/services/user_location_view_service_services_pb.rb +41 -0
  1865. data/lib/google/ads/google_ads/v4/services/video_service_client.rb +224 -0
  1866. data/lib/google/ads/google_ads/v4/services/video_service_client_config.json +31 -0
  1867. data/lib/google/ads/google_ads/v4/services/video_service_pb.rb +19 -0
  1868. data/lib/google/ads/google_ads/v4/services/video_service_services_pb.rb +41 -0
  1869. data/lib/google/ads/google_ads/version.rb +1 -1
  1870. metadata +1854 -5
@@ -4,796 +4,676 @@ module Google
4
4
  module Factories
5
5
  module V2
6
6
  module Enums
7
- # Returns the descriptor for the MediaType enum
7
+ # Returns the descriptor for the MatchingFunctionContextType enum
8
8
  #
9
- # @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
10
- def self.media_type
11
- require "google/ads/google_ads/v2/enums/media_type_pb.rb"
12
- Google::Ads::GoogleAds::V2::Enums::MediaTypeEnum::MediaType.descriptor
9
+ # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
10
+ def self.matching_function_context_type
11
+ require "google/ads/google_ads/v2/enums/matching_function_context_type_pb.rb"
12
+ Google::Ads::GoogleAds::V2::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
13
13
  end
14
14
 
15
- # Returns the descriptor for the MimeType enum
15
+ # Returns the descriptor for the MatchingFunctionOperator enum
16
16
  #
17
- # @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
18
- def self.mime_type
19
- require "google/ads/google_ads/v2/enums/mime_type_pb.rb"
20
- Google::Ads::GoogleAds::V2::Enums::MimeTypeEnum::MimeType.descriptor
17
+ # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
18
+ def self.matching_function_operator
19
+ require "google/ads/google_ads/v2/enums/matching_function_operator_pb.rb"
20
+ Google::Ads::GoogleAds::V2::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
21
21
  end
22
22
 
23
- # Returns the descriptor for the KeywordMatchType enum
23
+ # Returns the descriptor for the FeedLinkStatus enum
24
24
  #
25
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
26
- def self.keyword_match_type
27
- require "google/ads/google_ads/v2/enums/keyword_match_type_pb.rb"
28
- Google::Ads::GoogleAds::V2::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
25
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
26
+ def self.feed_link_status
27
+ require "google/ads/google_ads/v2/enums/feed_link_status_pb.rb"
28
+ Google::Ads::GoogleAds::V2::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
29
29
  end
30
30
 
31
- # Returns the descriptor for the TrackingCodePageFormat enum
31
+ # Returns the descriptor for the PlaceholderType enum
32
32
  #
33
- # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
34
- def self.tracking_code_page_format
35
- require "google/ads/google_ads/v2/enums/tracking_code_page_format_pb.rb"
36
- Google::Ads::GoogleAds::V2::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
33
+ # @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
34
+ def self.placeholder_type
35
+ require "google/ads/google_ads/v2/enums/placeholder_type_pb.rb"
36
+ Google::Ads::GoogleAds::V2::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
37
37
  end
38
38
 
39
- # Returns the descriptor for the TrackingCodeType enum
39
+ # Returns the descriptor for the AccountBudgetProposalStatus enum
40
40
  #
41
- # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
42
- def self.tracking_code_type
43
- require "google/ads/google_ads/v2/enums/tracking_code_type_pb.rb"
44
- Google::Ads::GoogleAds::V2::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
41
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
42
+ def self.account_budget_proposal_status
43
+ require "google/ads/google_ads/v2/enums/account_budget_proposal_status_pb.rb"
44
+ Google::Ads::GoogleAds::V2::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
45
45
  end
46
46
 
47
- # Returns the descriptor for the AttributionModel enum
47
+ # Returns the descriptor for the AccountBudgetProposalType enum
48
48
  #
49
- # @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
50
- def self.attribution_model
51
- require "google/ads/google_ads/v2/enums/attribution_model_pb.rb"
52
- Google::Ads::GoogleAds::V2::Enums::AttributionModelEnum::AttributionModel.descriptor
49
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
50
+ def self.account_budget_proposal_type
51
+ require "google/ads/google_ads/v2/enums/account_budget_proposal_type_pb.rb"
52
+ Google::Ads::GoogleAds::V2::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
53
53
  end
54
54
 
55
- # Returns the descriptor for the ConversionActionCategory enum
55
+ # Returns the descriptor for the SpendingLimitType enum
56
56
  #
57
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
58
- def self.conversion_action_category
59
- require "google/ads/google_ads/v2/enums/conversion_action_category_pb.rb"
60
- Google::Ads::GoogleAds::V2::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
57
+ # @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
58
+ def self.spending_limit_type
59
+ require "google/ads/google_ads/v2/enums/spending_limit_type_pb.rb"
60
+ Google::Ads::GoogleAds::V2::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
61
61
  end
62
62
 
63
- # Returns the descriptor for the ConversionActionCountingType enum
63
+ # Returns the descriptor for the TimeType enum
64
64
  #
65
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
66
- def self.conversion_action_counting_type
67
- require "google/ads/google_ads/v2/enums/conversion_action_counting_type_pb.rb"
68
- Google::Ads::GoogleAds::V2::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
65
+ # @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
66
+ def self.time_type
67
+ require "google/ads/google_ads/v2/enums/time_type_pb.rb"
68
+ Google::Ads::GoogleAds::V2::Enums::TimeTypeEnum::TimeType.descriptor
69
69
  end
70
70
 
71
- # Returns the descriptor for the ConversionActionStatus enum
71
+ # Returns the descriptor for the ExtensionSettingDevice enum
72
72
  #
73
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
74
- def self.conversion_action_status
75
- require "google/ads/google_ads/v2/enums/conversion_action_status_pb.rb"
76
- Google::Ads::GoogleAds::V2::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
73
+ # @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
74
+ def self.extension_setting_device
75
+ require "google/ads/google_ads/v2/enums/extension_setting_device_pb.rb"
76
+ Google::Ads::GoogleAds::V2::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
77
77
  end
78
78
 
79
- # Returns the descriptor for the ConversionActionType enum
79
+ # Returns the descriptor for the ExtensionType enum
80
80
  #
81
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
82
- def self.conversion_action_type
83
- require "google/ads/google_ads/v2/enums/conversion_action_type_pb.rb"
84
- Google::Ads::GoogleAds::V2::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
81
+ # @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
82
+ def self.extension_type
83
+ require "google/ads/google_ads/v2/enums/extension_type_pb.rb"
84
+ Google::Ads::GoogleAds::V2::Enums::ExtensionTypeEnum::ExtensionType.descriptor
85
85
  end
86
86
 
87
- # Returns the descriptor for the DataDrivenModelStatus enum
87
+ # Returns the descriptor for the ManagerLinkStatus enum
88
88
  #
89
- # @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
90
- def self.data_driven_model_status
91
- require "google/ads/google_ads/v2/enums/data_driven_model_status_pb.rb"
92
- Google::Ads::GoogleAds::V2::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
89
+ # @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
90
+ def self.manager_link_status
91
+ require "google/ads/google_ads/v2/enums/manager_link_status_pb.rb"
92
+ Google::Ads::GoogleAds::V2::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
93
93
  end
94
94
 
95
- # Returns the descriptor for the GeoTargetConstantStatus enum
95
+ # Returns the descriptor for the AgeRangeType enum
96
96
  #
97
- # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
98
- def self.geo_target_constant_status
99
- require "google/ads/google_ads/v2/enums/geo_target_constant_status_pb.rb"
100
- Google::Ads::GoogleAds::V2::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
97
+ # @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
98
+ def self.age_range_type
99
+ require "google/ads/google_ads/v2/enums/age_range_type_pb.rb"
100
+ Google::Ads::GoogleAds::V2::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
101
101
  end
102
102
 
103
- # Returns the descriptor for the GoogleAdsFieldCategory enum
103
+ # Returns the descriptor for the AppPaymentModelType enum
104
104
  #
105
- # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
106
- def self.google_ads_field_category
107
- require "google/ads/google_ads/v2/enums/google_ads_field_category_pb.rb"
108
- Google::Ads::GoogleAds::V2::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
105
+ # @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
106
+ def self.app_payment_model_type
107
+ require "google/ads/google_ads/v2/enums/app_payment_model_type_pb.rb"
108
+ Google::Ads::GoogleAds::V2::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
109
109
  end
110
110
 
111
- # Returns the descriptor for the GoogleAdsFieldDataType enum
111
+ # Returns the descriptor for the ContentLabelType enum
112
112
  #
113
- # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
114
- def self.google_ads_field_data_type
115
- require "google/ads/google_ads/v2/enums/google_ads_field_data_type_pb.rb"
116
- Google::Ads::GoogleAds::V2::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
113
+ # @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
114
+ def self.content_label_type
115
+ require "google/ads/google_ads/v2/enums/content_label_type_pb.rb"
116
+ Google::Ads::GoogleAds::V2::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
117
117
  end
118
118
 
119
- # Returns the descriptor for the MatchingFunctionContextType enum
119
+ # Returns the descriptor for the DayOfWeek enum
120
120
  #
121
- # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
122
- def self.matching_function_context_type
123
- require "google/ads/google_ads/v2/enums/matching_function_context_type_pb.rb"
124
- Google::Ads::GoogleAds::V2::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
121
+ # @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
122
+ def self.day_of_week
123
+ require "google/ads/google_ads/v2/enums/day_of_week_pb.rb"
124
+ Google::Ads::GoogleAds::V2::Enums::DayOfWeekEnum::DayOfWeek.descriptor
125
125
  end
126
126
 
127
- # Returns the descriptor for the MatchingFunctionOperator enum
127
+ # Returns the descriptor for the Device enum
128
128
  #
129
- # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
130
- def self.matching_function_operator
131
- require "google/ads/google_ads/v2/enums/matching_function_operator_pb.rb"
132
- Google::Ads::GoogleAds::V2::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
129
+ # @return [Google::Protobuf::EnumDescriptor] for the Device enum
130
+ def self.device
131
+ require "google/ads/google_ads/v2/enums/device_pb.rb"
132
+ Google::Ads::GoogleAds::V2::Enums::DeviceEnum::Device.descriptor
133
133
  end
134
134
 
135
- # Returns the descriptor for the FeedLinkStatus enum
135
+ # Returns the descriptor for the GenderType enum
136
136
  #
137
- # @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
138
- def self.feed_link_status
139
- require "google/ads/google_ads/v2/enums/feed_link_status_pb.rb"
140
- Google::Ads::GoogleAds::V2::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
137
+ # @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
138
+ def self.gender_type
139
+ require "google/ads/google_ads/v2/enums/gender_type_pb.rb"
140
+ Google::Ads::GoogleAds::V2::Enums::GenderTypeEnum::GenderType.descriptor
141
141
  end
142
142
 
143
- # Returns the descriptor for the PlaceholderType enum
143
+ # Returns the descriptor for the HotelDateSelectionType enum
144
144
  #
145
- # @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
146
- def self.placeholder_type
147
- require "google/ads/google_ads/v2/enums/placeholder_type_pb.rb"
148
- Google::Ads::GoogleAds::V2::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
145
+ # @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
146
+ def self.hotel_date_selection_type
147
+ require "google/ads/google_ads/v2/enums/hotel_date_selection_type_pb.rb"
148
+ Google::Ads::GoogleAds::V2::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
149
149
  end
150
150
 
151
- # Returns the descriptor for the ProductBiddingCategoryLevel enum
151
+ # Returns the descriptor for the IncomeRangeType enum
152
152
  #
153
- # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryLevel enum
154
- def self.product_bidding_category_level
155
- require "google/ads/google_ads/v2/enums/product_bidding_category_level_pb.rb"
156
- Google::Ads::GoogleAds::V2::Enums::ProductBiddingCategoryLevelEnum::ProductBiddingCategoryLevel.descriptor
153
+ # @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
154
+ def self.income_range_type
155
+ require "google/ads/google_ads/v2/enums/income_range_type_pb.rb"
156
+ Google::Ads::GoogleAds::V2::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
157
157
  end
158
158
 
159
- # Returns the descriptor for the ProductBiddingCategoryStatus enum
159
+ # Returns the descriptor for the InteractionType enum
160
160
  #
161
- # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
162
- def self.product_bidding_category_status
163
- require "google/ads/google_ads/v2/enums/product_bidding_category_status_pb.rb"
164
- Google::Ads::GoogleAds::V2::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
161
+ # @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
162
+ def self.interaction_type
163
+ require "google/ads/google_ads/v2/enums/interaction_type_pb.rb"
164
+ Google::Ads::GoogleAds::V2::Enums::InteractionTypeEnum::InteractionType.descriptor
165
165
  end
166
166
 
167
- # Returns the descriptor for the PolicyTopicEntryType enum
167
+ # Returns the descriptor for the KeywordMatchType enum
168
168
  #
169
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEntryType enum
170
- def self.policy_topic_entry_type
171
- require "google/ads/google_ads/v2/enums/policy_topic_entry_type_pb.rb"
172
- Google::Ads::GoogleAds::V2::Enums::PolicyTopicEntryTypeEnum::PolicyTopicEntryType.descriptor
169
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
170
+ def self.keyword_match_type
171
+ require "google/ads/google_ads/v2/enums/keyword_match_type_pb.rb"
172
+ Google::Ads::GoogleAds::V2::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
173
173
  end
174
174
 
175
- # Returns the descriptor for the PolicyTopicEvidenceDestinationMismatchUrlType enum
175
+ # Returns the descriptor for the ListingCustomAttributeIndex enum
176
176
  #
177
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationMismatchUrlType enum
178
- def self.policy_topic_evidence_destination_mismatch_url_type
179
- require "google/ads/google_ads/v2/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb"
180
- Google::Ads::GoogleAds::V2::Enums::PolicyTopicEvidenceDestinationMismatchUrlTypeEnum::PolicyTopicEvidenceDestinationMismatchUrlType.descriptor
177
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingCustomAttributeIndex enum
178
+ def self.listing_custom_attribute_index
179
+ require "google/ads/google_ads/v2/enums/listing_custom_attribute_index_pb.rb"
180
+ Google::Ads::GoogleAds::V2::Enums::ListingCustomAttributeIndexEnum::ListingCustomAttributeIndex.descriptor
181
181
  end
182
182
 
183
- # Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
183
+ # Returns the descriptor for the ListingGroupType enum
184
184
  #
185
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
186
- def self.policy_topic_evidence_destination_not_working_device
187
- require "google/ads/google_ads/v2/enums/policy_topic_evidence_destination_not_working_device_pb.rb"
188
- Google::Ads::GoogleAds::V2::Enums::PolicyTopicEvidenceDestinationNotWorkingDeviceEnum::PolicyTopicEvidenceDestinationNotWorkingDevice.descriptor
185
+ # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
186
+ def self.listing_group_type
187
+ require "google/ads/google_ads/v2/enums/listing_group_type_pb.rb"
188
+ Google::Ads::GoogleAds::V2::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
189
189
  end
190
190
 
191
- # Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDnsErrorType enum
191
+ # Returns the descriptor for the LocationGroupRadiusUnits enum
192
192
  #
193
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDnsErrorType enum
194
- def self.policy_topic_evidence_destination_not_working_dns_error_type
195
- require "google/ads/google_ads/v2/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb"
196
- Google::Ads::GoogleAds::V2::Enums::PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum::PolicyTopicEvidenceDestinationNotWorkingDnsErrorType.descriptor
193
+ # @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
194
+ def self.location_group_radius_units
195
+ require "google/ads/google_ads/v2/enums/location_group_radius_units_pb.rb"
196
+ Google::Ads::GoogleAds::V2::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
197
197
  end
198
198
 
199
- # Returns the descriptor for the AdGroupAdStatus enum
199
+ # Returns the descriptor for the MinuteOfHour enum
200
200
  #
201
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
202
- def self.ad_group_ad_status
203
- require "google/ads/google_ads/v2/enums/ad_group_ad_status_pb.rb"
204
- Google::Ads::GoogleAds::V2::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
201
+ # @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
202
+ def self.minute_of_hour
203
+ require "google/ads/google_ads/v2/enums/minute_of_hour_pb.rb"
204
+ Google::Ads::GoogleAds::V2::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
205
205
  end
206
206
 
207
- # Returns the descriptor for the AdStrength enum
207
+ # Returns the descriptor for the ParentalStatusType enum
208
208
  #
209
- # @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
210
- def self.ad_strength
211
- require "google/ads/google_ads/v2/enums/ad_strength_pb.rb"
212
- Google::Ads::GoogleAds::V2::Enums::AdStrengthEnum::AdStrength.descriptor
209
+ # @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
210
+ def self.parental_status_type
211
+ require "google/ads/google_ads/v2/enums/parental_status_type_pb.rb"
212
+ Google::Ads::GoogleAds::V2::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
213
213
  end
214
214
 
215
- # Returns the descriptor for the PolicyApprovalStatus enum
215
+ # Returns the descriptor for the PreferredContentType enum
216
216
  #
217
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyApprovalStatus enum
218
- def self.policy_approval_status
219
- require "google/ads/google_ads/v2/enums/policy_approval_status_pb.rb"
220
- Google::Ads::GoogleAds::V2::Enums::PolicyApprovalStatusEnum::PolicyApprovalStatus.descriptor
217
+ # @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
218
+ def self.preferred_content_type
219
+ require "google/ads/google_ads/v2/enums/preferred_content_type_pb.rb"
220
+ Google::Ads::GoogleAds::V2::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
221
221
  end
222
222
 
223
- # Returns the descriptor for the PolicyReviewStatus enum
223
+ # Returns the descriptor for the ProductBiddingCategoryLevel enum
224
224
  #
225
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyReviewStatus enum
226
- def self.policy_review_status
227
- require "google/ads/google_ads/v2/enums/policy_review_status_pb.rb"
228
- Google::Ads::GoogleAds::V2::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
225
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryLevel enum
226
+ def self.product_bidding_category_level
227
+ require "google/ads/google_ads/v2/enums/product_bidding_category_level_pb.rb"
228
+ Google::Ads::GoogleAds::V2::Enums::ProductBiddingCategoryLevelEnum::ProductBiddingCategoryLevel.descriptor
229
229
  end
230
230
 
231
- # Returns the descriptor for the ServedAssetFieldType enum
231
+ # Returns the descriptor for the ProductChannel enum
232
232
  #
233
- # @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
234
- def self.served_asset_field_type
235
- require "google/ads/google_ads/v2/enums/served_asset_field_type_pb.rb"
236
- Google::Ads::GoogleAds::V2::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
233
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductChannel enum
234
+ def self.product_channel
235
+ require "google/ads/google_ads/v2/enums/product_channel_pb.rb"
236
+ Google::Ads::GoogleAds::V2::Enums::ProductChannelEnum::ProductChannel.descriptor
237
237
  end
238
238
 
239
- # Returns the descriptor for the CallConversionReportingState enum
239
+ # Returns the descriptor for the ProductChannelExclusivity enum
240
240
  #
241
- # @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
242
- def self.call_conversion_reporting_state
243
- require "google/ads/google_ads/v2/enums/call_conversion_reporting_state_pb.rb"
244
- Google::Ads::GoogleAds::V2::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
241
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductChannelExclusivity enum
242
+ def self.product_channel_exclusivity
243
+ require "google/ads/google_ads/v2/enums/product_channel_exclusivity_pb.rb"
244
+ Google::Ads::GoogleAds::V2::Enums::ProductChannelExclusivityEnum::ProductChannelExclusivity.descriptor
245
245
  end
246
246
 
247
- # Returns the descriptor for the DisplayAdFormatSetting enum
247
+ # Returns the descriptor for the ProductCondition enum
248
248
  #
249
- # @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
250
- def self.display_ad_format_setting
251
- require "google/ads/google_ads/v2/enums/display_ad_format_setting_pb.rb"
252
- Google::Ads::GoogleAds::V2::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
249
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductCondition enum
250
+ def self.product_condition
251
+ require "google/ads/google_ads/v2/enums/product_condition_pb.rb"
252
+ Google::Ads::GoogleAds::V2::Enums::ProductConditionEnum::ProductCondition.descriptor
253
253
  end
254
254
 
255
- # Returns the descriptor for the DisplayUploadProductType enum
255
+ # Returns the descriptor for the ProductTypeLevel enum
256
256
  #
257
- # @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
258
- def self.display_upload_product_type
259
- require "google/ads/google_ads/v2/enums/display_upload_product_type_pb.rb"
260
- Google::Ads::GoogleAds::V2::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
257
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductTypeLevel enum
258
+ def self.product_type_level
259
+ require "google/ads/google_ads/v2/enums/product_type_level_pb.rb"
260
+ Google::Ads::GoogleAds::V2::Enums::ProductTypeLevelEnum::ProductTypeLevel.descriptor
261
261
  end
262
262
 
263
- # Returns the descriptor for the LegacyAppInstallAdAppStore enum
263
+ # Returns the descriptor for the ProximityRadiusUnits enum
264
264
  #
265
- # @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
266
- def self.legacy_app_install_ad_app_store
267
- require "google/ads/google_ads/v2/enums/legacy_app_install_ad_app_store_pb.rb"
268
- Google::Ads::GoogleAds::V2::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
265
+ # @return [Google::Protobuf::EnumDescriptor] for the ProximityRadiusUnits enum
266
+ def self.proximity_radius_units
267
+ require "google/ads/google_ads/v2/enums/proximity_radius_units_pb.rb"
268
+ Google::Ads::GoogleAds::V2::Enums::ProximityRadiusUnitsEnum::ProximityRadiusUnits.descriptor
269
269
  end
270
270
 
271
- # Returns the descriptor for the AppUrlOperatingSystemType enum
271
+ # Returns the descriptor for the WebpageConditionOperand enum
272
272
  #
273
- # @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
274
- def self.app_url_operating_system_type
275
- require "google/ads/google_ads/v2/enums/app_url_operating_system_type_pb.rb"
276
- Google::Ads::GoogleAds::V2::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
273
+ # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperand enum
274
+ def self.webpage_condition_operand
275
+ require "google/ads/google_ads/v2/enums/webpage_condition_operand_pb.rb"
276
+ Google::Ads::GoogleAds::V2::Enums::WebpageConditionOperandEnum::WebpageConditionOperand.descriptor
277
277
  end
278
278
 
279
- # Returns the descriptor for the AdType enum
279
+ # Returns the descriptor for the WebpageConditionOperator enum
280
280
  #
281
- # @return [Google::Protobuf::EnumDescriptor] for the AdType enum
282
- def self.ad_type
283
- require "google/ads/google_ads/v2/enums/ad_type_pb.rb"
284
- Google::Ads::GoogleAds::V2::Enums::AdTypeEnum::AdType.descriptor
281
+ # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperator enum
282
+ def self.webpage_condition_operator
283
+ require "google/ads/google_ads/v2/enums/webpage_condition_operator_pb.rb"
284
+ Google::Ads::GoogleAds::V2::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
285
285
  end
286
286
 
287
- # Returns the descriptor for the Device enum
287
+ # Returns the descriptor for the FeedItemTargetDevice enum
288
288
  #
289
- # @return [Google::Protobuf::EnumDescriptor] for the Device enum
290
- def self.device
291
- require "google/ads/google_ads/v2/enums/device_pb.rb"
292
- Google::Ads::GoogleAds::V2::Enums::DeviceEnum::Device.descriptor
289
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetDevice enum
290
+ def self.feed_item_target_device
291
+ require "google/ads/google_ads/v2/enums/feed_item_target_device_pb.rb"
292
+ Google::Ads::GoogleAds::V2::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
293
293
  end
294
294
 
295
- # Returns the descriptor for the SystemManagedResourceSource enum
295
+ # Returns the descriptor for the FeedItemTargetType enum
296
296
  #
297
- # @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
298
- def self.system_managed_resource_source
299
- require "google/ads/google_ads/v2/enums/system_managed_entity_source_pb.rb"
300
- Google::Ads::GoogleAds::V2::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
297
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
298
+ def self.feed_item_target_type
299
+ require "google/ads/google_ads/v2/enums/feed_item_target_type_pb.rb"
300
+ Google::Ads::GoogleAds::V2::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
301
301
  end
302
302
 
303
- # Returns the descriptor for the ChangeStatusOperation enum
303
+ # Returns the descriptor for the PolicyTopicEntryType enum
304
304
  #
305
- # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
306
- def self.change_status_operation
307
- require "google/ads/google_ads/v2/enums/change_status_operation_pb.rb"
308
- Google::Ads::GoogleAds::V2::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
305
+ # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEntryType enum
306
+ def self.policy_topic_entry_type
307
+ require "google/ads/google_ads/v2/enums/policy_topic_entry_type_pb.rb"
308
+ Google::Ads::GoogleAds::V2::Enums::PolicyTopicEntryTypeEnum::PolicyTopicEntryType.descriptor
309
309
  end
310
310
 
311
- # Returns the descriptor for the ChangeStatusResourceType enum
311
+ # Returns the descriptor for the PolicyTopicEvidenceDestinationMismatchUrlType enum
312
312
  #
313
- # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
314
- def self.change_status_resource_type
315
- require "google/ads/google_ads/v2/enums/change_status_resource_type_pb.rb"
316
- Google::Ads::GoogleAds::V2::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
313
+ # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationMismatchUrlType enum
314
+ def self.policy_topic_evidence_destination_mismatch_url_type
315
+ require "google/ads/google_ads/v2/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb"
316
+ Google::Ads::GoogleAds::V2::Enums::PolicyTopicEvidenceDestinationMismatchUrlTypeEnum::PolicyTopicEvidenceDestinationMismatchUrlType.descriptor
317
317
  end
318
318
 
319
- # Returns the descriptor for the AdCustomizerPlaceholderField enum
319
+ # Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
320
320
  #
321
- # @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
322
- def self.ad_customizer_placeholder_field
323
- require "google/ads/google_ads/v2/enums/ad_customizer_placeholder_field_pb.rb"
324
- Google::Ads::GoogleAds::V2::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
321
+ # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDevice enum
322
+ def self.policy_topic_evidence_destination_not_working_device
323
+ require "google/ads/google_ads/v2/enums/policy_topic_evidence_destination_not_working_device_pb.rb"
324
+ Google::Ads::GoogleAds::V2::Enums::PolicyTopicEvidenceDestinationNotWorkingDeviceEnum::PolicyTopicEvidenceDestinationNotWorkingDevice.descriptor
325
325
  end
326
326
 
327
- # Returns the descriptor for the AffiliateLocationPlaceholderField enum
327
+ # Returns the descriptor for the PolicyTopicEvidenceDestinationNotWorkingDnsErrorType enum
328
328
  #
329
- # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
330
- def self.affiliate_location_placeholder_field
331
- require "google/ads/google_ads/v2/enums/affiliate_location_placeholder_field_pb.rb"
332
- Google::Ads::GoogleAds::V2::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
329
+ # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEvidenceDestinationNotWorkingDnsErrorType enum
330
+ def self.policy_topic_evidence_destination_not_working_dns_error_type
331
+ require "google/ads/google_ads/v2/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb"
332
+ Google::Ads::GoogleAds::V2::Enums::PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum::PolicyTopicEvidenceDestinationNotWorkingDnsErrorType.descriptor
333
333
  end
334
334
 
335
- # Returns the descriptor for the AppPlaceholderField enum
335
+ # Returns the descriptor for the FeedItemQualityApprovalStatus enum
336
336
  #
337
- # @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
338
- def self.app_placeholder_field
339
- require "google/ads/google_ads/v2/enums/app_placeholder_field_pb.rb"
340
- Google::Ads::GoogleAds::V2::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
337
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
338
+ def self.feed_item_quality_approval_status
339
+ require "google/ads/google_ads/v2/enums/feed_item_quality_approval_status_pb.rb"
340
+ Google::Ads::GoogleAds::V2::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
341
341
  end
342
342
 
343
- # Returns the descriptor for the CallPlaceholderField enum
343
+ # Returns the descriptor for the FeedItemQualityDisapprovalReason enum
344
344
  #
345
- # @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
346
- def self.call_placeholder_field
347
- require "google/ads/google_ads/v2/enums/call_placeholder_field_pb.rb"
348
- Google::Ads::GoogleAds::V2::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
345
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
346
+ def self.feed_item_quality_disapproval_reason
347
+ require "google/ads/google_ads/v2/enums/feed_item_quality_disapproval_reason_pb.rb"
348
+ Google::Ads::GoogleAds::V2::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
349
349
  end
350
350
 
351
- # Returns the descriptor for the CalloutPlaceholderField enum
351
+ # Returns the descriptor for the FeedItemStatus enum
352
352
  #
353
- # @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
354
- def self.callout_placeholder_field
355
- require "google/ads/google_ads/v2/enums/callout_placeholder_field_pb.rb"
356
- Google::Ads::GoogleAds::V2::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
353
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
354
+ def self.feed_item_status
355
+ require "google/ads/google_ads/v2/enums/feed_item_status_pb.rb"
356
+ Google::Ads::GoogleAds::V2::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
357
357
  end
358
358
 
359
- # Returns the descriptor for the CustomPlaceholderField enum
359
+ # Returns the descriptor for the FeedItemValidationStatus enum
360
360
  #
361
- # @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
362
- def self.custom_placeholder_field
363
- require "google/ads/google_ads/v2/enums/custom_placeholder_field_pb.rb"
364
- Google::Ads::GoogleAds::V2::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
361
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
362
+ def self.feed_item_validation_status
363
+ require "google/ads/google_ads/v2/enums/feed_item_validation_status_pb.rb"
364
+ Google::Ads::GoogleAds::V2::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
365
365
  end
366
366
 
367
- # Returns the descriptor for the DsaPageFeedCriterionField enum
367
+ # Returns the descriptor for the GeoTargetingRestriction enum
368
368
  #
369
- # @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
370
- def self.dsa_page_feed_criterion_field
371
- require "google/ads/google_ads/v2/enums/dsa_page_feed_criterion_field_pb.rb"
372
- Google::Ads::GoogleAds::V2::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
369
+ # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
370
+ def self.geo_targeting_restriction
371
+ require "google/ads/google_ads/v2/enums/geo_targeting_restriction_pb.rb"
372
+ Google::Ads::GoogleAds::V2::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
373
373
  end
374
374
 
375
- # Returns the descriptor for the EducationPlaceholderField enum
375
+ # Returns the descriptor for the PolicyApprovalStatus enum
376
376
  #
377
- # @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
378
- def self.education_placeholder_field
379
- require "google/ads/google_ads/v2/enums/education_placeholder_field_pb.rb"
380
- Google::Ads::GoogleAds::V2::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
377
+ # @return [Google::Protobuf::EnumDescriptor] for the PolicyApprovalStatus enum
378
+ def self.policy_approval_status
379
+ require "google/ads/google_ads/v2/enums/policy_approval_status_pb.rb"
380
+ Google::Ads::GoogleAds::V2::Enums::PolicyApprovalStatusEnum::PolicyApprovalStatus.descriptor
381
381
  end
382
382
 
383
- # Returns the descriptor for the FeedMappingCriterionType enum
383
+ # Returns the descriptor for the PolicyReviewStatus enum
384
384
  #
385
- # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
386
- def self.feed_mapping_criterion_type
387
- require "google/ads/google_ads/v2/enums/feed_mapping_criterion_type_pb.rb"
388
- Google::Ads::GoogleAds::V2::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
385
+ # @return [Google::Protobuf::EnumDescriptor] for the PolicyReviewStatus enum
386
+ def self.policy_review_status
387
+ require "google/ads/google_ads/v2/enums/policy_review_status_pb.rb"
388
+ Google::Ads::GoogleAds::V2::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
389
389
  end
390
390
 
391
- # Returns the descriptor for the FeedMappingStatus enum
391
+ # Returns the descriptor for the FeedItemValidationError enum
392
392
  #
393
- # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
394
- def self.feed_mapping_status
395
- require "google/ads/google_ads/v2/enums/feed_mapping_status_pb.rb"
396
- Google::Ads::GoogleAds::V2::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
393
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
394
+ def self.feed_item_validation_error
395
+ require "google/ads/google_ads/v2/errors/feed_item_validation_error_pb.rb"
396
+ Google::Ads::GoogleAds::V2::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
397
397
  end
398
398
 
399
- # Returns the descriptor for the FlightPlaceholderField enum
399
+ # Returns the descriptor for the MerchantCenterLinkStatus enum
400
400
  #
401
- # @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
402
- def self.flight_placeholder_field
403
- require "google/ads/google_ads/v2/enums/flight_placeholder_field_pb.rb"
404
- Google::Ads::GoogleAds::V2::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
401
+ # @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
402
+ def self.merchant_center_link_status
403
+ require "google/ads/google_ads/v2/enums/merchant_center_link_status_pb.rb"
404
+ Google::Ads::GoogleAds::V2::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
405
405
  end
406
406
 
407
- # Returns the descriptor for the HotelPlaceholderField enum
407
+ # Returns the descriptor for the BidModifierSource enum
408
408
  #
409
- # @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
410
- def self.hotel_placeholder_field
411
- require "google/ads/google_ads/v2/enums/hotel_placeholder_field_pb.rb"
412
- Google::Ads::GoogleAds::V2::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
409
+ # @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
410
+ def self.bid_modifier_source
411
+ require "google/ads/google_ads/v2/enums/bid_modifier_source_pb.rb"
412
+ Google::Ads::GoogleAds::V2::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
413
413
  end
414
414
 
415
- # Returns the descriptor for the JobPlaceholderField enum
415
+ # Returns the descriptor for the MimeType enum
416
416
  #
417
- # @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
418
- def self.job_placeholder_field
419
- require "google/ads/google_ads/v2/enums/job_placeholder_field_pb.rb"
420
- Google::Ads::GoogleAds::V2::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
421
- end
422
-
423
- # Returns the descriptor for the LocalPlaceholderField enum
424
- #
425
- # @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
426
- def self.local_placeholder_field
427
- require "google/ads/google_ads/v2/enums/local_placeholder_field_pb.rb"
428
- Google::Ads::GoogleAds::V2::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
429
- end
430
-
431
- # Returns the descriptor for the LocationExtensionTargetingCriterionField enum
432
- #
433
- # @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
434
- def self.location_extension_targeting_criterion_field
435
- require "google/ads/google_ads/v2/enums/location_extension_targeting_criterion_field_pb.rb"
436
- Google::Ads::GoogleAds::V2::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
437
- end
438
-
439
- # Returns the descriptor for the LocationPlaceholderField enum
440
- #
441
- # @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
442
- def self.location_placeholder_field
443
- require "google/ads/google_ads/v2/enums/location_placeholder_field_pb.rb"
444
- Google::Ads::GoogleAds::V2::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
445
- end
446
-
447
- # Returns the descriptor for the MessagePlaceholderField enum
448
- #
449
- # @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
450
- def self.message_placeholder_field
451
- require "google/ads/google_ads/v2/enums/message_placeholder_field_pb.rb"
452
- Google::Ads::GoogleAds::V2::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
453
- end
454
-
455
- # Returns the descriptor for the PricePlaceholderField enum
456
- #
457
- # @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
458
- def self.price_placeholder_field
459
- require "google/ads/google_ads/v2/enums/price_placeholder_field_pb.rb"
460
- Google::Ads::GoogleAds::V2::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
461
- end
462
-
463
- # Returns the descriptor for the PromotionPlaceholderField enum
464
- #
465
- # @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
466
- def self.promotion_placeholder_field
467
- require "google/ads/google_ads/v2/enums/promotion_placeholder_field_pb.rb"
468
- Google::Ads::GoogleAds::V2::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
469
- end
470
-
471
- # Returns the descriptor for the RealEstatePlaceholderField enum
472
- #
473
- # @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
474
- def self.real_estate_placeholder_field
475
- require "google/ads/google_ads/v2/enums/real_estate_placeholder_field_pb.rb"
476
- Google::Ads::GoogleAds::V2::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
477
- end
478
-
479
- # Returns the descriptor for the SitelinkPlaceholderField enum
480
- #
481
- # @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
482
- def self.sitelink_placeholder_field
483
- require "google/ads/google_ads/v2/enums/sitelink_placeholder_field_pb.rb"
484
- Google::Ads::GoogleAds::V2::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
485
- end
486
-
487
- # Returns the descriptor for the StructuredSnippetPlaceholderField enum
488
- #
489
- # @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
490
- def self.structured_snippet_placeholder_field
491
- require "google/ads/google_ads/v2/enums/structured_snippet_placeholder_field_pb.rb"
492
- Google::Ads::GoogleAds::V2::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
493
- end
494
-
495
- # Returns the descriptor for the TravelPlaceholderField enum
496
- #
497
- # @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
498
- def self.travel_placeholder_field
499
- require "google/ads/google_ads/v2/enums/travel_placeholder_field_pb.rb"
500
- Google::Ads::GoogleAds::V2::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
501
- end
502
-
503
- # Returns the descriptor for the BillingSetupStatus enum
504
- #
505
- # @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
506
- def self.billing_setup_status
507
- require "google/ads/google_ads/v2/enums/billing_setup_status_pb.rb"
508
- Google::Ads::GoogleAds::V2::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
509
- end
510
-
511
- # Returns the descriptor for the TimeType enum
512
- #
513
- # @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
514
- def self.time_type
515
- require "google/ads/google_ads/v2/enums/time_type_pb.rb"
516
- Google::Ads::GoogleAds::V2::Enums::TimeTypeEnum::TimeType.descriptor
517
- end
518
-
519
- # Returns the descriptor for the DistanceBucket enum
520
- #
521
- # @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
522
- def self.distance_bucket
523
- require "google/ads/google_ads/v2/enums/distance_bucket_pb.rb"
524
- Google::Ads::GoogleAds::V2::Enums::DistanceBucketEnum::DistanceBucket.descriptor
525
- end
526
-
527
- # Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
528
- #
529
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
530
- def self.customer_pay_per_conversion_eligibility_failure_reason
531
- require "google/ads/google_ads/v2/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb"
532
- Google::Ads::GoogleAds::V2::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
533
- end
534
-
535
- # Returns the descriptor for the BudgetDeliveryMethod enum
536
- #
537
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
538
- def self.budget_delivery_method
539
- require "google/ads/google_ads/v2/enums/budget_delivery_method_pb.rb"
540
- Google::Ads::GoogleAds::V2::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
417
+ # @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
418
+ def self.mime_type
419
+ require "google/ads/google_ads/v2/enums/mime_type_pb.rb"
420
+ Google::Ads::GoogleAds::V2::Enums::MimeTypeEnum::MimeType.descriptor
541
421
  end
542
422
 
543
- # Returns the descriptor for the BudgetPeriod enum
423
+ # Returns the descriptor for the AssetType enum
544
424
  #
545
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
546
- def self.budget_period
547
- require "google/ads/google_ads/v2/enums/budget_period_pb.rb"
548
- Google::Ads::GoogleAds::V2::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
425
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
426
+ def self.asset_type
427
+ require "google/ads/google_ads/v2/enums/asset_type_pb.rb"
428
+ Google::Ads::GoogleAds::V2::Enums::AssetTypeEnum::AssetType.descriptor
549
429
  end
550
430
 
551
- # Returns the descriptor for the BudgetStatus enum
431
+ # Returns the descriptor for the CriterionType enum
552
432
  #
553
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
554
- def self.budget_status
555
- require "google/ads/google_ads/v2/enums/budget_status_pb.rb"
556
- Google::Ads::GoogleAds::V2::Enums::BudgetStatusEnum::BudgetStatus.descriptor
433
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
434
+ def self.criterion_type
435
+ require "google/ads/google_ads/v2/enums/criterion_type_pb.rb"
436
+ Google::Ads::GoogleAds::V2::Enums::CriterionTypeEnum::CriterionType.descriptor
557
437
  end
558
438
 
559
- # Returns the descriptor for the BudgetType enum
439
+ # Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
560
440
  #
561
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
562
- def self.budget_type
563
- require "google/ads/google_ads/v2/enums/budget_type_pb.rb"
564
- Google::Ads::GoogleAds::V2::Enums::BudgetTypeEnum::BudgetType.descriptor
441
+ # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
442
+ def self.affiliate_location_feed_relationship_type
443
+ require "google/ads/google_ads/v2/enums/affiliate_location_feed_relationship_type_pb.rb"
444
+ Google::Ads::GoogleAds::V2::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
565
445
  end
566
446
 
567
- # Returns the descriptor for the AgeRangeType enum
447
+ # Returns the descriptor for the FeedAttributeType enum
568
448
  #
569
- # @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
570
- def self.age_range_type
571
- require "google/ads/google_ads/v2/enums/age_range_type_pb.rb"
572
- Google::Ads::GoogleAds::V2::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
449
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
450
+ def self.feed_attribute_type
451
+ require "google/ads/google_ads/v2/enums/feed_attribute_type_pb.rb"
452
+ Google::Ads::GoogleAds::V2::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
573
453
  end
574
454
 
575
- # Returns the descriptor for the AppPaymentModelType enum
455
+ # Returns the descriptor for the FeedOrigin enum
576
456
  #
577
- # @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
578
- def self.app_payment_model_type
579
- require "google/ads/google_ads/v2/enums/app_payment_model_type_pb.rb"
580
- Google::Ads::GoogleAds::V2::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
457
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
458
+ def self.feed_origin
459
+ require "google/ads/google_ads/v2/enums/feed_origin_pb.rb"
460
+ Google::Ads::GoogleAds::V2::Enums::FeedOriginEnum::FeedOrigin.descriptor
581
461
  end
582
462
 
583
- # Returns the descriptor for the ContentLabelType enum
463
+ # Returns the descriptor for the FeedStatus enum
584
464
  #
585
- # @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
586
- def self.content_label_type
587
- require "google/ads/google_ads/v2/enums/content_label_type_pb.rb"
588
- Google::Ads::GoogleAds::V2::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
465
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
466
+ def self.feed_status
467
+ require "google/ads/google_ads/v2/enums/feed_status_pb.rb"
468
+ Google::Ads::GoogleAds::V2::Enums::FeedStatusEnum::FeedStatus.descriptor
589
469
  end
590
470
 
591
- # Returns the descriptor for the DayOfWeek enum
471
+ # Returns the descriptor for the Operator enum
592
472
  #
593
- # @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
594
- def self.day_of_week
595
- require "google/ads/google_ads/v2/enums/day_of_week_pb.rb"
596
- Google::Ads::GoogleAds::V2::Enums::DayOfWeekEnum::DayOfWeek.descriptor
473
+ # @return [Google::Protobuf::EnumDescriptor] for the Operator enum
474
+ def self.operator
475
+ require "google/ads/google_ads/v2/resources/feed_pb.rb"
476
+ Google::Ads::GoogleAds::V2::Resources::FeedAttributeOperation::Operator.descriptor
597
477
  end
598
478
 
599
- # Returns the descriptor for the GenderType enum
479
+ # Returns the descriptor for the AccountBudgetStatus enum
600
480
  #
601
- # @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
602
- def self.gender_type
603
- require "google/ads/google_ads/v2/enums/gender_type_pb.rb"
604
- Google::Ads::GoogleAds::V2::Enums::GenderTypeEnum::GenderType.descriptor
481
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
482
+ def self.account_budget_status
483
+ require "google/ads/google_ads/v2/enums/account_budget_status_pb.rb"
484
+ Google::Ads::GoogleAds::V2::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
605
485
  end
606
486
 
607
- # Returns the descriptor for the HotelDateSelectionType enum
487
+ # Returns the descriptor for the MobileDeviceType enum
608
488
  #
609
- # @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
610
- def self.hotel_date_selection_type
611
- require "google/ads/google_ads/v2/enums/hotel_date_selection_type_pb.rb"
612
- Google::Ads::GoogleAds::V2::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
489
+ # @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
490
+ def self.mobile_device_type
491
+ require "google/ads/google_ads/v2/enums/mobile_device_type_pb.rb"
492
+ Google::Ads::GoogleAds::V2::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
613
493
  end
614
494
 
615
- # Returns the descriptor for the IncomeRangeType enum
495
+ # Returns the descriptor for the KeywordPlanForecastInterval enum
616
496
  #
617
- # @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
618
- def self.income_range_type
619
- require "google/ads/google_ads/v2/enums/income_range_type_pb.rb"
620
- Google::Ads::GoogleAds::V2::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
497
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
498
+ def self.keyword_plan_forecast_interval
499
+ require "google/ads/google_ads/v2/enums/keyword_plan_forecast_interval_pb.rb"
500
+ Google::Ads::GoogleAds::V2::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
621
501
  end
622
502
 
623
- # Returns the descriptor for the InteractionType enum
503
+ # Returns the descriptor for the SimulationModificationMethod enum
624
504
  #
625
- # @return [Google::Protobuf::EnumDescriptor] for the InteractionType enum
626
- def self.interaction_type
627
- require "google/ads/google_ads/v2/enums/interaction_type_pb.rb"
628
- Google::Ads::GoogleAds::V2::Enums::InteractionTypeEnum::InteractionType.descriptor
505
+ # @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
506
+ def self.simulation_modification_method
507
+ require "google/ads/google_ads/v2/enums/simulation_modification_method_pb.rb"
508
+ Google::Ads::GoogleAds::V2::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
629
509
  end
630
510
 
631
- # Returns the descriptor for the ListingCustomAttributeIndex enum
511
+ # Returns the descriptor for the SimulationType enum
632
512
  #
633
- # @return [Google::Protobuf::EnumDescriptor] for the ListingCustomAttributeIndex enum
634
- def self.listing_custom_attribute_index
635
- require "google/ads/google_ads/v2/enums/listing_custom_attribute_index_pb.rb"
636
- Google::Ads::GoogleAds::V2::Enums::ListingCustomAttributeIndexEnum::ListingCustomAttributeIndex.descriptor
513
+ # @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
514
+ def self.simulation_type
515
+ require "google/ads/google_ads/v2/enums/simulation_type_pb.rb"
516
+ Google::Ads::GoogleAds::V2::Enums::SimulationTypeEnum::SimulationType.descriptor
637
517
  end
638
518
 
639
- # Returns the descriptor for the ListingGroupType enum
519
+ # Returns the descriptor for the AssetFieldType enum
640
520
  #
641
- # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
642
- def self.listing_group_type
643
- require "google/ads/google_ads/v2/enums/listing_group_type_pb.rb"
644
- Google::Ads::GoogleAds::V2::Enums::ListingGroupTypeEnum::ListingGroupType.descriptor
521
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
522
+ def self.asset_field_type
523
+ require "google/ads/google_ads/v2/enums/asset_field_type_pb.rb"
524
+ Google::Ads::GoogleAds::V2::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
645
525
  end
646
526
 
647
- # Returns the descriptor for the LocationGroupRadiusUnits enum
527
+ # Returns the descriptor for the AssetPerformanceLabel enum
648
528
  #
649
- # @return [Google::Protobuf::EnumDescriptor] for the LocationGroupRadiusUnits enum
650
- def self.location_group_radius_units
651
- require "google/ads/google_ads/v2/enums/location_group_radius_units_pb.rb"
652
- Google::Ads::GoogleAds::V2::Enums::LocationGroupRadiusUnitsEnum::LocationGroupRadiusUnits.descriptor
529
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
530
+ def self.asset_performance_label
531
+ require "google/ads/google_ads/v2/enums/asset_performance_label_pb.rb"
532
+ Google::Ads::GoogleAds::V2::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
653
533
  end
654
534
 
655
- # Returns the descriptor for the MinuteOfHour enum
535
+ # Returns the descriptor for the SearchTermTargetingStatus enum
656
536
  #
657
- # @return [Google::Protobuf::EnumDescriptor] for the MinuteOfHour enum
658
- def self.minute_of_hour
659
- require "google/ads/google_ads/v2/enums/minute_of_hour_pb.rb"
660
- Google::Ads::GoogleAds::V2::Enums::MinuteOfHourEnum::MinuteOfHour.descriptor
537
+ # @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
538
+ def self.search_term_targeting_status
539
+ require "google/ads/google_ads/v2/enums/search_term_targeting_status_pb.rb"
540
+ Google::Ads::GoogleAds::V2::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
661
541
  end
662
542
 
663
- # Returns the descriptor for the ParentalStatusType enum
543
+ # Returns the descriptor for the AppStore enum
664
544
  #
665
- # @return [Google::Protobuf::EnumDescriptor] for the ParentalStatusType enum
666
- def self.parental_status_type
667
- require "google/ads/google_ads/v2/enums/parental_status_type_pb.rb"
668
- Google::Ads::GoogleAds::V2::Enums::ParentalStatusTypeEnum::ParentalStatusType.descriptor
545
+ # @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
546
+ def self.app_store
547
+ require "google/ads/google_ads/v2/enums/app_store_pb.rb"
548
+ Google::Ads::GoogleAds::V2::Enums::AppStoreEnum::AppStore.descriptor
669
549
  end
670
550
 
671
- # Returns the descriptor for the PreferredContentType enum
551
+ # Returns the descriptor for the CallConversionReportingState enum
672
552
  #
673
- # @return [Google::Protobuf::EnumDescriptor] for the PreferredContentType enum
674
- def self.preferred_content_type
675
- require "google/ads/google_ads/v2/enums/preferred_content_type_pb.rb"
676
- Google::Ads::GoogleAds::V2::Enums::PreferredContentTypeEnum::PreferredContentType.descriptor
553
+ # @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
554
+ def self.call_conversion_reporting_state
555
+ require "google/ads/google_ads/v2/enums/call_conversion_reporting_state_pb.rb"
556
+ Google::Ads::GoogleAds::V2::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
677
557
  end
678
558
 
679
- # Returns the descriptor for the ProductChannel enum
559
+ # Returns the descriptor for the PriceExtensionPriceQualifier enum
680
560
  #
681
- # @return [Google::Protobuf::EnumDescriptor] for the ProductChannel enum
682
- def self.product_channel
683
- require "google/ads/google_ads/v2/enums/product_channel_pb.rb"
684
- Google::Ads::GoogleAds::V2::Enums::ProductChannelEnum::ProductChannel.descriptor
561
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
562
+ def self.price_extension_price_qualifier
563
+ require "google/ads/google_ads/v2/enums/price_extension_price_qualifier_pb.rb"
564
+ Google::Ads::GoogleAds::V2::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
685
565
  end
686
566
 
687
- # Returns the descriptor for the ProductChannelExclusivity enum
567
+ # Returns the descriptor for the PriceExtensionPriceUnit enum
688
568
  #
689
- # @return [Google::Protobuf::EnumDescriptor] for the ProductChannelExclusivity enum
690
- def self.product_channel_exclusivity
691
- require "google/ads/google_ads/v2/enums/product_channel_exclusivity_pb.rb"
692
- Google::Ads::GoogleAds::V2::Enums::ProductChannelExclusivityEnum::ProductChannelExclusivity.descriptor
569
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
570
+ def self.price_extension_price_unit
571
+ require "google/ads/google_ads/v2/enums/price_extension_price_unit_pb.rb"
572
+ Google::Ads::GoogleAds::V2::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
693
573
  end
694
574
 
695
- # Returns the descriptor for the ProductCondition enum
575
+ # Returns the descriptor for the PriceExtensionType enum
696
576
  #
697
- # @return [Google::Protobuf::EnumDescriptor] for the ProductCondition enum
698
- def self.product_condition
699
- require "google/ads/google_ads/v2/enums/product_condition_pb.rb"
700
- Google::Ads::GoogleAds::V2::Enums::ProductConditionEnum::ProductCondition.descriptor
577
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
578
+ def self.price_extension_type
579
+ require "google/ads/google_ads/v2/enums/price_extension_type_pb.rb"
580
+ Google::Ads::GoogleAds::V2::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
701
581
  end
702
582
 
703
- # Returns the descriptor for the ProductTypeLevel enum
583
+ # Returns the descriptor for the PromotionExtensionDiscountModifier enum
704
584
  #
705
- # @return [Google::Protobuf::EnumDescriptor] for the ProductTypeLevel enum
706
- def self.product_type_level
707
- require "google/ads/google_ads/v2/enums/product_type_level_pb.rb"
708
- Google::Ads::GoogleAds::V2::Enums::ProductTypeLevelEnum::ProductTypeLevel.descriptor
585
+ # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
586
+ def self.promotion_extension_discount_modifier
587
+ require "google/ads/google_ads/v2/enums/promotion_extension_discount_modifier_pb.rb"
588
+ Google::Ads::GoogleAds::V2::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
709
589
  end
710
590
 
711
- # Returns the descriptor for the ProximityRadiusUnits enum
591
+ # Returns the descriptor for the PromotionExtensionOccasion enum
712
592
  #
713
- # @return [Google::Protobuf::EnumDescriptor] for the ProximityRadiusUnits enum
714
- def self.proximity_radius_units
715
- require "google/ads/google_ads/v2/enums/proximity_radius_units_pb.rb"
716
- Google::Ads::GoogleAds::V2::Enums::ProximityRadiusUnitsEnum::ProximityRadiusUnits.descriptor
593
+ # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
594
+ def self.promotion_extension_occasion
595
+ require "google/ads/google_ads/v2/enums/promotion_extension_occasion_pb.rb"
596
+ Google::Ads::GoogleAds::V2::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
717
597
  end
718
598
 
719
- # Returns the descriptor for the WebpageConditionOperand enum
599
+ # Returns the descriptor for the RecommendationType enum
720
600
  #
721
- # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperand enum
722
- def self.webpage_condition_operand
723
- require "google/ads/google_ads/v2/enums/webpage_condition_operand_pb.rb"
724
- Google::Ads::GoogleAds::V2::Enums::WebpageConditionOperandEnum::WebpageConditionOperand.descriptor
601
+ # @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
602
+ def self.recommendation_type
603
+ require "google/ads/google_ads/v2/enums/recommendation_type_pb.rb"
604
+ Google::Ads::GoogleAds::V2::Enums::RecommendationTypeEnum::RecommendationType.descriptor
725
605
  end
726
606
 
727
- # Returns the descriptor for the WebpageConditionOperator enum
607
+ # Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
728
608
  #
729
- # @return [Google::Protobuf::EnumDescriptor] for the WebpageConditionOperator enum
730
- def self.webpage_condition_operator
731
- require "google/ads/google_ads/v2/enums/webpage_condition_operator_pb.rb"
732
- Google::Ads::GoogleAds::V2::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
609
+ # @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
610
+ def self.target_cpa_opt_in_recommendation_goal
611
+ require "google/ads/google_ads/v2/enums/target_cpa_opt_in_recommendation_goal_pb.rb"
612
+ Google::Ads::GoogleAds::V2::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
733
613
  end
734
614
 
735
- # Returns the descriptor for the AppStore enum
615
+ # Returns the descriptor for the ServedAssetFieldType enum
736
616
  #
737
- # @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
738
- def self.app_store
739
- require "google/ads/google_ads/v2/enums/app_store_pb.rb"
740
- Google::Ads::GoogleAds::V2::Enums::AppStoreEnum::AppStore.descriptor
617
+ # @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
618
+ def self.served_asset_field_type
619
+ require "google/ads/google_ads/v2/enums/served_asset_field_type_pb.rb"
620
+ Google::Ads::GoogleAds::V2::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
741
621
  end
742
622
 
743
- # Returns the descriptor for the PriceExtensionPriceQualifier enum
623
+ # Returns the descriptor for the DisplayAdFormatSetting enum
744
624
  #
745
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
746
- def self.price_extension_price_qualifier
747
- require "google/ads/google_ads/v2/enums/price_extension_price_qualifier_pb.rb"
748
- Google::Ads::GoogleAds::V2::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
625
+ # @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
626
+ def self.display_ad_format_setting
627
+ require "google/ads/google_ads/v2/enums/display_ad_format_setting_pb.rb"
628
+ Google::Ads::GoogleAds::V2::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
749
629
  end
750
630
 
751
- # Returns the descriptor for the PriceExtensionPriceUnit enum
631
+ # Returns the descriptor for the DisplayUploadProductType enum
752
632
  #
753
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
754
- def self.price_extension_price_unit
755
- require "google/ads/google_ads/v2/enums/price_extension_price_unit_pb.rb"
756
- Google::Ads::GoogleAds::V2::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
633
+ # @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
634
+ def self.display_upload_product_type
635
+ require "google/ads/google_ads/v2/enums/display_upload_product_type_pb.rb"
636
+ Google::Ads::GoogleAds::V2::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
757
637
  end
758
638
 
759
- # Returns the descriptor for the PriceExtensionType enum
639
+ # Returns the descriptor for the LegacyAppInstallAdAppStore enum
760
640
  #
761
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
762
- def self.price_extension_type
763
- require "google/ads/google_ads/v2/enums/price_extension_type_pb.rb"
764
- Google::Ads::GoogleAds::V2::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
641
+ # @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
642
+ def self.legacy_app_install_ad_app_store
643
+ require "google/ads/google_ads/v2/enums/legacy_app_install_ad_app_store_pb.rb"
644
+ Google::Ads::GoogleAds::V2::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
765
645
  end
766
646
 
767
- # Returns the descriptor for the PromotionExtensionDiscountModifier enum
647
+ # Returns the descriptor for the AppUrlOperatingSystemType enum
768
648
  #
769
- # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
770
- def self.promotion_extension_discount_modifier
771
- require "google/ads/google_ads/v2/enums/promotion_extension_discount_modifier_pb.rb"
772
- Google::Ads::GoogleAds::V2::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
649
+ # @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
650
+ def self.app_url_operating_system_type
651
+ require "google/ads/google_ads/v2/enums/app_url_operating_system_type_pb.rb"
652
+ Google::Ads::GoogleAds::V2::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
773
653
  end
774
654
 
775
- # Returns the descriptor for the PromotionExtensionOccasion enum
655
+ # Returns the descriptor for the AdType enum
776
656
  #
777
- # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
778
- def self.promotion_extension_occasion
779
- require "google/ads/google_ads/v2/enums/promotion_extension_occasion_pb.rb"
780
- Google::Ads::GoogleAds::V2::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
657
+ # @return [Google::Protobuf::EnumDescriptor] for the AdType enum
658
+ def self.ad_type
659
+ require "google/ads/google_ads/v2/enums/ad_type_pb.rb"
660
+ Google::Ads::GoogleAds::V2::Enums::AdTypeEnum::AdType.descriptor
781
661
  end
782
662
 
783
- # Returns the descriptor for the RecommendationType enum
663
+ # Returns the descriptor for the SystemManagedResourceSource enum
784
664
  #
785
- # @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
786
- def self.recommendation_type
787
- require "google/ads/google_ads/v2/enums/recommendation_type_pb.rb"
788
- Google::Ads::GoogleAds::V2::Enums::RecommendationTypeEnum::RecommendationType.descriptor
665
+ # @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
666
+ def self.system_managed_resource_source
667
+ require "google/ads/google_ads/v2/enums/system_managed_entity_source_pb.rb"
668
+ Google::Ads::GoogleAds::V2::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
789
669
  end
790
670
 
791
- # Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
671
+ # Returns the descriptor for the LabelStatus enum
792
672
  #
793
- # @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
794
- def self.target_cpa_opt_in_recommendation_goal
795
- require "google/ads/google_ads/v2/enums/target_cpa_opt_in_recommendation_goal_pb.rb"
796
- Google::Ads::GoogleAds::V2::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
673
+ # @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
674
+ def self.label_status
675
+ require "google/ads/google_ads/v2/enums/label_status_pb.rb"
676
+ Google::Ads::GoogleAds::V2::Enums::LabelStatusEnum::LabelStatus.descriptor
797
677
  end
798
678
 
799
679
  # Returns the descriptor for the PlacementType enum
@@ -804,52 +684,60 @@ module Google
804
684
  Google::Ads::GoogleAds::V2::Enums::PlacementTypeEnum::PlacementType.descriptor
805
685
  end
806
686
 
807
- # Returns the descriptor for the MutateJobStatus enum
687
+ # Returns the descriptor for the AdGroupCriterionApprovalStatus enum
808
688
  #
809
- # @return [Google::Protobuf::EnumDescriptor] for the MutateJobStatus enum
810
- def self.mutate_job_status
811
- require "google/ads/google_ads/v2/enums/mutate_job_status_pb.rb"
812
- Google::Ads::GoogleAds::V2::Enums::MutateJobStatusEnum::MutateJobStatus.descriptor
689
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
690
+ def self.ad_group_criterion_approval_status
691
+ require "google/ads/google_ads/v2/enums/ad_group_criterion_approval_status_pb.rb"
692
+ Google::Ads::GoogleAds::V2::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
813
693
  end
814
694
 
815
- # Returns the descriptor for the GeoTargetingType enum
695
+ # Returns the descriptor for the AdGroupCriterionStatus enum
816
696
  #
817
- # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
818
- def self.geo_targeting_type
819
- require "google/ads/google_ads/v2/enums/geo_targeting_type_pb.rb"
820
- Google::Ads::GoogleAds::V2::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
697
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
698
+ def self.ad_group_criterion_status
699
+ require "google/ads/google_ads/v2/enums/ad_group_criterion_status_pb.rb"
700
+ Google::Ads::GoogleAds::V2::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
821
701
  end
822
702
 
823
- # Returns the descriptor for the AssetType enum
703
+ # Returns the descriptor for the BiddingSource enum
824
704
  #
825
- # @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
826
- def self.asset_type
827
- require "google/ads/google_ads/v2/enums/asset_type_pb.rb"
828
- Google::Ads::GoogleAds::V2::Enums::AssetTypeEnum::AssetType.descriptor
705
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
706
+ def self.bidding_source
707
+ require "google/ads/google_ads/v2/enums/bidding_source_pb.rb"
708
+ Google::Ads::GoogleAds::V2::Enums::BiddingSourceEnum::BiddingSource.descriptor
829
709
  end
830
710
 
831
- # Returns the descriptor for the AssetFieldType enum
711
+ # Returns the descriptor for the CriterionSystemServingStatus enum
832
712
  #
833
- # @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
834
- def self.asset_field_type
835
- require "google/ads/google_ads/v2/enums/asset_field_type_pb.rb"
836
- Google::Ads::GoogleAds::V2::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
713
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
714
+ def self.criterion_system_serving_status
715
+ require "google/ads/google_ads/v2/enums/criterion_system_serving_status_pb.rb"
716
+ Google::Ads::GoogleAds::V2::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
837
717
  end
838
718
 
839
- # Returns the descriptor for the AssetPerformanceLabel enum
719
+ # Returns the descriptor for the QualityScoreBucket enum
840
720
  #
841
- # @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
842
- def self.asset_performance_label
843
- require "google/ads/google_ads/v2/enums/asset_performance_label_pb.rb"
844
- Google::Ads::GoogleAds::V2::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
721
+ # @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
722
+ def self.quality_score_bucket
723
+ require "google/ads/google_ads/v2/enums/quality_score_bucket_pb.rb"
724
+ Google::Ads::GoogleAds::V2::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
845
725
  end
846
726
 
847
- # Returns the descriptor for the OperatingSystemVersionOperatorType enum
727
+ # Returns the descriptor for the KeywordPlanNetwork enum
848
728
  #
849
- # @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
850
- def self.operating_system_version_operator_type
851
- require "google/ads/google_ads/v2/enums/operating_system_version_operator_type_pb.rb"
852
- Google::Ads::GoogleAds::V2::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
729
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
730
+ def self.keyword_plan_network
731
+ require "google/ads/google_ads/v2/enums/keyword_plan_network_pb.rb"
732
+ Google::Ads::GoogleAds::V2::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
733
+ end
734
+
735
+ # Returns the descriptor for the BillingSetupStatus enum
736
+ #
737
+ # @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
738
+ def self.billing_setup_status
739
+ require "google/ads/google_ads/v2/enums/billing_setup_status_pb.rb"
740
+ Google::Ads::GoogleAds::V2::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
853
741
  end
854
742
 
855
743
  # Returns the descriptor for the CampaignSharedSetStatus enum
@@ -860,220 +748,212 @@ module Google
860
748
  Google::Ads::GoogleAds::V2::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
861
749
  end
862
750
 
863
- # Returns the descriptor for the KeywordPlanForecastInterval enum
864
- #
865
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
866
- def self.keyword_plan_forecast_interval
867
- require "google/ads/google_ads/v2/enums/keyword_plan_forecast_interval_pb.rb"
868
- Google::Ads::GoogleAds::V2::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
869
- end
870
-
871
- # Returns the descriptor for the CampaignExperimentStatus enum
751
+ # Returns the descriptor for the AdvertisingChannelSubType enum
872
752
  #
873
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentStatus enum
874
- def self.campaign_experiment_status
875
- require "google/ads/google_ads/v2/enums/campaign_experiment_status_pb.rb"
876
- Google::Ads::GoogleAds::V2::Enums::CampaignExperimentStatusEnum::CampaignExperimentStatus.descriptor
753
+ # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
754
+ def self.advertising_channel_sub_type
755
+ require "google/ads/google_ads/v2/enums/advertising_channel_sub_type_pb.rb"
756
+ Google::Ads::GoogleAds::V2::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
877
757
  end
878
758
 
879
- # Returns the descriptor for the CampaignExperimentTrafficSplitType enum
759
+ # Returns the descriptor for the AdvertisingChannelType enum
880
760
  #
881
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentTrafficSplitType enum
882
- def self.campaign_experiment_traffic_split_type
883
- require "google/ads/google_ads/v2/enums/campaign_experiment_traffic_split_type_pb.rb"
884
- Google::Ads::GoogleAds::V2::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
761
+ # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
762
+ def self.advertising_channel_type
763
+ require "google/ads/google_ads/v2/enums/advertising_channel_type_pb.rb"
764
+ Google::Ads::GoogleAds::V2::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
885
765
  end
886
766
 
887
- # Returns the descriptor for the ExtensionType enum
767
+ # Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
888
768
  #
889
- # @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
890
- def self.extension_type
891
- require "google/ads/google_ads/v2/enums/extension_type_pb.rb"
892
- Google::Ads::GoogleAds::V2::Enums::ExtensionTypeEnum::ExtensionType.descriptor
769
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
770
+ def self.criterion_category_channel_availability_mode
771
+ require "google/ads/google_ads/v2/enums/criterion_category_channel_availability_mode_pb.rb"
772
+ Google::Ads::GoogleAds::V2::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
893
773
  end
894
774
 
895
- # Returns the descriptor for the FeedItemStatus enum
775
+ # Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
896
776
  #
897
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
898
- def self.feed_item_status
899
- require "google/ads/google_ads/v2/enums/feed_item_status_pb.rb"
900
- Google::Ads::GoogleAds::V2::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
777
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
778
+ def self.criterion_category_locale_availability_mode
779
+ require "google/ads/google_ads/v2/enums/criterion_category_locale_availability_mode_pb.rb"
780
+ Google::Ads::GoogleAds::V2::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
901
781
  end
902
782
 
903
- # Returns the descriptor for the FeedItemTargetDevice enum
783
+ # Returns the descriptor for the UserInterestTaxonomyType enum
904
784
  #
905
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetDevice enum
906
- def self.feed_item_target_device
907
- require "google/ads/google_ads/v2/enums/feed_item_target_device_pb.rb"
908
- Google::Ads::GoogleAds::V2::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
785
+ # @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
786
+ def self.user_interest_taxonomy_type
787
+ require "google/ads/google_ads/v2/enums/user_interest_taxonomy_type_pb.rb"
788
+ Google::Ads::GoogleAds::V2::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
909
789
  end
910
790
 
911
- # Returns the descriptor for the ExtensionSettingDevice enum
791
+ # Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
912
792
  #
913
- # @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
914
- def self.extension_setting_device
915
- require "google/ads/google_ads/v2/enums/extension_setting_device_pb.rb"
916
- Google::Ads::GoogleAds::V2::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
793
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
794
+ def self.customer_pay_per_conversion_eligibility_failure_reason
795
+ require "google/ads/google_ads/v2/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb"
796
+ Google::Ads::GoogleAds::V2::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
917
797
  end
918
798
 
919
- # Returns the descriptor for the CampaignCriterionStatus enum
799
+ # Returns the descriptor for the PageOnePromotedStrategyGoal enum
920
800
  #
921
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
922
- def self.campaign_criterion_status
923
- require "google/ads/google_ads/v2/enums/campaign_criterion_status_pb.rb"
924
- Google::Ads::GoogleAds::V2::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
801
+ # @return [Google::Protobuf::EnumDescriptor] for the PageOnePromotedStrategyGoal enum
802
+ def self.page_one_promoted_strategy_goal
803
+ require "google/ads/google_ads/v2/enums/page_one_promoted_strategy_goal_pb.rb"
804
+ Google::Ads::GoogleAds::V2::Enums::PageOnePromotedStrategyGoalEnum::PageOnePromotedStrategyGoal.descriptor
925
805
  end
926
806
 
927
- # Returns the descriptor for the CriterionType enum
807
+ # Returns the descriptor for the TargetImpressionShareLocation enum
928
808
  #
929
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
930
- def self.criterion_type
931
- require "google/ads/google_ads/v2/enums/criterion_type_pb.rb"
932
- Google::Ads::GoogleAds::V2::Enums::CriterionTypeEnum::CriterionType.descriptor
809
+ # @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
810
+ def self.target_impression_share_location
811
+ require "google/ads/google_ads/v2/enums/target_impression_share_location_pb.rb"
812
+ Google::Ads::GoogleAds::V2::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
933
813
  end
934
814
 
935
- # Returns the descriptor for the CustomInterestMemberType enum
815
+ # Returns the descriptor for the FrequencyCapEventType enum
936
816
  #
937
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
938
- def self.custom_interest_member_type
939
- require "google/ads/google_ads/v2/enums/custom_interest_member_type_pb.rb"
940
- Google::Ads::GoogleAds::V2::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
817
+ # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapEventType enum
818
+ def self.frequency_cap_event_type
819
+ require "google/ads/google_ads/v2/enums/frequency_cap_event_type_pb.rb"
820
+ Google::Ads::GoogleAds::V2::Enums::FrequencyCapEventTypeEnum::FrequencyCapEventType.descriptor
941
821
  end
942
822
 
943
- # Returns the descriptor for the CustomInterestStatus enum
823
+ # Returns the descriptor for the FrequencyCapLevel enum
944
824
  #
945
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
946
- def self.custom_interest_status
947
- require "google/ads/google_ads/v2/enums/custom_interest_status_pb.rb"
948
- Google::Ads::GoogleAds::V2::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
825
+ # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapLevel enum
826
+ def self.frequency_cap_level
827
+ require "google/ads/google_ads/v2/enums/frequency_cap_level_pb.rb"
828
+ Google::Ads::GoogleAds::V2::Enums::FrequencyCapLevelEnum::FrequencyCapLevel.descriptor
949
829
  end
950
830
 
951
- # Returns the descriptor for the CustomInterestType enum
831
+ # Returns the descriptor for the FrequencyCapTimeUnit enum
952
832
  #
953
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
954
- def self.custom_interest_type
955
- require "google/ads/google_ads/v2/enums/custom_interest_type_pb.rb"
956
- Google::Ads::GoogleAds::V2::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
833
+ # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapTimeUnit enum
834
+ def self.frequency_cap_time_unit
835
+ require "google/ads/google_ads/v2/enums/frequency_cap_time_unit_pb.rb"
836
+ Google::Ads::GoogleAds::V2::Enums::FrequencyCapTimeUnitEnum::FrequencyCapTimeUnit.descriptor
957
837
  end
958
-
959
- # Returns the descriptor for the AdvertisingChannelSubType enum
960
- #
961
- # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
962
- def self.advertising_channel_sub_type
963
- require "google/ads/google_ads/v2/enums/advertising_channel_sub_type_pb.rb"
964
- Google::Ads::GoogleAds::V2::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
838
+
839
+ # Returns the descriptor for the TargetingDimension enum
840
+ #
841
+ # @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
842
+ def self.targeting_dimension
843
+ require "google/ads/google_ads/v2/enums/targeting_dimension_pb.rb"
844
+ Google::Ads::GoogleAds::V2::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
965
845
  end
966
846
 
967
- # Returns the descriptor for the AdvertisingChannelType enum
847
+ # Returns the descriptor for the AdServingOptimizationStatus enum
968
848
  #
969
- # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
970
- def self.advertising_channel_type
971
- require "google/ads/google_ads/v2/enums/advertising_channel_type_pb.rb"
972
- Google::Ads::GoogleAds::V2::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
849
+ # @return [Google::Protobuf::EnumDescriptor] for the AdServingOptimizationStatus enum
850
+ def self.ad_serving_optimization_status
851
+ require "google/ads/google_ads/v2/enums/ad_serving_optimization_status_pb.rb"
852
+ Google::Ads::GoogleAds::V2::Enums::AdServingOptimizationStatusEnum::AdServingOptimizationStatus.descriptor
973
853
  end
974
854
 
975
- # Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
855
+ # Returns the descriptor for the AppCampaignAppStore enum
976
856
  #
977
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
978
- def self.criterion_category_channel_availability_mode
979
- require "google/ads/google_ads/v2/enums/criterion_category_channel_availability_mode_pb.rb"
980
- Google::Ads::GoogleAds::V2::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
857
+ # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignAppStore enum
858
+ def self.app_campaign_app_store
859
+ require "google/ads/google_ads/v2/enums/app_campaign_app_store_pb.rb"
860
+ Google::Ads::GoogleAds::V2::Enums::AppCampaignAppStoreEnum::AppCampaignAppStore.descriptor
981
861
  end
982
862
 
983
- # Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
863
+ # Returns the descriptor for the AppCampaignBiddingStrategyGoalType enum
984
864
  #
985
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
986
- def self.criterion_category_locale_availability_mode
987
- require "google/ads/google_ads/v2/enums/criterion_category_locale_availability_mode_pb.rb"
988
- Google::Ads::GoogleAds::V2::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
865
+ # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignBiddingStrategyGoalType enum
866
+ def self.app_campaign_bidding_strategy_goal_type
867
+ require "google/ads/google_ads/v2/enums/app_campaign_bidding_strategy_goal_type_pb.rb"
868
+ Google::Ads::GoogleAds::V2::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
989
869
  end
990
870
 
991
- # Returns the descriptor for the UserInterestTaxonomyType enum
871
+ # Returns the descriptor for the BiddingStrategyType enum
992
872
  #
993
- # @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
994
- def self.user_interest_taxonomy_type
995
- require "google/ads/google_ads/v2/enums/user_interest_taxonomy_type_pb.rb"
996
- Google::Ads::GoogleAds::V2::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
873
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
874
+ def self.bidding_strategy_type
875
+ require "google/ads/google_ads/v2/enums/bidding_strategy_type_pb.rb"
876
+ Google::Ads::GoogleAds::V2::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
997
877
  end
998
878
 
999
- # Returns the descriptor for the ManagerLinkStatus enum
879
+ # Returns the descriptor for the BrandSafetySuitability enum
1000
880
  #
1001
- # @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
1002
- def self.manager_link_status
1003
- require "google/ads/google_ads/v2/enums/manager_link_status_pb.rb"
1004
- Google::Ads::GoogleAds::V2::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
881
+ # @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
882
+ def self.brand_safety_suitability
883
+ require "google/ads/google_ads/v2/enums/brand_safety_suitability_pb.rb"
884
+ Google::Ads::GoogleAds::V2::Enums::BrandSafetySuitabilityEnum::BrandSafetySuitability.descriptor
1005
885
  end
1006
886
 
1007
- # Returns the descriptor for the MobileDeviceType enum
887
+ # Returns the descriptor for the CampaignExperimentType enum
1008
888
  #
1009
- # @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
1010
- def self.mobile_device_type
1011
- require "google/ads/google_ads/v2/enums/mobile_device_type_pb.rb"
1012
- Google::Ads::GoogleAds::V2::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
889
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentType enum
890
+ def self.campaign_experiment_type
891
+ require "google/ads/google_ads/v2/enums/campaign_experiment_type_pb.rb"
892
+ Google::Ads::GoogleAds::V2::Enums::CampaignExperimentTypeEnum::CampaignExperimentType.descriptor
1013
893
  end
1014
894
 
1015
- # Returns the descriptor for the SearchTermTargetingStatus enum
895
+ # Returns the descriptor for the CampaignServingStatus enum
1016
896
  #
1017
- # @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
1018
- def self.search_term_targeting_status
1019
- require "google/ads/google_ads/v2/enums/search_term_targeting_status_pb.rb"
1020
- Google::Ads::GoogleAds::V2::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
897
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignServingStatus enum
898
+ def self.campaign_serving_status
899
+ require "google/ads/google_ads/v2/enums/campaign_serving_status_pb.rb"
900
+ Google::Ads::GoogleAds::V2::Enums::CampaignServingStatusEnum::CampaignServingStatus.descriptor
1021
901
  end
1022
902
 
1023
- # Returns the descriptor for the SimulationModificationMethod enum
903
+ # Returns the descriptor for the CampaignStatus enum
1024
904
  #
1025
- # @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
1026
- def self.simulation_modification_method
1027
- require "google/ads/google_ads/v2/enums/simulation_modification_method_pb.rb"
1028
- Google::Ads::GoogleAds::V2::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
905
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignStatus enum
906
+ def self.campaign_status
907
+ require "google/ads/google_ads/v2/enums/campaign_status_pb.rb"
908
+ Google::Ads::GoogleAds::V2::Enums::CampaignStatusEnum::CampaignStatus.descriptor
1029
909
  end
1030
910
 
1031
- # Returns the descriptor for the SimulationType enum
911
+ # Returns the descriptor for the NegativeGeoTargetType enum
1032
912
  #
1033
- # @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
1034
- def self.simulation_type
1035
- require "google/ads/google_ads/v2/enums/simulation_type_pb.rb"
1036
- Google::Ads::GoogleAds::V2::Enums::SimulationTypeEnum::SimulationType.descriptor
913
+ # @return [Google::Protobuf::EnumDescriptor] for the NegativeGeoTargetType enum
914
+ def self.negative_geo_target_type
915
+ require "google/ads/google_ads/v2/enums/negative_geo_target_type_pb.rb"
916
+ Google::Ads::GoogleAds::V2::Enums::NegativeGeoTargetTypeEnum::NegativeGeoTargetType.descriptor
1037
917
  end
1038
918
 
1039
- # Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
919
+ # Returns the descriptor for the PaymentMode enum
1040
920
  #
1041
- # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
1042
- def self.affiliate_location_feed_relationship_type
1043
- require "google/ads/google_ads/v2/enums/affiliate_location_feed_relationship_type_pb.rb"
1044
- Google::Ads::GoogleAds::V2::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
921
+ # @return [Google::Protobuf::EnumDescriptor] for the PaymentMode enum
922
+ def self.payment_mode
923
+ require "google/ads/google_ads/v2/enums/payment_mode_pb.rb"
924
+ Google::Ads::GoogleAds::V2::Enums::PaymentModeEnum::PaymentMode.descriptor
1045
925
  end
1046
926
 
1047
- # Returns the descriptor for the FeedAttributeType enum
927
+ # Returns the descriptor for the PositiveGeoTargetType enum
1048
928
  #
1049
- # @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
1050
- def self.feed_attribute_type
1051
- require "google/ads/google_ads/v2/enums/feed_attribute_type_pb.rb"
1052
- Google::Ads::GoogleAds::V2::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
929
+ # @return [Google::Protobuf::EnumDescriptor] for the PositiveGeoTargetType enum
930
+ def self.positive_geo_target_type
931
+ require "google/ads/google_ads/v2/enums/positive_geo_target_type_pb.rb"
932
+ Google::Ads::GoogleAds::V2::Enums::PositiveGeoTargetTypeEnum::PositiveGeoTargetType.descriptor
1053
933
  end
1054
934
 
1055
- # Returns the descriptor for the FeedOrigin enum
935
+ # Returns the descriptor for the VanityPharmaDisplayUrlMode enum
1056
936
  #
1057
- # @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
1058
- def self.feed_origin
1059
- require "google/ads/google_ads/v2/enums/feed_origin_pb.rb"
1060
- Google::Ads::GoogleAds::V2::Enums::FeedOriginEnum::FeedOrigin.descriptor
937
+ # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaDisplayUrlMode enum
938
+ def self.vanity_pharma_display_url_mode
939
+ require "google/ads/google_ads/v2/enums/vanity_pharma_display_url_mode_pb.rb"
940
+ Google::Ads::GoogleAds::V2::Enums::VanityPharmaDisplayUrlModeEnum::VanityPharmaDisplayUrlMode.descriptor
1061
941
  end
1062
942
 
1063
- # Returns the descriptor for the FeedStatus enum
943
+ # Returns the descriptor for the VanityPharmaText enum
1064
944
  #
1065
- # @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
1066
- def self.feed_status
1067
- require "google/ads/google_ads/v2/enums/feed_status_pb.rb"
1068
- Google::Ads::GoogleAds::V2::Enums::FeedStatusEnum::FeedStatus.descriptor
945
+ # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaText enum
946
+ def self.vanity_pharma_text
947
+ require "google/ads/google_ads/v2/enums/vanity_pharma_text_pb.rb"
948
+ Google::Ads::GoogleAds::V2::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
1069
949
  end
1070
950
 
1071
- # Returns the descriptor for the Operator enum
951
+ # Returns the descriptor for the InvoiceType enum
1072
952
  #
1073
- # @return [Google::Protobuf::EnumDescriptor] for the Operator enum
1074
- def self.operator
1075
- require "google/ads/google_ads/v2/resources/feed_pb.rb"
1076
- Google::Ads::GoogleAds::V2::Resources::FeedAttributeOperation::Operator.descriptor
953
+ # @return [Google::Protobuf::EnumDescriptor] for the InvoiceType enum
954
+ def self.invoice_type
955
+ require "google/ads/google_ads/v2/enums/invoice_type_pb.rb"
956
+ Google::Ads::GoogleAds::V2::Enums::InvoiceTypeEnum::InvoiceType.descriptor
1077
957
  end
1078
958
 
1079
959
  # Returns the descriptor for the SharedSetStatus enum
@@ -1092,20 +972,12 @@ module Google
1092
972
  Google::Ads::GoogleAds::V2::Enums::SharedSetTypeEnum::SharedSetType.descriptor
1093
973
  end
1094
974
 
1095
- # Returns the descriptor for the PageOnePromotedStrategyGoal enum
1096
- #
1097
- # @return [Google::Protobuf::EnumDescriptor] for the PageOnePromotedStrategyGoal enum
1098
- def self.page_one_promoted_strategy_goal
1099
- require "google/ads/google_ads/v2/enums/page_one_promoted_strategy_goal_pb.rb"
1100
- Google::Ads::GoogleAds::V2::Enums::PageOnePromotedStrategyGoalEnum::PageOnePromotedStrategyGoal.descriptor
1101
- end
1102
-
1103
- # Returns the descriptor for the TargetImpressionShareLocation enum
975
+ # Returns the descriptor for the OperatingSystemVersionOperatorType enum
1104
976
  #
1105
- # @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
1106
- def self.target_impression_share_location
1107
- require "google/ads/google_ads/v2/enums/target_impression_share_location_pb.rb"
1108
- Google::Ads::GoogleAds::V2::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
977
+ # @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
978
+ def self.operating_system_version_operator_type
979
+ require "google/ads/google_ads/v2/enums/operating_system_version_operator_type_pb.rb"
980
+ Google::Ads::GoogleAds::V2::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
1109
981
  end
1110
982
 
1111
983
  # Returns the descriptor for the BiddingStrategyStatus enum
@@ -1116,22 +988,6 @@ module Google
1116
988
  Google::Ads::GoogleAds::V2::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
1117
989
  end
1118
990
 
1119
- # Returns the descriptor for the BiddingStrategyType enum
1120
- #
1121
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyType enum
1122
- def self.bidding_strategy_type
1123
- require "google/ads/google_ads/v2/enums/bidding_strategy_type_pb.rb"
1124
- Google::Ads::GoogleAds::V2::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
1125
- end
1126
-
1127
- # Returns the descriptor for the BidModifierSource enum
1128
- #
1129
- # @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
1130
- def self.bid_modifier_source
1131
- require "google/ads/google_ads/v2/enums/bid_modifier_source_pb.rb"
1132
- Google::Ads::GoogleAds::V2::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
1133
- end
1134
-
1135
991
  # Returns the descriptor for the CustomerMatchUploadKeyType enum
1136
992
  #
1137
993
  # @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
@@ -1252,676 +1108,652 @@ module Google
1252
1108
  Google::Ads::GoogleAds::V2::Enums::UserListTypeEnum::UserListType.descriptor
1253
1109
  end
1254
1110
 
1255
- # Returns the descriptor for the AdGroupCriterionApprovalStatus enum
1256
- #
1257
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
1258
- def self.ad_group_criterion_approval_status
1259
- require "google/ads/google_ads/v2/enums/ad_group_criterion_approval_status_pb.rb"
1260
- Google::Ads::GoogleAds::V2::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
1261
- end
1262
-
1263
- # Returns the descriptor for the AdGroupCriterionStatus enum
1264
- #
1265
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
1266
- def self.ad_group_criterion_status
1267
- require "google/ads/google_ads/v2/enums/ad_group_criterion_status_pb.rb"
1268
- Google::Ads::GoogleAds::V2::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
1269
- end
1270
-
1271
- # Returns the descriptor for the BiddingSource enum
1272
- #
1273
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
1274
- def self.bidding_source
1275
- require "google/ads/google_ads/v2/enums/bidding_source_pb.rb"
1276
- Google::Ads::GoogleAds::V2::Enums::BiddingSourceEnum::BiddingSource.descriptor
1277
- end
1278
-
1279
- # Returns the descriptor for the CriterionSystemServingStatus enum
1111
+ # Returns the descriptor for the GeoTargetConstantStatus enum
1280
1112
  #
1281
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
1282
- def self.criterion_system_serving_status
1283
- require "google/ads/google_ads/v2/enums/criterion_system_serving_status_pb.rb"
1284
- Google::Ads::GoogleAds::V2::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
1113
+ # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
1114
+ def self.geo_target_constant_status
1115
+ require "google/ads/google_ads/v2/enums/geo_target_constant_status_pb.rb"
1116
+ Google::Ads::GoogleAds::V2::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
1285
1117
  end
1286
1118
 
1287
- # Returns the descriptor for the QualityScoreBucket enum
1119
+ # Returns the descriptor for the GoogleAdsFieldCategory enum
1288
1120
  #
1289
- # @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
1290
- def self.quality_score_bucket
1291
- require "google/ads/google_ads/v2/enums/quality_score_bucket_pb.rb"
1292
- Google::Ads::GoogleAds::V2::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
1121
+ # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
1122
+ def self.google_ads_field_category
1123
+ require "google/ads/google_ads/v2/enums/google_ads_field_category_pb.rb"
1124
+ Google::Ads::GoogleAds::V2::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
1293
1125
  end
1294
1126
 
1295
- # Returns the descriptor for the FeedItemTargetType enum
1127
+ # Returns the descriptor for the GoogleAdsFieldDataType enum
1296
1128
  #
1297
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
1298
- def self.feed_item_target_type
1299
- require "google/ads/google_ads/v2/enums/feed_item_target_type_pb.rb"
1300
- Google::Ads::GoogleAds::V2::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
1129
+ # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
1130
+ def self.google_ads_field_data_type
1131
+ require "google/ads/google_ads/v2/enums/google_ads_field_data_type_pb.rb"
1132
+ Google::Ads::GoogleAds::V2::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
1301
1133
  end
1302
1134
 
1303
- # Returns the descriptor for the MerchantCenterLinkStatus enum
1135
+ # Returns the descriptor for the BudgetDeliveryMethod enum
1304
1136
  #
1305
- # @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
1306
- def self.merchant_center_link_status
1307
- require "google/ads/google_ads/v2/enums/merchant_center_link_status_pb.rb"
1308
- Google::Ads::GoogleAds::V2::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
1137
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
1138
+ def self.budget_delivery_method
1139
+ require "google/ads/google_ads/v2/enums/budget_delivery_method_pb.rb"
1140
+ Google::Ads::GoogleAds::V2::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
1309
1141
  end
1310
1142
 
1311
- # Returns the descriptor for the CampaignDraftStatus enum
1143
+ # Returns the descriptor for the BudgetPeriod enum
1312
1144
  #
1313
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
1314
- def self.campaign_draft_status
1315
- require "google/ads/google_ads/v2/enums/campaign_draft_status_pb.rb"
1316
- Google::Ads::GoogleAds::V2::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
1145
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
1146
+ def self.budget_period
1147
+ require "google/ads/google_ads/v2/enums/budget_period_pb.rb"
1148
+ Google::Ads::GoogleAds::V2::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
1317
1149
  end
1318
1150
 
1319
- # Returns the descriptor for the TargetingDimension enum
1320
- #
1321
- # @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
1322
- def self.targeting_dimension
1323
- require "google/ads/google_ads/v2/enums/targeting_dimension_pb.rb"
1324
- Google::Ads::GoogleAds::V2::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
1151
+ # Returns the descriptor for the BudgetStatus enum
1152
+ #
1153
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
1154
+ def self.budget_status
1155
+ require "google/ads/google_ads/v2/enums/budget_status_pb.rb"
1156
+ Google::Ads::GoogleAds::V2::Enums::BudgetStatusEnum::BudgetStatus.descriptor
1325
1157
  end
1326
1158
 
1327
- # Returns the descriptor for the AdGroupAdRotationMode enum
1159
+ # Returns the descriptor for the BudgetType enum
1328
1160
  #
1329
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
1330
- def self.ad_group_ad_rotation_mode
1331
- require "google/ads/google_ads/v2/enums/ad_group_ad_rotation_mode_pb.rb"
1332
- Google::Ads::GoogleAds::V2::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
1161
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
1162
+ def self.budget_type
1163
+ require "google/ads/google_ads/v2/enums/budget_type_pb.rb"
1164
+ Google::Ads::GoogleAds::V2::Enums::BudgetTypeEnum::BudgetType.descriptor
1333
1165
  end
1334
1166
 
1335
- # Returns the descriptor for the AdGroupStatus enum
1167
+ # Returns the descriptor for the TrackingCodePageFormat enum
1336
1168
  #
1337
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
1338
- def self.ad_group_status
1339
- require "google/ads/google_ads/v2/enums/ad_group_status_pb.rb"
1340
- Google::Ads::GoogleAds::V2::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
1169
+ # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
1170
+ def self.tracking_code_page_format
1171
+ require "google/ads/google_ads/v2/enums/tracking_code_page_format_pb.rb"
1172
+ Google::Ads::GoogleAds::V2::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
1341
1173
  end
1342
1174
 
1343
- # Returns the descriptor for the AdGroupType enum
1175
+ # Returns the descriptor for the TrackingCodeType enum
1344
1176
  #
1345
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
1346
- def self.ad_group_type
1347
- require "google/ads/google_ads/v2/enums/ad_group_type_pb.rb"
1348
- Google::Ads::GoogleAds::V2::Enums::AdGroupTypeEnum::AdGroupType.descriptor
1177
+ # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
1178
+ def self.tracking_code_type
1179
+ require "google/ads/google_ads/v2/enums/tracking_code_type_pb.rb"
1180
+ Google::Ads::GoogleAds::V2::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
1349
1181
  end
1350
1182
 
1351
- # Returns the descriptor for the LabelStatus enum
1183
+ # Returns the descriptor for the CampaignDraftStatus enum
1352
1184
  #
1353
- # @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
1354
- def self.label_status
1355
- require "google/ads/google_ads/v2/enums/label_status_pb.rb"
1356
- Google::Ads::GoogleAds::V2::Enums::LabelStatusEnum::LabelStatus.descriptor
1185
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
1186
+ def self.campaign_draft_status
1187
+ require "google/ads/google_ads/v2/enums/campaign_draft_status_pb.rb"
1188
+ Google::Ads::GoogleAds::V2::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
1357
1189
  end
1358
1190
 
1359
- # Returns the descriptor for the FeedItemQualityApprovalStatus enum
1191
+ # Returns the descriptor for the MutateJobStatus enum
1360
1192
  #
1361
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
1362
- def self.feed_item_quality_approval_status
1363
- require "google/ads/google_ads/v2/enums/feed_item_quality_approval_status_pb.rb"
1364
- Google::Ads::GoogleAds::V2::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
1193
+ # @return [Google::Protobuf::EnumDescriptor] for the MutateJobStatus enum
1194
+ def self.mutate_job_status
1195
+ require "google/ads/google_ads/v2/enums/mutate_job_status_pb.rb"
1196
+ Google::Ads::GoogleAds::V2::Enums::MutateJobStatusEnum::MutateJobStatus.descriptor
1365
1197
  end
1366
1198
 
1367
- # Returns the descriptor for the FeedItemQualityDisapprovalReason enum
1199
+ # Returns the descriptor for the MediaType enum
1368
1200
  #
1369
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
1370
- def self.feed_item_quality_disapproval_reason
1371
- require "google/ads/google_ads/v2/enums/feed_item_quality_disapproval_reason_pb.rb"
1372
- Google::Ads::GoogleAds::V2::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
1201
+ # @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
1202
+ def self.media_type
1203
+ require "google/ads/google_ads/v2/enums/media_type_pb.rb"
1204
+ Google::Ads::GoogleAds::V2::Enums::MediaTypeEnum::MediaType.descriptor
1373
1205
  end
1374
1206
 
1375
- # Returns the descriptor for the FeedItemValidationStatus enum
1207
+ # Returns the descriptor for the CampaignExperimentStatus enum
1376
1208
  #
1377
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
1378
- def self.feed_item_validation_status
1379
- require "google/ads/google_ads/v2/enums/feed_item_validation_status_pb.rb"
1380
- Google::Ads::GoogleAds::V2::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
1209
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentStatus enum
1210
+ def self.campaign_experiment_status
1211
+ require "google/ads/google_ads/v2/enums/campaign_experiment_status_pb.rb"
1212
+ Google::Ads::GoogleAds::V2::Enums::CampaignExperimentStatusEnum::CampaignExperimentStatus.descriptor
1381
1213
  end
1382
1214
 
1383
- # Returns the descriptor for the GeoTargetingRestriction enum
1215
+ # Returns the descriptor for the CampaignExperimentTrafficSplitType enum
1384
1216
  #
1385
- # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
1386
- def self.geo_targeting_restriction
1387
- require "google/ads/google_ads/v2/enums/geo_targeting_restriction_pb.rb"
1388
- Google::Ads::GoogleAds::V2::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
1217
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentTrafficSplitType enum
1218
+ def self.campaign_experiment_traffic_split_type
1219
+ require "google/ads/google_ads/v2/enums/campaign_experiment_traffic_split_type_pb.rb"
1220
+ Google::Ads::GoogleAds::V2::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
1389
1221
  end
1390
1222
 
1391
- # Returns the descriptor for the FeedItemValidationError enum
1223
+ # Returns the descriptor for the ProductBiddingCategoryStatus enum
1392
1224
  #
1393
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
1394
- def self.feed_item_validation_error
1395
- require "google/ads/google_ads/v2/errors/feed_item_validation_error_pb.rb"
1396
- Google::Ads::GoogleAds::V2::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
1225
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
1226
+ def self.product_bidding_category_status
1227
+ require "google/ads/google_ads/v2/enums/product_bidding_category_status_pb.rb"
1228
+ Google::Ads::GoogleAds::V2::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
1397
1229
  end
1398
1230
 
1399
- # Returns the descriptor for the AccountBudgetProposalStatus enum
1231
+ # Returns the descriptor for the AdCustomizerPlaceholderField enum
1400
1232
  #
1401
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
1402
- def self.account_budget_proposal_status
1403
- require "google/ads/google_ads/v2/enums/account_budget_proposal_status_pb.rb"
1404
- Google::Ads::GoogleAds::V2::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
1233
+ # @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
1234
+ def self.ad_customizer_placeholder_field
1235
+ require "google/ads/google_ads/v2/enums/ad_customizer_placeholder_field_pb.rb"
1236
+ Google::Ads::GoogleAds::V2::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
1405
1237
  end
1406
1238
 
1407
- # Returns the descriptor for the AccountBudgetProposalType enum
1239
+ # Returns the descriptor for the AffiliateLocationPlaceholderField enum
1408
1240
  #
1409
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
1410
- def self.account_budget_proposal_type
1411
- require "google/ads/google_ads/v2/enums/account_budget_proposal_type_pb.rb"
1412
- Google::Ads::GoogleAds::V2::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
1241
+ # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
1242
+ def self.affiliate_location_placeholder_field
1243
+ require "google/ads/google_ads/v2/enums/affiliate_location_placeholder_field_pb.rb"
1244
+ Google::Ads::GoogleAds::V2::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
1413
1245
  end
1414
1246
 
1415
- # Returns the descriptor for the SpendingLimitType enum
1247
+ # Returns the descriptor for the AppPlaceholderField enum
1416
1248
  #
1417
- # @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
1418
- def self.spending_limit_type
1419
- require "google/ads/google_ads/v2/enums/spending_limit_type_pb.rb"
1420
- Google::Ads::GoogleAds::V2::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
1249
+ # @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
1250
+ def self.app_placeholder_field
1251
+ require "google/ads/google_ads/v2/enums/app_placeholder_field_pb.rb"
1252
+ Google::Ads::GoogleAds::V2::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
1421
1253
  end
1422
1254
 
1423
- # Returns the descriptor for the KeywordPlanNetwork enum
1255
+ # Returns the descriptor for the CallPlaceholderField enum
1424
1256
  #
1425
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
1426
- def self.keyword_plan_network
1427
- require "google/ads/google_ads/v2/enums/keyword_plan_network_pb.rb"
1428
- Google::Ads::GoogleAds::V2::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
1257
+ # @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
1258
+ def self.call_placeholder_field
1259
+ require "google/ads/google_ads/v2/enums/call_placeholder_field_pb.rb"
1260
+ Google::Ads::GoogleAds::V2::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
1429
1261
  end
1430
1262
 
1431
- # Returns the descriptor for the AccountBudgetStatus enum
1263
+ # Returns the descriptor for the CalloutPlaceholderField enum
1432
1264
  #
1433
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
1434
- def self.account_budget_status
1435
- require "google/ads/google_ads/v2/enums/account_budget_status_pb.rb"
1436
- Google::Ads::GoogleAds::V2::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
1265
+ # @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
1266
+ def self.callout_placeholder_field
1267
+ require "google/ads/google_ads/v2/enums/callout_placeholder_field_pb.rb"
1268
+ Google::Ads::GoogleAds::V2::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
1437
1269
  end
1438
1270
 
1439
- # Returns the descriptor for the FrequencyCapEventType enum
1271
+ # Returns the descriptor for the CustomPlaceholderField enum
1440
1272
  #
1441
- # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapEventType enum
1442
- def self.frequency_cap_event_type
1443
- require "google/ads/google_ads/v2/enums/frequency_cap_event_type_pb.rb"
1444
- Google::Ads::GoogleAds::V2::Enums::FrequencyCapEventTypeEnum::FrequencyCapEventType.descriptor
1273
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
1274
+ def self.custom_placeholder_field
1275
+ require "google/ads/google_ads/v2/enums/custom_placeholder_field_pb.rb"
1276
+ Google::Ads::GoogleAds::V2::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
1445
1277
  end
1446
1278
 
1447
- # Returns the descriptor for the FrequencyCapLevel enum
1279
+ # Returns the descriptor for the DsaPageFeedCriterionField enum
1448
1280
  #
1449
- # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapLevel enum
1450
- def self.frequency_cap_level
1451
- require "google/ads/google_ads/v2/enums/frequency_cap_level_pb.rb"
1452
- Google::Ads::GoogleAds::V2::Enums::FrequencyCapLevelEnum::FrequencyCapLevel.descriptor
1281
+ # @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
1282
+ def self.dsa_page_feed_criterion_field
1283
+ require "google/ads/google_ads/v2/enums/dsa_page_feed_criterion_field_pb.rb"
1284
+ Google::Ads::GoogleAds::V2::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
1453
1285
  end
1454
1286
 
1455
- # Returns the descriptor for the FrequencyCapTimeUnit enum
1287
+ # Returns the descriptor for the EducationPlaceholderField enum
1456
1288
  #
1457
- # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapTimeUnit enum
1458
- def self.frequency_cap_time_unit
1459
- require "google/ads/google_ads/v2/enums/frequency_cap_time_unit_pb.rb"
1460
- Google::Ads::GoogleAds::V2::Enums::FrequencyCapTimeUnitEnum::FrequencyCapTimeUnit.descriptor
1289
+ # @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
1290
+ def self.education_placeholder_field
1291
+ require "google/ads/google_ads/v2/enums/education_placeholder_field_pb.rb"
1292
+ Google::Ads::GoogleAds::V2::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
1461
1293
  end
1462
1294
 
1463
- # Returns the descriptor for the AdServingOptimizationStatus enum
1295
+ # Returns the descriptor for the FeedMappingCriterionType enum
1464
1296
  #
1465
- # @return [Google::Protobuf::EnumDescriptor] for the AdServingOptimizationStatus enum
1466
- def self.ad_serving_optimization_status
1467
- require "google/ads/google_ads/v2/enums/ad_serving_optimization_status_pb.rb"
1468
- Google::Ads::GoogleAds::V2::Enums::AdServingOptimizationStatusEnum::AdServingOptimizationStatus.descriptor
1297
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
1298
+ def self.feed_mapping_criterion_type
1299
+ require "google/ads/google_ads/v2/enums/feed_mapping_criterion_type_pb.rb"
1300
+ Google::Ads::GoogleAds::V2::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
1469
1301
  end
1470
1302
 
1471
- # Returns the descriptor for the AppCampaignAppStore enum
1303
+ # Returns the descriptor for the FeedMappingStatus enum
1472
1304
  #
1473
- # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignAppStore enum
1474
- def self.app_campaign_app_store
1475
- require "google/ads/google_ads/v2/enums/app_campaign_app_store_pb.rb"
1476
- Google::Ads::GoogleAds::V2::Enums::AppCampaignAppStoreEnum::AppCampaignAppStore.descriptor
1305
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
1306
+ def self.feed_mapping_status
1307
+ require "google/ads/google_ads/v2/enums/feed_mapping_status_pb.rb"
1308
+ Google::Ads::GoogleAds::V2::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
1477
1309
  end
1478
1310
 
1479
- # Returns the descriptor for the AppCampaignBiddingStrategyGoalType enum
1311
+ # Returns the descriptor for the FlightPlaceholderField enum
1480
1312
  #
1481
- # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignBiddingStrategyGoalType enum
1482
- def self.app_campaign_bidding_strategy_goal_type
1483
- require "google/ads/google_ads/v2/enums/app_campaign_bidding_strategy_goal_type_pb.rb"
1484
- Google::Ads::GoogleAds::V2::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
1313
+ # @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
1314
+ def self.flight_placeholder_field
1315
+ require "google/ads/google_ads/v2/enums/flight_placeholder_field_pb.rb"
1316
+ Google::Ads::GoogleAds::V2::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
1485
1317
  end
1486
1318
 
1487
- # Returns the descriptor for the BrandSafetySuitability enum
1319
+ # Returns the descriptor for the HotelPlaceholderField enum
1488
1320
  #
1489
- # @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
1490
- def self.brand_safety_suitability
1491
- require "google/ads/google_ads/v2/enums/brand_safety_suitability_pb.rb"
1492
- Google::Ads::GoogleAds::V2::Enums::BrandSafetySuitabilityEnum::BrandSafetySuitability.descriptor
1321
+ # @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
1322
+ def self.hotel_placeholder_field
1323
+ require "google/ads/google_ads/v2/enums/hotel_placeholder_field_pb.rb"
1324
+ Google::Ads::GoogleAds::V2::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
1493
1325
  end
1494
1326
 
1495
- # Returns the descriptor for the CampaignExperimentType enum
1327
+ # Returns the descriptor for the JobPlaceholderField enum
1496
1328
  #
1497
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentType enum
1498
- def self.campaign_experiment_type
1499
- require "google/ads/google_ads/v2/enums/campaign_experiment_type_pb.rb"
1500
- Google::Ads::GoogleAds::V2::Enums::CampaignExperimentTypeEnum::CampaignExperimentType.descriptor
1329
+ # @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
1330
+ def self.job_placeholder_field
1331
+ require "google/ads/google_ads/v2/enums/job_placeholder_field_pb.rb"
1332
+ Google::Ads::GoogleAds::V2::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
1501
1333
  end
1502
1334
 
1503
- # Returns the descriptor for the CampaignServingStatus enum
1335
+ # Returns the descriptor for the LocalPlaceholderField enum
1504
1336
  #
1505
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignServingStatus enum
1506
- def self.campaign_serving_status
1507
- require "google/ads/google_ads/v2/enums/campaign_serving_status_pb.rb"
1508
- Google::Ads::GoogleAds::V2::Enums::CampaignServingStatusEnum::CampaignServingStatus.descriptor
1337
+ # @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
1338
+ def self.local_placeholder_field
1339
+ require "google/ads/google_ads/v2/enums/local_placeholder_field_pb.rb"
1340
+ Google::Ads::GoogleAds::V2::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
1509
1341
  end
1510
1342
 
1511
- # Returns the descriptor for the CampaignStatus enum
1343
+ # Returns the descriptor for the LocationExtensionTargetingCriterionField enum
1512
1344
  #
1513
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignStatus enum
1514
- def self.campaign_status
1515
- require "google/ads/google_ads/v2/enums/campaign_status_pb.rb"
1516
- Google::Ads::GoogleAds::V2::Enums::CampaignStatusEnum::CampaignStatus.descriptor
1345
+ # @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
1346
+ def self.location_extension_targeting_criterion_field
1347
+ require "google/ads/google_ads/v2/enums/location_extension_targeting_criterion_field_pb.rb"
1348
+ Google::Ads::GoogleAds::V2::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
1517
1349
  end
1518
1350
 
1519
- # Returns the descriptor for the NegativeGeoTargetType enum
1351
+ # Returns the descriptor for the LocationPlaceholderField enum
1520
1352
  #
1521
- # @return [Google::Protobuf::EnumDescriptor] for the NegativeGeoTargetType enum
1522
- def self.negative_geo_target_type
1523
- require "google/ads/google_ads/v2/enums/negative_geo_target_type_pb.rb"
1524
- Google::Ads::GoogleAds::V2::Enums::NegativeGeoTargetTypeEnum::NegativeGeoTargetType.descriptor
1353
+ # @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
1354
+ def self.location_placeholder_field
1355
+ require "google/ads/google_ads/v2/enums/location_placeholder_field_pb.rb"
1356
+ Google::Ads::GoogleAds::V2::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
1525
1357
  end
1526
1358
 
1527
- # Returns the descriptor for the PaymentMode enum
1359
+ # Returns the descriptor for the MessagePlaceholderField enum
1528
1360
  #
1529
- # @return [Google::Protobuf::EnumDescriptor] for the PaymentMode enum
1530
- def self.payment_mode
1531
- require "google/ads/google_ads/v2/enums/payment_mode_pb.rb"
1532
- Google::Ads::GoogleAds::V2::Enums::PaymentModeEnum::PaymentMode.descriptor
1361
+ # @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
1362
+ def self.message_placeholder_field
1363
+ require "google/ads/google_ads/v2/enums/message_placeholder_field_pb.rb"
1364
+ Google::Ads::GoogleAds::V2::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
1533
1365
  end
1534
1366
 
1535
- # Returns the descriptor for the PositiveGeoTargetType enum
1367
+ # Returns the descriptor for the PricePlaceholderField enum
1536
1368
  #
1537
- # @return [Google::Protobuf::EnumDescriptor] for the PositiveGeoTargetType enum
1538
- def self.positive_geo_target_type
1539
- require "google/ads/google_ads/v2/enums/positive_geo_target_type_pb.rb"
1540
- Google::Ads::GoogleAds::V2::Enums::PositiveGeoTargetTypeEnum::PositiveGeoTargetType.descriptor
1369
+ # @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
1370
+ def self.price_placeholder_field
1371
+ require "google/ads/google_ads/v2/enums/price_placeholder_field_pb.rb"
1372
+ Google::Ads::GoogleAds::V2::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
1541
1373
  end
1542
1374
 
1543
- # Returns the descriptor for the VanityPharmaDisplayUrlMode enum
1375
+ # Returns the descriptor for the PromotionPlaceholderField enum
1544
1376
  #
1545
- # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaDisplayUrlMode enum
1546
- def self.vanity_pharma_display_url_mode
1547
- require "google/ads/google_ads/v2/enums/vanity_pharma_display_url_mode_pb.rb"
1548
- Google::Ads::GoogleAds::V2::Enums::VanityPharmaDisplayUrlModeEnum::VanityPharmaDisplayUrlMode.descriptor
1377
+ # @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
1378
+ def self.promotion_placeholder_field
1379
+ require "google/ads/google_ads/v2/enums/promotion_placeholder_field_pb.rb"
1380
+ Google::Ads::GoogleAds::V2::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
1549
1381
  end
1550
1382
 
1551
- # Returns the descriptor for the VanityPharmaText enum
1383
+ # Returns the descriptor for the RealEstatePlaceholderField enum
1552
1384
  #
1553
- # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaText enum
1554
- def self.vanity_pharma_text
1555
- require "google/ads/google_ads/v2/enums/vanity_pharma_text_pb.rb"
1556
- Google::Ads::GoogleAds::V2::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
1385
+ # @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
1386
+ def self.real_estate_placeholder_field
1387
+ require "google/ads/google_ads/v2/enums/real_estate_placeholder_field_pb.rb"
1388
+ Google::Ads::GoogleAds::V2::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
1557
1389
  end
1558
1390
 
1559
- # Returns the descriptor for the ReachPlanAdLength enum
1391
+ # Returns the descriptor for the SitelinkPlaceholderField enum
1560
1392
  #
1561
- # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAdLength enum
1562
- def self.reach_plan_ad_length
1563
- require "google/ads/google_ads/v2/enums/reach_plan_ad_length_pb.rb"
1564
- Google::Ads::GoogleAds::V2::Enums::ReachPlanAdLengthEnum::ReachPlanAdLength.descriptor
1393
+ # @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
1394
+ def self.sitelink_placeholder_field
1395
+ require "google/ads/google_ads/v2/enums/sitelink_placeholder_field_pb.rb"
1396
+ Google::Ads::GoogleAds::V2::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
1565
1397
  end
1566
1398
 
1567
- # Returns the descriptor for the ReachPlanAgeRange enum
1399
+ # Returns the descriptor for the StructuredSnippetPlaceholderField enum
1568
1400
  #
1569
- # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
1570
- def self.reach_plan_age_range
1571
- require "google/ads/google_ads/v2/enums/reach_plan_age_range_pb.rb"
1572
- Google::Ads::GoogleAds::V2::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
1401
+ # @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
1402
+ def self.structured_snippet_placeholder_field
1403
+ require "google/ads/google_ads/v2/enums/structured_snippet_placeholder_field_pb.rb"
1404
+ Google::Ads::GoogleAds::V2::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
1573
1405
  end
1574
1406
 
1575
- # Returns the descriptor for the ConversionAdjustmentType enum
1407
+ # Returns the descriptor for the TravelPlaceholderField enum
1576
1408
  #
1577
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
1578
- def self.conversion_adjustment_type
1579
- require "google/ads/google_ads/v2/enums/conversion_adjustment_type_pb.rb"
1580
- Google::Ads::GoogleAds::V2::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
1409
+ # @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
1410
+ def self.travel_placeholder_field
1411
+ require "google/ads/google_ads/v2/enums/travel_placeholder_field_pb.rb"
1412
+ Google::Ads::GoogleAds::V2::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
1581
1413
  end
1582
1414
 
1583
- # Returns the descriptor for the AccessRole enum
1415
+ # Returns the descriptor for the DistanceBucket enum
1584
1416
  #
1585
- # @return [Google::Protobuf::EnumDescriptor] for the AccessRole enum
1586
- def self.access_role
1587
- require "google/ads/google_ads/v2/enums/access_role_pb.rb"
1588
- Google::Ads::GoogleAds::V2::Enums::AccessRoleEnum::AccessRole.descriptor
1417
+ # @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
1418
+ def self.distance_bucket
1419
+ require "google/ads/google_ads/v2/enums/distance_bucket_pb.rb"
1420
+ Google::Ads::GoogleAds::V2::Enums::DistanceBucketEnum::DistanceBucket.descriptor
1589
1421
  end
1590
1422
 
1591
- # Returns the descriptor for the InteractionEventType enum
1423
+ # Returns the descriptor for the ChangeStatusOperation enum
1592
1424
  #
1593
- # @return [Google::Protobuf::EnumDescriptor] for the InteractionEventType enum
1594
- def self.interaction_event_type
1595
- require "google/ads/google_ads/v2/enums/interaction_event_type_pb.rb"
1596
- Google::Ads::GoogleAds::V2::Enums::InteractionEventTypeEnum::InteractionEventType.descriptor
1425
+ # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
1426
+ def self.change_status_operation
1427
+ require "google/ads/google_ads/v2/enums/change_status_operation_pb.rb"
1428
+ Google::Ads::GoogleAds::V2::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
1597
1429
  end
1598
1430
 
1599
- # Returns the descriptor for the AdNetworkType enum
1431
+ # Returns the descriptor for the ChangeStatusResourceType enum
1600
1432
  #
1601
- # @return [Google::Protobuf::EnumDescriptor] for the AdNetworkType enum
1602
- def self.ad_network_type
1603
- require "google/ads/google_ads/v2/enums/ad_network_type_pb.rb"
1604
- Google::Ads::GoogleAds::V2::Enums::AdNetworkTypeEnum::AdNetworkType.descriptor
1433
+ # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
1434
+ def self.change_status_resource_type
1435
+ require "google/ads/google_ads/v2/enums/change_status_resource_type_pb.rb"
1436
+ Google::Ads::GoogleAds::V2::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
1605
1437
  end
1606
1438
 
1607
- # Returns the descriptor for the ClickType enum
1439
+ # Returns the descriptor for the AdGroupAdStatus enum
1608
1440
  #
1609
- # @return [Google::Protobuf::EnumDescriptor] for the ClickType enum
1610
- def self.click_type
1611
- require "google/ads/google_ads/v2/enums/click_type_pb.rb"
1612
- Google::Ads::GoogleAds::V2::Enums::ClickTypeEnum::ClickType.descriptor
1441
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
1442
+ def self.ad_group_ad_status
1443
+ require "google/ads/google_ads/v2/enums/ad_group_ad_status_pb.rb"
1444
+ Google::Ads::GoogleAds::V2::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
1613
1445
  end
1614
1446
 
1615
- # Returns the descriptor for the ConversionAttributionEventType enum
1447
+ # Returns the descriptor for the AdStrength enum
1616
1448
  #
1617
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionAttributionEventType enum
1618
- def self.conversion_attribution_event_type
1619
- require "google/ads/google_ads/v2/enums/conversion_attribution_event_type_pb.rb"
1620
- Google::Ads::GoogleAds::V2::Enums::ConversionAttributionEventTypeEnum::ConversionAttributionEventType.descriptor
1449
+ # @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
1450
+ def self.ad_strength
1451
+ require "google/ads/google_ads/v2/enums/ad_strength_pb.rb"
1452
+ Google::Ads::GoogleAds::V2::Enums::AdStrengthEnum::AdStrength.descriptor
1621
1453
  end
1622
1454
 
1623
- # Returns the descriptor for the ConversionLagBucket enum
1455
+ # Returns the descriptor for the CustomInterestMemberType enum
1624
1456
  #
1625
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionLagBucket enum
1626
- def self.conversion_lag_bucket
1627
- require "google/ads/google_ads/v2/enums/conversion_lag_bucket_pb.rb"
1628
- Google::Ads::GoogleAds::V2::Enums::ConversionLagBucketEnum::ConversionLagBucket.descriptor
1457
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
1458
+ def self.custom_interest_member_type
1459
+ require "google/ads/google_ads/v2/enums/custom_interest_member_type_pb.rb"
1460
+ Google::Ads::GoogleAds::V2::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
1629
1461
  end
1630
1462
 
1631
- # Returns the descriptor for the ConversionOrAdjustmentLagBucket enum
1463
+ # Returns the descriptor for the CustomInterestStatus enum
1632
1464
  #
1633
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionOrAdjustmentLagBucket enum
1634
- def self.conversion_or_adjustment_lag_bucket
1635
- require "google/ads/google_ads/v2/enums/conversion_or_adjustment_lag_bucket_pb.rb"
1636
- Google::Ads::GoogleAds::V2::Enums::ConversionOrAdjustmentLagBucketEnum::ConversionOrAdjustmentLagBucket.descriptor
1465
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
1466
+ def self.custom_interest_status
1467
+ require "google/ads/google_ads/v2/enums/custom_interest_status_pb.rb"
1468
+ Google::Ads::GoogleAds::V2::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
1637
1469
  end
1638
1470
 
1639
- # Returns the descriptor for the ExternalConversionSource enum
1471
+ # Returns the descriptor for the CustomInterestType enum
1640
1472
  #
1641
- # @return [Google::Protobuf::EnumDescriptor] for the ExternalConversionSource enum
1642
- def self.external_conversion_source
1643
- require "google/ads/google_ads/v2/enums/external_conversion_source_pb.rb"
1644
- Google::Ads::GoogleAds::V2::Enums::ExternalConversionSourceEnum::ExternalConversionSource.descriptor
1473
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
1474
+ def self.custom_interest_type
1475
+ require "google/ads/google_ads/v2/enums/custom_interest_type_pb.rb"
1476
+ Google::Ads::GoogleAds::V2::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
1645
1477
  end
1646
1478
 
1647
- # Returns the descriptor for the HotelRateType enum
1479
+ # Returns the descriptor for the CampaignCriterionStatus enum
1648
1480
  #
1649
- # @return [Google::Protobuf::EnumDescriptor] for the HotelRateType enum
1650
- def self.hotel_rate_type
1651
- require "google/ads/google_ads/v2/enums/hotel_rate_type_pb.rb"
1652
- Google::Ads::GoogleAds::V2::Enums::HotelRateTypeEnum::HotelRateType.descriptor
1481
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
1482
+ def self.campaign_criterion_status
1483
+ require "google/ads/google_ads/v2/enums/campaign_criterion_status_pb.rb"
1484
+ Google::Ads::GoogleAds::V2::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
1653
1485
  end
1654
1486
 
1655
- # Returns the descriptor for the MonthOfYear enum
1487
+ # Returns the descriptor for the GeoTargetingType enum
1656
1488
  #
1657
- # @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
1658
- def self.month_of_year
1659
- require "google/ads/google_ads/v2/enums/month_of_year_pb.rb"
1660
- Google::Ads::GoogleAds::V2::Enums::MonthOfYearEnum::MonthOfYear.descriptor
1489
+ # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
1490
+ def self.geo_targeting_type
1491
+ require "google/ads/google_ads/v2/enums/geo_targeting_type_pb.rb"
1492
+ Google::Ads::GoogleAds::V2::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
1661
1493
  end
1662
1494
 
1663
- # Returns the descriptor for the SearchEngineResultsPageType enum
1495
+ # Returns the descriptor for the AdGroupAdRotationMode enum
1664
1496
  #
1665
- # @return [Google::Protobuf::EnumDescriptor] for the SearchEngineResultsPageType enum
1666
- def self.search_engine_results_page_type
1667
- require "google/ads/google_ads/v2/enums/search_engine_results_page_type_pb.rb"
1668
- Google::Ads::GoogleAds::V2::Enums::SearchEngineResultsPageTypeEnum::SearchEngineResultsPageType.descriptor
1497
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
1498
+ def self.ad_group_ad_rotation_mode
1499
+ require "google/ads/google_ads/v2/enums/ad_group_ad_rotation_mode_pb.rb"
1500
+ Google::Ads::GoogleAds::V2::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
1669
1501
  end
1670
1502
 
1671
- # Returns the descriptor for the SearchTermMatchType enum
1503
+ # Returns the descriptor for the AdGroupStatus enum
1672
1504
  #
1673
- # @return [Google::Protobuf::EnumDescriptor] for the SearchTermMatchType enum
1674
- def self.search_term_match_type
1675
- require "google/ads/google_ads/v2/enums/search_term_match_type_pb.rb"
1676
- Google::Ads::GoogleAds::V2::Enums::SearchTermMatchTypeEnum::SearchTermMatchType.descriptor
1505
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
1506
+ def self.ad_group_status
1507
+ require "google/ads/google_ads/v2/enums/ad_group_status_pb.rb"
1508
+ Google::Ads::GoogleAds::V2::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
1677
1509
  end
1678
1510
 
1679
- # Returns the descriptor for the Slot enum
1511
+ # Returns the descriptor for the AdGroupType enum
1680
1512
  #
1681
- # @return [Google::Protobuf::EnumDescriptor] for the Slot enum
1682
- def self.slot
1683
- require "google/ads/google_ads/v2/enums/slot_pb.rb"
1684
- Google::Ads::GoogleAds::V2::Enums::SlotEnum::Slot.descriptor
1513
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
1514
+ def self.ad_group_type
1515
+ require "google/ads/google_ads/v2/enums/ad_group_type_pb.rb"
1516
+ Google::Ads::GoogleAds::V2::Enums::AdGroupTypeEnum::AdGroupType.descriptor
1685
1517
  end
1686
1518
 
1687
- # Returns the descriptor for the KeywordPlanCompetitionLevel enum
1519
+ # Returns the descriptor for the AttributionModel enum
1688
1520
  #
1689
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
1690
- def self.keyword_plan_competition_level
1691
- require "google/ads/google_ads/v2/enums/keyword_plan_competition_level_pb.rb"
1692
- Google::Ads::GoogleAds::V2::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
1521
+ # @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
1522
+ def self.attribution_model
1523
+ require "google/ads/google_ads/v2/enums/attribution_model_pb.rb"
1524
+ Google::Ads::GoogleAds::V2::Enums::AttributionModelEnum::AttributionModel.descriptor
1693
1525
  end
1694
1526
 
1695
- # Returns the descriptor for the KeywordPlanCampaignError enum
1527
+ # Returns the descriptor for the ConversionActionCategory enum
1696
1528
  #
1697
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
1698
- def self.keyword_plan_campaign_error
1699
- require "google/ads/google_ads/v2/errors/keyword_plan_campaign_error_pb.rb"
1700
- Google::Ads::GoogleAds::V2::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
1529
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
1530
+ def self.conversion_action_category
1531
+ require "google/ads/google_ads/v2/enums/conversion_action_category_pb.rb"
1532
+ Google::Ads::GoogleAds::V2::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
1701
1533
  end
1702
1534
 
1703
- # Returns the descriptor for the AdGroupAdError enum
1535
+ # Returns the descriptor for the ConversionActionCountingType enum
1704
1536
  #
1705
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
1706
- def self.ad_group_ad_error
1707
- require "google/ads/google_ads/v2/errors/ad_group_ad_error_pb.rb"
1708
- Google::Ads::GoogleAds::V2::Errors::AdGroupAdErrorEnum::AdGroupAdError.descriptor
1537
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
1538
+ def self.conversion_action_counting_type
1539
+ require "google/ads/google_ads/v2/enums/conversion_action_counting_type_pb.rb"
1540
+ Google::Ads::GoogleAds::V2::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
1709
1541
  end
1710
1542
 
1711
- # Returns the descriptor for the HeaderError enum
1543
+ # Returns the descriptor for the ConversionActionStatus enum
1712
1544
  #
1713
- # @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
1714
- def self.header_error
1715
- require "google/ads/google_ads/v2/errors/header_error_pb.rb"
1716
- Google::Ads::GoogleAds::V2::Errors::HeaderErrorEnum::HeaderError.descriptor
1545
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
1546
+ def self.conversion_action_status
1547
+ require "google/ads/google_ads/v2/enums/conversion_action_status_pb.rb"
1548
+ Google::Ads::GoogleAds::V2::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
1717
1549
  end
1718
1550
 
1719
- # Returns the descriptor for the RegionCodeError enum
1551
+ # Returns the descriptor for the ConversionActionType enum
1720
1552
  #
1721
- # @return [Google::Protobuf::EnumDescriptor] for the RegionCodeError enum
1722
- def self.region_code_error
1723
- require "google/ads/google_ads/v2/errors/region_code_error_pb.rb"
1724
- Google::Ads::GoogleAds::V2::Errors::RegionCodeErrorEnum::RegionCodeError.descriptor
1553
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
1554
+ def self.conversion_action_type
1555
+ require "google/ads/google_ads/v2/enums/conversion_action_type_pb.rb"
1556
+ Google::Ads::GoogleAds::V2::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
1725
1557
  end
1726
1558
 
1727
- # Returns the descriptor for the RecommendationError enum
1728
- #
1729
- # @return [Google::Protobuf::EnumDescriptor] for the RecommendationError enum
1730
- def self.recommendation_error
1731
- require "google/ads/google_ads/v2/errors/recommendation_error_pb.rb"
1732
- Google::Ads::GoogleAds::V2::Errors::RecommendationErrorEnum::RecommendationError.descriptor
1559
+ # Returns the descriptor for the DataDrivenModelStatus enum
1560
+ #
1561
+ # @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
1562
+ def self.data_driven_model_status
1563
+ require "google/ads/google_ads/v2/enums/data_driven_model_status_pb.rb"
1564
+ Google::Ads::GoogleAds::V2::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
1733
1565
  end
1734
1566
 
1735
- # Returns the descriptor for the AdCustomizerError enum
1567
+ # Returns the descriptor for the AccessRole enum
1736
1568
  #
1737
- # @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerError enum
1738
- def self.ad_customizer_error
1739
- require "google/ads/google_ads/v2/errors/ad_customizer_error_pb.rb"
1740
- Google::Ads::GoogleAds::V2::Errors::AdCustomizerErrorEnum::AdCustomizerError.descriptor
1569
+ # @return [Google::Protobuf::EnumDescriptor] for the AccessRole enum
1570
+ def self.access_role
1571
+ require "google/ads/google_ads/v2/enums/access_role_pb.rb"
1572
+ Google::Ads::GoogleAds::V2::Enums::AccessRoleEnum::AccessRole.descriptor
1741
1573
  end
1742
1574
 
1743
- # Returns the descriptor for the BiddingStrategyError enum
1575
+ # Returns the descriptor for the InteractionEventType enum
1744
1576
  #
1745
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
1746
- def self.bidding_strategy_error
1747
- require "google/ads/google_ads/v2/errors/bidding_strategy_error_pb.rb"
1748
- Google::Ads::GoogleAds::V2::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
1577
+ # @return [Google::Protobuf::EnumDescriptor] for the InteractionEventType enum
1578
+ def self.interaction_event_type
1579
+ require "google/ads/google_ads/v2/enums/interaction_event_type_pb.rb"
1580
+ Google::Ads::GoogleAds::V2::Enums::InteractionEventTypeEnum::InteractionEventType.descriptor
1749
1581
  end
1750
1582
 
1751
- # Returns the descriptor for the CampaignError enum
1583
+ # Returns the descriptor for the AdNetworkType enum
1752
1584
  #
1753
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
1754
- def self.campaign_error
1755
- require "google/ads/google_ads/v2/errors/campaign_error_pb.rb"
1756
- Google::Ads::GoogleAds::V2::Errors::CampaignErrorEnum::CampaignError.descriptor
1585
+ # @return [Google::Protobuf::EnumDescriptor] for the AdNetworkType enum
1586
+ def self.ad_network_type
1587
+ require "google/ads/google_ads/v2/enums/ad_network_type_pb.rb"
1588
+ Google::Ads::GoogleAds::V2::Enums::AdNetworkTypeEnum::AdNetworkType.descriptor
1757
1589
  end
1758
1590
 
1759
- # Returns the descriptor for the MultiplierError enum
1591
+ # Returns the descriptor for the ClickType enum
1760
1592
  #
1761
- # @return [Google::Protobuf::EnumDescriptor] for the MultiplierError enum
1762
- def self.multiplier_error
1763
- require "google/ads/google_ads/v2/errors/multiplier_error_pb.rb"
1764
- Google::Ads::GoogleAds::V2::Errors::MultiplierErrorEnum::MultiplierError.descriptor
1593
+ # @return [Google::Protobuf::EnumDescriptor] for the ClickType enum
1594
+ def self.click_type
1595
+ require "google/ads/google_ads/v2/enums/click_type_pb.rb"
1596
+ Google::Ads::GoogleAds::V2::Enums::ClickTypeEnum::ClickType.descriptor
1765
1597
  end
1766
1598
 
1767
- # Returns the descriptor for the AdxError enum
1599
+ # Returns the descriptor for the ConversionAttributionEventType enum
1768
1600
  #
1769
- # @return [Google::Protobuf::EnumDescriptor] for the AdxError enum
1770
- def self.adx_error
1771
- require "google/ads/google_ads/v2/errors/adx_error_pb.rb"
1772
- Google::Ads::GoogleAds::V2::Errors::AdxErrorEnum::AdxError.descriptor
1601
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionAttributionEventType enum
1602
+ def self.conversion_attribution_event_type
1603
+ require "google/ads/google_ads/v2/enums/conversion_attribution_event_type_pb.rb"
1604
+ Google::Ads::GoogleAds::V2::Enums::ConversionAttributionEventTypeEnum::ConversionAttributionEventType.descriptor
1773
1605
  end
1774
1606
 
1775
- # Returns the descriptor for the PartialFailureError enum
1607
+ # Returns the descriptor for the ConversionLagBucket enum
1776
1608
  #
1777
- # @return [Google::Protobuf::EnumDescriptor] for the PartialFailureError enum
1778
- def self.partial_failure_error
1779
- require "google/ads/google_ads/v2/errors/partial_failure_error_pb.rb"
1780
- Google::Ads::GoogleAds::V2::Errors::PartialFailureErrorEnum::PartialFailureError.descriptor
1609
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionLagBucket enum
1610
+ def self.conversion_lag_bucket
1611
+ require "google/ads/google_ads/v2/enums/conversion_lag_bucket_pb.rb"
1612
+ Google::Ads::GoogleAds::V2::Enums::ConversionLagBucketEnum::ConversionLagBucket.descriptor
1781
1613
  end
1782
1614
 
1783
- # Returns the descriptor for the DistinctError enum
1615
+ # Returns the descriptor for the ConversionOrAdjustmentLagBucket enum
1784
1616
  #
1785
- # @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
1786
- def self.distinct_error
1787
- require "google/ads/google_ads/v2/errors/distinct_error_pb.rb"
1788
- Google::Ads::GoogleAds::V2::Errors::DistinctErrorEnum::DistinctError.descriptor
1617
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionOrAdjustmentLagBucket enum
1618
+ def self.conversion_or_adjustment_lag_bucket
1619
+ require "google/ads/google_ads/v2/enums/conversion_or_adjustment_lag_bucket_pb.rb"
1620
+ Google::Ads::GoogleAds::V2::Enums::ConversionOrAdjustmentLagBucketEnum::ConversionOrAdjustmentLagBucket.descriptor
1789
1621
  end
1790
1622
 
1791
- # Returns the descriptor for the SharedCriterionError enum
1623
+ # Returns the descriptor for the ExternalConversionSource enum
1792
1624
  #
1793
- # @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
1794
- def self.shared_criterion_error
1795
- require "google/ads/google_ads/v2/errors/shared_criterion_error_pb.rb"
1796
- Google::Ads::GoogleAds::V2::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
1625
+ # @return [Google::Protobuf::EnumDescriptor] for the ExternalConversionSource enum
1626
+ def self.external_conversion_source
1627
+ require "google/ads/google_ads/v2/enums/external_conversion_source_pb.rb"
1628
+ Google::Ads::GoogleAds::V2::Enums::ExternalConversionSourceEnum::ExternalConversionSource.descriptor
1797
1629
  end
1798
1630
 
1799
- # Returns the descriptor for the YoutubeVideoRegistrationError enum
1631
+ # Returns the descriptor for the HotelPriceBucket enum
1800
1632
  #
1801
- # @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
1802
- def self.youtube_video_registration_error
1803
- require "google/ads/google_ads/v2/errors/youtube_video_registration_error_pb.rb"
1804
- Google::Ads::GoogleAds::V2::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
1633
+ # @return [Google::Protobuf::EnumDescriptor] for the HotelPriceBucket enum
1634
+ def self.hotel_price_bucket
1635
+ require "google/ads/google_ads/v2/enums/hotel_price_bucket_pb.rb"
1636
+ Google::Ads::GoogleAds::V2::Enums::HotelPriceBucketEnum::HotelPriceBucket.descriptor
1805
1637
  end
1806
1638
 
1807
- # Returns the descriptor for the CustomInterestError enum
1639
+ # Returns the descriptor for the HotelRateType enum
1808
1640
  #
1809
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestError enum
1810
- def self.custom_interest_error
1811
- require "google/ads/google_ads/v2/errors/custom_interest_error_pb.rb"
1812
- Google::Ads::GoogleAds::V2::Errors::CustomInterestErrorEnum::CustomInterestError.descriptor
1641
+ # @return [Google::Protobuf::EnumDescriptor] for the HotelRateType enum
1642
+ def self.hotel_rate_type
1643
+ require "google/ads/google_ads/v2/enums/hotel_rate_type_pb.rb"
1644
+ Google::Ads::GoogleAds::V2::Enums::HotelRateTypeEnum::HotelRateType.descriptor
1813
1645
  end
1814
1646
 
1815
- # Returns the descriptor for the FeedItemError enum
1647
+ # Returns the descriptor for the MonthOfYear enum
1816
1648
  #
1817
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemError enum
1818
- def self.feed_item_error
1819
- require "google/ads/google_ads/v2/errors/feed_item_error_pb.rb"
1820
- Google::Ads::GoogleAds::V2::Errors::FeedItemErrorEnum::FeedItemError.descriptor
1649
+ # @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
1650
+ def self.month_of_year
1651
+ require "google/ads/google_ads/v2/enums/month_of_year_pb.rb"
1652
+ Google::Ads::GoogleAds::V2::Enums::MonthOfYearEnum::MonthOfYear.descriptor
1821
1653
  end
1822
1654
 
1823
- # Returns the descriptor for the BiddingError enum
1655
+ # Returns the descriptor for the SearchEngineResultsPageType enum
1824
1656
  #
1825
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingError enum
1826
- def self.bidding_error
1827
- require "google/ads/google_ads/v2/errors/bidding_error_pb.rb"
1828
- Google::Ads::GoogleAds::V2::Errors::BiddingErrorEnum::BiddingError.descriptor
1657
+ # @return [Google::Protobuf::EnumDescriptor] for the SearchEngineResultsPageType enum
1658
+ def self.search_engine_results_page_type
1659
+ require "google/ads/google_ads/v2/enums/search_engine_results_page_type_pb.rb"
1660
+ Google::Ads::GoogleAds::V2::Enums::SearchEngineResultsPageTypeEnum::SearchEngineResultsPageType.descriptor
1829
1661
  end
1830
1662
 
1831
- # Returns the descriptor for the ManagerLinkError enum
1663
+ # Returns the descriptor for the SearchTermMatchType enum
1832
1664
  #
1833
- # @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
1834
- def self.manager_link_error
1835
- require "google/ads/google_ads/v2/errors/manager_link_error_pb.rb"
1836
- Google::Ads::GoogleAds::V2::Errors::ManagerLinkErrorEnum::ManagerLinkError.descriptor
1665
+ # @return [Google::Protobuf::EnumDescriptor] for the SearchTermMatchType enum
1666
+ def self.search_term_match_type
1667
+ require "google/ads/google_ads/v2/enums/search_term_match_type_pb.rb"
1668
+ Google::Ads::GoogleAds::V2::Enums::SearchTermMatchTypeEnum::SearchTermMatchType.descriptor
1837
1669
  end
1838
1670
 
1839
- # Returns the descriptor for the NewResourceCreationError enum
1671
+ # Returns the descriptor for the Slot enum
1840
1672
  #
1841
- # @return [Google::Protobuf::EnumDescriptor] for the NewResourceCreationError enum
1842
- def self.new_resource_creation_error
1843
- require "google/ads/google_ads/v2/errors/new_resource_creation_error_pb.rb"
1844
- Google::Ads::GoogleAds::V2::Errors::NewResourceCreationErrorEnum::NewResourceCreationError.descriptor
1673
+ # @return [Google::Protobuf::EnumDescriptor] for the Slot enum
1674
+ def self.slot
1675
+ require "google/ads/google_ads/v2/enums/slot_pb.rb"
1676
+ Google::Ads::GoogleAds::V2::Enums::SlotEnum::Slot.descriptor
1845
1677
  end
1846
1678
 
1847
- # Returns the descriptor for the PolicyFindingError enum
1679
+ # Returns the descriptor for the ReachPlanAdLength enum
1848
1680
  #
1849
- # @return [Google::Protobuf::EnumDescriptor] for the PolicyFindingError enum
1850
- def self.policy_finding_error
1851
- require "google/ads/google_ads/v2/errors/policy_finding_error_pb.rb"
1852
- Google::Ads::GoogleAds::V2::Errors::PolicyFindingErrorEnum::PolicyFindingError.descriptor
1681
+ # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAdLength enum
1682
+ def self.reach_plan_ad_length
1683
+ require "google/ads/google_ads/v2/enums/reach_plan_ad_length_pb.rb"
1684
+ Google::Ads::GoogleAds::V2::Enums::ReachPlanAdLengthEnum::ReachPlanAdLength.descriptor
1853
1685
  end
1854
1686
 
1855
- # Returns the descriptor for the ResourceAccessDeniedError enum
1687
+ # Returns the descriptor for the ReachPlanAgeRange enum
1856
1688
  #
1857
- # @return [Google::Protobuf::EnumDescriptor] for the ResourceAccessDeniedError enum
1858
- def self.resource_access_denied_error
1859
- require "google/ads/google_ads/v2/errors/resource_access_denied_error_pb.rb"
1860
- Google::Ads::GoogleAds::V2::Errors::ResourceAccessDeniedErrorEnum::ResourceAccessDeniedError.descriptor
1689
+ # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
1690
+ def self.reach_plan_age_range
1691
+ require "google/ads/google_ads/v2/enums/reach_plan_age_range_pb.rb"
1692
+ Google::Ads::GoogleAds::V2::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
1861
1693
  end
1862
1694
 
1863
- # Returns the descriptor for the CampaignBudgetError enum
1695
+ # Returns the descriptor for the ConversionAdjustmentType enum
1864
1696
  #
1865
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignBudgetError enum
1866
- def self.campaign_budget_error
1867
- require "google/ads/google_ads/v2/errors/campaign_budget_error_pb.rb"
1868
- Google::Ads::GoogleAds::V2::Errors::CampaignBudgetErrorEnum::CampaignBudgetError.descriptor
1697
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
1698
+ def self.conversion_adjustment_type
1699
+ require "google/ads/google_ads/v2/enums/conversion_adjustment_type_pb.rb"
1700
+ Google::Ads::GoogleAds::V2::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
1869
1701
  end
1870
1702
 
1871
- # Returns the descriptor for the QuotaError enum
1703
+ # Returns the descriptor for the KeywordPlanCompetitionLevel enum
1872
1704
  #
1873
- # @return [Google::Protobuf::EnumDescriptor] for the QuotaError enum
1874
- def self.quota_error
1875
- require "google/ads/google_ads/v2/errors/quota_error_pb.rb"
1876
- Google::Ads::GoogleAds::V2::Errors::QuotaErrorEnum::QuotaError.descriptor
1705
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
1706
+ def self.keyword_plan_competition_level
1707
+ require "google/ads/google_ads/v2/enums/keyword_plan_competition_level_pb.rb"
1708
+ Google::Ads::GoogleAds::V2::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
1877
1709
  end
1878
1710
 
1879
- # Returns the descriptor for the AdGroupFeedError enum
1711
+ # Returns the descriptor for the CampaignFeedError enum
1880
1712
  #
1881
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupFeedError enum
1882
- def self.ad_group_feed_error
1883
- require "google/ads/google_ads/v2/errors/ad_group_feed_error_pb.rb"
1884
- Google::Ads::GoogleAds::V2::Errors::AdGroupFeedErrorEnum::AdGroupFeedError.descriptor
1713
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignFeedError enum
1714
+ def self.campaign_feed_error
1715
+ require "google/ads/google_ads/v2/errors/campaign_feed_error_pb.rb"
1716
+ Google::Ads::GoogleAds::V2::Errors::CampaignFeedErrorEnum::CampaignFeedError.descriptor
1885
1717
  end
1886
1718
 
1887
- # Returns the descriptor for the FeedItemTargetError enum
1719
+ # Returns the descriptor for the SettingError enum
1888
1720
  #
1889
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
1890
- def self.feed_item_target_error
1891
- require "google/ads/google_ads/v2/errors/feed_item_target_error_pb.rb"
1892
- Google::Ads::GoogleAds::V2::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
1721
+ # @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
1722
+ def self.setting_error
1723
+ require "google/ads/google_ads/v2/errors/setting_error_pb.rb"
1724
+ Google::Ads::GoogleAds::V2::Errors::SettingErrorEnum::SettingError.descriptor
1893
1725
  end
1894
1726
 
1895
- # Returns the descriptor for the FeedMappingError enum
1727
+ # Returns the descriptor for the CampaignCriterionError enum
1896
1728
  #
1897
- # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
1898
- def self.feed_mapping_error
1899
- require "google/ads/google_ads/v2/errors/feed_mapping_error_pb.rb"
1900
- Google::Ads::GoogleAds::V2::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
1729
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionError enum
1730
+ def self.campaign_criterion_error
1731
+ require "google/ads/google_ads/v2/errors/campaign_criterion_error_pb.rb"
1732
+ Google::Ads::GoogleAds::V2::Errors::CampaignCriterionErrorEnum::CampaignCriterionError.descriptor
1901
1733
  end
1902
1734
 
1903
- # Returns the descriptor for the ConversionActionError enum
1735
+ # Returns the descriptor for the SizeLimitError enum
1904
1736
  #
1905
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
1906
- def self.conversion_action_error
1907
- require "google/ads/google_ads/v2/errors/conversion_action_error_pb.rb"
1908
- Google::Ads::GoogleAds::V2::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
1737
+ # @return [Google::Protobuf::EnumDescriptor] for the SizeLimitError enum
1738
+ def self.size_limit_error
1739
+ require "google/ads/google_ads/v2/errors/size_limit_error_pb.rb"
1740
+ Google::Ads::GoogleAds::V2::Errors::SizeLimitErrorEnum::SizeLimitError.descriptor
1909
1741
  end
1910
1742
 
1911
- # Returns the descriptor for the ImageError enum
1743
+ # Returns the descriptor for the SharedSetError enum
1912
1744
  #
1913
- # @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
1914
- def self.image_error
1915
- require "google/ads/google_ads/v2/errors/image_error_pb.rb"
1916
- Google::Ads::GoogleAds::V2::Errors::ImageErrorEnum::ImageError.descriptor
1745
+ # @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
1746
+ def self.shared_set_error
1747
+ require "google/ads/google_ads/v2/errors/shared_set_error_pb.rb"
1748
+ Google::Ads::GoogleAds::V2::Errors::SharedSetErrorEnum::SharedSetError.descriptor
1917
1749
  end
1918
1750
 
1919
- # Returns the descriptor for the QueryError enum
1751
+ # Returns the descriptor for the NotWhitelistedError enum
1920
1752
  #
1921
- # @return [Google::Protobuf::EnumDescriptor] for the QueryError enum
1922
- def self.query_error
1923
- require "google/ads/google_ads/v2/errors/query_error_pb.rb"
1924
- Google::Ads::GoogleAds::V2::Errors::QueryErrorEnum::QueryError.descriptor
1753
+ # @return [Google::Protobuf::EnumDescriptor] for the NotWhitelistedError enum
1754
+ def self.not_whitelisted_error
1755
+ require "google/ads/google_ads/v2/errors/not_whitelisted_error_pb.rb"
1756
+ Google::Ads::GoogleAds::V2::Errors::NotWhitelistedErrorEnum::NotWhitelistedError.descriptor
1925
1757
  end
1926
1758
 
1927
1759
  # Returns the descriptor for the AccessInvitationError enum
@@ -1940,6 +1772,14 @@ module Google
1940
1772
  Google::Ads::GoogleAds::V2::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
1941
1773
  end
1942
1774
 
1775
+ # Returns the descriptor for the AdCustomizerError enum
1776
+ #
1777
+ # @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerError enum
1778
+ def self.ad_customizer_error
1779
+ require "google/ads/google_ads/v2/errors/ad_customizer_error_pb.rb"
1780
+ Google::Ads::GoogleAds::V2::Errors::AdCustomizerErrorEnum::AdCustomizerError.descriptor
1781
+ end
1782
+
1943
1783
  # Returns the descriptor for the AdError enum
1944
1784
  #
1945
1785
  # @return [Google::Protobuf::EnumDescriptor] for the AdError enum
@@ -1948,6 +1788,14 @@ module Google
1948
1788
  Google::Ads::GoogleAds::V2::Errors::AdErrorEnum::AdError.descriptor
1949
1789
  end
1950
1790
 
1791
+ # Returns the descriptor for the AdGroupAdError enum
1792
+ #
1793
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
1794
+ def self.ad_group_ad_error
1795
+ require "google/ads/google_ads/v2/errors/ad_group_ad_error_pb.rb"
1796
+ Google::Ads::GoogleAds::V2::Errors::AdGroupAdErrorEnum::AdGroupAdError.descriptor
1797
+ end
1798
+
1951
1799
  # Returns the descriptor for the AdGroupBidModifierError enum
1952
1800
  #
1953
1801
  # @return [Google::Protobuf::EnumDescriptor] for the AdGroupBidModifierError enum
@@ -1972,6 +1820,14 @@ module Google
1972
1820
  Google::Ads::GoogleAds::V2::Errors::AdGroupErrorEnum::AdGroupError.descriptor
1973
1821
  end
1974
1822
 
1823
+ # Returns the descriptor for the AdGroupFeedError enum
1824
+ #
1825
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupFeedError enum
1826
+ def self.ad_group_feed_error
1827
+ require "google/ads/google_ads/v2/errors/ad_group_feed_error_pb.rb"
1828
+ Google::Ads::GoogleAds::V2::Errors::AdGroupFeedErrorEnum::AdGroupFeedError.descriptor
1829
+ end
1830
+
1975
1831
  # Returns the descriptor for the AdParameterError enum
1976
1832
  #
1977
1833
  # @return [Google::Protobuf::EnumDescriptor] for the AdParameterError enum
@@ -1988,6 +1844,14 @@ module Google
1988
1844
  Google::Ads::GoogleAds::V2::Errors::AdSharingErrorEnum::AdSharingError.descriptor
1989
1845
  end
1990
1846
 
1847
+ # Returns the descriptor for the AdxError enum
1848
+ #
1849
+ # @return [Google::Protobuf::EnumDescriptor] for the AdxError enum
1850
+ def self.adx_error
1851
+ require "google/ads/google_ads/v2/errors/adx_error_pb.rb"
1852
+ Google::Ads::GoogleAds::V2::Errors::AdxErrorEnum::AdxError.descriptor
1853
+ end
1854
+
1991
1855
  # Returns the descriptor for the AssetError enum
1992
1856
  #
1993
1857
  # @return [Google::Protobuf::EnumDescriptor] for the AssetError enum
@@ -2012,6 +1876,22 @@ module Google
2012
1876
  Google::Ads::GoogleAds::V2::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
2013
1877
  end
2014
1878
 
1879
+ # Returns the descriptor for the BiddingError enum
1880
+ #
1881
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingError enum
1882
+ def self.bidding_error
1883
+ require "google/ads/google_ads/v2/errors/bidding_error_pb.rb"
1884
+ Google::Ads::GoogleAds::V2::Errors::BiddingErrorEnum::BiddingError.descriptor
1885
+ end
1886
+
1887
+ # Returns the descriptor for the BiddingStrategyError enum
1888
+ #
1889
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
1890
+ def self.bidding_strategy_error
1891
+ require "google/ads/google_ads/v2/errors/bidding_strategy_error_pb.rb"
1892
+ Google::Ads::GoogleAds::V2::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
1893
+ end
1894
+
2015
1895
  # Returns the descriptor for the BillingSetupError enum
2016
1896
  #
2017
1897
  # @return [Google::Protobuf::EnumDescriptor] for the BillingSetupError enum
@@ -2020,12 +1900,12 @@ module Google
2020
1900
  Google::Ads::GoogleAds::V2::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
2021
1901
  end
2022
1902
 
2023
- # Returns the descriptor for the CampaignCriterionError enum
1903
+ # Returns the descriptor for the CampaignBudgetError enum
2024
1904
  #
2025
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionError enum
2026
- def self.campaign_criterion_error
2027
- require "google/ads/google_ads/v2/errors/campaign_criterion_error_pb.rb"
2028
- Google::Ads::GoogleAds::V2::Errors::CampaignCriterionErrorEnum::CampaignCriterionError.descriptor
1905
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignBudgetError enum
1906
+ def self.campaign_budget_error
1907
+ require "google/ads/google_ads/v2/errors/campaign_budget_error_pb.rb"
1908
+ Google::Ads::GoogleAds::V2::Errors::CampaignBudgetErrorEnum::CampaignBudgetError.descriptor
2029
1909
  end
2030
1910
 
2031
1911
  # Returns the descriptor for the CampaignDraftError enum
@@ -2036,6 +1916,14 @@ module Google
2036
1916
  Google::Ads::GoogleAds::V2::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
2037
1917
  end
2038
1918
 
1919
+ # Returns the descriptor for the CampaignError enum
1920
+ #
1921
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
1922
+ def self.campaign_error
1923
+ require "google/ads/google_ads/v2/errors/campaign_error_pb.rb"
1924
+ Google::Ads::GoogleAds::V2::Errors::CampaignErrorEnum::CampaignError.descriptor
1925
+ end
1926
+
2039
1927
  # Returns the descriptor for the CampaignExperimentError enum
2040
1928
  #
2041
1929
  # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
@@ -2044,14 +1932,6 @@ module Google
2044
1932
  Google::Ads::GoogleAds::V2::Errors::CampaignExperimentErrorEnum::CampaignExperimentError.descriptor
2045
1933
  end
2046
1934
 
2047
- # Returns the descriptor for the CampaignFeedError enum
2048
- #
2049
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignFeedError enum
2050
- def self.campaign_feed_error
2051
- require "google/ads/google_ads/v2/errors/campaign_feed_error_pb.rb"
2052
- Google::Ads::GoogleAds::V2::Errors::CampaignFeedErrorEnum::CampaignFeedError.descriptor
2053
- end
2054
-
2055
1935
  # Returns the descriptor for the CampaignSharedSetError enum
2056
1936
  #
2057
1937
  # @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetError enum
@@ -2084,6 +1964,14 @@ module Google
2084
1964
  Google::Ads::GoogleAds::V2::Errors::ContextErrorEnum::ContextError.descriptor
2085
1965
  end
2086
1966
 
1967
+ # Returns the descriptor for the ConversionActionError enum
1968
+ #
1969
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
1970
+ def self.conversion_action_error
1971
+ require "google/ads/google_ads/v2/errors/conversion_action_error_pb.rb"
1972
+ Google::Ads::GoogleAds::V2::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
1973
+ end
1974
+
2087
1975
  # Returns the descriptor for the ConversionAdjustmentUploadError enum
2088
1976
  #
2089
1977
  # @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentUploadError enum
@@ -2124,6 +2012,14 @@ module Google
2124
2012
  Google::Ads::GoogleAds::V2::Errors::CurrencyCodeErrorEnum::CurrencyCodeError.descriptor
2125
2013
  end
2126
2014
 
2015
+ # Returns the descriptor for the CustomInterestError enum
2016
+ #
2017
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestError enum
2018
+ def self.custom_interest_error
2019
+ require "google/ads/google_ads/v2/errors/custom_interest_error_pb.rb"
2020
+ Google::Ads::GoogleAds::V2::Errors::CustomInterestErrorEnum::CustomInterestError.descriptor
2021
+ end
2022
+
2127
2023
  # Returns the descriptor for the CustomerClientLinkError enum
2128
2024
  #
2129
2025
  # @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
@@ -2180,6 +2076,14 @@ module Google
2180
2076
  Google::Ads::GoogleAds::V2::Errors::DateRangeErrorEnum::DateRangeError.descriptor
2181
2077
  end
2182
2078
 
2079
+ # Returns the descriptor for the DistinctError enum
2080
+ #
2081
+ # @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
2082
+ def self.distinct_error
2083
+ require "google/ads/google_ads/v2/errors/distinct_error_pb.rb"
2084
+ Google::Ads::GoogleAds::V2::Errors::DistinctErrorEnum::DistinctError.descriptor
2085
+ end
2086
+
2183
2087
  # Returns the descriptor for the EnumError enum
2184
2088
  #
2185
2089
  # @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
@@ -2220,6 +2124,30 @@ module Google
2220
2124
  Google::Ads::GoogleAds::V2::Errors::FeedErrorEnum::FeedError.descriptor
2221
2125
  end
2222
2126
 
2127
+ # Returns the descriptor for the FeedItemError enum
2128
+ #
2129
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemError enum
2130
+ def self.feed_item_error
2131
+ require "google/ads/google_ads/v2/errors/feed_item_error_pb.rb"
2132
+ Google::Ads::GoogleAds::V2::Errors::FeedItemErrorEnum::FeedItemError.descriptor
2133
+ end
2134
+
2135
+ # Returns the descriptor for the FeedItemTargetError enum
2136
+ #
2137
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
2138
+ def self.feed_item_target_error
2139
+ require "google/ads/google_ads/v2/errors/feed_item_target_error_pb.rb"
2140
+ Google::Ads::GoogleAds::V2::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
2141
+ end
2142
+
2143
+ # Returns the descriptor for the FeedMappingError enum
2144
+ #
2145
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
2146
+ def self.feed_mapping_error
2147
+ require "google/ads/google_ads/v2/errors/feed_mapping_error_pb.rb"
2148
+ Google::Ads::GoogleAds::V2::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
2149
+ end
2150
+
2223
2151
  # Returns the descriptor for the FieldError enum
2224
2152
  #
2225
2153
  # @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
@@ -2260,6 +2188,14 @@ module Google
2260
2188
  Google::Ads::GoogleAds::V2::Errors::GeoTargetConstantSuggestionErrorEnum::GeoTargetConstantSuggestionError.descriptor
2261
2189
  end
2262
2190
 
2191
+ # Returns the descriptor for the HeaderError enum
2192
+ #
2193
+ # @return [Google::Protobuf::EnumDescriptor] for the HeaderError enum
2194
+ def self.header_error
2195
+ require "google/ads/google_ads/v2/errors/header_error_pb.rb"
2196
+ Google::Ads::GoogleAds::V2::Errors::HeaderErrorEnum::HeaderError.descriptor
2197
+ end
2198
+
2263
2199
  # Returns the descriptor for the IdError enum
2264
2200
  #
2265
2201
  # @return [Google::Protobuf::EnumDescriptor] for the IdError enum
@@ -2268,6 +2204,14 @@ module Google
2268
2204
  Google::Ads::GoogleAds::V2::Errors::IdErrorEnum::IdError.descriptor
2269
2205
  end
2270
2206
 
2207
+ # Returns the descriptor for the ImageError enum
2208
+ #
2209
+ # @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
2210
+ def self.image_error
2211
+ require "google/ads/google_ads/v2/errors/image_error_pb.rb"
2212
+ Google::Ads::GoogleAds::V2::Errors::ImageErrorEnum::ImageError.descriptor
2213
+ end
2214
+
2271
2215
  # Returns the descriptor for the InternalError enum
2272
2216
  #
2273
2217
  # @return [Google::Protobuf::EnumDescriptor] for the InternalError enum
@@ -2276,6 +2220,14 @@ module Google
2276
2220
  Google::Ads::GoogleAds::V2::Errors::InternalErrorEnum::InternalError.descriptor
2277
2221
  end
2278
2222
 
2223
+ # Returns the descriptor for the InvoiceError enum
2224
+ #
2225
+ # @return [Google::Protobuf::EnumDescriptor] for the InvoiceError enum
2226
+ def self.invoice_error
2227
+ require "google/ads/google_ads/v2/errors/invoice_error_pb.rb"
2228
+ Google::Ads::GoogleAds::V2::Errors::InvoiceErrorEnum::InvoiceError.descriptor
2229
+ end
2230
+
2279
2231
  # Returns the descriptor for the KeywordPlanAdGroupError enum
2280
2232
  #
2281
2233
  # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
@@ -2284,6 +2236,14 @@ module Google
2284
2236
  Google::Ads::GoogleAds::V2::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
2285
2237
  end
2286
2238
 
2239
+ # Returns the descriptor for the KeywordPlanCampaignError enum
2240
+ #
2241
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
2242
+ def self.keyword_plan_campaign_error
2243
+ require "google/ads/google_ads/v2/errors/keyword_plan_campaign_error_pb.rb"
2244
+ Google::Ads::GoogleAds::V2::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
2245
+ end
2246
+
2287
2247
  # Returns the descriptor for the KeywordPlanError enum
2288
2248
  #
2289
2249
  # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanError enum
@@ -2340,6 +2300,14 @@ module Google
2340
2300
  Google::Ads::GoogleAds::V2::Errors::ListOperationErrorEnum::ListOperationError.descriptor
2341
2301
  end
2342
2302
 
2303
+ # Returns the descriptor for the ManagerLinkError enum
2304
+ #
2305
+ # @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkError enum
2306
+ def self.manager_link_error
2307
+ require "google/ads/google_ads/v2/errors/manager_link_error_pb.rb"
2308
+ Google::Ads::GoogleAds::V2::Errors::ManagerLinkErrorEnum::ManagerLinkError.descriptor
2309
+ end
2310
+
2343
2311
  # Returns the descriptor for the MediaBundleError enum
2344
2312
  #
2345
2313
  # @return [Google::Protobuf::EnumDescriptor] for the MediaBundleError enum
@@ -2364,6 +2332,14 @@ module Google
2364
2332
  Google::Ads::GoogleAds::V2::Errors::MediaUploadErrorEnum::MediaUploadError.descriptor
2365
2333
  end
2366
2334
 
2335
+ # Returns the descriptor for the MultiplierError enum
2336
+ #
2337
+ # @return [Google::Protobuf::EnumDescriptor] for the MultiplierError enum
2338
+ def self.multiplier_error
2339
+ require "google/ads/google_ads/v2/errors/multiplier_error_pb.rb"
2340
+ Google::Ads::GoogleAds::V2::Errors::MultiplierErrorEnum::MultiplierError.descriptor
2341
+ end
2342
+
2367
2343
  # Returns the descriptor for the MutateError enum
2368
2344
  #
2369
2345
  # @return [Google::Protobuf::EnumDescriptor] for the MutateError enum
@@ -2380,6 +2356,14 @@ module Google
2380
2356
  Google::Ads::GoogleAds::V2::Errors::MutateJobErrorEnum::MutateJobError.descriptor
2381
2357
  end
2382
2358
 
2359
+ # Returns the descriptor for the NewResourceCreationError enum
2360
+ #
2361
+ # @return [Google::Protobuf::EnumDescriptor] for the NewResourceCreationError enum
2362
+ def self.new_resource_creation_error
2363
+ require "google/ads/google_ads/v2/errors/new_resource_creation_error_pb.rb"
2364
+ Google::Ads::GoogleAds::V2::Errors::NewResourceCreationErrorEnum::NewResourceCreationError.descriptor
2365
+ end
2366
+
2383
2367
  # Returns the descriptor for the NotEmptyError enum
2384
2368
  #
2385
2369
  # @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
@@ -2388,14 +2372,6 @@ module Google
2388
2372
  Google::Ads::GoogleAds::V2::Errors::NotEmptyErrorEnum::NotEmptyError.descriptor
2389
2373
  end
2390
2374
 
2391
- # Returns the descriptor for the NotWhitelistedError enum
2392
- #
2393
- # @return [Google::Protobuf::EnumDescriptor] for the NotWhitelistedError enum
2394
- def self.not_whitelisted_error
2395
- require "google/ads/google_ads/v2/errors/not_whitelisted_error_pb.rb"
2396
- Google::Ads::GoogleAds::V2::Errors::NotWhitelistedErrorEnum::NotWhitelistedError.descriptor
2397
- end
2398
-
2399
2375
  # Returns the descriptor for the NullError enum
2400
2376
  #
2401
2377
  # @return [Google::Protobuf::EnumDescriptor] for the NullError enum
@@ -2420,6 +2396,22 @@ module Google
2420
2396
  Google::Ads::GoogleAds::V2::Errors::OperatorErrorEnum::OperatorError.descriptor
2421
2397
  end
2422
2398
 
2399
+ # Returns the descriptor for the PartialFailureError enum
2400
+ #
2401
+ # @return [Google::Protobuf::EnumDescriptor] for the PartialFailureError enum
2402
+ def self.partial_failure_error
2403
+ require "google/ads/google_ads/v2/errors/partial_failure_error_pb.rb"
2404
+ Google::Ads::GoogleAds::V2::Errors::PartialFailureErrorEnum::PartialFailureError.descriptor
2405
+ end
2406
+
2407
+ # Returns the descriptor for the PolicyFindingError enum
2408
+ #
2409
+ # @return [Google::Protobuf::EnumDescriptor] for the PolicyFindingError enum
2410
+ def self.policy_finding_error
2411
+ require "google/ads/google_ads/v2/errors/policy_finding_error_pb.rb"
2412
+ Google::Ads::GoogleAds::V2::Errors::PolicyFindingErrorEnum::PolicyFindingError.descriptor
2413
+ end
2414
+
2423
2415
  # Returns the descriptor for the PolicyValidationParameterError enum
2424
2416
  #
2425
2417
  # @return [Google::Protobuf::EnumDescriptor] for the PolicyValidationParameterError enum
@@ -2436,6 +2428,22 @@ module Google
2436
2428
  Google::Ads::GoogleAds::V2::Errors::PolicyViolationErrorEnum::PolicyViolationError.descriptor
2437
2429
  end
2438
2430
 
2431
+ # Returns the descriptor for the QueryError enum
2432
+ #
2433
+ # @return [Google::Protobuf::EnumDescriptor] for the QueryError enum
2434
+ def self.query_error
2435
+ require "google/ads/google_ads/v2/errors/query_error_pb.rb"
2436
+ Google::Ads::GoogleAds::V2::Errors::QueryErrorEnum::QueryError.descriptor
2437
+ end
2438
+
2439
+ # Returns the descriptor for the QuotaError enum
2440
+ #
2441
+ # @return [Google::Protobuf::EnumDescriptor] for the QuotaError enum
2442
+ def self.quota_error
2443
+ require "google/ads/google_ads/v2/errors/quota_error_pb.rb"
2444
+ Google::Ads::GoogleAds::V2::Errors::QuotaErrorEnum::QuotaError.descriptor
2445
+ end
2446
+
2439
2447
  # Returns the descriptor for the RangeError enum
2440
2448
  #
2441
2449
  # @return [Google::Protobuf::EnumDescriptor] for the RangeError enum
@@ -2452,6 +2460,22 @@ module Google
2452
2460
  Google::Ads::GoogleAds::V2::Errors::ReachPlanErrorEnum::ReachPlanError.descriptor
2453
2461
  end
2454
2462
 
2463
+ # Returns the descriptor for the RecommendationError enum
2464
+ #
2465
+ # @return [Google::Protobuf::EnumDescriptor] for the RecommendationError enum
2466
+ def self.recommendation_error
2467
+ require "google/ads/google_ads/v2/errors/recommendation_error_pb.rb"
2468
+ Google::Ads::GoogleAds::V2::Errors::RecommendationErrorEnum::RecommendationError.descriptor
2469
+ end
2470
+
2471
+ # Returns the descriptor for the RegionCodeError enum
2472
+ #
2473
+ # @return [Google::Protobuf::EnumDescriptor] for the RegionCodeError enum
2474
+ def self.region_code_error
2475
+ require "google/ads/google_ads/v2/errors/region_code_error_pb.rb"
2476
+ Google::Ads::GoogleAds::V2::Errors::RegionCodeErrorEnum::RegionCodeError.descriptor
2477
+ end
2478
+
2455
2479
  # Returns the descriptor for the RequestError enum
2456
2480
  #
2457
2481
  # @return [Google::Protobuf::EnumDescriptor] for the RequestError enum
@@ -2460,6 +2484,14 @@ module Google
2460
2484
  Google::Ads::GoogleAds::V2::Errors::RequestErrorEnum::RequestError.descriptor
2461
2485
  end
2462
2486
 
2487
+ # Returns the descriptor for the ResourceAccessDeniedError enum
2488
+ #
2489
+ # @return [Google::Protobuf::EnumDescriptor] for the ResourceAccessDeniedError enum
2490
+ def self.resource_access_denied_error
2491
+ require "google/ads/google_ads/v2/errors/resource_access_denied_error_pb.rb"
2492
+ Google::Ads::GoogleAds::V2::Errors::ResourceAccessDeniedErrorEnum::ResourceAccessDeniedError.descriptor
2493
+ end
2494
+
2463
2495
  # Returns the descriptor for the ResourceCountLimitExceededError enum
2464
2496
  #
2465
2497
  # @return [Google::Protobuf::EnumDescriptor] for the ResourceCountLimitExceededError enum
@@ -2468,28 +2500,12 @@ module Google
2468
2500
  Google::Ads::GoogleAds::V2::Errors::ResourceCountLimitExceededErrorEnum::ResourceCountLimitExceededError.descriptor
2469
2501
  end
2470
2502
 
2471
- # Returns the descriptor for the SettingError enum
2472
- #
2473
- # @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
2474
- def self.setting_error
2475
- require "google/ads/google_ads/v2/errors/setting_error_pb.rb"
2476
- Google::Ads::GoogleAds::V2::Errors::SettingErrorEnum::SettingError.descriptor
2477
- end
2478
-
2479
- # Returns the descriptor for the SharedSetError enum
2480
- #
2481
- # @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
2482
- def self.shared_set_error
2483
- require "google/ads/google_ads/v2/errors/shared_set_error_pb.rb"
2484
- Google::Ads::GoogleAds::V2::Errors::SharedSetErrorEnum::SharedSetError.descriptor
2485
- end
2486
-
2487
- # Returns the descriptor for the SizeLimitError enum
2503
+ # Returns the descriptor for the SharedCriterionError enum
2488
2504
  #
2489
- # @return [Google::Protobuf::EnumDescriptor] for the SizeLimitError enum
2490
- def self.size_limit_error
2491
- require "google/ads/google_ads/v2/errors/size_limit_error_pb.rb"
2492
- Google::Ads::GoogleAds::V2::Errors::SizeLimitErrorEnum::SizeLimitError.descriptor
2505
+ # @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
2506
+ def self.shared_criterion_error
2507
+ require "google/ads/google_ads/v2/errors/shared_criterion_error_pb.rb"
2508
+ Google::Ads::GoogleAds::V2::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
2493
2509
  end
2494
2510
 
2495
2511
  # Returns the descriptor for the StringFormatError enum
@@ -2523,6 +2539,14 @@ module Google
2523
2539
  require "google/ads/google_ads/v2/errors/user_list_error_pb.rb"
2524
2540
  Google::Ads::GoogleAds::V2::Errors::UserListErrorEnum::UserListError.descriptor
2525
2541
  end
2542
+
2543
+ # Returns the descriptor for the YoutubeVideoRegistrationError enum
2544
+ #
2545
+ # @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
2546
+ def self.youtube_video_registration_error
2547
+ require "google/ads/google_ads/v2/errors/youtube_video_registration_error_pb.rb"
2548
+ Google::Ads::GoogleAds::V2::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
2549
+ end
2526
2550
  end
2527
2551
  end
2528
2552
  end