google-ads-googleads 11.0.0 → 12.0.1

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 (1352) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +3 -0
  3. data/lib/google/ads/google_ads/api_versions.rb +2 -2
  4. data/lib/google/ads/google_ads/factories.rb +23 -4
  5. data/lib/google/ads/google_ads/factories/v5/enums.rb +1181 -1181
  6. data/lib/google/ads/google_ads/factories/v5/operations.rb +1646 -1646
  7. data/lib/google/ads/google_ads/factories/v5/resources.rb +2827 -2827
  8. data/lib/google/ads/google_ads/factories/v5/services.rb +590 -590
  9. data/lib/google/ads/google_ads/factories/v6/enums.rb +1420 -1420
  10. data/lib/google/ads/google_ads/factories/v6/operations.rb +1911 -1911
  11. data/lib/google/ads/google_ads/factories/v6/resources.rb +2881 -2881
  12. data/lib/google/ads/google_ads/factories/v6/services.rb +612 -612
  13. data/lib/google/ads/google_ads/factories/v7/enums.rb +1416 -1416
  14. data/lib/google/ads/google_ads/factories/v7/operations.rb +1986 -1986
  15. data/lib/google/ads/google_ads/factories/v7/resources.rb +3046 -3046
  16. data/lib/google/ads/google_ads/factories/v7/services.rb +638 -638
  17. data/lib/google/ads/google_ads/factories/v8/enums.rb +2979 -0
  18. data/lib/google/ads/google_ads/factories/v8/operations.rb +5163 -0
  19. data/lib/google/ads/google_ads/factories/v8/resources.rb +7473 -0
  20. data/lib/google/ads/google_ads/factories/v8/services.rb +2622 -0
  21. data/lib/google/ads/google_ads/google_ads_client.rb +8 -10
  22. data/lib/google/ads/google_ads/interceptors/logging_interceptor.rb +11 -1
  23. data/lib/google/ads/google_ads/utils/path_lookup_config.rb +38 -0
  24. data/lib/google/ads/google_ads/utils/v8/path_lookup_util.rb +31 -0
  25. data/lib/google/ads/google_ads/v8/common/ad_asset_pb.rb +43 -0
  26. data/lib/google/ads/google_ads/v8/common/ad_type_infos_pb.rb +270 -0
  27. data/lib/google/ads/google_ads/v8/common/asset_policy_pb.rb +30 -0
  28. data/lib/google/ads/google_ads/v8/common/asset_types_pb.rb +141 -0
  29. data/lib/google/ads/google_ads/v8/common/bidding_pb.rb +78 -0
  30. data/lib/google/ads/google_ads/v8/common/click_location_pb.rb +29 -0
  31. data/lib/google/ads/google_ads/v8/common/criteria_pb.rb +333 -0
  32. data/lib/google/ads/google_ads/v8/common/criterion_category_availability_pb.rb +43 -0
  33. data/lib/google/ads/google_ads/v8/common/custom_parameter_pb.rb +26 -0
  34. data/lib/google/ads/google_ads/v8/common/dates_pb.rb +37 -0
  35. data/lib/google/ads/google_ads/v8/common/explorer_auto_optimizer_setting_pb.rb +25 -0
  36. data/lib/google/ads/google_ads/v8/common/extensions_pb.rb +153 -0
  37. data/lib/google/ads/google_ads/v8/common/feed_common_pb.rb +26 -0
  38. data/lib/google/ads/google_ads/v8/common/feed_item_set_filter_type_infos_pb.rb +36 -0
  39. data/lib/google/ads/google_ads/v8/common/final_app_url_pb.rb +27 -0
  40. data/lib/google/ads/google_ads/v8/common/frequency_cap_pb.rb +36 -0
  41. data/lib/google/ads/google_ads/v8/common/keyword_plan_common_pb.rb +73 -0
  42. data/lib/google/ads/google_ads/v8/common/matching_function_pb.rb +61 -0
  43. data/lib/google/ads/google_ads/v8/common/metrics_pb.rb +147 -0
  44. data/lib/google/ads/google_ads/v8/common/offline_user_data_pb.rb +100 -0
  45. data/lib/google/ads/google_ads/v8/common/policy_pb.rb +100 -0
  46. data/lib/google/ads/google_ads/v8/common/real_time_bidding_setting_pb.rb +25 -0
  47. data/lib/google/ads/google_ads/v8/common/segments_pb.rb +146 -0
  48. data/lib/google/ads/google_ads/v8/common/simulation_pb.rb +152 -0
  49. data/lib/google/ads/google_ads/v8/common/tag_snippet_pb.rb +30 -0
  50. data/lib/google/ads/google_ads/v8/common/targeting_setting_pb.rb +44 -0
  51. data/lib/google/ads/google_ads/v8/common/text_label_pb.rb +26 -0
  52. data/lib/google/ads/google_ads/v8/common/url_collection_pb.rb +28 -0
  53. data/lib/google/ads/google_ads/v8/common/user_lists_pb.rb +123 -0
  54. data/lib/google/ads/google_ads/v8/common/value_pb.rb +31 -0
  55. data/lib/google/ads/google_ads/v8/enums/access_invitation_status_pb.rb +32 -0
  56. data/lib/google/ads/google_ads/v8/enums/access_reason_pb.rb +34 -0
  57. data/lib/google/ads/google_ads/v8/enums/access_role_pb.rb +33 -0
  58. data/lib/google/ads/google_ads/v8/enums/account_budget_proposal_status_pb.rb +34 -0
  59. data/lib/google/ads/google_ads/v8/enums/account_budget_proposal_type_pb.rb +33 -0
  60. data/lib/google/ads/google_ads/v8/enums/account_budget_status_pb.rb +32 -0
  61. data/lib/google/ads/google_ads/v8/enums/account_link_status_pb.rb +35 -0
  62. data/lib/google/ads/google_ads/v8/enums/ad_customizer_placeholder_field_pb.rb +33 -0
  63. data/lib/google/ads/google_ads/v8/enums/ad_destination_type_pb.rb +40 -0
  64. data/lib/google/ads/google_ads/v8/enums/ad_group_ad_rotation_mode_pb.rb +31 -0
  65. data/lib/google/ads/google_ads/v8/enums/ad_group_ad_status_pb.rb +32 -0
  66. data/lib/google/ads/google_ads/v8/enums/ad_group_criterion_approval_status_pb.rb +33 -0
  67. data/lib/google/ads/google_ads/v8/enums/ad_group_criterion_status_pb.rb +32 -0
  68. data/lib/google/ads/google_ads/v8/enums/ad_group_status_pb.rb +32 -0
  69. data/lib/google/ads/google_ads/v8/enums/ad_group_type_pb.rb +45 -0
  70. data/lib/google/ads/google_ads/v8/enums/ad_network_type_pb.rb +35 -0
  71. data/lib/google/ads/google_ads/v8/enums/ad_serving_optimization_status_pb.rb +34 -0
  72. data/lib/google/ads/google_ads/v8/enums/ad_strength_pb.rb +35 -0
  73. data/lib/google/ads/google_ads/v8/enums/ad_type_pb.rb +56 -0
  74. data/lib/google/ads/google_ads/v8/enums/advertising_channel_sub_type_pb.rb +45 -0
  75. data/lib/google/ads/google_ads/v8/enums/advertising_channel_type_pb.rb +37 -0
  76. data/lib/google/ads/google_ads/v8/enums/affiliate_location_feed_relationship_type_pb.rb +30 -0
  77. data/lib/google/ads/google_ads/v8/enums/affiliate_location_placeholder_field_pb.rb +40 -0
  78. data/lib/google/ads/google_ads/v8/enums/age_range_type_pb.rb +36 -0
  79. data/lib/google/ads/google_ads/v8/enums/app_campaign_app_store_pb.rb +31 -0
  80. data/lib/google/ads/google_ads/v8/enums/app_campaign_bidding_strategy_goal_type_pb.rb +33 -0
  81. data/lib/google/ads/google_ads/v8/enums/app_payment_model_type_pb.rb +30 -0
  82. data/lib/google/ads/google_ads/v8/enums/app_placeholder_field_pb.rb +37 -0
  83. data/lib/google/ads/google_ads/v8/enums/app_store_pb.rb +31 -0
  84. data/lib/google/ads/google_ads/v8/enums/app_url_operating_system_type_pb.rb +31 -0
  85. data/lib/google/ads/google_ads/v8/enums/asset_field_type_pb.rb +41 -0
  86. data/lib/google/ads/google_ads/v8/enums/asset_link_status_pb.rb +32 -0
  87. data/lib/google/ads/google_ads/v8/enums/asset_performance_label_pb.rb +34 -0
  88. data/lib/google/ads/google_ads/v8/enums/asset_type_pb.rb +39 -0
  89. data/lib/google/ads/google_ads/v8/enums/attribution_model_pb.rb +36 -0
  90. data/lib/google/ads/google_ads/v8/enums/batch_job_status_pb.rb +32 -0
  91. data/lib/google/ads/google_ads/v8/enums/bid_modifier_source_pb.rb +31 -0
  92. data/lib/google/ads/google_ads/v8/enums/bidding_source_pb.rb +32 -0
  93. data/lib/google/ads/google_ads/v8/enums/bidding_strategy_status_pb.rb +31 -0
  94. data/lib/google/ads/google_ads/v8/enums/bidding_strategy_type_pb.rb +44 -0
  95. data/lib/google/ads/google_ads/v8/enums/billing_setup_status_pb.rb +33 -0
  96. data/lib/google/ads/google_ads/v8/enums/brand_safety_suitability_pb.rb +32 -0
  97. data/lib/google/ads/google_ads/v8/enums/budget_campaign_association_status_pb.rb +31 -0
  98. data/lib/google/ads/google_ads/v8/enums/budget_delivery_method_pb.rb +31 -0
  99. data/lib/google/ads/google_ads/v8/enums/budget_period_pb.rb +31 -0
  100. data/lib/google/ads/google_ads/v8/enums/budget_status_pb.rb +31 -0
  101. data/lib/google/ads/google_ads/v8/enums/budget_type_pb.rb +33 -0
  102. data/lib/google/ads/google_ads/v8/enums/call_conversion_reporting_state_pb.rb +32 -0
  103. data/lib/google/ads/google_ads/v8/enums/call_placeholder_field_pb.rb +34 -0
  104. data/lib/google/ads/google_ads/v8/enums/call_tracking_display_location_pb.rb +31 -0
  105. data/lib/google/ads/google_ads/v8/enums/call_type_pb.rb +31 -0
  106. data/lib/google/ads/google_ads/v8/enums/callout_placeholder_field_pb.rb +30 -0
  107. data/lib/google/ads/google_ads/v8/enums/campaign_criterion_status_pb.rb +32 -0
  108. data/lib/google/ads/google_ads/v8/enums/campaign_draft_status_pb.rb +34 -0
  109. data/lib/google/ads/google_ads/v8/enums/campaign_experiment_status_pb.rb +38 -0
  110. data/lib/google/ads/google_ads/v8/enums/campaign_experiment_traffic_split_type_pb.rb +31 -0
  111. data/lib/google/ads/google_ads/v8/enums/campaign_experiment_type_pb.rb +32 -0
  112. data/lib/google/ads/google_ads/v8/enums/campaign_serving_status_pb.rb +34 -0
  113. data/lib/google/ads/google_ads/v8/enums/campaign_shared_set_status_pb.rb +31 -0
  114. data/lib/google/ads/google_ads/v8/enums/campaign_status_pb.rb +32 -0
  115. data/lib/google/ads/google_ads/v8/enums/change_client_type_pb.rb +41 -0
  116. data/lib/google/ads/google_ads/v8/enums/change_event_resource_type_pb.rb +41 -0
  117. data/lib/google/ads/google_ads/v8/enums/change_status_operation_pb.rb +32 -0
  118. data/lib/google/ads/google_ads/v8/enums/change_status_resource_type_pb.rb +39 -0
  119. data/lib/google/ads/google_ads/v8/enums/click_type_pb.rb +82 -0
  120. data/lib/google/ads/google_ads/v8/enums/combined_audience_status_pb.rb +31 -0
  121. data/lib/google/ads/google_ads/v8/enums/content_label_type_pb.rb +44 -0
  122. data/lib/google/ads/google_ads/v8/enums/conversion_action_category_pb.rb +49 -0
  123. data/lib/google/ads/google_ads/v8/enums/conversion_action_counting_type_pb.rb +31 -0
  124. data/lib/google/ads/google_ads/v8/enums/conversion_action_status_pb.rb +32 -0
  125. data/lib/google/ads/google_ads/v8/enums/conversion_action_type_pb.rb +64 -0
  126. data/lib/google/ads/google_ads/v8/enums/conversion_adjustment_type_pb.rb +31 -0
  127. data/lib/google/ads/google_ads/v8/enums/conversion_attribution_event_type_pb.rb +31 -0
  128. data/lib/google/ads/google_ads/v8/enums/conversion_custom_variable_status_pb.rb +32 -0
  129. data/lib/google/ads/google_ads/v8/enums/conversion_lag_bucket_pb.rb +48 -0
  130. data/lib/google/ads/google_ads/v8/enums/conversion_or_adjustment_lag_bucket_pb.rb +70 -0
  131. data/lib/google/ads/google_ads/v8/enums/criterion_category_channel_availability_mode_pb.rb +32 -0
  132. data/lib/google/ads/google_ads/v8/enums/criterion_category_locale_availability_mode_pb.rb +33 -0
  133. data/lib/google/ads/google_ads/v8/enums/criterion_system_serving_status_pb.rb +31 -0
  134. data/lib/google/ads/google_ads/v8/enums/criterion_type_pb.rb +62 -0
  135. data/lib/google/ads/google_ads/v8/enums/custom_audience_member_type_pb.rb +33 -0
  136. data/lib/google/ads/google_ads/v8/enums/custom_audience_status_pb.rb +31 -0
  137. data/lib/google/ads/google_ads/v8/enums/custom_audience_type_pb.rb +33 -0
  138. data/lib/google/ads/google_ads/v8/enums/custom_interest_member_type_pb.rb +31 -0
  139. data/lib/google/ads/google_ads/v8/enums/custom_interest_status_pb.rb +31 -0
  140. data/lib/google/ads/google_ads/v8/enums/custom_interest_type_pb.rb +31 -0
  141. data/lib/google/ads/google_ads/v8/enums/custom_placeholder_field_pb.rb +49 -0
  142. data/lib/google/ads/google_ads/v8/enums/customer_match_upload_key_type_pb.rb +32 -0
  143. data/lib/google/ads/google_ads/v8/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +36 -0
  144. data/lib/google/ads/google_ads/v8/enums/data_driven_model_status_pb.rb +33 -0
  145. data/lib/google/ads/google_ads/v8/enums/day_of_week_pb.rb +36 -0
  146. data/lib/google/ads/google_ads/v8/enums/device_pb.rb +34 -0
  147. data/lib/google/ads/google_ads/v8/enums/display_ad_format_setting_pb.rb +32 -0
  148. data/lib/google/ads/google_ads/v8/enums/display_upload_product_type_pb.rb +39 -0
  149. data/lib/google/ads/google_ads/v8/enums/distance_bucket_pb.rb +56 -0
  150. data/lib/google/ads/google_ads/v8/enums/dsa_page_feed_criterion_field_pb.rb +31 -0
  151. data/lib/google/ads/google_ads/v8/enums/education_placeholder_field_pb.rb +46 -0
  152. data/lib/google/ads/google_ads/v8/enums/extension_setting_device_pb.rb +31 -0
  153. data/lib/google/ads/google_ads/v8/enums/extension_type_pb.rb +42 -0
  154. data/lib/google/ads/google_ads/v8/enums/external_conversion_source_pb.rb +56 -0
  155. data/lib/google/ads/google_ads/v8/enums/feed_attribute_type_pb.rb +42 -0
  156. data/lib/google/ads/google_ads/v8/enums/feed_item_quality_approval_status_pb.rb +31 -0
  157. data/lib/google/ads/google_ads/v8/enums/feed_item_quality_disapproval_reason_pb.rb +47 -0
  158. data/lib/google/ads/google_ads/v8/enums/feed_item_set_status_pb.rb +31 -0
  159. data/lib/google/ads/google_ads/v8/enums/feed_item_set_string_filter_type_pb.rb +30 -0
  160. data/lib/google/ads/google_ads/v8/enums/feed_item_status_pb.rb +31 -0
  161. data/lib/google/ads/google_ads/v8/enums/feed_item_target_device_pb.rb +30 -0
  162. data/lib/google/ads/google_ads/v8/enums/feed_item_target_status_pb.rb +31 -0
  163. data/lib/google/ads/google_ads/v8/enums/feed_item_target_type_pb.rb +32 -0
  164. data/lib/google/ads/google_ads/v8/enums/feed_item_validation_status_pb.rb +32 -0
  165. data/lib/google/ads/google_ads/v8/enums/feed_link_status_pb.rb +31 -0
  166. data/lib/google/ads/google_ads/v8/enums/feed_mapping_criterion_type_pb.rb +31 -0
  167. data/lib/google/ads/google_ads/v8/enums/feed_mapping_status_pb.rb +31 -0
  168. data/lib/google/ads/google_ads/v8/enums/feed_origin_pb.rb +31 -0
  169. data/lib/google/ads/google_ads/v8/enums/feed_status_pb.rb +31 -0
  170. data/lib/google/ads/google_ads/v8/enums/flight_placeholder_field_pb.rb +46 -0
  171. data/lib/google/ads/google_ads/v8/enums/frequency_cap_event_type_pb.rb +31 -0
  172. data/lib/google/ads/google_ads/v8/enums/frequency_cap_level_pb.rb +32 -0
  173. data/lib/google/ads/google_ads/v8/enums/frequency_cap_time_unit_pb.rb +32 -0
  174. data/lib/google/ads/google_ads/v8/enums/gender_type_pb.rb +32 -0
  175. data/lib/google/ads/google_ads/v8/enums/geo_target_constant_status_pb.rb +31 -0
  176. data/lib/google/ads/google_ads/v8/enums/geo_targeting_restriction_pb.rb +30 -0
  177. data/lib/google/ads/google_ads/v8/enums/geo_targeting_type_pb.rb +31 -0
  178. data/lib/google/ads/google_ads/v8/enums/google_ads_field_category_pb.rb +33 -0
  179. data/lib/google/ads/google_ads/v8/enums/google_ads_field_data_type_pb.rb +40 -0
  180. data/lib/google/ads/google_ads/v8/enums/google_voice_call_status_pb.rb +31 -0
  181. data/lib/google/ads/google_ads/v8/enums/hotel_date_selection_type_pb.rb +31 -0
  182. data/lib/google/ads/google_ads/v8/enums/hotel_placeholder_field_pb.rb +49 -0
  183. data/lib/google/ads/google_ads/v8/enums/hotel_price_bucket_pb.rb +33 -0
  184. data/lib/google/ads/google_ads/v8/enums/hotel_rate_type_pb.rb +33 -0
  185. data/lib/google/ads/google_ads/v8/enums/image_placeholder_field_pb.rb +30 -0
  186. data/lib/google/ads/google_ads/v8/enums/income_range_type_pb.rb +36 -0
  187. data/lib/google/ads/google_ads/v8/enums/interaction_event_type_pb.rb +33 -0
  188. data/lib/google/ads/google_ads/v8/enums/interaction_type_pb.rb +30 -0
  189. data/lib/google/ads/google_ads/v8/enums/invoice_type_pb.rb +31 -0
  190. data/lib/google/ads/google_ads/v8/enums/job_placeholder_field_pb.rb +46 -0
  191. data/lib/google/ads/google_ads/v8/enums/keyword_match_type_pb.rb +32 -0
  192. data/lib/google/ads/google_ads/v8/enums/keyword_plan_aggregate_metric_type_pb.rb +30 -0
  193. data/lib/google/ads/google_ads/v8/enums/keyword_plan_competition_level_pb.rb +32 -0
  194. data/lib/google/ads/google_ads/v8/enums/keyword_plan_concept_group_type_pb.rb +32 -0
  195. data/lib/google/ads/google_ads/v8/enums/keyword_plan_forecast_interval_pb.rb +32 -0
  196. data/lib/google/ads/google_ads/v8/enums/keyword_plan_keyword_annotation_pb.rb +30 -0
  197. data/lib/google/ads/google_ads/v8/enums/keyword_plan_network_pb.rb +31 -0
  198. data/lib/google/ads/google_ads/v8/enums/label_status_pb.rb +31 -0
  199. data/lib/google/ads/google_ads/v8/enums/lead_form_call_to_action_type_pb.rb +43 -0
  200. data/lib/google/ads/google_ads/v8/enums/lead_form_desired_intent_pb.rb +31 -0
  201. data/lib/google/ads/google_ads/v8/enums/lead_form_field_user_input_type_pb.rb +89 -0
  202. data/lib/google/ads/google_ads/v8/enums/lead_form_post_submit_call_to_action_type_pb.rb +33 -0
  203. data/lib/google/ads/google_ads/v8/enums/legacy_app_install_ad_app_store_pb.rb +34 -0
  204. data/lib/google/ads/google_ads/v8/enums/linked_account_type_pb.rb +32 -0
  205. data/lib/google/ads/google_ads/v8/enums/listing_group_type_pb.rb +31 -0
  206. data/lib/google/ads/google_ads/v8/enums/local_placeholder_field_pb.rb +48 -0
  207. data/lib/google/ads/google_ads/v8/enums/location_extension_targeting_criterion_field_pb.rb +35 -0
  208. data/lib/google/ads/google_ads/v8/enums/location_group_radius_units_pb.rb +32 -0
  209. data/lib/google/ads/google_ads/v8/enums/location_placeholder_field_pb.rb +37 -0
  210. data/lib/google/ads/google_ads/v8/enums/location_source_type_pb.rb +31 -0
  211. data/lib/google/ads/google_ads/v8/enums/manager_link_status_pb.rb +34 -0
  212. data/lib/google/ads/google_ads/v8/enums/matching_function_context_type_pb.rb +32 -0
  213. data/lib/google/ads/google_ads/v8/enums/matching_function_operator_pb.rb +34 -0
  214. data/lib/google/ads/google_ads/v8/enums/media_type_pb.rb +35 -0
  215. data/lib/google/ads/google_ads/v8/enums/merchant_center_link_status_pb.rb +31 -0
  216. data/lib/google/ads/google_ads/v8/enums/message_placeholder_field_pb.rb +34 -0
  217. data/lib/google/ads/google_ads/v8/enums/mime_type_pb.rb +41 -0
  218. data/lib/google/ads/google_ads/v8/enums/minute_of_hour_pb.rb +33 -0
  219. data/lib/google/ads/google_ads/v8/enums/mobile_app_vendor_pb.rb +31 -0
  220. data/lib/google/ads/google_ads/v8/enums/mobile_device_type_pb.rb +31 -0
  221. data/lib/google/ads/google_ads/v8/enums/month_of_year_pb.rb +41 -0
  222. data/lib/google/ads/google_ads/v8/enums/negative_geo_target_type_pb.rb +31 -0
  223. data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_failure_reason_pb.rb +31 -0
  224. data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_status_pb.rb +33 -0
  225. data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_type_pb.rb +33 -0
  226. data/lib/google/ads/google_ads/v8/enums/operating_system_version_operator_type_pb.rb +31 -0
  227. data/lib/google/ads/google_ads/v8/enums/optimization_goal_type_pb.rb +31 -0
  228. data/lib/google/ads/google_ads/v8/enums/parental_status_type_pb.rb +32 -0
  229. data/lib/google/ads/google_ads/v8/enums/payment_mode_pb.rb +33 -0
  230. data/lib/google/ads/google_ads/v8/enums/placeholder_type_pb.rb +49 -0
  231. data/lib/google/ads/google_ads/v8/enums/placement_type_pb.rb +34 -0
  232. data/lib/google/ads/google_ads/v8/enums/policy_approval_status_pb.rb +33 -0
  233. data/lib/google/ads/google_ads/v8/enums/policy_review_status_pb.rb +33 -0
  234. data/lib/google/ads/google_ads/v8/enums/policy_topic_entry_type_pb.rb +35 -0
  235. data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +34 -0
  236. data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_not_working_device_pb.rb +32 -0
  237. data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +31 -0
  238. data/lib/google/ads/google_ads/v8/enums/positive_geo_target_type_pb.rb +32 -0
  239. data/lib/google/ads/google_ads/v8/enums/preferred_content_type_pb.rb +30 -0
  240. data/lib/google/ads/google_ads/v8/enums/price_extension_price_qualifier_pb.rb +32 -0
  241. data/lib/google/ads/google_ads/v8/enums/price_extension_price_unit_pb.rb +35 -0
  242. data/lib/google/ads/google_ads/v8/enums/price_extension_type_pb.rb +38 -0
  243. data/lib/google/ads/google_ads/v8/enums/price_placeholder_field_pb.rb +82 -0
  244. data/lib/google/ads/google_ads/v8/enums/product_bidding_category_level_pb.rb +34 -0
  245. data/lib/google/ads/google_ads/v8/enums/product_bidding_category_status_pb.rb +31 -0
  246. data/lib/google/ads/google_ads/v8/enums/product_channel_exclusivity_pb.rb +31 -0
  247. data/lib/google/ads/google_ads/v8/enums/product_channel_pb.rb +31 -0
  248. data/lib/google/ads/google_ads/v8/enums/product_condition_pb.rb +32 -0
  249. data/lib/google/ads/google_ads/v8/enums/product_custom_attribute_index_pb.rb +34 -0
  250. data/lib/google/ads/google_ads/v8/enums/product_type_level_pb.rb +34 -0
  251. data/lib/google/ads/google_ads/v8/enums/promotion_extension_discount_modifier_pb.rb +30 -0
  252. data/lib/google/ads/google_ads/v8/enums/promotion_extension_occasion_pb.rb +66 -0
  253. data/lib/google/ads/google_ads/v8/enums/promotion_placeholder_field_pb.rb +43 -0
  254. data/lib/google/ads/google_ads/v8/enums/proximity_radius_units_pb.rb +31 -0
  255. data/lib/google/ads/google_ads/v8/enums/quality_score_bucket_pb.rb +32 -0
  256. data/lib/google/ads/google_ads/v8/enums/reach_plan_ad_length_pb.rb +32 -0
  257. data/lib/google/ads/google_ads/v8/enums/reach_plan_age_range_pb.rb +55 -0
  258. data/lib/google/ads/google_ads/v8/enums/reach_plan_network_pb.rb +32 -0
  259. data/lib/google/ads/google_ads/v8/enums/real_estate_placeholder_field_pb.rb +47 -0
  260. data/lib/google/ads/google_ads/v8/enums/recommendation_type_pb.rb +47 -0
  261. data/lib/google/ads/google_ads/v8/enums/resource_change_operation_pb.rb +32 -0
  262. data/lib/google/ads/google_ads/v8/enums/resource_limit_type_pb.rb +116 -0
  263. data/lib/google/ads/google_ads/v8/enums/response_content_type_pb.rb +30 -0
  264. data/lib/google/ads/google_ads/v8/enums/search_engine_results_page_type_pb.rb +32 -0
  265. data/lib/google/ads/google_ads/v8/enums/search_term_match_type_pb.rb +34 -0
  266. data/lib/google/ads/google_ads/v8/enums/search_term_targeting_status_pb.rb +33 -0
  267. data/lib/google/ads/google_ads/v8/enums/served_asset_field_type_pb.rb +34 -0
  268. data/lib/google/ads/google_ads/v8/enums/shared_set_status_pb.rb +31 -0
  269. data/lib/google/ads/google_ads/v8/enums/shared_set_type_pb.rb +31 -0
  270. data/lib/google/ads/google_ads/v8/enums/simulation_modification_method_pb.rb +32 -0
  271. data/lib/google/ads/google_ads/v8/enums/simulation_type_pb.rb +37 -0
  272. data/lib/google/ads/google_ads/v8/enums/sitelink_placeholder_field_pb.rb +36 -0
  273. data/lib/google/ads/google_ads/v8/enums/slot_pb.rb +36 -0
  274. data/lib/google/ads/google_ads/v8/enums/spending_limit_type_pb.rb +30 -0
  275. data/lib/google/ads/google_ads/v8/enums/structured_snippet_placeholder_field_pb.rb +31 -0
  276. data/lib/google/ads/google_ads/v8/enums/summary_row_setting_pb.rb +32 -0
  277. data/lib/google/ads/google_ads/v8/enums/system_managed_entity_source_pb.rb +30 -0
  278. data/lib/google/ads/google_ads/v8/enums/target_cpa_opt_in_recommendation_goal_pb.rb +33 -0
  279. data/lib/google/ads/google_ads/v8/enums/target_impression_share_location_pb.rb +32 -0
  280. data/lib/google/ads/google_ads/v8/enums/targeting_dimension_pb.rb +37 -0
  281. data/lib/google/ads/google_ads/v8/enums/time_type_pb.rb +31 -0
  282. data/lib/google/ads/google_ads/v8/enums/tracking_code_page_format_pb.rb +31 -0
  283. data/lib/google/ads/google_ads/v8/enums/tracking_code_type_pb.rb +33 -0
  284. data/lib/google/ads/google_ads/v8/enums/travel_placeholder_field_pb.rb +49 -0
  285. data/lib/google/ads/google_ads/v8/enums/user_identifier_source_pb.rb +31 -0
  286. data/lib/google/ads/google_ads/v8/enums/user_interest_taxonomy_type_pb.rb +34 -0
  287. data/lib/google/ads/google_ads/v8/enums/user_list_access_status_pb.rb +31 -0
  288. data/lib/google/ads/google_ads/v8/enums/user_list_closing_reason_pb.rb +30 -0
  289. data/lib/google/ads/google_ads/v8/enums/user_list_combined_rule_operator_pb.rb +31 -0
  290. data/lib/google/ads/google_ads/v8/enums/user_list_crm_data_source_type_pb.rb +32 -0
  291. data/lib/google/ads/google_ads/v8/enums/user_list_date_rule_item_operator_pb.rb +33 -0
  292. data/lib/google/ads/google_ads/v8/enums/user_list_logical_rule_operator_pb.rb +32 -0
  293. data/lib/google/ads/google_ads/v8/enums/user_list_membership_status_pb.rb +31 -0
  294. data/lib/google/ads/google_ads/v8/enums/user_list_number_rule_item_operator_pb.rb +35 -0
  295. data/lib/google/ads/google_ads/v8/enums/user_list_prepopulation_status_pb.rb +32 -0
  296. data/lib/google/ads/google_ads/v8/enums/user_list_rule_type_pb.rb +31 -0
  297. data/lib/google/ads/google_ads/v8/enums/user_list_size_range_pb.rb +45 -0
  298. data/lib/google/ads/google_ads/v8/enums/user_list_string_rule_item_operator_pb.rb +37 -0
  299. data/lib/google/ads/google_ads/v8/enums/user_list_type_pb.rb +35 -0
  300. data/lib/google/ads/google_ads/v8/enums/vanity_pharma_display_url_mode_pb.rb +31 -0
  301. data/lib/google/ads/google_ads/v8/enums/vanity_pharma_text_pb.rb +41 -0
  302. data/lib/google/ads/google_ads/v8/enums/webpage_condition_operand_pb.rb +34 -0
  303. data/lib/google/ads/google_ads/v8/enums/webpage_condition_operator_pb.rb +31 -0
  304. data/lib/google/ads/google_ads/v8/errors/access_invitation_error_pb.rb +37 -0
  305. data/lib/google/ads/google_ads/v8/errors/account_budget_proposal_error_pb.rb +53 -0
  306. data/lib/google/ads/google_ads/v8/errors/account_link_error_pb.rb +30 -0
  307. data/lib/google/ads/google_ads/v8/errors/ad_customizer_error_pb.rb +34 -0
  308. data/lib/google/ads/google_ads/v8/errors/ad_error_pb.rb +175 -0
  309. data/lib/google/ads/google_ads/v8/errors/ad_group_ad_error_pb.rb +40 -0
  310. data/lib/google/ads/google_ads/v8/errors/ad_group_bid_modifier_error_pb.rb +31 -0
  311. data/lib/google/ads/google_ads/v8/errors/ad_group_criterion_error_pb.rb +57 -0
  312. data/lib/google/ads/google_ads/v8/errors/ad_group_error_pb.rb +43 -0
  313. data/lib/google/ads/google_ads/v8/errors/ad_group_feed_error_pb.rb +36 -0
  314. data/lib/google/ads/google_ads/v8/errors/ad_parameter_error_pb.rb +31 -0
  315. data/lib/google/ads/google_ads/v8/errors/ad_sharing_error_pb.rb +32 -0
  316. data/lib/google/ads/google_ads/v8/errors/adx_error_pb.rb +30 -0
  317. data/lib/google/ads/google_ads/v8/errors/asset_error_pb.rb +45 -0
  318. data/lib/google/ads/google_ads/v8/errors/asset_link_error_pb.rb +44 -0
  319. data/lib/google/ads/google_ads/v8/errors/authentication_error_pb.rb +47 -0
  320. data/lib/google/ads/google_ads/v8/errors/authorization_error_pb.rb +42 -0
  321. data/lib/google/ads/google_ads/v8/errors/batch_job_error_pb.rb +35 -0
  322. data/lib/google/ads/google_ads/v8/errors/bidding_error_pb.rb +53 -0
  323. data/lib/google/ads/google_ads/v8/errors/bidding_strategy_error_pb.rb +34 -0
  324. data/lib/google/ads/google_ads/v8/errors/billing_setup_error_pb.rb +46 -0
  325. data/lib/google/ads/google_ads/v8/errors/campaign_budget_error_pb.rb +45 -0
  326. data/lib/google/ads/google_ads/v8/errors/campaign_criterion_error_pb.rb +45 -0
  327. data/lib/google/ads/google_ads/v8/errors/campaign_draft_error_pb.rb +39 -0
  328. data/lib/google/ads/google_ads/v8/errors/campaign_error_pb.rb +72 -0
  329. data/lib/google/ads/google_ads/v8/errors/campaign_experiment_error_pb.rb +39 -0
  330. data/lib/google/ads/google_ads/v8/errors/campaign_feed_error_pb.rb +36 -0
  331. data/lib/google/ads/google_ads/v8/errors/campaign_shared_set_error_pb.rb +30 -0
  332. data/lib/google/ads/google_ads/v8/errors/change_event_error_pb.rb +34 -0
  333. data/lib/google/ads/google_ads/v8/errors/change_status_error_pb.rb +34 -0
  334. data/lib/google/ads/google_ads/v8/errors/collection_size_error_pb.rb +31 -0
  335. data/lib/google/ads/google_ads/v8/errors/context_error_pb.rb +31 -0
  336. data/lib/google/ads/google_ads/v8/errors/conversion_action_error_pb.rb +39 -0
  337. data/lib/google/ads/google_ads/v8/errors/conversion_adjustment_upload_error_pb.rb +40 -0
  338. data/lib/google/ads/google_ads/v8/errors/conversion_custom_variable_error_pb.rb +31 -0
  339. data/lib/google/ads/google_ads/v8/errors/conversion_upload_error_pb.rb +55 -0
  340. data/lib/google/ads/google_ads/v8/errors/country_code_error_pb.rb +30 -0
  341. data/lib/google/ads/google_ads/v8/errors/criterion_error_pb.rb +154 -0
  342. data/lib/google/ads/google_ads/v8/errors/currency_code_error_pb.rb +30 -0
  343. data/lib/google/ads/google_ads/v8/errors/custom_audience_error_pb.rb +37 -0
  344. data/lib/google/ads/google_ads/v8/errors/custom_interest_error_pb.rb +36 -0
  345. data/lib/google/ads/google_ads/v8/errors/customer_client_link_error_pb.rb +37 -0
  346. data/lib/google/ads/google_ads/v8/errors/customer_error_pb.rb +31 -0
  347. data/lib/google/ads/google_ads/v8/errors/customer_feed_error_pb.rb +36 -0
  348. data/lib/google/ads/google_ads/v8/errors/customer_manager_link_error_pb.rb +38 -0
  349. data/lib/google/ads/google_ads/v8/errors/customer_user_access_error_pb.rb +34 -0
  350. data/lib/google/ads/google_ads/v8/errors/database_error_pb.rb +32 -0
  351. data/lib/google/ads/google_ads/v8/errors/date_error_pb.rb +39 -0
  352. data/lib/google/ads/google_ads/v8/errors/date_range_error_pb.rb +34 -0
  353. data/lib/google/ads/google_ads/v8/errors/distinct_error_pb.rb +31 -0
  354. data/lib/google/ads/google_ads/v8/errors/enum_error_pb.rb +30 -0
  355. data/lib/google/ads/google_ads/v8/errors/errors_pb.rb +330 -0
  356. data/lib/google/ads/google_ads/v8/errors/extension_feed_item_error_pb.rb +74 -0
  357. data/lib/google/ads/google_ads/v8/errors/extension_setting_error_pb.rb +94 -0
  358. data/lib/google/ads/google_ads/v8/errors/feed_attribute_reference_error_pb.rb +32 -0
  359. data/lib/google/ads/google_ads/v8/errors/feed_error_pb.rb +51 -0
  360. data/lib/google/ads/google_ads/v8/errors/feed_item_error_pb.rb +38 -0
  361. data/lib/google/ads/google_ads/v8/errors/feed_item_set_error_pb.rb +36 -0
  362. data/lib/google/ads/google_ads/v8/errors/feed_item_set_link_error_pb.rb +31 -0
  363. data/lib/google/ads/google_ads/v8/errors/feed_item_target_error_pb.rb +37 -0
  364. data/lib/google/ads/google_ads/v8/errors/feed_item_validation_error_pb.rb +134 -0
  365. data/lib/google/ads/google_ads/v8/errors/feed_mapping_error_pb.rb +46 -0
  366. data/lib/google/ads/google_ads/v8/errors/field_error_pb.rb +36 -0
  367. data/lib/google/ads/google_ads/v8/errors/field_mask_error_pb.rb +33 -0
  368. data/lib/google/ads/google_ads/v8/errors/function_error_pb.rb +45 -0
  369. data/lib/google/ads/google_ads/v8/errors/function_parsing_error_pb.rb +40 -0
  370. data/lib/google/ads/google_ads/v8/errors/geo_target_constant_suggestion_error_pb.rb +33 -0
  371. data/lib/google/ads/google_ads/v8/errors/header_error_pb.rb +31 -0
  372. data/lib/google/ads/google_ads/v8/errors/id_error_pb.rb +30 -0
  373. data/lib/google/ads/google_ads/v8/errors/image_error_pb.rb +68 -0
  374. data/lib/google/ads/google_ads/v8/errors/internal_error_pb.rb +33 -0
  375. data/lib/google/ads/google_ads/v8/errors/invoice_error_pb.rb +32 -0
  376. data/lib/google/ads/google_ads/v8/errors/keyword_plan_ad_group_error_pb.rb +31 -0
  377. data/lib/google/ads/google_ads/v8/errors/keyword_plan_ad_group_keyword_error_pb.rb +36 -0
  378. data/lib/google/ads/google_ads/v8/errors/keyword_plan_campaign_error_pb.rb +35 -0
  379. data/lib/google/ads/google_ads/v8/errors/keyword_plan_campaign_keyword_error_pb.rb +30 -0
  380. data/lib/google/ads/google_ads/v8/errors/keyword_plan_error_pb.rb +43 -0
  381. data/lib/google/ads/google_ads/v8/errors/keyword_plan_idea_error_pb.rb +31 -0
  382. data/lib/google/ads/google_ads/v8/errors/label_error_pb.rb +38 -0
  383. data/lib/google/ads/google_ads/v8/errors/language_code_error_pb.rb +31 -0
  384. data/lib/google/ads/google_ads/v8/errors/list_operation_error_pb.rb +31 -0
  385. data/lib/google/ads/google_ads/v8/errors/manager_link_error_pb.rb +46 -0
  386. data/lib/google/ads/google_ads/v8/errors/media_bundle_error_pb.rb +51 -0
  387. data/lib/google/ads/google_ads/v8/errors/media_file_error_pb.rb +52 -0
  388. data/lib/google/ads/google_ads/v8/errors/media_upload_error_pb.rb +63 -0
  389. data/lib/google/ads/google_ads/v8/errors/multiplier_error_pb.rb +41 -0
  390. data/lib/google/ads/google_ads/v8/errors/mutate_error_pb.rb +37 -0
  391. data/lib/google/ads/google_ads/v8/errors/new_resource_creation_error_pb.rb +32 -0
  392. data/lib/google/ads/google_ads/v8/errors/not_allowlisted_error_pb.rb +30 -0
  393. data/lib/google/ads/google_ads/v8/errors/not_empty_error_pb.rb +30 -0
  394. data/lib/google/ads/google_ads/v8/errors/null_error_pb.rb +30 -0
  395. data/lib/google/ads/google_ads/v8/errors/offline_user_data_job_error_pb.rb +61 -0
  396. data/lib/google/ads/google_ads/v8/errors/operation_access_denied_error_pb.rb +39 -0
  397. data/lib/google/ads/google_ads/v8/errors/operator_error_pb.rb +30 -0
  398. data/lib/google/ads/google_ads/v8/errors/partial_failure_error_pb.rb +30 -0
  399. data/lib/google/ads/google_ads/v8/errors/payments_account_error_pb.rb +30 -0
  400. data/lib/google/ads/google_ads/v8/errors/policy_finding_error_pb.rb +31 -0
  401. data/lib/google/ads/google_ads/v8/errors/policy_validation_parameter_error_pb.rb +32 -0
  402. data/lib/google/ads/google_ads/v8/errors/policy_violation_error_pb.rb +30 -0
  403. data/lib/google/ads/google_ads/v8/errors/query_error_pb.rb +83 -0
  404. data/lib/google/ads/google_ads/v8/errors/quota_error_pb.rb +32 -0
  405. data/lib/google/ads/google_ads/v8/errors/range_error_pb.rb +31 -0
  406. data/lib/google/ads/google_ads/v8/errors/reach_plan_error_pb.rb +30 -0
  407. data/lib/google/ads/google_ads/v8/errors/recommendation_error_pb.rb +43 -0
  408. data/lib/google/ads/google_ads/v8/errors/region_code_error_pb.rb +30 -0
  409. data/lib/google/ads/google_ads/v8/errors/request_error_pb.rb +52 -0
  410. data/lib/google/ads/google_ads/v8/errors/resource_access_denied_error_pb.rb +30 -0
  411. data/lib/google/ads/google_ads/v8/errors/resource_count_limit_exceeded_error_pb.rb +38 -0
  412. data/lib/google/ads/google_ads/v8/errors/setting_error_pb.rb +40 -0
  413. data/lib/google/ads/google_ads/v8/errors/shared_criterion_error_pb.rb +30 -0
  414. data/lib/google/ads/google_ads/v8/errors/shared_set_error_pb.rb +33 -0
  415. data/lib/google/ads/google_ads/v8/errors/size_limit_error_pb.rb +31 -0
  416. data/lib/google/ads/google_ads/v8/errors/string_format_error_pb.rb +31 -0
  417. data/lib/google/ads/google_ads/v8/errors/string_length_error_pb.rb +32 -0
  418. data/lib/google/ads/google_ads/v8/errors/third_party_app_analytics_link_error_pb.rb +33 -0
  419. data/lib/google/ads/google_ads/v8/errors/time_zone_error_pb.rb +30 -0
  420. data/lib/google/ads/google_ads/v8/errors/url_field_error_pb.rb +81 -0
  421. data/lib/google/ads/google_ads/v8/errors/user_data_error_pb.rb +32 -0
  422. data/lib/google/ads/google_ads/v8/errors/user_list_error_pb.rb +55 -0
  423. data/lib/google/ads/google_ads/v8/errors/youtube_video_registration_error_pb.rb +32 -0
  424. data/lib/google/ads/google_ads/v8/resources/accessible_bidding_strategy_pb.rb +69 -0
  425. data/lib/google/ads/google_ads/v8/resources/account_budget_pb.rb +80 -0
  426. data/lib/google/ads/google_ads/v8/resources/account_budget_proposal_pb.rb +62 -0
  427. data/lib/google/ads/google_ads/v8/resources/account_link_pb.rb +52 -0
  428. data/lib/google/ads/google_ads/v8/resources/ad_group_ad_asset_view_pb.rb +44 -0
  429. data/lib/google/ads/google_ads/v8/resources/ad_group_ad_label_pb.rb +29 -0
  430. data/lib/google/ads/google_ads/v8/resources/ad_group_ad_pb.rb +45 -0
  431. data/lib/google/ads/google_ads/v8/resources/ad_group_asset_pb.rb +33 -0
  432. data/lib/google/ads/google_ads/v8/resources/ad_group_audience_view_pb.rb +27 -0
  433. data/lib/google/ads/google_ads/v8/resources/ad_group_bid_modifier_pb.rb +43 -0
  434. data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_label_pb.rb +29 -0
  435. data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_pb.rb +102 -0
  436. data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_simulation_pb.rb +40 -0
  437. data/lib/google/ads/google_ads/v8/resources/ad_group_extension_setting_pb.rb +33 -0
  438. data/lib/google/ads/google_ads/v8/resources/ad_group_feed_pb.rb +35 -0
  439. data/lib/google/ads/google_ads/v8/resources/ad_group_label_pb.rb +29 -0
  440. data/lib/google/ads/google_ads/v8/resources/ad_group_pb.rb +62 -0
  441. data/lib/google/ads/google_ads/v8/resources/ad_group_simulation_pb.rb +41 -0
  442. data/lib/google/ads/google_ads/v8/resources/ad_parameter_pb.rb +30 -0
  443. data/lib/google/ads/google_ads/v8/resources/ad_pb.rb +71 -0
  444. data/lib/google/ads/google_ads/v8/resources/ad_schedule_view_pb.rb +27 -0
  445. data/lib/google/ads/google_ads/v8/resources/age_range_view_pb.rb +27 -0
  446. data/lib/google/ads/google_ads/v8/resources/asset_field_type_view_pb.rb +29 -0
  447. data/lib/google/ads/google_ads/v8/resources/asset_pb.rb +60 -0
  448. data/lib/google/ads/google_ads/v8/resources/batch_job_pb.rb +42 -0
  449. data/lib/google/ads/google_ads/v8/resources/bidding_strategy_pb.rb +47 -0
  450. data/lib/google/ads/google_ads/v8/resources/bidding_strategy_simulation_pb.rb +39 -0
  451. data/lib/google/ads/google_ads/v8/resources/billing_setup_pb.rb +49 -0
  452. data/lib/google/ads/google_ads/v8/resources/call_view_pb.rb +38 -0
  453. data/lib/google/ads/google_ads/v8/resources/campaign_asset_pb.rb +33 -0
  454. data/lib/google/ads/google_ads/v8/resources/campaign_audience_view_pb.rb +27 -0
  455. data/lib/google/ads/google_ads/v8/resources/campaign_bid_modifier_pb.rb +34 -0
  456. data/lib/google/ads/google_ads/v8/resources/campaign_budget_pb.rb +47 -0
  457. data/lib/google/ads/google_ads/v8/resources/campaign_criterion_pb.rb +69 -0
  458. data/lib/google/ads/google_ads/v8/resources/campaign_criterion_simulation_pb.rb +39 -0
  459. data/lib/google/ads/google_ads/v8/resources/campaign_draft_pb.rb +35 -0
  460. data/lib/google/ads/google_ads/v8/resources/campaign_experiment_pb.rb +40 -0
  461. data/lib/google/ads/google_ads/v8/resources/campaign_extension_setting_pb.rb +33 -0
  462. data/lib/google/ads/google_ads/v8/resources/campaign_feed_pb.rb +35 -0
  463. data/lib/google/ads/google_ads/v8/resources/campaign_label_pb.rb +29 -0
  464. data/lib/google/ads/google_ads/v8/resources/campaign_pb.rb +158 -0
  465. data/lib/google/ads/google_ads/v8/resources/campaign_shared_set_pb.rb +31 -0
  466. data/lib/google/ads/google_ads/v8/resources/campaign_simulation_pb.rb +42 -0
  467. data/lib/google/ads/google_ads/v8/resources/carrier_constant_pb.rb +30 -0
  468. data/lib/google/ads/google_ads/v8/resources/change_event_pb.rb +76 -0
  469. data/lib/google/ads/google_ads/v8/resources/change_status_pb.rb +47 -0
  470. data/lib/google/ads/google_ads/v8/resources/click_view_pb.rb +38 -0
  471. data/lib/google/ads/google_ads/v8/resources/combined_audience_pb.rb +32 -0
  472. data/lib/google/ads/google_ads/v8/resources/conversion_action_pb.rb +74 -0
  473. data/lib/google/ads/google_ads/v8/resources/conversion_custom_variable_pb.rb +33 -0
  474. data/lib/google/ads/google_ads/v8/resources/currency_constant_pb.rb +31 -0
  475. data/lib/google/ads/google_ads/v8/resources/custom_audience_pb.rb +46 -0
  476. data/lib/google/ads/google_ads/v8/resources/custom_interest_pb.rb +41 -0
  477. data/lib/google/ads/google_ads/v8/resources/customer_asset_pb.rb +32 -0
  478. data/lib/google/ads/google_ads/v8/resources/customer_client_link_pb.rb +32 -0
  479. data/lib/google/ads/google_ads/v8/resources/customer_client_pb.rb +37 -0
  480. data/lib/google/ads/google_ads/v8/resources/customer_extension_setting_pb.rb +32 -0
  481. data/lib/google/ads/google_ads/v8/resources/customer_feed_pb.rb +34 -0
  482. data/lib/google/ads/google_ads/v8/resources/customer_label_pb.rb +29 -0
  483. data/lib/google/ads/google_ads/v8/resources/customer_manager_link_pb.rb +31 -0
  484. data/lib/google/ads/google_ads/v8/resources/customer_negative_criterion_pb.rb +39 -0
  485. data/lib/google/ads/google_ads/v8/resources/customer_pb.rb +59 -0
  486. data/lib/google/ads/google_ads/v8/resources/customer_user_access_invitation_pb.rb +34 -0
  487. data/lib/google/ads/google_ads/v8/resources/customer_user_access_pb.rb +33 -0
  488. data/lib/google/ads/google_ads/v8/resources/detail_placement_view_pb.rb +33 -0
  489. data/lib/google/ads/google_ads/v8/resources/detailed_demographic_pb.rb +33 -0
  490. data/lib/google/ads/google_ads/v8/resources/display_keyword_view_pb.rb +27 -0
  491. data/lib/google/ads/google_ads/v8/resources/distance_view_pb.rb +30 -0
  492. data/lib/google/ads/google_ads/v8/resources/domain_category_pb.rb +35 -0
  493. data/lib/google/ads/google_ads/v8/resources/dynamic_search_ads_search_term_view_pb.rb +34 -0
  494. data/lib/google/ads/google_ads/v8/resources/expanded_landing_page_view_pb.rb +28 -0
  495. data/lib/google/ads/google_ads/v8/resources/extension_feed_item_pb.rb +59 -0
  496. data/lib/google/ads/google_ads/v8/resources/feed_item_pb.rb +80 -0
  497. data/lib/google/ads/google_ads/v8/resources/feed_item_set_link_pb.rb +29 -0
  498. data/lib/google/ads/google_ads/v8/resources/feed_item_set_pb.rb +37 -0
  499. data/lib/google/ads/google_ads/v8/resources/feed_item_target_pb.rb +43 -0
  500. data/lib/google/ads/google_ads/v8/resources/feed_mapping_pb.rb +88 -0
  501. data/lib/google/ads/google_ads/v8/resources/feed_pb.rb +79 -0
  502. data/lib/google/ads/google_ads/v8/resources/feed_placeholder_view_pb.rb +29 -0
  503. data/lib/google/ads/google_ads/v8/resources/gender_view_pb.rb +27 -0
  504. data/lib/google/ads/google_ads/v8/resources/geo_target_constant_pb.rb +35 -0
  505. data/lib/google/ads/google_ads/v8/resources/geographic_view_pb.rb +30 -0
  506. data/lib/google/ads/google_ads/v8/resources/google_ads_field_pb.rb +42 -0
  507. data/lib/google/ads/google_ads/v8/resources/group_placement_view_pb.rb +32 -0
  508. data/lib/google/ads/google_ads/v8/resources/hotel_group_view_pb.rb +27 -0
  509. data/lib/google/ads/google_ads/v8/resources/hotel_performance_view_pb.rb +27 -0
  510. data/lib/google/ads/google_ads/v8/resources/income_range_view_pb.rb +27 -0
  511. data/lib/google/ads/google_ads/v8/resources/invoice_pb.rb +63 -0
  512. data/lib/google/ads/google_ads/v8/resources/keyword_plan_ad_group_keyword_pb.rb +34 -0
  513. data/lib/google/ads/google_ads/v8/resources/keyword_plan_ad_group_pb.rb +31 -0
  514. data/lib/google/ads/google_ads/v8/resources/keyword_plan_campaign_keyword_pb.rb +33 -0
  515. data/lib/google/ads/google_ads/v8/resources/keyword_plan_campaign_pb.rb +39 -0
  516. data/lib/google/ads/google_ads/v8/resources/keyword_plan_pb.rb +39 -0
  517. data/lib/google/ads/google_ads/v8/resources/keyword_theme_constant_pb.rb +30 -0
  518. data/lib/google/ads/google_ads/v8/resources/keyword_view_pb.rb +27 -0
  519. data/lib/google/ads/google_ads/v8/resources/label_pb.rb +33 -0
  520. data/lib/google/ads/google_ads/v8/resources/landing_page_view_pb.rb +28 -0
  521. data/lib/google/ads/google_ads/v8/resources/language_constant_pb.rb +31 -0
  522. data/lib/google/ads/google_ads/v8/resources/life_event_pb.rb +33 -0
  523. data/lib/google/ads/google_ads/v8/resources/location_view_pb.rb +27 -0
  524. data/lib/google/ads/google_ads/v8/resources/managed_placement_view_pb.rb +27 -0
  525. data/lib/google/ads/google_ads/v8/resources/media_file_pb.rb +63 -0
  526. data/lib/google/ads/google_ads/v8/resources/merchant_center_link_pb.rb +31 -0
  527. data/lib/google/ads/google_ads/v8/resources/mobile_app_category_constant_pb.rb +29 -0
  528. data/lib/google/ads/google_ads/v8/resources/mobile_device_constant_pb.rb +33 -0
  529. data/lib/google/ads/google_ads/v8/resources/offline_user_data_job_pb.rb +40 -0
  530. data/lib/google/ads/google_ads/v8/resources/operating_system_version_constant_pb.rb +33 -0
  531. data/lib/google/ads/google_ads/v8/resources/paid_organic_search_term_view_pb.rb +28 -0
  532. data/lib/google/ads/google_ads/v8/resources/parental_status_view_pb.rb +27 -0
  533. data/lib/google/ads/google_ads/v8/resources/payments_account_pb.rb +33 -0
  534. data/lib/google/ads/google_ads/v8/resources/product_bidding_category_constant_pb.rb +36 -0
  535. data/lib/google/ads/google_ads/v8/resources/product_group_view_pb.rb +27 -0
  536. data/lib/google/ads/google_ads/v8/resources/recommendation_pb.rb +154 -0
  537. data/lib/google/ads/google_ads/v8/resources/remarketing_action_pb.rb +31 -0
  538. data/lib/google/ads/google_ads/v8/resources/search_term_view_pb.rb +31 -0
  539. data/lib/google/ads/google_ads/v8/resources/shared_criterion_pb.rb +40 -0
  540. data/lib/google/ads/google_ads/v8/resources/shared_set_pb.rb +35 -0
  541. data/lib/google/ads/google_ads/v8/resources/shopping_performance_view_pb.rb +27 -0
  542. data/lib/google/ads/google_ads/v8/resources/smart_campaign_search_term_view_pb.rb +29 -0
  543. data/lib/google/ads/google_ads/v8/resources/smart_campaign_setting_pb.rb +40 -0
  544. data/lib/google/ads/google_ads/v8/resources/third_party_app_analytics_link_pb.rb +28 -0
  545. data/lib/google/ads/google_ads/v8/resources/topic_constant_pb.rb +30 -0
  546. data/lib/google/ads/google_ads/v8/resources/topic_view_pb.rb +27 -0
  547. data/lib/google/ads/google_ads/v8/resources/user_interest_pb.rb +35 -0
  548. data/lib/google/ads/google_ads/v8/resources/user_list_pb.rb +59 -0
  549. data/lib/google/ads/google_ads/v8/resources/user_location_view_pb.rb +29 -0
  550. data/lib/google/ads/google_ads/v8/resources/video_pb.rb +31 -0
  551. data/lib/google/ads/google_ads/v8/resources/webpage_view_pb.rb +27 -0
  552. data/lib/google/ads/google_ads/v8/services.rb +172 -0
  553. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service.rb +51 -0
  554. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/client.rb +381 -0
  555. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/credentials.rb +44 -0
  556. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/paths.rb +52 -0
  557. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service_pb.rb +29 -0
  558. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service_services_pb.rb +47 -0
  559. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service.rb +64 -0
  560. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/client.rb +498 -0
  561. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/credentials.rb +44 -0
  562. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/paths.rb +86 -0
  563. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service_pb.rb +52 -0
  564. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service_services_pb.rb +88 -0
  565. data/lib/google/ads/google_ads/v8/services/account_budget_service.rb +53 -0
  566. data/lib/google/ads/google_ads/v8/services/account_budget_service/client.rb +391 -0
  567. data/lib/google/ads/google_ads/v8/services/account_budget_service/credentials.rb +44 -0
  568. data/lib/google/ads/google_ads/v8/services/account_budget_service/paths.rb +86 -0
  569. data/lib/google/ads/google_ads/v8/services/account_budget_service_pb.rb +29 -0
  570. data/lib/google/ads/google_ads/v8/services/account_budget_service_services_pb.rb +59 -0
  571. data/lib/google/ads/google_ads/v8/services/account_link_service.rb +52 -0
  572. data/lib/google/ads/google_ads/v8/services/account_link_service/client.rb +578 -0
  573. data/lib/google/ads/google_ads/v8/services/account_link_service/credentials.rb +44 -0
  574. data/lib/google/ads/google_ads/v8/services/account_link_service/paths.rb +66 -0
  575. data/lib/google/ads/google_ads/v8/services/account_link_service_pb.rb +62 -0
  576. data/lib/google/ads/google_ads/v8/services/account_link_service_services_pb.rb +86 -0
  577. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service.rb +51 -0
  578. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/client.rb +389 -0
  579. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/credentials.rb +44 -0
  580. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/paths.rb +94 -0
  581. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service_pb.rb +29 -0
  582. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service_services_pb.rb +57 -0
  583. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service.rb +51 -0
  584. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/client.rb +487 -0
  585. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/credentials.rb +44 -0
  586. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/paths.rb +92 -0
  587. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service_pb.rb +53 -0
  588. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service_services_pb.rb +72 -0
  589. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service.rb +51 -0
  590. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/client.rb +521 -0
  591. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/credentials.rb +44 -0
  592. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/paths.rb +109 -0
  593. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service_pb.rb +61 -0
  594. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service_services_pb.rb +104 -0
  595. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service.rb +51 -0
  596. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/client.rb +491 -0
  597. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/credentials.rb +44 -0
  598. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/paths.rb +90 -0
  599. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service_pb.rb +59 -0
  600. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service_services_pb.rb +73 -0
  601. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service.rb +51 -0
  602. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/client.rb +389 -0
  603. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/credentials.rb +44 -0
  604. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/paths.rb +54 -0
  605. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service_pb.rb +29 -0
  606. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service_services_pb.rb +57 -0
  607. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service.rb +51 -0
  608. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/client.rb +503 -0
  609. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/credentials.rb +44 -0
  610. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/paths.rb +71 -0
  611. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service_pb.rb +59 -0
  612. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service_services_pb.rb +85 -0
  613. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service.rb +51 -0
  614. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/client.rb +485 -0
  615. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/credentials.rb +44 -0
  616. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/paths.rb +92 -0
  617. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service_pb.rb +53 -0
  618. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service_services_pb.rb +70 -0
  619. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service.rb +51 -0
  620. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/client.rb +512 -0
  621. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/credentials.rb +44 -0
  622. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/paths.rb +92 -0
  623. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service_pb.rb +61 -0
  624. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service_services_pb.rb +94 -0
  625. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service.rb +51 -0
  626. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/client.rb +389 -0
  627. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/credentials.rb +44 -0
  628. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/paths.rb +62 -0
  629. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service_pb.rb +29 -0
  630. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service_services_pb.rb +57 -0
  631. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service.rb +51 -0
  632. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/client.rb +507 -0
  633. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/credentials.rb +44 -0
  634. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/paths.rb +88 -0
  635. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service_pb.rb +59 -0
  636. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service_services_pb.rb +90 -0
  637. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service.rb +51 -0
  638. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/client.rb +502 -0
  639. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/credentials.rb +44 -0
  640. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/paths.rb +88 -0
  641. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service_pb.rb +59 -0
  642. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service_services_pb.rb +84 -0
  643. data/lib/google/ads/google_ads/v8/services/ad_group_label_service.rb +51 -0
  644. data/lib/google/ads/google_ads/v8/services/ad_group_label_service/client.rb +488 -0
  645. data/lib/google/ads/google_ads/v8/services/ad_group_label_service/credentials.rb +44 -0
  646. data/lib/google/ads/google_ads/v8/services/ad_group_label_service/paths.rb +88 -0
  647. data/lib/google/ads/google_ads/v8/services/ad_group_label_service_pb.rb +53 -0
  648. data/lib/google/ads/google_ads/v8/services/ad_group_label_service_services_pb.rb +73 -0
  649. data/lib/google/ads/google_ads/v8/services/ad_group_service.rb +51 -0
  650. data/lib/google/ads/google_ads/v8/services/ad_group_service/client.rb +508 -0
  651. data/lib/google/ads/google_ads/v8/services/ad_group_service/credentials.rb +44 -0
  652. data/lib/google/ads/google_ads/v8/services/ad_group_service/paths.rb +88 -0
  653. data/lib/google/ads/google_ads/v8/services/ad_group_service_pb.rb +59 -0
  654. data/lib/google/ads/google_ads/v8/services/ad_group_service_services_pb.rb +92 -0
  655. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service.rb +51 -0
  656. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/client.rb +389 -0
  657. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/credentials.rb +44 -0
  658. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/paths.rb +60 -0
  659. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service_pb.rb +29 -0
  660. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service_services_pb.rb +57 -0
  661. data/lib/google/ads/google_ads/v8/services/ad_parameter_service.rb +51 -0
  662. data/lib/google/ads/google_ads/v8/services/ad_parameter_service/client.rb +492 -0
  663. data/lib/google/ads/google_ads/v8/services/ad_parameter_service/credentials.rb +44 -0
  664. data/lib/google/ads/google_ads/v8/services/ad_parameter_service/paths.rb +75 -0
  665. data/lib/google/ads/google_ads/v8/services/ad_parameter_service_pb.rb +59 -0
  666. data/lib/google/ads/google_ads/v8/services/ad_parameter_service_services_pb.rb +74 -0
  667. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service.rb +51 -0
  668. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/client.rb +389 -0
  669. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/credentials.rb +44 -0
  670. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/paths.rb +54 -0
  671. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service_pb.rb +29 -0
  672. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service_services_pb.rb +57 -0
  673. data/lib/google/ads/google_ads/v8/services/ad_service.rb +51 -0
  674. data/lib/google/ads/google_ads/v8/services/ad_service/client.rb +514 -0
  675. data/lib/google/ads/google_ads/v8/services/ad_service/credentials.rb +44 -0
  676. data/lib/google/ads/google_ads/v8/services/ad_service/paths.rb +52 -0
  677. data/lib/google/ads/google_ads/v8/services/ad_service_pb.rb +59 -0
  678. data/lib/google/ads/google_ads/v8/services/ad_service_services_pb.rb +100 -0
  679. data/lib/google/ads/google_ads/v8/services/age_range_view_service.rb +51 -0
  680. data/lib/google/ads/google_ads/v8/services/age_range_view_service/client.rb +389 -0
  681. data/lib/google/ads/google_ads/v8/services/age_range_view_service/credentials.rb +44 -0
  682. data/lib/google/ads/google_ads/v8/services/age_range_view_service/paths.rb +54 -0
  683. data/lib/google/ads/google_ads/v8/services/age_range_view_service_pb.rb +29 -0
  684. data/lib/google/ads/google_ads/v8/services/age_range_view_service_services_pb.rb +57 -0
  685. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service.rb +51 -0
  686. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/client.rb +381 -0
  687. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/credentials.rb +44 -0
  688. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/paths.rb +52 -0
  689. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service_pb.rb +29 -0
  690. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service_services_pb.rb +49 -0
  691. data/lib/google/ads/google_ads/v8/services/asset_service.rb +53 -0
  692. data/lib/google/ads/google_ads/v8/services/asset_service/client.rb +505 -0
  693. data/lib/google/ads/google_ads/v8/services/asset_service/credentials.rb +44 -0
  694. data/lib/google/ads/google_ads/v8/services/asset_service/paths.rb +52 -0
  695. data/lib/google/ads/google_ads/v8/services/asset_service_pb.rb +58 -0
  696. data/lib/google/ads/google_ads/v8/services/asset_service_services_pb.rb +90 -0
  697. data/lib/google/ads/google_ads/v8/services/batch_job_service.rb +52 -0
  698. data/lib/google/ads/google_ads/v8/services/batch_job_service/client.rb +774 -0
  699. data/lib/google/ads/google_ads/v8/services/batch_job_service/credentials.rb +44 -0
  700. data/lib/google/ads/google_ads/v8/services/batch_job_service/operations.rb +659 -0
  701. data/lib/google/ads/google_ads/v8/services/batch_job_service/paths.rb +1045 -0
  702. data/lib/google/ads/google_ads/v8/services/batch_job_service_pb.rb +85 -0
  703. data/lib/google/ads/google_ads/v8/services/batch_job_service_services_pb.rb +107 -0
  704. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service.rb +51 -0
  705. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/client.rb +506 -0
  706. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/credentials.rb +44 -0
  707. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/paths.rb +52 -0
  708. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service_pb.rb +59 -0
  709. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service_services_pb.rb +88 -0
  710. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service.rb +51 -0
  711. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/client.rb +381 -0
  712. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/credentials.rb +44 -0
  713. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/paths.rb +60 -0
  714. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service_pb.rb +29 -0
  715. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service_services_pb.rb +49 -0
  716. data/lib/google/ads/google_ads/v8/services/billing_setup_service.rb +59 -0
  717. data/lib/google/ads/google_ads/v8/services/billing_setup_service/client.rb +486 -0
  718. data/lib/google/ads/google_ads/v8/services/billing_setup_service/credentials.rb +44 -0
  719. data/lib/google/ads/google_ads/v8/services/billing_setup_service/paths.rb +69 -0
  720. data/lib/google/ads/google_ads/v8/services/billing_setup_service_pb.rb +49 -0
  721. data/lib/google/ads/google_ads/v8/services/billing_setup_service_services_pb.rb +79 -0
  722. data/lib/google/ads/google_ads/v8/services/campaign_asset_service.rb +51 -0
  723. data/lib/google/ads/google_ads/v8/services/campaign_asset_service/client.rb +492 -0
  724. data/lib/google/ads/google_ads/v8/services/campaign_asset_service/credentials.rb +44 -0
  725. data/lib/google/ads/google_ads/v8/services/campaign_asset_service/paths.rb +90 -0
  726. data/lib/google/ads/google_ads/v8/services/campaign_asset_service_pb.rb +59 -0
  727. data/lib/google/ads/google_ads/v8/services/campaign_asset_service_services_pb.rb +74 -0
  728. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service.rb +51 -0
  729. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/client.rb +389 -0
  730. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/credentials.rb +44 -0
  731. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/paths.rb +54 -0
  732. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service_pb.rb +29 -0
  733. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service_services_pb.rb +57 -0
  734. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service.rb +51 -0
  735. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/client.rb +502 -0
  736. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/credentials.rb +44 -0
  737. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/paths.rb +71 -0
  738. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service_pb.rb +59 -0
  739. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service_services_pb.rb +84 -0
  740. data/lib/google/ads/google_ads/v8/services/campaign_budget_service.rb +51 -0
  741. data/lib/google/ads/google_ads/v8/services/campaign_budget_service/client.rb +497 -0
  742. data/lib/google/ads/google_ads/v8/services/campaign_budget_service/credentials.rb +44 -0
  743. data/lib/google/ads/google_ads/v8/services/campaign_budget_service/paths.rb +52 -0
  744. data/lib/google/ads/google_ads/v8/services/campaign_budget_service_pb.rb +59 -0
  745. data/lib/google/ads/google_ads/v8/services/campaign_budget_service_services_pb.rb +79 -0
  746. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service.rb +51 -0
  747. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/client.rb +508 -0
  748. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/credentials.rb +44 -0
  749. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/paths.rb +71 -0
  750. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service_pb.rb +59 -0
  751. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service_services_pb.rb +90 -0
  752. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service.rb +51 -0
  753. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/client.rb +389 -0
  754. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/credentials.rb +44 -0
  755. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/paths.rb +62 -0
  756. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service_pb.rb +29 -0
  757. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service_services_pb.rb +57 -0
  758. data/lib/google/ads/google_ads/v8/services/campaign_draft_service.rb +52 -0
  759. data/lib/google/ads/google_ads/v8/services/campaign_draft_service/client.rb +694 -0
  760. data/lib/google/ads/google_ads/v8/services/campaign_draft_service/credentials.rb +44 -0
  761. data/lib/google/ads/google_ads/v8/services/campaign_draft_service/operations.rb +659 -0
  762. data/lib/google/ads/google_ads/v8/services/campaign_draft_service/paths.rb +71 -0
  763. data/lib/google/ads/google_ads/v8/services/campaign_draft_service_pb.rb +76 -0
  764. data/lib/google/ads/google_ads/v8/services/campaign_draft_service_services_pb.rb +103 -0
  765. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service.rb +61 -0
  766. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/client.rb +981 -0
  767. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/credentials.rb +44 -0
  768. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/operations.rb +659 -0
  769. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/paths.rb +88 -0
  770. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service_pb.rb +101 -0
  771. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service_services_pb.rb +155 -0
  772. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service.rb +51 -0
  773. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/client.rb +509 -0
  774. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/credentials.rb +44 -0
  775. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/paths.rb +88 -0
  776. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service_pb.rb +59 -0
  777. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service_services_pb.rb +89 -0
  778. data/lib/google/ads/google_ads/v8/services/campaign_feed_service.rb +51 -0
  779. data/lib/google/ads/google_ads/v8/services/campaign_feed_service/client.rb +503 -0
  780. data/lib/google/ads/google_ads/v8/services/campaign_feed_service/credentials.rb +44 -0
  781. data/lib/google/ads/google_ads/v8/services/campaign_feed_service/paths.rb +88 -0
  782. data/lib/google/ads/google_ads/v8/services/campaign_feed_service_pb.rb +59 -0
  783. data/lib/google/ads/google_ads/v8/services/campaign_feed_service_services_pb.rb +85 -0
  784. data/lib/google/ads/google_ads/v8/services/campaign_label_service.rb +51 -0
  785. data/lib/google/ads/google_ads/v8/services/campaign_label_service/client.rb +488 -0
  786. data/lib/google/ads/google_ads/v8/services/campaign_label_service/credentials.rb +44 -0
  787. data/lib/google/ads/google_ads/v8/services/campaign_label_service/paths.rb +88 -0
  788. data/lib/google/ads/google_ads/v8/services/campaign_label_service_pb.rb +53 -0
  789. data/lib/google/ads/google_ads/v8/services/campaign_label_service_services_pb.rb +73 -0
  790. data/lib/google/ads/google_ads/v8/services/campaign_service.rb +51 -0
  791. data/lib/google/ads/google_ads/v8/services/campaign_service/client.rb +512 -0
  792. data/lib/google/ads/google_ads/v8/services/campaign_service/credentials.rb +44 -0
  793. data/lib/google/ads/google_ads/v8/services/campaign_service/paths.rb +156 -0
  794. data/lib/google/ads/google_ads/v8/services/campaign_service_pb.rb +59 -0
  795. data/lib/google/ads/google_ads/v8/services/campaign_service_services_pb.rb +96 -0
  796. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service.rb +51 -0
  797. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/client.rb +501 -0
  798. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/credentials.rb +44 -0
  799. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/paths.rb +88 -0
  800. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service_pb.rb +56 -0
  801. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service_services_pb.rb +83 -0
  802. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service.rb +51 -0
  803. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/client.rb +381 -0
  804. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/credentials.rb +44 -0
  805. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/paths.rb +60 -0
  806. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service_pb.rb +29 -0
  807. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service_services_pb.rb +49 -0
  808. data/lib/google/ads/google_ads/v8/services/carrier_constant_service.rb +51 -0
  809. data/lib/google/ads/google_ads/v8/services/carrier_constant_service/client.rb +389 -0
  810. data/lib/google/ads/google_ads/v8/services/carrier_constant_service/credentials.rb +44 -0
  811. data/lib/google/ads/google_ads/v8/services/carrier_constant_service/paths.rb +49 -0
  812. data/lib/google/ads/google_ads/v8/services/carrier_constant_service_pb.rb +29 -0
  813. data/lib/google/ads/google_ads/v8/services/carrier_constant_service_services_pb.rb +57 -0
  814. data/lib/google/ads/google_ads/v8/services/change_status_service.rb +51 -0
  815. data/lib/google/ads/google_ads/v8/services/change_status_service/client.rb +389 -0
  816. data/lib/google/ads/google_ads/v8/services/change_status_service/credentials.rb +44 -0
  817. data/lib/google/ads/google_ads/v8/services/change_status_service/paths.rb +236 -0
  818. data/lib/google/ads/google_ads/v8/services/change_status_service_pb.rb +29 -0
  819. data/lib/google/ads/google_ads/v8/services/change_status_service_services_pb.rb +57 -0
  820. data/lib/google/ads/google_ads/v8/services/click_view_service.rb +51 -0
  821. data/lib/google/ads/google_ads/v8/services/click_view_service/client.rb +388 -0
  822. data/lib/google/ads/google_ads/v8/services/click_view_service/credentials.rb +44 -0
  823. data/lib/google/ads/google_ads/v8/services/click_view_service/paths.rb +123 -0
  824. data/lib/google/ads/google_ads/v8/services/click_view_service_pb.rb +29 -0
  825. data/lib/google/ads/google_ads/v8/services/click_view_service_services_pb.rb +57 -0
  826. data/lib/google/ads/google_ads/v8/services/combined_audience_service.rb +53 -0
  827. data/lib/google/ads/google_ads/v8/services/combined_audience_service/client.rb +391 -0
  828. data/lib/google/ads/google_ads/v8/services/combined_audience_service/credentials.rb +44 -0
  829. data/lib/google/ads/google_ads/v8/services/combined_audience_service/paths.rb +52 -0
  830. data/lib/google/ads/google_ads/v8/services/combined_audience_service_pb.rb +29 -0
  831. data/lib/google/ads/google_ads/v8/services/combined_audience_service_services_pb.rb +59 -0
  832. data/lib/google/ads/google_ads/v8/services/conversion_action_service.rb +51 -0
  833. data/lib/google/ads/google_ads/v8/services/conversion_action_service/client.rb +496 -0
  834. data/lib/google/ads/google_ads/v8/services/conversion_action_service/credentials.rb +44 -0
  835. data/lib/google/ads/google_ads/v8/services/conversion_action_service/paths.rb +66 -0
  836. data/lib/google/ads/google_ads/v8/services/conversion_action_service_pb.rb +59 -0
  837. data/lib/google/ads/google_ads/v8/services/conversion_action_service_services_pb.rb +78 -0
  838. data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service.rb +50 -0
  839. data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service/client.rb +401 -0
  840. data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service/credentials.rb +44 -0
  841. data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service_pb.rb +68 -0
  842. data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service_services_pb.rb +56 -0
  843. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service.rb +51 -0
  844. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/client.rb +490 -0
  845. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/credentials.rb +44 -0
  846. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/paths.rb +66 -0
  847. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service_pb.rb +58 -0
  848. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service_services_pb.rb +70 -0
  849. data/lib/google/ads/google_ads/v8/services/conversion_upload_service.rb +51 -0
  850. data/lib/google/ads/google_ads/v8/services/conversion_upload_service/client.rb +501 -0
  851. data/lib/google/ads/google_ads/v8/services/conversion_upload_service/credentials.rb +44 -0
  852. data/lib/google/ads/google_ads/v8/services/conversion_upload_service/paths.rb +52 -0
  853. data/lib/google/ads/google_ads/v8/services/conversion_upload_service_pb.rb +108 -0
  854. data/lib/google/ads/google_ads/v8/services/conversion_upload_service_services_pb.rb +68 -0
  855. data/lib/google/ads/google_ads/v8/services/currency_constant_service.rb +51 -0
  856. data/lib/google/ads/google_ads/v8/services/currency_constant_service/client.rb +389 -0
  857. data/lib/google/ads/google_ads/v8/services/currency_constant_service/credentials.rb +44 -0
  858. data/lib/google/ads/google_ads/v8/services/currency_constant_service/paths.rb +49 -0
  859. data/lib/google/ads/google_ads/v8/services/currency_constant_service_pb.rb +29 -0
  860. data/lib/google/ads/google_ads/v8/services/currency_constant_service_services_pb.rb +55 -0
  861. data/lib/google/ads/google_ads/v8/services/custom_audience_service.rb +51 -0
  862. data/lib/google/ads/google_ads/v8/services/custom_audience_service/client.rb +484 -0
  863. data/lib/google/ads/google_ads/v8/services/custom_audience_service/credentials.rb +44 -0
  864. data/lib/google/ads/google_ads/v8/services/custom_audience_service/paths.rb +52 -0
  865. data/lib/google/ads/google_ads/v8/services/custom_audience_service_pb.rb +53 -0
  866. data/lib/google/ads/google_ads/v8/services/custom_audience_service_services_pb.rb +74 -0
  867. data/lib/google/ads/google_ads/v8/services/custom_interest_service.rb +51 -0
  868. data/lib/google/ads/google_ads/v8/services/custom_interest_service/client.rb +482 -0
  869. data/lib/google/ads/google_ads/v8/services/custom_interest_service/credentials.rb +44 -0
  870. data/lib/google/ads/google_ads/v8/services/custom_interest_service/paths.rb +52 -0
  871. data/lib/google/ads/google_ads/v8/services/custom_interest_service_pb.rb +52 -0
  872. data/lib/google/ads/google_ads/v8/services/custom_interest_service_services_pb.rb +72 -0
  873. data/lib/google/ads/google_ads/v8/services/customer_asset_service.rb +51 -0
  874. data/lib/google/ads/google_ads/v8/services/customer_asset_service/client.rb +489 -0
  875. data/lib/google/ads/google_ads/v8/services/customer_asset_service/credentials.rb +44 -0
  876. data/lib/google/ads/google_ads/v8/services/customer_asset_service/paths.rb +71 -0
  877. data/lib/google/ads/google_ads/v8/services/customer_asset_service_pb.rb +59 -0
  878. data/lib/google/ads/google_ads/v8/services/customer_asset_service_services_pb.rb +71 -0
  879. data/lib/google/ads/google_ads/v8/services/customer_client_link_service.rb +51 -0
  880. data/lib/google/ads/google_ads/v8/services/customer_client_link_service/client.rb +483 -0
  881. data/lib/google/ads/google_ads/v8/services/customer_client_link_service/credentials.rb +44 -0
  882. data/lib/google/ads/google_ads/v8/services/customer_client_link_service/paths.rb +68 -0
  883. data/lib/google/ads/google_ads/v8/services/customer_client_link_service_pb.rb +52 -0
  884. data/lib/google/ads/google_ads/v8/services/customer_client_link_service_services_pb.rb +71 -0
  885. data/lib/google/ads/google_ads/v8/services/customer_client_service.rb +51 -0
  886. data/lib/google/ads/google_ads/v8/services/customer_client_service/client.rb +389 -0
  887. data/lib/google/ads/google_ads/v8/services/customer_client_service/credentials.rb +44 -0
  888. data/lib/google/ads/google_ads/v8/services/customer_client_service/paths.rb +83 -0
  889. data/lib/google/ads/google_ads/v8/services/customer_client_service_pb.rb +29 -0
  890. data/lib/google/ads/google_ads/v8/services/customer_client_service_services_pb.rb +57 -0
  891. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service.rb +51 -0
  892. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/client.rb +507 -0
  893. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/credentials.rb +44 -0
  894. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/paths.rb +69 -0
  895. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service_pb.rb +59 -0
  896. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service_services_pb.rb +87 -0
  897. data/lib/google/ads/google_ads/v8/services/customer_feed_service.rb +51 -0
  898. data/lib/google/ads/google_ads/v8/services/customer_feed_service/client.rb +502 -0
  899. data/lib/google/ads/google_ads/v8/services/customer_feed_service/credentials.rb +44 -0
  900. data/lib/google/ads/google_ads/v8/services/customer_feed_service/paths.rb +69 -0
  901. data/lib/google/ads/google_ads/v8/services/customer_feed_service_pb.rb +59 -0
  902. data/lib/google/ads/google_ads/v8/services/customer_feed_service_services_pb.rb +84 -0
  903. data/lib/google/ads/google_ads/v8/services/customer_label_service.rb +51 -0
  904. data/lib/google/ads/google_ads/v8/services/customer_label_service/client.rb +486 -0
  905. data/lib/google/ads/google_ads/v8/services/customer_label_service/credentials.rb +44 -0
  906. data/lib/google/ads/google_ads/v8/services/customer_label_service/paths.rb +83 -0
  907. data/lib/google/ads/google_ads/v8/services/customer_label_service_pb.rb +53 -0
  908. data/lib/google/ads/google_ads/v8/services/customer_label_service_services_pb.rb +71 -0
  909. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service.rb +51 -0
  910. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/client.rb +582 -0
  911. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/credentials.rb +44 -0
  912. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/paths.rb +68 -0
  913. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service_pb.rb +62 -0
  914. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service_services_pb.rb +87 -0
  915. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service.rb +51 -0
  916. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/client.rb +489 -0
  917. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/credentials.rb +44 -0
  918. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/paths.rb +52 -0
  919. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service_pb.rb +56 -0
  920. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service_services_pb.rb +71 -0
  921. data/lib/google/ads/google_ads/v8/services/customer_service.rb +51 -0
  922. data/lib/google/ads/google_ads/v8/services/customer_service/client.rb +651 -0
  923. data/lib/google/ads/google_ads/v8/services/customer_service/credentials.rb +44 -0
  924. data/lib/google/ads/google_ads/v8/services/customer_service/paths.rb +66 -0
  925. data/lib/google/ads/google_ads/v8/services/customer_service_pb.rb +73 -0
  926. data/lib/google/ads/google_ads/v8/services/customer_service_services_pb.rb +96 -0
  927. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service.rb +52 -0
  928. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/client.rb +476 -0
  929. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/credentials.rb +44 -0
  930. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/paths.rb +52 -0
  931. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service_pb.rb +49 -0
  932. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service_services_pb.rb +69 -0
  933. data/lib/google/ads/google_ads/v8/services/customer_user_access_service.rb +51 -0
  934. data/lib/google/ads/google_ads/v8/services/customer_user_access_service/client.rb +478 -0
  935. data/lib/google/ads/google_ads/v8/services/customer_user_access_service/credentials.rb +44 -0
  936. data/lib/google/ads/google_ads/v8/services/customer_user_access_service/paths.rb +52 -0
  937. data/lib/google/ads/google_ads/v8/services/customer_user_access_service_pb.rb +51 -0
  938. data/lib/google/ads/google_ads/v8/services/customer_user_access_service_services_pb.rb +69 -0
  939. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service.rb +51 -0
  940. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/client.rb +389 -0
  941. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/credentials.rb +44 -0
  942. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/paths.rb +54 -0
  943. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service_pb.rb +29 -0
  944. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service_services_pb.rb +57 -0
  945. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service.rb +51 -0
  946. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/client.rb +381 -0
  947. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/credentials.rb +44 -0
  948. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/paths.rb +52 -0
  949. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service_pb.rb +29 -0
  950. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service_services_pb.rb +49 -0
  951. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service.rb +51 -0
  952. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/client.rb +389 -0
  953. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/credentials.rb +44 -0
  954. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/paths.rb +54 -0
  955. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service_pb.rb +29 -0
  956. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service_services_pb.rb +57 -0
  957. data/lib/google/ads/google_ads/v8/services/distance_view_service.rb +51 -0
  958. data/lib/google/ads/google_ads/v8/services/distance_view_service/client.rb +389 -0
  959. data/lib/google/ads/google_ads/v8/services/distance_view_service/credentials.rb +44 -0
  960. data/lib/google/ads/google_ads/v8/services/distance_view_service/paths.rb +54 -0
  961. data/lib/google/ads/google_ads/v8/services/distance_view_service_pb.rb +29 -0
  962. data/lib/google/ads/google_ads/v8/services/distance_view_service_services_pb.rb +57 -0
  963. data/lib/google/ads/google_ads/v8/services/domain_category_service.rb +51 -0
  964. data/lib/google/ads/google_ads/v8/services/domain_category_service/client.rb +389 -0
  965. data/lib/google/ads/google_ads/v8/services/domain_category_service/credentials.rb +44 -0
  966. data/lib/google/ads/google_ads/v8/services/domain_category_service/paths.rb +73 -0
  967. data/lib/google/ads/google_ads/v8/services/domain_category_service_pb.rb +29 -0
  968. data/lib/google/ads/google_ads/v8/services/domain_category_service_services_pb.rb +57 -0
  969. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service.rb +51 -0
  970. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/client.rb +389 -0
  971. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/credentials.rb +44 -0
  972. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/paths.rb +62 -0
  973. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service_pb.rb +29 -0
  974. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service_services_pb.rb +57 -0
  975. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service.rb +51 -0
  976. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/client.rb +389 -0
  977. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/credentials.rb +44 -0
  978. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/paths.rb +52 -0
  979. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service_pb.rb +29 -0
  980. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service_services_pb.rb +57 -0
  981. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service.rb +51 -0
  982. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/client.rb +504 -0
  983. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/credentials.rb +44 -0
  984. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/paths.rb +117 -0
  985. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service_pb.rb +59 -0
  986. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service_services_pb.rb +85 -0
  987. data/lib/google/ads/google_ads/v8/services/feed_item_service.rb +51 -0
  988. data/lib/google/ads/google_ads/v8/services/feed_item_service/client.rb +503 -0
  989. data/lib/google/ads/google_ads/v8/services/feed_item_service/credentials.rb +44 -0
  990. data/lib/google/ads/google_ads/v8/services/feed_item_service/paths.rb +71 -0
  991. data/lib/google/ads/google_ads/v8/services/feed_item_service_pb.rb +59 -0
  992. data/lib/google/ads/google_ads/v8/services/feed_item_service_services_pb.rb +87 -0
  993. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service.rb +51 -0
  994. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/client.rb +482 -0
  995. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/credentials.rb +44 -0
  996. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/paths.rb +94 -0
  997. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service_pb.rb +51 -0
  998. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service_services_pb.rb +67 -0
  999. data/lib/google/ads/google_ads/v8/services/feed_item_set_service.rb +51 -0
  1000. data/lib/google/ads/google_ads/v8/services/feed_item_set_service/client.rb +484 -0
  1001. data/lib/google/ads/google_ads/v8/services/feed_item_set_service/credentials.rb +44 -0
  1002. data/lib/google/ads/google_ads/v8/services/feed_item_set_service/paths.rb +71 -0
  1003. data/lib/google/ads/google_ads/v8/services/feed_item_set_service_pb.rb +54 -0
  1004. data/lib/google/ads/google_ads/v8/services/feed_item_set_service_services_pb.rb +69 -0
  1005. data/lib/google/ads/google_ads/v8/services/feed_item_target_service.rb +51 -0
  1006. data/lib/google/ads/google_ads/v8/services/feed_item_target_service/client.rb +498 -0
  1007. data/lib/google/ads/google_ads/v8/services/feed_item_target_service/credentials.rb +44 -0
  1008. data/lib/google/ads/google_ads/v8/services/feed_item_target_service/paths.rb +126 -0
  1009. data/lib/google/ads/google_ads/v8/services/feed_item_target_service_pb.rb +56 -0
  1010. data/lib/google/ads/google_ads/v8/services/feed_item_target_service_services_pb.rb +80 -0
  1011. data/lib/google/ads/google_ads/v8/services/feed_mapping_service.rb +51 -0
  1012. data/lib/google/ads/google_ads/v8/services/feed_mapping_service/client.rb +499 -0
  1013. data/lib/google/ads/google_ads/v8/services/feed_mapping_service/credentials.rb +44 -0
  1014. data/lib/google/ads/google_ads/v8/services/feed_mapping_service/paths.rb +71 -0
  1015. data/lib/google/ads/google_ads/v8/services/feed_mapping_service_pb.rb +56 -0
  1016. data/lib/google/ads/google_ads/v8/services/feed_mapping_service_services_pb.rb +81 -0
  1017. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service.rb +51 -0
  1018. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/client.rb +389 -0
  1019. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/credentials.rb +44 -0
  1020. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/paths.rb +52 -0
  1021. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service_pb.rb +29 -0
  1022. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service_services_pb.rb +57 -0
  1023. data/lib/google/ads/google_ads/v8/services/feed_service.rb +51 -0
  1024. data/lib/google/ads/google_ads/v8/services/feed_service/client.rb +501 -0
  1025. data/lib/google/ads/google_ads/v8/services/feed_service/credentials.rb +44 -0
  1026. data/lib/google/ads/google_ads/v8/services/feed_service/paths.rb +52 -0
  1027. data/lib/google/ads/google_ads/v8/services/feed_service_pb.rb +59 -0
  1028. data/lib/google/ads/google_ads/v8/services/feed_service_services_pb.rb +86 -0
  1029. data/lib/google/ads/google_ads/v8/services/gender_view_service.rb +51 -0
  1030. data/lib/google/ads/google_ads/v8/services/gender_view_service/client.rb +388 -0
  1031. data/lib/google/ads/google_ads/v8/services/gender_view_service/credentials.rb +44 -0
  1032. data/lib/google/ads/google_ads/v8/services/gender_view_service/paths.rb +54 -0
  1033. data/lib/google/ads/google_ads/v8/services/gender_view_service_pb.rb +29 -0
  1034. data/lib/google/ads/google_ads/v8/services/gender_view_service_services_pb.rb +57 -0
  1035. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service.rb +51 -0
  1036. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/client.rb +475 -0
  1037. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/credentials.rb +44 -0
  1038. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/paths.rb +49 -0
  1039. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service_pb.rb +58 -0
  1040. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service_services_pb.rb +68 -0
  1041. data/lib/google/ads/google_ads/v8/services/geographic_view_service.rb +51 -0
  1042. data/lib/google/ads/google_ads/v8/services/geographic_view_service/client.rb +389 -0
  1043. data/lib/google/ads/google_ads/v8/services/geographic_view_service/credentials.rb +44 -0
  1044. data/lib/google/ads/google_ads/v8/services/geographic_view_service/paths.rb +54 -0
  1045. data/lib/google/ads/google_ads/v8/services/geographic_view_service_pb.rb +29 -0
  1046. data/lib/google/ads/google_ads/v8/services/geographic_view_service_services_pb.rb +57 -0
  1047. data/lib/google/ads/google_ads/v8/services/google_ads_field_service.rb +51 -0
  1048. data/lib/google/ads/google_ads/v8/services/google_ads_field_service/client.rb +477 -0
  1049. data/lib/google/ads/google_ads/v8/services/google_ads_field_service/credentials.rb +44 -0
  1050. data/lib/google/ads/google_ads/v8/services/google_ads_field_service/paths.rb +49 -0
  1051. data/lib/google/ads/google_ads/v8/services/google_ads_field_service_pb.rb +41 -0
  1052. data/lib/google/ads/google_ads/v8/services/google_ads_field_service_services_pb.rb +68 -0
  1053. data/lib/google/ads/google_ads/v8/services/google_ads_service.rb +51 -0
  1054. data/lib/google/ads/google_ads/v8/services/google_ads_service/client.rb +707 -0
  1055. data/lib/google/ads/google_ads/v8/services/google_ads_service/credentials.rb +44 -0
  1056. data/lib/google/ads/google_ads/v8/services/google_ads_service/paths.rb +2320 -0
  1057. data/lib/google/ads/google_ads/v8/services/google_ads_service_pb.rb +490 -0
  1058. data/lib/google/ads/google_ads/v8/services/google_ads_service_services_pb.rb +188 -0
  1059. data/lib/google/ads/google_ads/v8/services/group_placement_view_service.rb +51 -0
  1060. data/lib/google/ads/google_ads/v8/services/group_placement_view_service/client.rb +389 -0
  1061. data/lib/google/ads/google_ads/v8/services/group_placement_view_service/credentials.rb +44 -0
  1062. data/lib/google/ads/google_ads/v8/services/group_placement_view_service/paths.rb +54 -0
  1063. data/lib/google/ads/google_ads/v8/services/group_placement_view_service_pb.rb +29 -0
  1064. data/lib/google/ads/google_ads/v8/services/group_placement_view_service_services_pb.rb +57 -0
  1065. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service.rb +51 -0
  1066. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/client.rb +389 -0
  1067. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/credentials.rb +44 -0
  1068. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/paths.rb +54 -0
  1069. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service_pb.rb +29 -0
  1070. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service_services_pb.rb +57 -0
  1071. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service.rb +51 -0
  1072. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/client.rb +389 -0
  1073. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/credentials.rb +44 -0
  1074. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/paths.rb +49 -0
  1075. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service_pb.rb +29 -0
  1076. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service_services_pb.rb +57 -0
  1077. data/lib/google/ads/google_ads/v8/services/income_range_view_service.rb +51 -0
  1078. data/lib/google/ads/google_ads/v8/services/income_range_view_service/client.rb +389 -0
  1079. data/lib/google/ads/google_ads/v8/services/income_range_view_service/credentials.rb +44 -0
  1080. data/lib/google/ads/google_ads/v8/services/income_range_view_service/paths.rb +54 -0
  1081. data/lib/google/ads/google_ads/v8/services/income_range_view_service_pb.rb +29 -0
  1082. data/lib/google/ads/google_ads/v8/services/income_range_view_service_services_pb.rb +57 -0
  1083. data/lib/google/ads/google_ads/v8/services/invoice_service.rb +51 -0
  1084. data/lib/google/ads/google_ads/v8/services/invoice_service/client.rb +399 -0
  1085. data/lib/google/ads/google_ads/v8/services/invoice_service/credentials.rb +44 -0
  1086. data/lib/google/ads/google_ads/v8/services/invoice_service/paths.rb +52 -0
  1087. data/lib/google/ads/google_ads/v8/services/invoice_service_pb.rb +36 -0
  1088. data/lib/google/ads/google_ads/v8/services/invoice_service_services_pb.rb +59 -0
  1089. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service.rb +55 -0
  1090. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/client.rb +495 -0
  1091. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/credentials.rb +44 -0
  1092. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/paths.rb +69 -0
  1093. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service_pb.rb +56 -0
  1094. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service_services_pb.rb +78 -0
  1095. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service.rb +51 -0
  1096. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/client.rb +491 -0
  1097. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/credentials.rb +44 -0
  1098. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/paths.rb +69 -0
  1099. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service_pb.rb +56 -0
  1100. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service_services_pb.rb +76 -0
  1101. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service.rb +54 -0
  1102. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/client.rb +492 -0
  1103. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/credentials.rb +44 -0
  1104. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/paths.rb +69 -0
  1105. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service_pb.rb +56 -0
  1106. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service_services_pb.rb +76 -0
  1107. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service.rb +51 -0
  1108. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/client.rb +492 -0
  1109. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/credentials.rb +44 -0
  1110. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/paths.rb +97 -0
  1111. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service_pb.rb +56 -0
  1112. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service_services_pb.rb +77 -0
  1113. data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service.rb +50 -0
  1114. data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service/client.rb +430 -0
  1115. data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service/credentials.rb +44 -0
  1116. data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service_pb.rb +74 -0
  1117. data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service_services_pb.rb +59 -0
  1118. data/lib/google/ads/google_ads/v8/services/keyword_plan_service.rb +51 -0
  1119. data/lib/google/ads/google_ads/v8/services/keyword_plan_service/client.rb +842 -0
  1120. data/lib/google/ads/google_ads/v8/services/keyword_plan_service/credentials.rb +44 -0
  1121. data/lib/google/ads/google_ads/v8/services/keyword_plan_service/paths.rb +52 -0
  1122. data/lib/google/ads/google_ads/v8/services/keyword_plan_service_pb.rb +147 -0
  1123. data/lib/google/ads/google_ads/v8/services/keyword_plan_service_services_pb.rb +130 -0
  1124. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service.rb +51 -0
  1125. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/client.rb +465 -0
  1126. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/credentials.rb +44 -0
  1127. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/paths.rb +52 -0
  1128. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service_pb.rb +39 -0
  1129. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service_services_pb.rb +59 -0
  1130. data/lib/google/ads/google_ads/v8/services/keyword_view_service.rb +51 -0
  1131. data/lib/google/ads/google_ads/v8/services/keyword_view_service/client.rb +389 -0
  1132. data/lib/google/ads/google_ads/v8/services/keyword_view_service/credentials.rb +44 -0
  1133. data/lib/google/ads/google_ads/v8/services/keyword_view_service/paths.rb +54 -0
  1134. data/lib/google/ads/google_ads/v8/services/keyword_view_service_pb.rb +29 -0
  1135. data/lib/google/ads/google_ads/v8/services/keyword_view_service_services_pb.rb +57 -0
  1136. data/lib/google/ads/google_ads/v8/services/label_service.rb +51 -0
  1137. data/lib/google/ads/google_ads/v8/services/label_service/client.rb +499 -0
  1138. data/lib/google/ads/google_ads/v8/services/label_service/credentials.rb +44 -0
  1139. data/lib/google/ads/google_ads/v8/services/label_service/paths.rb +52 -0
  1140. data/lib/google/ads/google_ads/v8/services/label_service_pb.rb +59 -0
  1141. data/lib/google/ads/google_ads/v8/services/label_service_services_pb.rb +82 -0
  1142. data/lib/google/ads/google_ads/v8/services/landing_page_view_service.rb +51 -0
  1143. data/lib/google/ads/google_ads/v8/services/landing_page_view_service/client.rb +389 -0
  1144. data/lib/google/ads/google_ads/v8/services/landing_page_view_service/credentials.rb +44 -0
  1145. data/lib/google/ads/google_ads/v8/services/landing_page_view_service/paths.rb +52 -0
  1146. data/lib/google/ads/google_ads/v8/services/landing_page_view_service_pb.rb +29 -0
  1147. data/lib/google/ads/google_ads/v8/services/landing_page_view_service_services_pb.rb +57 -0
  1148. data/lib/google/ads/google_ads/v8/services/language_constant_service.rb +51 -0
  1149. data/lib/google/ads/google_ads/v8/services/language_constant_service/client.rb +389 -0
  1150. data/lib/google/ads/google_ads/v8/services/language_constant_service/credentials.rb +44 -0
  1151. data/lib/google/ads/google_ads/v8/services/language_constant_service/paths.rb +49 -0
  1152. data/lib/google/ads/google_ads/v8/services/language_constant_service_pb.rb +29 -0
  1153. data/lib/google/ads/google_ads/v8/services/language_constant_service_services_pb.rb +57 -0
  1154. data/lib/google/ads/google_ads/v8/services/life_event_service.rb +51 -0
  1155. data/lib/google/ads/google_ads/v8/services/life_event_service/client.rb +380 -0
  1156. data/lib/google/ads/google_ads/v8/services/life_event_service/credentials.rb +44 -0
  1157. data/lib/google/ads/google_ads/v8/services/life_event_service/paths.rb +52 -0
  1158. data/lib/google/ads/google_ads/v8/services/life_event_service_pb.rb +29 -0
  1159. data/lib/google/ads/google_ads/v8/services/life_event_service_services_pb.rb +49 -0
  1160. data/lib/google/ads/google_ads/v8/services/location_view_service.rb +51 -0
  1161. data/lib/google/ads/google_ads/v8/services/location_view_service/client.rb +389 -0
  1162. data/lib/google/ads/google_ads/v8/services/location_view_service/credentials.rb +44 -0
  1163. data/lib/google/ads/google_ads/v8/services/location_view_service/paths.rb +54 -0
  1164. data/lib/google/ads/google_ads/v8/services/location_view_service_pb.rb +29 -0
  1165. data/lib/google/ads/google_ads/v8/services/location_view_service_services_pb.rb +57 -0
  1166. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service.rb +51 -0
  1167. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/client.rb +389 -0
  1168. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/credentials.rb +44 -0
  1169. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/paths.rb +54 -0
  1170. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service_pb.rb +29 -0
  1171. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service_services_pb.rb +57 -0
  1172. data/lib/google/ads/google_ads/v8/services/media_file_service.rb +51 -0
  1173. data/lib/google/ads/google_ads/v8/services/media_file_service/client.rb +499 -0
  1174. data/lib/google/ads/google_ads/v8/services/media_file_service/credentials.rb +44 -0
  1175. data/lib/google/ads/google_ads/v8/services/media_file_service/paths.rb +52 -0
  1176. data/lib/google/ads/google_ads/v8/services/media_file_service_pb.rb +55 -0
  1177. data/lib/google/ads/google_ads/v8/services/media_file_service_services_pb.rb +82 -0
  1178. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service.rb +52 -0
  1179. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/client.rb +563 -0
  1180. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/credentials.rb +44 -0
  1181. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/paths.rb +52 -0
  1182. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service_pb.rb +60 -0
  1183. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service_services_pb.rb +79 -0
  1184. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service.rb +51 -0
  1185. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/client.rb +389 -0
  1186. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/credentials.rb +44 -0
  1187. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/paths.rb +49 -0
  1188. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service_pb.rb +29 -0
  1189. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service_services_pb.rb +55 -0
  1190. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service.rb +51 -0
  1191. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/client.rb +389 -0
  1192. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/credentials.rb +44 -0
  1193. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/paths.rb +49 -0
  1194. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service_pb.rb +29 -0
  1195. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service_services_pb.rb +57 -0
  1196. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service.rb +52 -0
  1197. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/client.rb +679 -0
  1198. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/credentials.rb +44 -0
  1199. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/operations.rb +659 -0
  1200. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/paths.rb +52 -0
  1201. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service_pb.rb +66 -0
  1202. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service_services_pb.rb +100 -0
  1203. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service.rb +51 -0
  1204. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/client.rb +389 -0
  1205. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/credentials.rb +44 -0
  1206. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/paths.rb +49 -0
  1207. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service_pb.rb +29 -0
  1208. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service_services_pb.rb +57 -0
  1209. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service.rb +51 -0
  1210. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/client.rb +389 -0
  1211. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/credentials.rb +44 -0
  1212. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/paths.rb +56 -0
  1213. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service_pb.rb +29 -0
  1214. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service_services_pb.rb +57 -0
  1215. data/lib/google/ads/google_ads/v8/services/parental_status_view_service.rb +51 -0
  1216. data/lib/google/ads/google_ads/v8/services/parental_status_view_service/client.rb +389 -0
  1217. data/lib/google/ads/google_ads/v8/services/parental_status_view_service/credentials.rb +44 -0
  1218. data/lib/google/ads/google_ads/v8/services/parental_status_view_service/paths.rb +54 -0
  1219. data/lib/google/ads/google_ads/v8/services/parental_status_view_service_pb.rb +29 -0
  1220. data/lib/google/ads/google_ads/v8/services/parental_status_view_service_services_pb.rb +57 -0
  1221. data/lib/google/ads/google_ads/v8/services/payments_account_service.rb +52 -0
  1222. data/lib/google/ads/google_ads/v8/services/payments_account_service/client.rb +393 -0
  1223. data/lib/google/ads/google_ads/v8/services/payments_account_service/credentials.rb +44 -0
  1224. data/lib/google/ads/google_ads/v8/services/payments_account_service/paths.rb +66 -0
  1225. data/lib/google/ads/google_ads/v8/services/payments_account_service_pb.rb +32 -0
  1226. data/lib/google/ads/google_ads/v8/services/payments_account_service_services_pb.rb +61 -0
  1227. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service.rb +51 -0
  1228. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/client.rb +389 -0
  1229. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/credentials.rb +44 -0
  1230. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/paths.rb +54 -0
  1231. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service_pb.rb +29 -0
  1232. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service_services_pb.rb +57 -0
  1233. data/lib/google/ads/google_ads/v8/services/product_group_view_service.rb +51 -0
  1234. data/lib/google/ads/google_ads/v8/services/product_group_view_service/client.rb +389 -0
  1235. data/lib/google/ads/google_ads/v8/services/product_group_view_service/credentials.rb +44 -0
  1236. data/lib/google/ads/google_ads/v8/services/product_group_view_service/paths.rb +54 -0
  1237. data/lib/google/ads/google_ads/v8/services/product_group_view_service_pb.rb +29 -0
  1238. data/lib/google/ads/google_ads/v8/services/product_group_view_service_services_pb.rb +57 -0
  1239. data/lib/google/ads/google_ads/v8/services/reach_plan_service.rb +54 -0
  1240. data/lib/google/ads/google_ads/v8/services/reach_plan_service/client.rb +678 -0
  1241. data/lib/google/ads/google_ads/v8/services/reach_plan_service/credentials.rb +44 -0
  1242. data/lib/google/ads/google_ads/v8/services/reach_plan_service_pb.rb +162 -0
  1243. data/lib/google/ads/google_ads/v8/services/reach_plan_service_services_pb.rb +98 -0
  1244. data/lib/google/ads/google_ads/v8/services/recommendation_service.rb +51 -0
  1245. data/lib/google/ads/google_ads/v8/services/recommendation_service/client.rb +579 -0
  1246. data/lib/google/ads/google_ads/v8/services/recommendation_service/credentials.rb +44 -0
  1247. data/lib/google/ads/google_ads/v8/services/recommendation_service/paths.rb +120 -0
  1248. data/lib/google/ads/google_ads/v8/services/recommendation_service_pb.rb +127 -0
  1249. data/lib/google/ads/google_ads/v8/services/recommendation_service_services_pb.rb +83 -0
  1250. data/lib/google/ads/google_ads/v8/services/remarketing_action_service.rb +51 -0
  1251. data/lib/google/ads/google_ads/v8/services/remarketing_action_service/client.rb +483 -0
  1252. data/lib/google/ads/google_ads/v8/services/remarketing_action_service/credentials.rb +44 -0
  1253. data/lib/google/ads/google_ads/v8/services/remarketing_action_service/paths.rb +52 -0
  1254. data/lib/google/ads/google_ads/v8/services/remarketing_action_service_pb.rb +55 -0
  1255. data/lib/google/ads/google_ads/v8/services/remarketing_action_service_services_pb.rb +68 -0
  1256. data/lib/google/ads/google_ads/v8/services/search_term_view_service.rb +51 -0
  1257. data/lib/google/ads/google_ads/v8/services/search_term_view_service/client.rb +389 -0
  1258. data/lib/google/ads/google_ads/v8/services/search_term_view_service/credentials.rb +44 -0
  1259. data/lib/google/ads/google_ads/v8/services/search_term_view_service/paths.rb +73 -0
  1260. data/lib/google/ads/google_ads/v8/services/search_term_view_service_pb.rb +29 -0
  1261. data/lib/google/ads/google_ads/v8/services/search_term_view_service_services_pb.rb +57 -0
  1262. data/lib/google/ads/google_ads/v8/services/shared_criterion_service.rb +51 -0
  1263. data/lib/google/ads/google_ads/v8/services/shared_criterion_service/client.rb +499 -0
  1264. data/lib/google/ads/google_ads/v8/services/shared_criterion_service/credentials.rb +44 -0
  1265. data/lib/google/ads/google_ads/v8/services/shared_criterion_service/paths.rb +71 -0
  1266. data/lib/google/ads/google_ads/v8/services/shared_criterion_service_pb.rb +56 -0
  1267. data/lib/google/ads/google_ads/v8/services/shared_criterion_service_services_pb.rb +81 -0
  1268. data/lib/google/ads/google_ads/v8/services/shared_set_service.rb +51 -0
  1269. data/lib/google/ads/google_ads/v8/services/shared_set_service/client.rb +501 -0
  1270. data/lib/google/ads/google_ads/v8/services/shared_set_service/credentials.rb +44 -0
  1271. data/lib/google/ads/google_ads/v8/services/shared_set_service/paths.rb +52 -0
  1272. data/lib/google/ads/google_ads/v8/services/shared_set_service_pb.rb +59 -0
  1273. data/lib/google/ads/google_ads/v8/services/shared_set_service_services_pb.rb +84 -0
  1274. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service.rb +51 -0
  1275. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/client.rb +389 -0
  1276. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/credentials.rb +44 -0
  1277. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/paths.rb +49 -0
  1278. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service_pb.rb +29 -0
  1279. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service_services_pb.rb +57 -0
  1280. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service.rb +51 -0
  1281. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/client.rb +389 -0
  1282. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/credentials.rb +44 -0
  1283. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/paths.rb +71 -0
  1284. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service_pb.rb +29 -0
  1285. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service_services_pb.rb +57 -0
  1286. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service.rb +51 -0
  1287. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/client.rb +469 -0
  1288. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/credentials.rb +44 -0
  1289. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/paths.rb +69 -0
  1290. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service_pb.rb +55 -0
  1291. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service_services_pb.rb +51 -0
  1292. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service.rb +51 -0
  1293. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/client.rb +385 -0
  1294. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/credentials.rb +44 -0
  1295. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/paths.rb +52 -0
  1296. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service_pb.rb +65 -0
  1297. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service_services_pb.rb +47 -0
  1298. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service.rb +52 -0
  1299. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/client.rb +474 -0
  1300. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/credentials.rb +44 -0
  1301. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/paths.rb +52 -0
  1302. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service_pb.rb +35 -0
  1303. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service_services_pb.rb +67 -0
  1304. data/lib/google/ads/google_ads/v8/services/topic_constant_service.rb +51 -0
  1305. data/lib/google/ads/google_ads/v8/services/topic_constant_service/client.rb +389 -0
  1306. data/lib/google/ads/google_ads/v8/services/topic_constant_service/credentials.rb +44 -0
  1307. data/lib/google/ads/google_ads/v8/services/topic_constant_service/paths.rb +49 -0
  1308. data/lib/google/ads/google_ads/v8/services/topic_constant_service_pb.rb +29 -0
  1309. data/lib/google/ads/google_ads/v8/services/topic_constant_service_services_pb.rb +57 -0
  1310. data/lib/google/ads/google_ads/v8/services/topic_view_service.rb +51 -0
  1311. data/lib/google/ads/google_ads/v8/services/topic_view_service/client.rb +388 -0
  1312. data/lib/google/ads/google_ads/v8/services/topic_view_service/credentials.rb +44 -0
  1313. data/lib/google/ads/google_ads/v8/services/topic_view_service/paths.rb +54 -0
  1314. data/lib/google/ads/google_ads/v8/services/topic_view_service_pb.rb +29 -0
  1315. data/lib/google/ads/google_ads/v8/services/topic_view_service_services_pb.rb +57 -0
  1316. data/lib/google/ads/google_ads/v8/services/user_data_service.rb +51 -0
  1317. data/lib/google/ads/google_ads/v8/services/user_data_service/client.rb +396 -0
  1318. data/lib/google/ads/google_ads/v8/services/user_data_service/credentials.rb +44 -0
  1319. data/lib/google/ads/google_ads/v8/services/user_data_service_pb.rb +44 -0
  1320. data/lib/google/ads/google_ads/v8/services/user_data_service_services_pb.rb +63 -0
  1321. data/lib/google/ads/google_ads/v8/services/user_interest_service.rb +51 -0
  1322. data/lib/google/ads/google_ads/v8/services/user_interest_service/client.rb +389 -0
  1323. data/lib/google/ads/google_ads/v8/services/user_interest_service/credentials.rb +44 -0
  1324. data/lib/google/ads/google_ads/v8/services/user_interest_service/paths.rb +52 -0
  1325. data/lib/google/ads/google_ads/v8/services/user_interest_service_pb.rb +29 -0
  1326. data/lib/google/ads/google_ads/v8/services/user_interest_service_services_pb.rb +57 -0
  1327. data/lib/google/ads/google_ads/v8/services/user_list_service.rb +51 -0
  1328. data/lib/google/ads/google_ads/v8/services/user_list_service/client.rb +494 -0
  1329. data/lib/google/ads/google_ads/v8/services/user_list_service/credentials.rb +44 -0
  1330. data/lib/google/ads/google_ads/v8/services/user_list_service/paths.rb +52 -0
  1331. data/lib/google/ads/google_ads/v8/services/user_list_service_pb.rb +56 -0
  1332. data/lib/google/ads/google_ads/v8/services/user_list_service_services_pb.rb +81 -0
  1333. data/lib/google/ads/google_ads/v8/services/user_location_view_service.rb +51 -0
  1334. data/lib/google/ads/google_ads/v8/services/user_location_view_service/client.rb +389 -0
  1335. data/lib/google/ads/google_ads/v8/services/user_location_view_service/credentials.rb +44 -0
  1336. data/lib/google/ads/google_ads/v8/services/user_location_view_service/paths.rb +54 -0
  1337. data/lib/google/ads/google_ads/v8/services/user_location_view_service_pb.rb +29 -0
  1338. data/lib/google/ads/google_ads/v8/services/user_location_view_service_services_pb.rb +57 -0
  1339. data/lib/google/ads/google_ads/v8/services/video_service.rb +51 -0
  1340. data/lib/google/ads/google_ads/v8/services/video_service/client.rb +387 -0
  1341. data/lib/google/ads/google_ads/v8/services/video_service/credentials.rb +44 -0
  1342. data/lib/google/ads/google_ads/v8/services/video_service/paths.rb +52 -0
  1343. data/lib/google/ads/google_ads/v8/services/video_service_pb.rb +29 -0
  1344. data/lib/google/ads/google_ads/v8/services/video_service_services_pb.rb +57 -0
  1345. data/lib/google/ads/google_ads/v8/services/webpage_view_service.rb +51 -0
  1346. data/lib/google/ads/google_ads/v8/services/webpage_view_service/client.rb +381 -0
  1347. data/lib/google/ads/google_ads/v8/services/webpage_view_service/credentials.rb +44 -0
  1348. data/lib/google/ads/google_ads/v8/services/webpage_view_service/paths.rb +54 -0
  1349. data/lib/google/ads/google_ads/v8/services/webpage_view_service_pb.rb +29 -0
  1350. data/lib/google/ads/google_ads/v8/services/webpage_view_service_services_pb.rb +49 -0
  1351. data/lib/google/ads/google_ads/version.rb +1 -1
  1352. metadata +1337 -6
@@ -4,46 +4,6 @@ module Google
4
4
  module Factories
5
5
  module V7
6
6
  module Enums
7
- # Returns the descriptor for the AdvertisingChannelSubType enum
8
- #
9
- # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
10
- def self.advertising_channel_sub_type
11
- require "google/ads/google_ads/v7/enums/advertising_channel_sub_type_pb"
12
- Google::Ads::GoogleAds::V7::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
13
- end
14
-
15
- # Returns the descriptor for the AdvertisingChannelType enum
16
- #
17
- # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
18
- def self.advertising_channel_type
19
- require "google/ads/google_ads/v7/enums/advertising_channel_type_pb"
20
- Google::Ads::GoogleAds::V7::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
21
- end
22
-
23
- # Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
24
- #
25
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
26
- def self.criterion_category_channel_availability_mode
27
- require "google/ads/google_ads/v7/enums/criterion_category_channel_availability_mode_pb"
28
- Google::Ads::GoogleAds::V7::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
29
- end
30
-
31
- # Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
32
- #
33
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
34
- def self.criterion_category_locale_availability_mode
35
- require "google/ads/google_ads/v7/enums/criterion_category_locale_availability_mode_pb"
36
- Google::Ads::GoogleAds::V7::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
37
- end
38
-
39
- # Returns the descriptor for the PlacementType enum
40
- #
41
- # @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
42
- def self.placement_type
43
- require "google/ads/google_ads/v7/enums/placement_type_pb"
44
- Google::Ads::GoogleAds::V7::Enums::PlacementTypeEnum::PlacementType.descriptor
45
- end
46
-
47
7
  # Returns the descriptor for the PolicyTopicEntryType enum
48
8
  #
49
9
  # @return [Google::Protobuf::EnumDescriptor] for the PolicyTopicEntryType enum
@@ -76,52 +36,20 @@ module Google
76
36
  Google::Ads::GoogleAds::V7::Enums::PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum::PolicyTopicEvidenceDestinationNotWorkingDnsErrorType.descriptor
77
37
  end
78
38
 
79
- # Returns the descriptor for the FeedItemQualityApprovalStatus enum
80
- #
81
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
82
- def self.feed_item_quality_approval_status
83
- require "google/ads/google_ads/v7/enums/feed_item_quality_approval_status_pb"
84
- Google::Ads::GoogleAds::V7::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
85
- end
86
-
87
- # Returns the descriptor for the FeedItemQualityDisapprovalReason enum
88
- #
89
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
90
- def self.feed_item_quality_disapproval_reason
91
- require "google/ads/google_ads/v7/enums/feed_item_quality_disapproval_reason_pb"
92
- Google::Ads::GoogleAds::V7::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
93
- end
94
-
95
- # Returns the descriptor for the FeedItemStatus enum
96
- #
97
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
98
- def self.feed_item_status
99
- require "google/ads/google_ads/v7/enums/feed_item_status_pb"
100
- Google::Ads::GoogleAds::V7::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
101
- end
102
-
103
- # Returns the descriptor for the FeedItemValidationStatus enum
104
- #
105
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
106
- def self.feed_item_validation_status
107
- require "google/ads/google_ads/v7/enums/feed_item_validation_status_pb"
108
- Google::Ads::GoogleAds::V7::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
109
- end
110
-
111
- # Returns the descriptor for the GeoTargetingRestriction enum
39
+ # Returns the descriptor for the AdGroupAdStatus enum
112
40
  #
113
- # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
114
- def self.geo_targeting_restriction
115
- require "google/ads/google_ads/v7/enums/geo_targeting_restriction_pb"
116
- Google::Ads::GoogleAds::V7::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
41
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
42
+ def self.ad_group_ad_status
43
+ require "google/ads/google_ads/v7/enums/ad_group_ad_status_pb"
44
+ Google::Ads::GoogleAds::V7::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
117
45
  end
118
46
 
119
- # Returns the descriptor for the PlaceholderType enum
47
+ # Returns the descriptor for the AdStrength enum
120
48
  #
121
- # @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
122
- def self.placeholder_type
123
- require "google/ads/google_ads/v7/enums/placeholder_type_pb"
124
- Google::Ads::GoogleAds::V7::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
49
+ # @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
50
+ def self.ad_strength
51
+ require "google/ads/google_ads/v7/enums/ad_strength_pb"
52
+ Google::Ads::GoogleAds::V7::Enums::AdStrengthEnum::AdStrength.descriptor
125
53
  end
126
54
 
127
55
  # Returns the descriptor for the PolicyApprovalStatus enum
@@ -140,476 +68,340 @@ module Google
140
68
  Google::Ads::GoogleAds::V7::Enums::PolicyReviewStatusEnum::PolicyReviewStatus.descriptor
141
69
  end
142
70
 
143
- # Returns the descriptor for the FeedItemValidationError enum
71
+ # Returns the descriptor for the AssetPerformanceLabel enum
144
72
  #
145
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
146
- def self.feed_item_validation_error
147
- require "google/ads/google_ads/v7/errors/feed_item_validation_error_pb"
148
- Google::Ads::GoogleAds::V7::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
73
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
74
+ def self.asset_performance_label
75
+ require "google/ads/google_ads/v7/enums/asset_performance_label_pb"
76
+ Google::Ads::GoogleAds::V7::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
149
77
  end
150
78
 
151
- # Returns the descriptor for the MobileDeviceType enum
79
+ # Returns the descriptor for the ServedAssetFieldType enum
152
80
  #
153
- # @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
154
- def self.mobile_device_type
155
- require "google/ads/google_ads/v7/enums/mobile_device_type_pb"
156
- Google::Ads::GoogleAds::V7::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
81
+ # @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
82
+ def self.served_asset_field_type
83
+ require "google/ads/google_ads/v7/enums/served_asset_field_type_pb"
84
+ Google::Ads::GoogleAds::V7::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
157
85
  end
158
86
 
159
- # Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
87
+ # Returns the descriptor for the CallConversionReportingState enum
160
88
  #
161
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
162
- def self.customer_pay_per_conversion_eligibility_failure_reason
163
- require "google/ads/google_ads/v7/enums/customer_pay_per_conversion_eligibility_failure_reason_pb"
164
- Google::Ads::GoogleAds::V7::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
89
+ # @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
90
+ def self.call_conversion_reporting_state
91
+ require "google/ads/google_ads/v7/enums/call_conversion_reporting_state_pb"
92
+ Google::Ads::GoogleAds::V7::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
165
93
  end
166
94
 
167
- # Returns the descriptor for the ExtensionSettingDevice enum
95
+ # Returns the descriptor for the DisplayAdFormatSetting enum
168
96
  #
169
- # @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
170
- def self.extension_setting_device
171
- require "google/ads/google_ads/v7/enums/extension_setting_device_pb"
172
- Google::Ads::GoogleAds::V7::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
97
+ # @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
98
+ def self.display_ad_format_setting
99
+ require "google/ads/google_ads/v7/enums/display_ad_format_setting_pb"
100
+ Google::Ads::GoogleAds::V7::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
173
101
  end
174
102
 
175
- # Returns the descriptor for the ExtensionType enum
103
+ # Returns the descriptor for the DisplayUploadProductType enum
176
104
  #
177
- # @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
178
- def self.extension_type
179
- require "google/ads/google_ads/v7/enums/extension_type_pb"
180
- Google::Ads::GoogleAds::V7::Enums::ExtensionTypeEnum::ExtensionType.descriptor
105
+ # @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
106
+ def self.display_upload_product_type
107
+ require "google/ads/google_ads/v7/enums/display_upload_product_type_pb"
108
+ Google::Ads::GoogleAds::V7::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
181
109
  end
182
110
 
183
- # Returns the descriptor for the GeoTargetConstantStatus enum
111
+ # Returns the descriptor for the LegacyAppInstallAdAppStore enum
184
112
  #
185
- # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
186
- def self.geo_target_constant_status
187
- require "google/ads/google_ads/v7/enums/geo_target_constant_status_pb"
188
- Google::Ads::GoogleAds::V7::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
113
+ # @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
114
+ def self.legacy_app_install_ad_app_store
115
+ require "google/ads/google_ads/v7/enums/legacy_app_install_ad_app_store_pb"
116
+ Google::Ads::GoogleAds::V7::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
189
117
  end
190
118
 
191
- # Returns the descriptor for the CallTrackingDisplayLocation enum
119
+ # Returns the descriptor for the MimeType enum
192
120
  #
193
- # @return [Google::Protobuf::EnumDescriptor] for the CallTrackingDisplayLocation enum
194
- def self.call_tracking_display_location
195
- require "google/ads/google_ads/v7/enums/call_tracking_display_location_pb"
196
- Google::Ads::GoogleAds::V7::Enums::CallTrackingDisplayLocationEnum::CallTrackingDisplayLocation.descriptor
121
+ # @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
122
+ def self.mime_type
123
+ require "google/ads/google_ads/v7/enums/mime_type_pb"
124
+ Google::Ads::GoogleAds::V7::Enums::MimeTypeEnum::MimeType.descriptor
197
125
  end
198
126
 
199
- # Returns the descriptor for the CallType enum
127
+ # Returns the descriptor for the AppUrlOperatingSystemType enum
200
128
  #
201
- # @return [Google::Protobuf::EnumDescriptor] for the CallType enum
202
- def self.call_type
203
- require "google/ads/google_ads/v7/enums/call_type_pb"
204
- Google::Ads::GoogleAds::V7::Enums::CallTypeEnum::CallType.descriptor
129
+ # @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
130
+ def self.app_url_operating_system_type
131
+ require "google/ads/google_ads/v7/enums/app_url_operating_system_type_pb"
132
+ Google::Ads::GoogleAds::V7::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
205
133
  end
206
134
 
207
- # Returns the descriptor for the GoogleVoiceCallStatus enum
135
+ # Returns the descriptor for the AdType enum
208
136
  #
209
- # @return [Google::Protobuf::EnumDescriptor] for the GoogleVoiceCallStatus enum
210
- def self.google_voice_call_status
211
- require "google/ads/google_ads/v7/enums/google_voice_call_status_pb"
212
- Google::Ads::GoogleAds::V7::Enums::GoogleVoiceCallStatusEnum::GoogleVoiceCallStatus.descriptor
137
+ # @return [Google::Protobuf::EnumDescriptor] for the AdType enum
138
+ def self.ad_type
139
+ require "google/ads/google_ads/v7/enums/ad_type_pb"
140
+ Google::Ads::GoogleAds::V7::Enums::AdTypeEnum::AdType.descriptor
213
141
  end
214
142
 
215
- # Returns the descriptor for the BudgetDeliveryMethod enum
143
+ # Returns the descriptor for the Device enum
216
144
  #
217
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
218
- def self.budget_delivery_method
219
- require "google/ads/google_ads/v7/enums/budget_delivery_method_pb"
220
- Google::Ads::GoogleAds::V7::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
145
+ # @return [Google::Protobuf::EnumDescriptor] for the Device enum
146
+ def self.device
147
+ require "google/ads/google_ads/v7/enums/device_pb"
148
+ Google::Ads::GoogleAds::V7::Enums::DeviceEnum::Device.descriptor
221
149
  end
222
150
 
223
- # Returns the descriptor for the BudgetPeriod enum
151
+ # Returns the descriptor for the SystemManagedResourceSource enum
224
152
  #
225
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
226
- def self.budget_period
227
- require "google/ads/google_ads/v7/enums/budget_period_pb"
228
- Google::Ads::GoogleAds::V7::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
153
+ # @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
154
+ def self.system_managed_resource_source
155
+ require "google/ads/google_ads/v7/enums/system_managed_entity_source_pb"
156
+ Google::Ads::GoogleAds::V7::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
229
157
  end
230
158
 
231
- # Returns the descriptor for the BudgetStatus enum
159
+ # Returns the descriptor for the ManagerLinkStatus enum
232
160
  #
233
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
234
- def self.budget_status
235
- require "google/ads/google_ads/v7/enums/budget_status_pb"
236
- Google::Ads::GoogleAds::V7::Enums::BudgetStatusEnum::BudgetStatus.descriptor
161
+ # @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
162
+ def self.manager_link_status
163
+ require "google/ads/google_ads/v7/enums/manager_link_status_pb"
164
+ Google::Ads::GoogleAds::V7::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
237
165
  end
238
166
 
239
- # Returns the descriptor for the BudgetType enum
167
+ # Returns the descriptor for the AdvertisingChannelSubType enum
240
168
  #
241
- # @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
242
- def self.budget_type
243
- require "google/ads/google_ads/v7/enums/budget_type_pb"
244
- Google::Ads::GoogleAds::V7::Enums::BudgetTypeEnum::BudgetType.descriptor
169
+ # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelSubType enum
170
+ def self.advertising_channel_sub_type
171
+ require "google/ads/google_ads/v7/enums/advertising_channel_sub_type_pb"
172
+ Google::Ads::GoogleAds::V7::Enums::AdvertisingChannelSubTypeEnum::AdvertisingChannelSubType.descriptor
245
173
  end
246
174
 
247
- # Returns the descriptor for the AssetFieldType enum
175
+ # Returns the descriptor for the AdvertisingChannelType enum
248
176
  #
249
- # @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
250
- def self.asset_field_type
251
- require "google/ads/google_ads/v7/enums/asset_field_type_pb"
252
- Google::Ads::GoogleAds::V7::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
177
+ # @return [Google::Protobuf::EnumDescriptor] for the AdvertisingChannelType enum
178
+ def self.advertising_channel_type
179
+ require "google/ads/google_ads/v7/enums/advertising_channel_type_pb"
180
+ Google::Ads::GoogleAds::V7::Enums::AdvertisingChannelTypeEnum::AdvertisingChannelType.descriptor
253
181
  end
254
182
 
255
- # Returns the descriptor for the AssetLinkStatus enum
183
+ # Returns the descriptor for the ChangeStatusOperation enum
256
184
  #
257
- # @return [Google::Protobuf::EnumDescriptor] for the AssetLinkStatus enum
258
- def self.asset_link_status
259
- require "google/ads/google_ads/v7/enums/asset_link_status_pb"
260
- Google::Ads::GoogleAds::V7::Enums::AssetLinkStatusEnum::AssetLinkStatus.descriptor
185
+ # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
186
+ def self.change_status_operation
187
+ require "google/ads/google_ads/v7/enums/change_status_operation_pb"
188
+ Google::Ads::GoogleAds::V7::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
261
189
  end
262
190
 
263
- # Returns the descriptor for the MonthOfYear enum
191
+ # Returns the descriptor for the ChangeStatusResourceType enum
264
192
  #
265
- # @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
266
- def self.month_of_year
267
- require "google/ads/google_ads/v7/enums/month_of_year_pb"
268
- Google::Ads::GoogleAds::V7::Enums::MonthOfYearEnum::MonthOfYear.descriptor
193
+ # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
194
+ def self.change_status_resource_type
195
+ require "google/ads/google_ads/v7/enums/change_status_resource_type_pb"
196
+ Google::Ads::GoogleAds::V7::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
269
197
  end
270
198
 
271
- # Returns the descriptor for the InvoiceType enum
199
+ # Returns the descriptor for the CriterionType enum
272
200
  #
273
- # @return [Google::Protobuf::EnumDescriptor] for the InvoiceType enum
274
- def self.invoice_type
275
- require "google/ads/google_ads/v7/enums/invoice_type_pb"
276
- Google::Ads::GoogleAds::V7::Enums::InvoiceTypeEnum::InvoiceType.descriptor
201
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
202
+ def self.criterion_type
203
+ require "google/ads/google_ads/v7/enums/criterion_type_pb"
204
+ Google::Ads::GoogleAds::V7::Enums::CriterionTypeEnum::CriterionType.descriptor
277
205
  end
278
206
 
279
- # Returns the descriptor for the MatchingFunctionContextType enum
207
+ # Returns the descriptor for the FeedOrigin enum
280
208
  #
281
- # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
282
- def self.matching_function_context_type
283
- require "google/ads/google_ads/v7/enums/matching_function_context_type_pb"
284
- Google::Ads::GoogleAds::V7::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
209
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
210
+ def self.feed_origin
211
+ require "google/ads/google_ads/v7/enums/feed_origin_pb"
212
+ Google::Ads::GoogleAds::V7::Enums::FeedOriginEnum::FeedOrigin.descriptor
285
213
  end
286
214
 
287
- # Returns the descriptor for the MatchingFunctionOperator enum
215
+ # Returns the descriptor for the BatchJobStatus enum
288
216
  #
289
- # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
290
- def self.matching_function_operator
291
- require "google/ads/google_ads/v7/enums/matching_function_operator_pb"
292
- Google::Ads::GoogleAds::V7::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
217
+ # @return [Google::Protobuf::EnumDescriptor] for the BatchJobStatus enum
218
+ def self.batch_job_status
219
+ require "google/ads/google_ads/v7/enums/batch_job_status_pb"
220
+ Google::Ads::GoogleAds::V7::Enums::BatchJobStatusEnum::BatchJobStatus.descriptor
293
221
  end
294
222
 
295
- # Returns the descriptor for the FeedLinkStatus enum
223
+ # Returns the descriptor for the SimulationModificationMethod enum
296
224
  #
297
- # @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
298
- def self.feed_link_status
299
- require "google/ads/google_ads/v7/enums/feed_link_status_pb"
300
- Google::Ads::GoogleAds::V7::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
225
+ # @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
226
+ def self.simulation_modification_method
227
+ require "google/ads/google_ads/v7/enums/simulation_modification_method_pb"
228
+ Google::Ads::GoogleAds::V7::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
301
229
  end
302
230
 
303
- # Returns the descriptor for the AdCustomizerPlaceholderField enum
231
+ # Returns the descriptor for the SimulationType enum
304
232
  #
305
- # @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
306
- def self.ad_customizer_placeholder_field
307
- require "google/ads/google_ads/v7/enums/ad_customizer_placeholder_field_pb"
308
- Google::Ads::GoogleAds::V7::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
233
+ # @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
234
+ def self.simulation_type
235
+ require "google/ads/google_ads/v7/enums/simulation_type_pb"
236
+ Google::Ads::GoogleAds::V7::Enums::SimulationTypeEnum::SimulationType.descriptor
309
237
  end
310
238
 
311
- # Returns the descriptor for the AffiliateLocationPlaceholderField enum
239
+ # Returns the descriptor for the SharedSetStatus enum
312
240
  #
313
- # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
314
- def self.affiliate_location_placeholder_field
315
- require "google/ads/google_ads/v7/enums/affiliate_location_placeholder_field_pb"
316
- Google::Ads::GoogleAds::V7::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
241
+ # @return [Google::Protobuf::EnumDescriptor] for the SharedSetStatus enum
242
+ def self.shared_set_status
243
+ require "google/ads/google_ads/v7/enums/shared_set_status_pb"
244
+ Google::Ads::GoogleAds::V7::Enums::SharedSetStatusEnum::SharedSetStatus.descriptor
317
245
  end
318
246
 
319
- # Returns the descriptor for the AppPlaceholderField enum
247
+ # Returns the descriptor for the SharedSetType enum
320
248
  #
321
- # @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
322
- def self.app_placeholder_field
323
- require "google/ads/google_ads/v7/enums/app_placeholder_field_pb"
324
- Google::Ads::GoogleAds::V7::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
249
+ # @return [Google::Protobuf::EnumDescriptor] for the SharedSetType enum
250
+ def self.shared_set_type
251
+ require "google/ads/google_ads/v7/enums/shared_set_type_pb"
252
+ Google::Ads::GoogleAds::V7::Enums::SharedSetTypeEnum::SharedSetType.descriptor
325
253
  end
326
254
 
327
- # Returns the descriptor for the CallPlaceholderField enum
255
+ # Returns the descriptor for the KeywordMatchType enum
328
256
  #
329
- # @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
330
- def self.call_placeholder_field
331
- require "google/ads/google_ads/v7/enums/call_placeholder_field_pb"
332
- Google::Ads::GoogleAds::V7::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
257
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
258
+ def self.keyword_match_type
259
+ require "google/ads/google_ads/v7/enums/keyword_match_type_pb"
260
+ Google::Ads::GoogleAds::V7::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
333
261
  end
334
262
 
335
- # Returns the descriptor for the CalloutPlaceholderField enum
263
+ # Returns the descriptor for the MerchantCenterLinkStatus enum
336
264
  #
337
- # @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
338
- def self.callout_placeholder_field
339
- require "google/ads/google_ads/v7/enums/callout_placeholder_field_pb"
340
- Google::Ads::GoogleAds::V7::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
265
+ # @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
266
+ def self.merchant_center_link_status
267
+ require "google/ads/google_ads/v7/enums/merchant_center_link_status_pb"
268
+ Google::Ads::GoogleAds::V7::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
341
269
  end
342
270
 
343
- # Returns the descriptor for the CustomPlaceholderField enum
271
+ # Returns the descriptor for the ChangeClientType enum
344
272
  #
345
- # @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
346
- def self.custom_placeholder_field
347
- require "google/ads/google_ads/v7/enums/custom_placeholder_field_pb"
348
- Google::Ads::GoogleAds::V7::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
273
+ # @return [Google::Protobuf::EnumDescriptor] for the ChangeClientType enum
274
+ def self.change_client_type
275
+ require "google/ads/google_ads/v7/enums/change_client_type_pb"
276
+ Google::Ads::GoogleAds::V7::Enums::ChangeClientTypeEnum::ChangeClientType.descriptor
349
277
  end
350
278
 
351
- # Returns the descriptor for the DsaPageFeedCriterionField enum
279
+ # Returns the descriptor for the ChangeEventResourceType enum
352
280
  #
353
- # @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
354
- def self.dsa_page_feed_criterion_field
355
- require "google/ads/google_ads/v7/enums/dsa_page_feed_criterion_field_pb"
356
- Google::Ads::GoogleAds::V7::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
281
+ # @return [Google::Protobuf::EnumDescriptor] for the ChangeEventResourceType enum
282
+ def self.change_event_resource_type
283
+ require "google/ads/google_ads/v7/enums/change_event_resource_type_pb"
284
+ Google::Ads::GoogleAds::V7::Enums::ChangeEventResourceTypeEnum::ChangeEventResourceType.descriptor
357
285
  end
358
286
 
359
- # Returns the descriptor for the EducationPlaceholderField enum
287
+ # Returns the descriptor for the ResourceChangeOperation enum
360
288
  #
361
- # @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
362
- def self.education_placeholder_field
363
- require "google/ads/google_ads/v7/enums/education_placeholder_field_pb"
364
- Google::Ads::GoogleAds::V7::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
289
+ # @return [Google::Protobuf::EnumDescriptor] for the ResourceChangeOperation enum
290
+ def self.resource_change_operation
291
+ require "google/ads/google_ads/v7/enums/resource_change_operation_pb"
292
+ Google::Ads::GoogleAds::V7::Enums::ResourceChangeOperationEnum::ResourceChangeOperation.descriptor
365
293
  end
366
294
 
367
- # Returns the descriptor for the FeedMappingCriterionType enum
295
+ # Returns the descriptor for the TargetingDimension enum
368
296
  #
369
- # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
370
- def self.feed_mapping_criterion_type
371
- require "google/ads/google_ads/v7/enums/feed_mapping_criterion_type_pb"
372
- Google::Ads::GoogleAds::V7::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
297
+ # @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
298
+ def self.targeting_dimension
299
+ require "google/ads/google_ads/v7/enums/targeting_dimension_pb"
300
+ Google::Ads::GoogleAds::V7::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
373
301
  end
374
302
 
375
- # Returns the descriptor for the FeedMappingStatus enum
303
+ # Returns the descriptor for the Operator enum
376
304
  #
377
- # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
378
- def self.feed_mapping_status
379
- require "google/ads/google_ads/v7/enums/feed_mapping_status_pb"
380
- Google::Ads::GoogleAds::V7::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
305
+ # @return [Google::Protobuf::EnumDescriptor] for the Operator enum
306
+ def self.operator
307
+ require "google/ads/google_ads/v7/common/targeting_setting_pb"
308
+ Google::Ads::GoogleAds::V7::Common::TargetRestrictionOperation::Operator.descriptor
381
309
  end
382
310
 
383
- # Returns the descriptor for the FlightPlaceholderField enum
311
+ # Returns the descriptor for the AdGroupAdRotationMode enum
384
312
  #
385
- # @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
386
- def self.flight_placeholder_field
387
- require "google/ads/google_ads/v7/enums/flight_placeholder_field_pb"
388
- Google::Ads::GoogleAds::V7::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
313
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
314
+ def self.ad_group_ad_rotation_mode
315
+ require "google/ads/google_ads/v7/enums/ad_group_ad_rotation_mode_pb"
316
+ Google::Ads::GoogleAds::V7::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
389
317
  end
390
318
 
391
- # Returns the descriptor for the HotelPlaceholderField enum
319
+ # Returns the descriptor for the AdGroupStatus enum
392
320
  #
393
- # @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
394
- def self.hotel_placeholder_field
395
- require "google/ads/google_ads/v7/enums/hotel_placeholder_field_pb"
396
- Google::Ads::GoogleAds::V7::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
321
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
322
+ def self.ad_group_status
323
+ require "google/ads/google_ads/v7/enums/ad_group_status_pb"
324
+ Google::Ads::GoogleAds::V7::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
397
325
  end
398
326
 
399
- # Returns the descriptor for the ImagePlaceholderField enum
327
+ # Returns the descriptor for the AdGroupType enum
400
328
  #
401
- # @return [Google::Protobuf::EnumDescriptor] for the ImagePlaceholderField enum
402
- def self.image_placeholder_field
403
- require "google/ads/google_ads/v7/enums/image_placeholder_field_pb"
404
- Google::Ads::GoogleAds::V7::Enums::ImagePlaceholderFieldEnum::ImagePlaceholderField.descriptor
329
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
330
+ def self.ad_group_type
331
+ require "google/ads/google_ads/v7/enums/ad_group_type_pb"
332
+ Google::Ads::GoogleAds::V7::Enums::AdGroupTypeEnum::AdGroupType.descriptor
405
333
  end
406
334
 
407
- # Returns the descriptor for the JobPlaceholderField enum
335
+ # Returns the descriptor for the AssetFieldType enum
408
336
  #
409
- # @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
410
- def self.job_placeholder_field
411
- require "google/ads/google_ads/v7/enums/job_placeholder_field_pb"
412
- Google::Ads::GoogleAds::V7::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
337
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetFieldType enum
338
+ def self.asset_field_type
339
+ require "google/ads/google_ads/v7/enums/asset_field_type_pb"
340
+ Google::Ads::GoogleAds::V7::Enums::AssetFieldTypeEnum::AssetFieldType.descriptor
413
341
  end
414
342
 
415
- # Returns the descriptor for the LocalPlaceholderField enum
343
+ # Returns the descriptor for the BiddingSource enum
416
344
  #
417
- # @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
418
- def self.local_placeholder_field
419
- require "google/ads/google_ads/v7/enums/local_placeholder_field_pb"
420
- Google::Ads::GoogleAds::V7::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
345
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
346
+ def self.bidding_source
347
+ require "google/ads/google_ads/v7/enums/bidding_source_pb"
348
+ Google::Ads::GoogleAds::V7::Enums::BiddingSourceEnum::BiddingSource.descriptor
421
349
  end
422
350
 
423
- # Returns the descriptor for the LocationExtensionTargetingCriterionField enum
351
+ # Returns the descriptor for the AgeRangeType enum
424
352
  #
425
- # @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
426
- def self.location_extension_targeting_criterion_field
427
- require "google/ads/google_ads/v7/enums/location_extension_targeting_criterion_field_pb"
428
- Google::Ads::GoogleAds::V7::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
353
+ # @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
354
+ def self.age_range_type
355
+ require "google/ads/google_ads/v7/enums/age_range_type_pb"
356
+ Google::Ads::GoogleAds::V7::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
429
357
  end
430
358
 
431
- # Returns the descriptor for the LocationPlaceholderField enum
359
+ # Returns the descriptor for the AppPaymentModelType enum
432
360
  #
433
- # @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
434
- def self.location_placeholder_field
435
- require "google/ads/google_ads/v7/enums/location_placeholder_field_pb"
436
- Google::Ads::GoogleAds::V7::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
361
+ # @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
362
+ def self.app_payment_model_type
363
+ require "google/ads/google_ads/v7/enums/app_payment_model_type_pb"
364
+ Google::Ads::GoogleAds::V7::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
437
365
  end
438
366
 
439
- # Returns the descriptor for the MessagePlaceholderField enum
367
+ # Returns the descriptor for the ContentLabelType enum
440
368
  #
441
- # @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
442
- def self.message_placeholder_field
443
- require "google/ads/google_ads/v7/enums/message_placeholder_field_pb"
444
- Google::Ads::GoogleAds::V7::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
369
+ # @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
370
+ def self.content_label_type
371
+ require "google/ads/google_ads/v7/enums/content_label_type_pb"
372
+ Google::Ads::GoogleAds::V7::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
445
373
  end
446
374
 
447
- # Returns the descriptor for the PricePlaceholderField enum
375
+ # Returns the descriptor for the DayOfWeek enum
448
376
  #
449
- # @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
450
- def self.price_placeholder_field
451
- require "google/ads/google_ads/v7/enums/price_placeholder_field_pb"
452
- Google::Ads::GoogleAds::V7::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
377
+ # @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
378
+ def self.day_of_week
379
+ require "google/ads/google_ads/v7/enums/day_of_week_pb"
380
+ Google::Ads::GoogleAds::V7::Enums::DayOfWeekEnum::DayOfWeek.descriptor
453
381
  end
454
382
 
455
- # Returns the descriptor for the PromotionPlaceholderField enum
383
+ # Returns the descriptor for the GenderType enum
456
384
  #
457
- # @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
458
- def self.promotion_placeholder_field
459
- require "google/ads/google_ads/v7/enums/promotion_placeholder_field_pb"
460
- Google::Ads::GoogleAds::V7::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
385
+ # @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
386
+ def self.gender_type
387
+ require "google/ads/google_ads/v7/enums/gender_type_pb"
388
+ Google::Ads::GoogleAds::V7::Enums::GenderTypeEnum::GenderType.descriptor
461
389
  end
462
390
 
463
- # Returns the descriptor for the RealEstatePlaceholderField enum
391
+ # Returns the descriptor for the HotelDateSelectionType enum
464
392
  #
465
- # @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
466
- def self.real_estate_placeholder_field
467
- require "google/ads/google_ads/v7/enums/real_estate_placeholder_field_pb"
468
- Google::Ads::GoogleAds::V7::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
393
+ # @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
394
+ def self.hotel_date_selection_type
395
+ require "google/ads/google_ads/v7/enums/hotel_date_selection_type_pb"
396
+ Google::Ads::GoogleAds::V7::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
469
397
  end
470
398
 
471
- # Returns the descriptor for the SitelinkPlaceholderField enum
399
+ # Returns the descriptor for the IncomeRangeType enum
472
400
  #
473
- # @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
474
- def self.sitelink_placeholder_field
475
- require "google/ads/google_ads/v7/enums/sitelink_placeholder_field_pb"
476
- Google::Ads::GoogleAds::V7::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
477
- end
478
-
479
- # Returns the descriptor for the StructuredSnippetPlaceholderField enum
480
- #
481
- # @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
482
- def self.structured_snippet_placeholder_field
483
- require "google/ads/google_ads/v7/enums/structured_snippet_placeholder_field_pb"
484
- Google::Ads::GoogleAds::V7::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
485
- end
486
-
487
- # Returns the descriptor for the TravelPlaceholderField enum
488
- #
489
- # @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
490
- def self.travel_placeholder_field
491
- require "google/ads/google_ads/v7/enums/travel_placeholder_field_pb"
492
- Google::Ads::GoogleAds::V7::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
493
- end
494
-
495
- # Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
496
- #
497
- # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
498
- def self.affiliate_location_feed_relationship_type
499
- require "google/ads/google_ads/v7/enums/affiliate_location_feed_relationship_type_pb"
500
- Google::Ads::GoogleAds::V7::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
501
- end
502
-
503
- # Returns the descriptor for the FeedAttributeType enum
504
- #
505
- # @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
506
- def self.feed_attribute_type
507
- require "google/ads/google_ads/v7/enums/feed_attribute_type_pb"
508
- Google::Ads::GoogleAds::V7::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
509
- end
510
-
511
- # Returns the descriptor for the FeedOrigin enum
512
- #
513
- # @return [Google::Protobuf::EnumDescriptor] for the FeedOrigin enum
514
- def self.feed_origin
515
- require "google/ads/google_ads/v7/enums/feed_origin_pb"
516
- Google::Ads::GoogleAds::V7::Enums::FeedOriginEnum::FeedOrigin.descriptor
517
- end
518
-
519
- # Returns the descriptor for the FeedStatus enum
520
- #
521
- # @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
522
- def self.feed_status
523
- require "google/ads/google_ads/v7/enums/feed_status_pb"
524
- Google::Ads::GoogleAds::V7::Enums::FeedStatusEnum::FeedStatus.descriptor
525
- end
526
-
527
- # Returns the descriptor for the Operator enum
528
- #
529
- # @return [Google::Protobuf::EnumDescriptor] for the Operator enum
530
- def self.operator
531
- require "google/ads/google_ads/v7/resources/feed_pb"
532
- Google::Ads::GoogleAds::V7::Resources::FeedAttributeOperation::Operator.descriptor
533
- end
534
-
535
- # Returns the descriptor for the SimulationModificationMethod enum
536
- #
537
- # @return [Google::Protobuf::EnumDescriptor] for the SimulationModificationMethod enum
538
- def self.simulation_modification_method
539
- require "google/ads/google_ads/v7/enums/simulation_modification_method_pb"
540
- Google::Ads::GoogleAds::V7::Enums::SimulationModificationMethodEnum::SimulationModificationMethod.descriptor
541
- end
542
-
543
- # Returns the descriptor for the SimulationType enum
544
- #
545
- # @return [Google::Protobuf::EnumDescriptor] for the SimulationType enum
546
- def self.simulation_type
547
- require "google/ads/google_ads/v7/enums/simulation_type_pb"
548
- Google::Ads::GoogleAds::V7::Enums::SimulationTypeEnum::SimulationType.descriptor
549
- end
550
-
551
- # Returns the descriptor for the AgeRangeType enum
552
- #
553
- # @return [Google::Protobuf::EnumDescriptor] for the AgeRangeType enum
554
- def self.age_range_type
555
- require "google/ads/google_ads/v7/enums/age_range_type_pb"
556
- Google::Ads::GoogleAds::V7::Enums::AgeRangeTypeEnum::AgeRangeType.descriptor
557
- end
558
-
559
- # Returns the descriptor for the AppPaymentModelType enum
560
- #
561
- # @return [Google::Protobuf::EnumDescriptor] for the AppPaymentModelType enum
562
- def self.app_payment_model_type
563
- require "google/ads/google_ads/v7/enums/app_payment_model_type_pb"
564
- Google::Ads::GoogleAds::V7::Enums::AppPaymentModelTypeEnum::AppPaymentModelType.descriptor
565
- end
566
-
567
- # Returns the descriptor for the ContentLabelType enum
568
- #
569
- # @return [Google::Protobuf::EnumDescriptor] for the ContentLabelType enum
570
- def self.content_label_type
571
- require "google/ads/google_ads/v7/enums/content_label_type_pb"
572
- Google::Ads::GoogleAds::V7::Enums::ContentLabelTypeEnum::ContentLabelType.descriptor
573
- end
574
-
575
- # Returns the descriptor for the DayOfWeek enum
576
- #
577
- # @return [Google::Protobuf::EnumDescriptor] for the DayOfWeek enum
578
- def self.day_of_week
579
- require "google/ads/google_ads/v7/enums/day_of_week_pb"
580
- Google::Ads::GoogleAds::V7::Enums::DayOfWeekEnum::DayOfWeek.descriptor
581
- end
582
-
583
- # Returns the descriptor for the Device enum
584
- #
585
- # @return [Google::Protobuf::EnumDescriptor] for the Device enum
586
- def self.device
587
- require "google/ads/google_ads/v7/enums/device_pb"
588
- Google::Ads::GoogleAds::V7::Enums::DeviceEnum::Device.descriptor
589
- end
590
-
591
- # Returns the descriptor for the GenderType enum
592
- #
593
- # @return [Google::Protobuf::EnumDescriptor] for the GenderType enum
594
- def self.gender_type
595
- require "google/ads/google_ads/v7/enums/gender_type_pb"
596
- Google::Ads::GoogleAds::V7::Enums::GenderTypeEnum::GenderType.descriptor
597
- end
598
-
599
- # Returns the descriptor for the HotelDateSelectionType enum
600
- #
601
- # @return [Google::Protobuf::EnumDescriptor] for the HotelDateSelectionType enum
602
- def self.hotel_date_selection_type
603
- require "google/ads/google_ads/v7/enums/hotel_date_selection_type_pb"
604
- Google::Ads::GoogleAds::V7::Enums::HotelDateSelectionTypeEnum::HotelDateSelectionType.descriptor
605
- end
606
-
607
- # Returns the descriptor for the IncomeRangeType enum
608
- #
609
- # @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
610
- def self.income_range_type
611
- require "google/ads/google_ads/v7/enums/income_range_type_pb"
612
- Google::Ads::GoogleAds::V7::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
401
+ # @return [Google::Protobuf::EnumDescriptor] for the IncomeRangeType enum
402
+ def self.income_range_type
403
+ require "google/ads/google_ads/v7/enums/income_range_type_pb"
404
+ Google::Ads::GoogleAds::V7::Enums::IncomeRangeTypeEnum::IncomeRangeType.descriptor
613
405
  end
614
406
 
615
407
  # Returns the descriptor for the InteractionType enum
@@ -620,14 +412,6 @@ module Google
620
412
  Google::Ads::GoogleAds::V7::Enums::InteractionTypeEnum::InteractionType.descriptor
621
413
  end
622
414
 
623
- # Returns the descriptor for the KeywordMatchType enum
624
- #
625
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordMatchType enum
626
- def self.keyword_match_type
627
- require "google/ads/google_ads/v7/enums/keyword_match_type_pb"
628
- Google::Ads::GoogleAds::V7::Enums::KeywordMatchTypeEnum::KeywordMatchType.descriptor
629
- end
630
-
631
415
  # Returns the descriptor for the ListingGroupType enum
632
416
  #
633
417
  # @return [Google::Protobuf::EnumDescriptor] for the ListingGroupType enum
@@ -740,132 +524,132 @@ module Google
740
524
  Google::Ads::GoogleAds::V7::Enums::WebpageConditionOperatorEnum::WebpageConditionOperator.descriptor
741
525
  end
742
526
 
743
- # Returns the descriptor for the CriterionType enum
527
+ # Returns the descriptor for the BidModifierSource enum
744
528
  #
745
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionType enum
746
- def self.criterion_type
747
- require "google/ads/google_ads/v7/enums/criterion_type_pb"
748
- Google::Ads::GoogleAds::V7::Enums::CriterionTypeEnum::CriterionType.descriptor
529
+ # @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
530
+ def self.bid_modifier_source
531
+ require "google/ads/google_ads/v7/enums/bid_modifier_source_pb"
532
+ Google::Ads::GoogleAds::V7::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
749
533
  end
750
534
 
751
- # Returns the descriptor for the BillingSetupStatus enum
535
+ # Returns the descriptor for the AdGroupCriterionApprovalStatus enum
752
536
  #
753
- # @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
754
- def self.billing_setup_status
755
- require "google/ads/google_ads/v7/enums/billing_setup_status_pb"
756
- Google::Ads::GoogleAds::V7::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
537
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
538
+ def self.ad_group_criterion_approval_status
539
+ require "google/ads/google_ads/v7/enums/ad_group_criterion_approval_status_pb"
540
+ Google::Ads::GoogleAds::V7::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
757
541
  end
758
542
 
759
- # Returns the descriptor for the TimeType enum
543
+ # Returns the descriptor for the AdGroupCriterionStatus enum
760
544
  #
761
- # @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
762
- def self.time_type
763
- require "google/ads/google_ads/v7/enums/time_type_pb"
764
- Google::Ads::GoogleAds::V7::Enums::TimeTypeEnum::TimeType.descriptor
545
+ # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
546
+ def self.ad_group_criterion_status
547
+ require "google/ads/google_ads/v7/enums/ad_group_criterion_status_pb"
548
+ Google::Ads::GoogleAds::V7::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
765
549
  end
766
550
 
767
- # Returns the descriptor for the AssetPerformanceLabel enum
551
+ # Returns the descriptor for the CriterionSystemServingStatus enum
768
552
  #
769
- # @return [Google::Protobuf::EnumDescriptor] for the AssetPerformanceLabel enum
770
- def self.asset_performance_label
771
- require "google/ads/google_ads/v7/enums/asset_performance_label_pb"
772
- Google::Ads::GoogleAds::V7::Enums::AssetPerformanceLabelEnum::AssetPerformanceLabel.descriptor
553
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
554
+ def self.criterion_system_serving_status
555
+ require "google/ads/google_ads/v7/enums/criterion_system_serving_status_pb"
556
+ Google::Ads::GoogleAds::V7::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
773
557
  end
774
558
 
775
- # Returns the descriptor for the ServedAssetFieldType enum
559
+ # Returns the descriptor for the QualityScoreBucket enum
776
560
  #
777
- # @return [Google::Protobuf::EnumDescriptor] for the ServedAssetFieldType enum
778
- def self.served_asset_field_type
779
- require "google/ads/google_ads/v7/enums/served_asset_field_type_pb"
780
- Google::Ads::GoogleAds::V7::Enums::ServedAssetFieldTypeEnum::ServedAssetFieldType.descriptor
561
+ # @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
562
+ def self.quality_score_bucket
563
+ require "google/ads/google_ads/v7/enums/quality_score_bucket_pb"
564
+ Google::Ads::GoogleAds::V7::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
781
565
  end
782
566
 
783
- # Returns the descriptor for the CallConversionReportingState enum
567
+ # Returns the descriptor for the MatchingFunctionContextType enum
784
568
  #
785
- # @return [Google::Protobuf::EnumDescriptor] for the CallConversionReportingState enum
786
- def self.call_conversion_reporting_state
787
- require "google/ads/google_ads/v7/enums/call_conversion_reporting_state_pb"
788
- Google::Ads::GoogleAds::V7::Enums::CallConversionReportingStateEnum::CallConversionReportingState.descriptor
569
+ # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionContextType enum
570
+ def self.matching_function_context_type
571
+ require "google/ads/google_ads/v7/enums/matching_function_context_type_pb"
572
+ Google::Ads::GoogleAds::V7::Enums::MatchingFunctionContextTypeEnum::MatchingFunctionContextType.descriptor
789
573
  end
790
574
 
791
- # Returns the descriptor for the DisplayAdFormatSetting enum
575
+ # Returns the descriptor for the MatchingFunctionOperator enum
792
576
  #
793
- # @return [Google::Protobuf::EnumDescriptor] for the DisplayAdFormatSetting enum
794
- def self.display_ad_format_setting
795
- require "google/ads/google_ads/v7/enums/display_ad_format_setting_pb"
796
- Google::Ads::GoogleAds::V7::Enums::DisplayAdFormatSettingEnum::DisplayAdFormatSetting.descriptor
577
+ # @return [Google::Protobuf::EnumDescriptor] for the MatchingFunctionOperator enum
578
+ def self.matching_function_operator
579
+ require "google/ads/google_ads/v7/enums/matching_function_operator_pb"
580
+ Google::Ads::GoogleAds::V7::Enums::MatchingFunctionOperatorEnum::MatchingFunctionOperator.descriptor
797
581
  end
798
582
 
799
- # Returns the descriptor for the DisplayUploadProductType enum
583
+ # Returns the descriptor for the FeedLinkStatus enum
800
584
  #
801
- # @return [Google::Protobuf::EnumDescriptor] for the DisplayUploadProductType enum
802
- def self.display_upload_product_type
803
- require "google/ads/google_ads/v7/enums/display_upload_product_type_pb"
804
- Google::Ads::GoogleAds::V7::Enums::DisplayUploadProductTypeEnum::DisplayUploadProductType.descriptor
585
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedLinkStatus enum
586
+ def self.feed_link_status
587
+ require "google/ads/google_ads/v7/enums/feed_link_status_pb"
588
+ Google::Ads::GoogleAds::V7::Enums::FeedLinkStatusEnum::FeedLinkStatus.descriptor
805
589
  end
806
590
 
807
- # Returns the descriptor for the LegacyAppInstallAdAppStore enum
591
+ # Returns the descriptor for the PlaceholderType enum
808
592
  #
809
- # @return [Google::Protobuf::EnumDescriptor] for the LegacyAppInstallAdAppStore enum
810
- def self.legacy_app_install_ad_app_store
811
- require "google/ads/google_ads/v7/enums/legacy_app_install_ad_app_store_pb"
812
- Google::Ads::GoogleAds::V7::Enums::LegacyAppInstallAdAppStoreEnum::LegacyAppInstallAdAppStore.descriptor
593
+ # @return [Google::Protobuf::EnumDescriptor] for the PlaceholderType enum
594
+ def self.placeholder_type
595
+ require "google/ads/google_ads/v7/enums/placeholder_type_pb"
596
+ Google::Ads::GoogleAds::V7::Enums::PlaceholderTypeEnum::PlaceholderType.descriptor
813
597
  end
814
598
 
815
- # Returns the descriptor for the MimeType enum
599
+ # Returns the descriptor for the TargetImpressionShareLocation enum
816
600
  #
817
- # @return [Google::Protobuf::EnumDescriptor] for the MimeType enum
818
- def self.mime_type
819
- require "google/ads/google_ads/v7/enums/mime_type_pb"
820
- Google::Ads::GoogleAds::V7::Enums::MimeTypeEnum::MimeType.descriptor
601
+ # @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
602
+ def self.target_impression_share_location
603
+ require "google/ads/google_ads/v7/enums/target_impression_share_location_pb"
604
+ Google::Ads::GoogleAds::V7::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
821
605
  end
822
606
 
823
- # Returns the descriptor for the AppUrlOperatingSystemType enum
607
+ # Returns the descriptor for the FrequencyCapEventType enum
824
608
  #
825
- # @return [Google::Protobuf::EnumDescriptor] for the AppUrlOperatingSystemType enum
826
- def self.app_url_operating_system_type
827
- require "google/ads/google_ads/v7/enums/app_url_operating_system_type_pb"
828
- Google::Ads::GoogleAds::V7::Enums::AppUrlOperatingSystemTypeEnum::AppUrlOperatingSystemType.descriptor
609
+ # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapEventType enum
610
+ def self.frequency_cap_event_type
611
+ require "google/ads/google_ads/v7/enums/frequency_cap_event_type_pb"
612
+ Google::Ads::GoogleAds::V7::Enums::FrequencyCapEventTypeEnum::FrequencyCapEventType.descriptor
829
613
  end
830
614
 
831
- # Returns the descriptor for the AdType enum
615
+ # Returns the descriptor for the FrequencyCapLevel enum
832
616
  #
833
- # @return [Google::Protobuf::EnumDescriptor] for the AdType enum
834
- def self.ad_type
835
- require "google/ads/google_ads/v7/enums/ad_type_pb"
836
- Google::Ads::GoogleAds::V7::Enums::AdTypeEnum::AdType.descriptor
617
+ # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapLevel enum
618
+ def self.frequency_cap_level
619
+ require "google/ads/google_ads/v7/enums/frequency_cap_level_pb"
620
+ Google::Ads::GoogleAds::V7::Enums::FrequencyCapLevelEnum::FrequencyCapLevel.descriptor
837
621
  end
838
622
 
839
- # Returns the descriptor for the SystemManagedResourceSource enum
623
+ # Returns the descriptor for the FrequencyCapTimeUnit enum
840
624
  #
841
- # @return [Google::Protobuf::EnumDescriptor] for the SystemManagedResourceSource enum
842
- def self.system_managed_resource_source
843
- require "google/ads/google_ads/v7/enums/system_managed_entity_source_pb"
844
- Google::Ads::GoogleAds::V7::Enums::SystemManagedResourceSourceEnum::SystemManagedResourceSource.descriptor
625
+ # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapTimeUnit enum
626
+ def self.frequency_cap_time_unit
627
+ require "google/ads/google_ads/v7/enums/frequency_cap_time_unit_pb"
628
+ Google::Ads::GoogleAds::V7::Enums::FrequencyCapTimeUnitEnum::FrequencyCapTimeUnit.descriptor
845
629
  end
846
630
 
847
- # Returns the descriptor for the ManagerLinkStatus enum
631
+ # Returns the descriptor for the AdServingOptimizationStatus enum
848
632
  #
849
- # @return [Google::Protobuf::EnumDescriptor] for the ManagerLinkStatus enum
850
- def self.manager_link_status
851
- require "google/ads/google_ads/v7/enums/manager_link_status_pb"
852
- Google::Ads::GoogleAds::V7::Enums::ManagerLinkStatusEnum::ManagerLinkStatus.descriptor
633
+ # @return [Google::Protobuf::EnumDescriptor] for the AdServingOptimizationStatus enum
634
+ def self.ad_serving_optimization_status
635
+ require "google/ads/google_ads/v7/enums/ad_serving_optimization_status_pb"
636
+ Google::Ads::GoogleAds::V7::Enums::AdServingOptimizationStatusEnum::AdServingOptimizationStatus.descriptor
853
637
  end
854
638
 
855
- # Returns the descriptor for the TargetImpressionShareLocation enum
639
+ # Returns the descriptor for the AppCampaignAppStore enum
856
640
  #
857
- # @return [Google::Protobuf::EnumDescriptor] for the TargetImpressionShareLocation enum
858
- def self.target_impression_share_location
859
- require "google/ads/google_ads/v7/enums/target_impression_share_location_pb"
860
- Google::Ads::GoogleAds::V7::Enums::TargetImpressionShareLocationEnum::TargetImpressionShareLocation.descriptor
641
+ # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignAppStore enum
642
+ def self.app_campaign_app_store
643
+ require "google/ads/google_ads/v7/enums/app_campaign_app_store_pb"
644
+ Google::Ads::GoogleAds::V7::Enums::AppCampaignAppStoreEnum::AppCampaignAppStore.descriptor
861
645
  end
862
646
 
863
- # Returns the descriptor for the BiddingStrategyStatus enum
647
+ # Returns the descriptor for the AppCampaignBiddingStrategyGoalType enum
864
648
  #
865
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
866
- def self.bidding_strategy_status
867
- require "google/ads/google_ads/v7/enums/bidding_strategy_status_pb"
868
- Google::Ads::GoogleAds::V7::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
649
+ # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignBiddingStrategyGoalType enum
650
+ def self.app_campaign_bidding_strategy_goal_type
651
+ require "google/ads/google_ads/v7/enums/app_campaign_bidding_strategy_goal_type_pb"
652
+ Google::Ads::GoogleAds::V7::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
869
653
  end
870
654
 
871
655
  # Returns the descriptor for the BiddingStrategyType enum
@@ -876,444 +660,444 @@ module Google
876
660
  Google::Ads::GoogleAds::V7::Enums::BiddingStrategyTypeEnum::BiddingStrategyType.descriptor
877
661
  end
878
662
 
879
- # Returns the descriptor for the CampaignSharedSetStatus enum
880
- #
881
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
882
- def self.campaign_shared_set_status
883
- require "google/ads/google_ads/v7/enums/campaign_shared_set_status_pb"
884
- Google::Ads::GoogleAds::V7::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
885
- end
886
-
887
- # Returns the descriptor for the CustomerMatchUploadKeyType enum
663
+ # Returns the descriptor for the BrandSafetySuitability enum
888
664
  #
889
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
890
- def self.customer_match_upload_key_type
891
- require "google/ads/google_ads/v7/enums/customer_match_upload_key_type_pb"
892
- Google::Ads::GoogleAds::V7::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
665
+ # @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
666
+ def self.brand_safety_suitability
667
+ require "google/ads/google_ads/v7/enums/brand_safety_suitability_pb"
668
+ Google::Ads::GoogleAds::V7::Enums::BrandSafetySuitabilityEnum::BrandSafetySuitability.descriptor
893
669
  end
894
670
 
895
- # Returns the descriptor for the UserListCombinedRuleOperator enum
671
+ # Returns the descriptor for the CampaignExperimentType enum
896
672
  #
897
- # @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
898
- def self.user_list_combined_rule_operator
899
- require "google/ads/google_ads/v7/enums/user_list_combined_rule_operator_pb"
900
- Google::Ads::GoogleAds::V7::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
673
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentType enum
674
+ def self.campaign_experiment_type
675
+ require "google/ads/google_ads/v7/enums/campaign_experiment_type_pb"
676
+ Google::Ads::GoogleAds::V7::Enums::CampaignExperimentTypeEnum::CampaignExperimentType.descriptor
901
677
  end
902
678
 
903
- # Returns the descriptor for the UserListCrmDataSourceType enum
679
+ # Returns the descriptor for the CampaignServingStatus enum
904
680
  #
905
- # @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
906
- def self.user_list_crm_data_source_type
907
- require "google/ads/google_ads/v7/enums/user_list_crm_data_source_type_pb"
908
- Google::Ads::GoogleAds::V7::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
681
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignServingStatus enum
682
+ def self.campaign_serving_status
683
+ require "google/ads/google_ads/v7/enums/campaign_serving_status_pb"
684
+ Google::Ads::GoogleAds::V7::Enums::CampaignServingStatusEnum::CampaignServingStatus.descriptor
909
685
  end
910
686
 
911
- # Returns the descriptor for the UserListDateRuleItemOperator enum
687
+ # Returns the descriptor for the CampaignStatus enum
912
688
  #
913
- # @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
914
- def self.user_list_date_rule_item_operator
915
- require "google/ads/google_ads/v7/enums/user_list_date_rule_item_operator_pb"
916
- Google::Ads::GoogleAds::V7::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
689
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignStatus enum
690
+ def self.campaign_status
691
+ require "google/ads/google_ads/v7/enums/campaign_status_pb"
692
+ Google::Ads::GoogleAds::V7::Enums::CampaignStatusEnum::CampaignStatus.descriptor
917
693
  end
918
694
 
919
- # Returns the descriptor for the UserListLogicalRuleOperator enum
695
+ # Returns the descriptor for the LocationSourceType enum
920
696
  #
921
- # @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
922
- def self.user_list_logical_rule_operator
923
- require "google/ads/google_ads/v7/enums/user_list_logical_rule_operator_pb"
924
- Google::Ads::GoogleAds::V7::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
697
+ # @return [Google::Protobuf::EnumDescriptor] for the LocationSourceType enum
698
+ def self.location_source_type
699
+ require "google/ads/google_ads/v7/enums/location_source_type_pb"
700
+ Google::Ads::GoogleAds::V7::Enums::LocationSourceTypeEnum::LocationSourceType.descriptor
925
701
  end
926
702
 
927
- # Returns the descriptor for the UserListNumberRuleItemOperator enum
703
+ # Returns the descriptor for the NegativeGeoTargetType enum
928
704
  #
929
- # @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
930
- def self.user_list_number_rule_item_operator
931
- require "google/ads/google_ads/v7/enums/user_list_number_rule_item_operator_pb"
932
- Google::Ads::GoogleAds::V7::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
705
+ # @return [Google::Protobuf::EnumDescriptor] for the NegativeGeoTargetType enum
706
+ def self.negative_geo_target_type
707
+ require "google/ads/google_ads/v7/enums/negative_geo_target_type_pb"
708
+ Google::Ads::GoogleAds::V7::Enums::NegativeGeoTargetTypeEnum::NegativeGeoTargetType.descriptor
933
709
  end
934
710
 
935
- # Returns the descriptor for the UserListPrepopulationStatus enum
711
+ # Returns the descriptor for the OptimizationGoalType enum
936
712
  #
937
- # @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
938
- def self.user_list_prepopulation_status
939
- require "google/ads/google_ads/v7/enums/user_list_prepopulation_status_pb"
940
- Google::Ads::GoogleAds::V7::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
713
+ # @return [Google::Protobuf::EnumDescriptor] for the OptimizationGoalType enum
714
+ def self.optimization_goal_type
715
+ require "google/ads/google_ads/v7/enums/optimization_goal_type_pb"
716
+ Google::Ads::GoogleAds::V7::Enums::OptimizationGoalTypeEnum::OptimizationGoalType.descriptor
941
717
  end
942
718
 
943
- # Returns the descriptor for the UserListRuleType enum
719
+ # Returns the descriptor for the PaymentMode enum
944
720
  #
945
- # @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
946
- def self.user_list_rule_type
947
- require "google/ads/google_ads/v7/enums/user_list_rule_type_pb"
948
- Google::Ads::GoogleAds::V7::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
721
+ # @return [Google::Protobuf::EnumDescriptor] for the PaymentMode enum
722
+ def self.payment_mode
723
+ require "google/ads/google_ads/v7/enums/payment_mode_pb"
724
+ Google::Ads::GoogleAds::V7::Enums::PaymentModeEnum::PaymentMode.descriptor
949
725
  end
950
726
 
951
- # Returns the descriptor for the UserListStringRuleItemOperator enum
727
+ # Returns the descriptor for the PositiveGeoTargetType enum
952
728
  #
953
- # @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
954
- def self.user_list_string_rule_item_operator
955
- require "google/ads/google_ads/v7/enums/user_list_string_rule_item_operator_pb"
956
- Google::Ads::GoogleAds::V7::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
729
+ # @return [Google::Protobuf::EnumDescriptor] for the PositiveGeoTargetType enum
730
+ def self.positive_geo_target_type
731
+ require "google/ads/google_ads/v7/enums/positive_geo_target_type_pb"
732
+ Google::Ads::GoogleAds::V7::Enums::PositiveGeoTargetTypeEnum::PositiveGeoTargetType.descriptor
957
733
  end
958
734
 
959
- # Returns the descriptor for the AccessReason enum
735
+ # Returns the descriptor for the VanityPharmaDisplayUrlMode enum
960
736
  #
961
- # @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
962
- def self.access_reason
963
- require "google/ads/google_ads/v7/enums/access_reason_pb"
964
- Google::Ads::GoogleAds::V7::Enums::AccessReasonEnum::AccessReason.descriptor
737
+ # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaDisplayUrlMode enum
738
+ def self.vanity_pharma_display_url_mode
739
+ require "google/ads/google_ads/v7/enums/vanity_pharma_display_url_mode_pb"
740
+ Google::Ads::GoogleAds::V7::Enums::VanityPharmaDisplayUrlModeEnum::VanityPharmaDisplayUrlMode.descriptor
965
741
  end
966
742
 
967
- # Returns the descriptor for the UserListAccessStatus enum
743
+ # Returns the descriptor for the VanityPharmaText enum
968
744
  #
969
- # @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
970
- def self.user_list_access_status
971
- require "google/ads/google_ads/v7/enums/user_list_access_status_pb"
972
- Google::Ads::GoogleAds::V7::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
745
+ # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaText enum
746
+ def self.vanity_pharma_text
747
+ require "google/ads/google_ads/v7/enums/vanity_pharma_text_pb"
748
+ Google::Ads::GoogleAds::V7::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
973
749
  end
974
750
 
975
- # Returns the descriptor for the UserListClosingReason enum
751
+ # Returns the descriptor for the BudgetDeliveryMethod enum
976
752
  #
977
- # @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
978
- def self.user_list_closing_reason
979
- require "google/ads/google_ads/v7/enums/user_list_closing_reason_pb"
980
- Google::Ads::GoogleAds::V7::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
753
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetDeliveryMethod enum
754
+ def self.budget_delivery_method
755
+ require "google/ads/google_ads/v7/enums/budget_delivery_method_pb"
756
+ Google::Ads::GoogleAds::V7::Enums::BudgetDeliveryMethodEnum::BudgetDeliveryMethod.descriptor
981
757
  end
982
758
 
983
- # Returns the descriptor for the UserListMembershipStatus enum
759
+ # Returns the descriptor for the BudgetPeriod enum
984
760
  #
985
- # @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
986
- def self.user_list_membership_status
987
- require "google/ads/google_ads/v7/enums/user_list_membership_status_pb"
988
- Google::Ads::GoogleAds::V7::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
761
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetPeriod enum
762
+ def self.budget_period
763
+ require "google/ads/google_ads/v7/enums/budget_period_pb"
764
+ Google::Ads::GoogleAds::V7::Enums::BudgetPeriodEnum::BudgetPeriod.descriptor
989
765
  end
990
766
 
991
- # Returns the descriptor for the UserListSizeRange enum
767
+ # Returns the descriptor for the BudgetStatus enum
992
768
  #
993
- # @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
994
- def self.user_list_size_range
995
- require "google/ads/google_ads/v7/enums/user_list_size_range_pb"
996
- Google::Ads::GoogleAds::V7::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
769
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetStatus enum
770
+ def self.budget_status
771
+ require "google/ads/google_ads/v7/enums/budget_status_pb"
772
+ Google::Ads::GoogleAds::V7::Enums::BudgetStatusEnum::BudgetStatus.descriptor
997
773
  end
998
774
 
999
- # Returns the descriptor for the UserListType enum
775
+ # Returns the descriptor for the BudgetType enum
1000
776
  #
1001
- # @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
1002
- def self.user_list_type
1003
- require "google/ads/google_ads/v7/enums/user_list_type_pb"
1004
- Google::Ads::GoogleAds::V7::Enums::UserListTypeEnum::UserListType.descriptor
777
+ # @return [Google::Protobuf::EnumDescriptor] for the BudgetType enum
778
+ def self.budget_type
779
+ require "google/ads/google_ads/v7/enums/budget_type_pb"
780
+ Google::Ads::GoogleAds::V7::Enums::BudgetTypeEnum::BudgetType.descriptor
1005
781
  end
1006
782
 
1007
- # Returns the descriptor for the ChangeClientType enum
783
+ # Returns the descriptor for the CampaignCriterionStatus enum
1008
784
  #
1009
- # @return [Google::Protobuf::EnumDescriptor] for the ChangeClientType enum
1010
- def self.change_client_type
1011
- require "google/ads/google_ads/v7/enums/change_client_type_pb"
1012
- Google::Ads::GoogleAds::V7::Enums::ChangeClientTypeEnum::ChangeClientType.descriptor
785
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
786
+ def self.campaign_criterion_status
787
+ require "google/ads/google_ads/v7/enums/campaign_criterion_status_pb"
788
+ Google::Ads::GoogleAds::V7::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
1013
789
  end
1014
790
 
1015
- # Returns the descriptor for the ChangeEventResourceType enum
791
+ # Returns the descriptor for the AffiliateLocationFeedRelationshipType enum
1016
792
  #
1017
- # @return [Google::Protobuf::EnumDescriptor] for the ChangeEventResourceType enum
1018
- def self.change_event_resource_type
1019
- require "google/ads/google_ads/v7/enums/change_event_resource_type_pb"
1020
- Google::Ads::GoogleAds::V7::Enums::ChangeEventResourceTypeEnum::ChangeEventResourceType.descriptor
793
+ # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationFeedRelationshipType enum
794
+ def self.affiliate_location_feed_relationship_type
795
+ require "google/ads/google_ads/v7/enums/affiliate_location_feed_relationship_type_pb"
796
+ Google::Ads::GoogleAds::V7::Enums::AffiliateLocationFeedRelationshipTypeEnum::AffiliateLocationFeedRelationshipType.descriptor
1021
797
  end
1022
798
 
1023
- # Returns the descriptor for the ResourceChangeOperation enum
799
+ # Returns the descriptor for the FeedAttributeType enum
1024
800
  #
1025
- # @return [Google::Protobuf::EnumDescriptor] for the ResourceChangeOperation enum
1026
- def self.resource_change_operation
1027
- require "google/ads/google_ads/v7/enums/resource_change_operation_pb"
1028
- Google::Ads::GoogleAds::V7::Enums::ResourceChangeOperationEnum::ResourceChangeOperation.descriptor
801
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedAttributeType enum
802
+ def self.feed_attribute_type
803
+ require "google/ads/google_ads/v7/enums/feed_attribute_type_pb"
804
+ Google::Ads::GoogleAds::V7::Enums::FeedAttributeTypeEnum::FeedAttributeType.descriptor
1029
805
  end
1030
806
 
1031
- # Returns the descriptor for the TargetingDimension enum
807
+ # Returns the descriptor for the FeedStatus enum
1032
808
  #
1033
- # @return [Google::Protobuf::EnumDescriptor] for the TargetingDimension enum
1034
- def self.targeting_dimension
1035
- require "google/ads/google_ads/v7/enums/targeting_dimension_pb"
1036
- Google::Ads::GoogleAds::V7::Enums::TargetingDimensionEnum::TargetingDimension.descriptor
809
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedStatus enum
810
+ def self.feed_status
811
+ require "google/ads/google_ads/v7/enums/feed_status_pb"
812
+ Google::Ads::GoogleAds::V7::Enums::FeedStatusEnum::FeedStatus.descriptor
1037
813
  end
1038
814
 
1039
815
  # Returns the descriptor for the Operator enum
1040
816
  #
1041
817
  # @return [Google::Protobuf::EnumDescriptor] for the Operator enum
1042
818
  def self.operator
1043
- require "google/ads/google_ads/v7/common/targeting_setting_pb"
1044
- Google::Ads::GoogleAds::V7::Common::TargetRestrictionOperation::Operator.descriptor
819
+ require "google/ads/google_ads/v7/resources/feed_pb"
820
+ Google::Ads::GoogleAds::V7::Resources::FeedAttributeOperation::Operator.descriptor
1045
821
  end
1046
822
 
1047
- # Returns the descriptor for the AdGroupAdRotationMode enum
823
+ # Returns the descriptor for the FeedItemQualityApprovalStatus enum
1048
824
  #
1049
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdRotationMode enum
1050
- def self.ad_group_ad_rotation_mode
1051
- require "google/ads/google_ads/v7/enums/ad_group_ad_rotation_mode_pb"
1052
- Google::Ads::GoogleAds::V7::Enums::AdGroupAdRotationModeEnum::AdGroupAdRotationMode.descriptor
825
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityApprovalStatus enum
826
+ def self.feed_item_quality_approval_status
827
+ require "google/ads/google_ads/v7/enums/feed_item_quality_approval_status_pb"
828
+ Google::Ads::GoogleAds::V7::Enums::FeedItemQualityApprovalStatusEnum::FeedItemQualityApprovalStatus.descriptor
1053
829
  end
1054
830
 
1055
- # Returns the descriptor for the AdGroupStatus enum
831
+ # Returns the descriptor for the FeedItemQualityDisapprovalReason enum
1056
832
  #
1057
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupStatus enum
1058
- def self.ad_group_status
1059
- require "google/ads/google_ads/v7/enums/ad_group_status_pb"
1060
- Google::Ads::GoogleAds::V7::Enums::AdGroupStatusEnum::AdGroupStatus.descriptor
833
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemQualityDisapprovalReason enum
834
+ def self.feed_item_quality_disapproval_reason
835
+ require "google/ads/google_ads/v7/enums/feed_item_quality_disapproval_reason_pb"
836
+ Google::Ads::GoogleAds::V7::Enums::FeedItemQualityDisapprovalReasonEnum::FeedItemQualityDisapprovalReason.descriptor
1061
837
  end
1062
838
 
1063
- # Returns the descriptor for the AdGroupType enum
839
+ # Returns the descriptor for the FeedItemStatus enum
1064
840
  #
1065
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupType enum
1066
- def self.ad_group_type
1067
- require "google/ads/google_ads/v7/enums/ad_group_type_pb"
1068
- Google::Ads::GoogleAds::V7::Enums::AdGroupTypeEnum::AdGroupType.descriptor
841
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemStatus enum
842
+ def self.feed_item_status
843
+ require "google/ads/google_ads/v7/enums/feed_item_status_pb"
844
+ Google::Ads::GoogleAds::V7::Enums::FeedItemStatusEnum::FeedItemStatus.descriptor
1069
845
  end
1070
846
 
1071
- # Returns the descriptor for the BiddingSource enum
847
+ # Returns the descriptor for the FeedItemValidationStatus enum
1072
848
  #
1073
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingSource enum
1074
- def self.bidding_source
1075
- require "google/ads/google_ads/v7/enums/bidding_source_pb"
1076
- Google::Ads::GoogleAds::V7::Enums::BiddingSourceEnum::BiddingSource.descriptor
849
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationStatus enum
850
+ def self.feed_item_validation_status
851
+ require "google/ads/google_ads/v7/enums/feed_item_validation_status_pb"
852
+ Google::Ads::GoogleAds::V7::Enums::FeedItemValidationStatusEnum::FeedItemValidationStatus.descriptor
1077
853
  end
1078
854
 
1079
- # Returns the descriptor for the AdGroupAdStatus enum
855
+ # Returns the descriptor for the GeoTargetingRestriction enum
1080
856
  #
1081
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdStatus enum
1082
- def self.ad_group_ad_status
1083
- require "google/ads/google_ads/v7/enums/ad_group_ad_status_pb"
1084
- Google::Ads::GoogleAds::V7::Enums::AdGroupAdStatusEnum::AdGroupAdStatus.descriptor
857
+ # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingRestriction enum
858
+ def self.geo_targeting_restriction
859
+ require "google/ads/google_ads/v7/enums/geo_targeting_restriction_pb"
860
+ Google::Ads::GoogleAds::V7::Enums::GeoTargetingRestrictionEnum::GeoTargetingRestriction.descriptor
1085
861
  end
1086
862
 
1087
- # Returns the descriptor for the AdStrength enum
863
+ # Returns the descriptor for the FeedItemValidationError enum
1088
864
  #
1089
- # @return [Google::Protobuf::EnumDescriptor] for the AdStrength enum
1090
- def self.ad_strength
1091
- require "google/ads/google_ads/v7/enums/ad_strength_pb"
1092
- Google::Ads::GoogleAds::V7::Enums::AdStrengthEnum::AdStrength.descriptor
865
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemValidationError enum
866
+ def self.feed_item_validation_error
867
+ require "google/ads/google_ads/v7/errors/feed_item_validation_error_pb"
868
+ Google::Ads::GoogleAds::V7::Errors::FeedItemValidationErrorEnum::FeedItemValidationError.descriptor
1093
869
  end
1094
870
 
1095
- # Returns the descriptor for the BidModifierSource enum
871
+ # Returns the descriptor for the CriterionCategoryChannelAvailabilityMode enum
1096
872
  #
1097
- # @return [Google::Protobuf::EnumDescriptor] for the BidModifierSource enum
1098
- def self.bid_modifier_source
1099
- require "google/ads/google_ads/v7/enums/bid_modifier_source_pb"
1100
- Google::Ads::GoogleAds::V7::Enums::BidModifierSourceEnum::BidModifierSource.descriptor
873
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryChannelAvailabilityMode enum
874
+ def self.criterion_category_channel_availability_mode
875
+ require "google/ads/google_ads/v7/enums/criterion_category_channel_availability_mode_pb"
876
+ Google::Ads::GoogleAds::V7::Enums::CriterionCategoryChannelAvailabilityModeEnum::CriterionCategoryChannelAvailabilityMode.descriptor
1101
877
  end
1102
878
 
1103
- # Returns the descriptor for the AdGroupCriterionApprovalStatus enum
879
+ # Returns the descriptor for the CriterionCategoryLocaleAvailabilityMode enum
1104
880
  #
1105
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionApprovalStatus enum
1106
- def self.ad_group_criterion_approval_status
1107
- require "google/ads/google_ads/v7/enums/ad_group_criterion_approval_status_pb"
1108
- Google::Ads::GoogleAds::V7::Enums::AdGroupCriterionApprovalStatusEnum::AdGroupCriterionApprovalStatus.descriptor
881
+ # @return [Google::Protobuf::EnumDescriptor] for the CriterionCategoryLocaleAvailabilityMode enum
882
+ def self.criterion_category_locale_availability_mode
883
+ require "google/ads/google_ads/v7/enums/criterion_category_locale_availability_mode_pb"
884
+ Google::Ads::GoogleAds::V7::Enums::CriterionCategoryLocaleAvailabilityModeEnum::CriterionCategoryLocaleAvailabilityMode.descriptor
1109
885
  end
1110
886
 
1111
- # Returns the descriptor for the AdGroupCriterionStatus enum
887
+ # Returns the descriptor for the AssetLinkStatus enum
1112
888
  #
1113
- # @return [Google::Protobuf::EnumDescriptor] for the AdGroupCriterionStatus enum
1114
- def self.ad_group_criterion_status
1115
- require "google/ads/google_ads/v7/enums/ad_group_criterion_status_pb"
1116
- Google::Ads::GoogleAds::V7::Enums::AdGroupCriterionStatusEnum::AdGroupCriterionStatus.descriptor
889
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetLinkStatus enum
890
+ def self.asset_link_status
891
+ require "google/ads/google_ads/v7/enums/asset_link_status_pb"
892
+ Google::Ads::GoogleAds::V7::Enums::AssetLinkStatusEnum::AssetLinkStatus.descriptor
1117
893
  end
1118
894
 
1119
- # Returns the descriptor for the CriterionSystemServingStatus enum
895
+ # Returns the descriptor for the CallTrackingDisplayLocation enum
1120
896
  #
1121
- # @return [Google::Protobuf::EnumDescriptor] for the CriterionSystemServingStatus enum
1122
- def self.criterion_system_serving_status
1123
- require "google/ads/google_ads/v7/enums/criterion_system_serving_status_pb"
1124
- Google::Ads::GoogleAds::V7::Enums::CriterionSystemServingStatusEnum::CriterionSystemServingStatus.descriptor
897
+ # @return [Google::Protobuf::EnumDescriptor] for the CallTrackingDisplayLocation enum
898
+ def self.call_tracking_display_location
899
+ require "google/ads/google_ads/v7/enums/call_tracking_display_location_pb"
900
+ Google::Ads::GoogleAds::V7::Enums::CallTrackingDisplayLocationEnum::CallTrackingDisplayLocation.descriptor
1125
901
  end
1126
902
 
1127
- # Returns the descriptor for the QualityScoreBucket enum
903
+ # Returns the descriptor for the CallType enum
1128
904
  #
1129
- # @return [Google::Protobuf::EnumDescriptor] for the QualityScoreBucket enum
1130
- def self.quality_score_bucket
1131
- require "google/ads/google_ads/v7/enums/quality_score_bucket_pb"
1132
- Google::Ads::GoogleAds::V7::Enums::QualityScoreBucketEnum::QualityScoreBucket.descriptor
905
+ # @return [Google::Protobuf::EnumDescriptor] for the CallType enum
906
+ def self.call_type
907
+ require "google/ads/google_ads/v7/enums/call_type_pb"
908
+ Google::Ads::GoogleAds::V7::Enums::CallTypeEnum::CallType.descriptor
1133
909
  end
1134
910
 
1135
- # Returns the descriptor for the FrequencyCapEventType enum
911
+ # Returns the descriptor for the GoogleVoiceCallStatus enum
1136
912
  #
1137
- # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapEventType enum
1138
- def self.frequency_cap_event_type
1139
- require "google/ads/google_ads/v7/enums/frequency_cap_event_type_pb"
1140
- Google::Ads::GoogleAds::V7::Enums::FrequencyCapEventTypeEnum::FrequencyCapEventType.descriptor
913
+ # @return [Google::Protobuf::EnumDescriptor] for the GoogleVoiceCallStatus enum
914
+ def self.google_voice_call_status
915
+ require "google/ads/google_ads/v7/enums/google_voice_call_status_pb"
916
+ Google::Ads::GoogleAds::V7::Enums::GoogleVoiceCallStatusEnum::GoogleVoiceCallStatus.descriptor
1141
917
  end
1142
918
 
1143
- # Returns the descriptor for the FrequencyCapLevel enum
919
+ # Returns the descriptor for the ExtensionSettingDevice enum
1144
920
  #
1145
- # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapLevel enum
1146
- def self.frequency_cap_level
1147
- require "google/ads/google_ads/v7/enums/frequency_cap_level_pb"
1148
- Google::Ads::GoogleAds::V7::Enums::FrequencyCapLevelEnum::FrequencyCapLevel.descriptor
921
+ # @return [Google::Protobuf::EnumDescriptor] for the ExtensionSettingDevice enum
922
+ def self.extension_setting_device
923
+ require "google/ads/google_ads/v7/enums/extension_setting_device_pb"
924
+ Google::Ads::GoogleAds::V7::Enums::ExtensionSettingDeviceEnum::ExtensionSettingDevice.descriptor
1149
925
  end
1150
926
 
1151
- # Returns the descriptor for the FrequencyCapTimeUnit enum
927
+ # Returns the descriptor for the ExtensionType enum
1152
928
  #
1153
- # @return [Google::Protobuf::EnumDescriptor] for the FrequencyCapTimeUnit enum
1154
- def self.frequency_cap_time_unit
1155
- require "google/ads/google_ads/v7/enums/frequency_cap_time_unit_pb"
1156
- Google::Ads::GoogleAds::V7::Enums::FrequencyCapTimeUnitEnum::FrequencyCapTimeUnit.descriptor
929
+ # @return [Google::Protobuf::EnumDescriptor] for the ExtensionType enum
930
+ def self.extension_type
931
+ require "google/ads/google_ads/v7/enums/extension_type_pb"
932
+ Google::Ads::GoogleAds::V7::Enums::ExtensionTypeEnum::ExtensionType.descriptor
1157
933
  end
1158
934
 
1159
- # Returns the descriptor for the AdServingOptimizationStatus enum
935
+ # Returns the descriptor for the CampaignDraftStatus enum
1160
936
  #
1161
- # @return [Google::Protobuf::EnumDescriptor] for the AdServingOptimizationStatus enum
1162
- def self.ad_serving_optimization_status
1163
- require "google/ads/google_ads/v7/enums/ad_serving_optimization_status_pb"
1164
- Google::Ads::GoogleAds::V7::Enums::AdServingOptimizationStatusEnum::AdServingOptimizationStatus.descriptor
937
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
938
+ def self.campaign_draft_status
939
+ require "google/ads/google_ads/v7/enums/campaign_draft_status_pb"
940
+ Google::Ads::GoogleAds::V7::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
1165
941
  end
1166
942
 
1167
- # Returns the descriptor for the AppCampaignAppStore enum
943
+ # Returns the descriptor for the AccessInvitationStatus enum
1168
944
  #
1169
- # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignAppStore enum
1170
- def self.app_campaign_app_store
1171
- require "google/ads/google_ads/v7/enums/app_campaign_app_store_pb"
1172
- Google::Ads::GoogleAds::V7::Enums::AppCampaignAppStoreEnum::AppCampaignAppStore.descriptor
945
+ # @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationStatus enum
946
+ def self.access_invitation_status
947
+ require "google/ads/google_ads/v7/enums/access_invitation_status_pb"
948
+ Google::Ads::GoogleAds::V7::Enums::AccessInvitationStatusEnum::AccessInvitationStatus.descriptor
1173
949
  end
1174
950
 
1175
- # Returns the descriptor for the AppCampaignBiddingStrategyGoalType enum
951
+ # Returns the descriptor for the AccessRole enum
1176
952
  #
1177
- # @return [Google::Protobuf::EnumDescriptor] for the AppCampaignBiddingStrategyGoalType enum
1178
- def self.app_campaign_bidding_strategy_goal_type
1179
- require "google/ads/google_ads/v7/enums/app_campaign_bidding_strategy_goal_type_pb"
1180
- Google::Ads::GoogleAds::V7::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
953
+ # @return [Google::Protobuf::EnumDescriptor] for the AccessRole enum
954
+ def self.access_role
955
+ require "google/ads/google_ads/v7/enums/access_role_pb"
956
+ Google::Ads::GoogleAds::V7::Enums::AccessRoleEnum::AccessRole.descriptor
1181
957
  end
1182
958
 
1183
- # Returns the descriptor for the BrandSafetySuitability enum
959
+ # Returns the descriptor for the CustomInterestMemberType enum
1184
960
  #
1185
- # @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
1186
- def self.brand_safety_suitability
1187
- require "google/ads/google_ads/v7/enums/brand_safety_suitability_pb"
1188
- Google::Ads::GoogleAds::V7::Enums::BrandSafetySuitabilityEnum::BrandSafetySuitability.descriptor
961
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
962
+ def self.custom_interest_member_type
963
+ require "google/ads/google_ads/v7/enums/custom_interest_member_type_pb"
964
+ Google::Ads::GoogleAds::V7::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
1189
965
  end
1190
966
 
1191
- # Returns the descriptor for the CampaignExperimentType enum
967
+ # Returns the descriptor for the CustomInterestStatus enum
1192
968
  #
1193
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentType enum
1194
- def self.campaign_experiment_type
1195
- require "google/ads/google_ads/v7/enums/campaign_experiment_type_pb"
1196
- Google::Ads::GoogleAds::V7::Enums::CampaignExperimentTypeEnum::CampaignExperimentType.descriptor
969
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
970
+ def self.custom_interest_status
971
+ require "google/ads/google_ads/v7/enums/custom_interest_status_pb"
972
+ Google::Ads::GoogleAds::V7::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
1197
973
  end
1198
974
 
1199
- # Returns the descriptor for the CampaignServingStatus enum
975
+ # Returns the descriptor for the CustomInterestType enum
1200
976
  #
1201
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignServingStatus enum
1202
- def self.campaign_serving_status
1203
- require "google/ads/google_ads/v7/enums/campaign_serving_status_pb"
1204
- Google::Ads::GoogleAds::V7::Enums::CampaignServingStatusEnum::CampaignServingStatus.descriptor
977
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
978
+ def self.custom_interest_type
979
+ require "google/ads/google_ads/v7/enums/custom_interest_type_pb"
980
+ Google::Ads::GoogleAds::V7::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
1205
981
  end
1206
982
 
1207
- # Returns the descriptor for the CampaignStatus enum
983
+ # Returns the descriptor for the LeadFormCallToActionType enum
1208
984
  #
1209
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignStatus enum
1210
- def self.campaign_status
1211
- require "google/ads/google_ads/v7/enums/campaign_status_pb"
1212
- Google::Ads::GoogleAds::V7::Enums::CampaignStatusEnum::CampaignStatus.descriptor
985
+ # @return [Google::Protobuf::EnumDescriptor] for the LeadFormCallToActionType enum
986
+ def self.lead_form_call_to_action_type
987
+ require "google/ads/google_ads/v7/enums/lead_form_call_to_action_type_pb"
988
+ Google::Ads::GoogleAds::V7::Enums::LeadFormCallToActionTypeEnum::LeadFormCallToActionType.descriptor
1213
989
  end
1214
990
 
1215
- # Returns the descriptor for the LocationSourceType enum
991
+ # Returns the descriptor for the LeadFormDesiredIntent enum
1216
992
  #
1217
- # @return [Google::Protobuf::EnumDescriptor] for the LocationSourceType enum
1218
- def self.location_source_type
1219
- require "google/ads/google_ads/v7/enums/location_source_type_pb"
1220
- Google::Ads::GoogleAds::V7::Enums::LocationSourceTypeEnum::LocationSourceType.descriptor
993
+ # @return [Google::Protobuf::EnumDescriptor] for the LeadFormDesiredIntent enum
994
+ def self.lead_form_desired_intent
995
+ require "google/ads/google_ads/v7/enums/lead_form_desired_intent_pb"
996
+ Google::Ads::GoogleAds::V7::Enums::LeadFormDesiredIntentEnum::LeadFormDesiredIntent.descriptor
1221
997
  end
1222
998
 
1223
- # Returns the descriptor for the NegativeGeoTargetType enum
999
+ # Returns the descriptor for the LeadFormFieldUserInputType enum
1224
1000
  #
1225
- # @return [Google::Protobuf::EnumDescriptor] for the NegativeGeoTargetType enum
1226
- def self.negative_geo_target_type
1227
- require "google/ads/google_ads/v7/enums/negative_geo_target_type_pb"
1228
- Google::Ads::GoogleAds::V7::Enums::NegativeGeoTargetTypeEnum::NegativeGeoTargetType.descriptor
1001
+ # @return [Google::Protobuf::EnumDescriptor] for the LeadFormFieldUserInputType enum
1002
+ def self.lead_form_field_user_input_type
1003
+ require "google/ads/google_ads/v7/enums/lead_form_field_user_input_type_pb"
1004
+ Google::Ads::GoogleAds::V7::Enums::LeadFormFieldUserInputTypeEnum::LeadFormFieldUserInputType.descriptor
1229
1005
  end
1230
1006
 
1231
- # Returns the descriptor for the OptimizationGoalType enum
1007
+ # Returns the descriptor for the LeadFormPostSubmitCallToActionType enum
1232
1008
  #
1233
- # @return [Google::Protobuf::EnumDescriptor] for the OptimizationGoalType enum
1234
- def self.optimization_goal_type
1235
- require "google/ads/google_ads/v7/enums/optimization_goal_type_pb"
1236
- Google::Ads::GoogleAds::V7::Enums::OptimizationGoalTypeEnum::OptimizationGoalType.descriptor
1009
+ # @return [Google::Protobuf::EnumDescriptor] for the LeadFormPostSubmitCallToActionType enum
1010
+ def self.lead_form_post_submit_call_to_action_type
1011
+ require "google/ads/google_ads/v7/enums/lead_form_post_submit_call_to_action_type_pb"
1012
+ Google::Ads::GoogleAds::V7::Enums::LeadFormPostSubmitCallToActionTypeEnum::LeadFormPostSubmitCallToActionType.descriptor
1237
1013
  end
1238
1014
 
1239
- # Returns the descriptor for the PaymentMode enum
1015
+ # Returns the descriptor for the PromotionExtensionDiscountModifier enum
1240
1016
  #
1241
- # @return [Google::Protobuf::EnumDescriptor] for the PaymentMode enum
1242
- def self.payment_mode
1243
- require "google/ads/google_ads/v7/enums/payment_mode_pb"
1244
- Google::Ads::GoogleAds::V7::Enums::PaymentModeEnum::PaymentMode.descriptor
1017
+ # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
1018
+ def self.promotion_extension_discount_modifier
1019
+ require "google/ads/google_ads/v7/enums/promotion_extension_discount_modifier_pb"
1020
+ Google::Ads::GoogleAds::V7::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
1245
1021
  end
1246
1022
 
1247
- # Returns the descriptor for the PositiveGeoTargetType enum
1023
+ # Returns the descriptor for the PromotionExtensionOccasion enum
1248
1024
  #
1249
- # @return [Google::Protobuf::EnumDescriptor] for the PositiveGeoTargetType enum
1250
- def self.positive_geo_target_type
1251
- require "google/ads/google_ads/v7/enums/positive_geo_target_type_pb"
1252
- Google::Ads::GoogleAds::V7::Enums::PositiveGeoTargetTypeEnum::PositiveGeoTargetType.descriptor
1025
+ # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
1026
+ def self.promotion_extension_occasion
1027
+ require "google/ads/google_ads/v7/enums/promotion_extension_occasion_pb"
1028
+ Google::Ads::GoogleAds::V7::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
1253
1029
  end
1254
1030
 
1255
- # Returns the descriptor for the VanityPharmaDisplayUrlMode enum
1031
+ # Returns the descriptor for the AssetType enum
1256
1032
  #
1257
- # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaDisplayUrlMode enum
1258
- def self.vanity_pharma_display_url_mode
1259
- require "google/ads/google_ads/v7/enums/vanity_pharma_display_url_mode_pb"
1260
- Google::Ads::GoogleAds::V7::Enums::VanityPharmaDisplayUrlModeEnum::VanityPharmaDisplayUrlMode.descriptor
1033
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
1034
+ def self.asset_type
1035
+ require "google/ads/google_ads/v7/enums/asset_type_pb"
1036
+ Google::Ads::GoogleAds::V7::Enums::AssetTypeEnum::AssetType.descriptor
1261
1037
  end
1262
1038
 
1263
- # Returns the descriptor for the VanityPharmaText enum
1039
+ # Returns the descriptor for the AppStore enum
1264
1040
  #
1265
- # @return [Google::Protobuf::EnumDescriptor] for the VanityPharmaText enum
1266
- def self.vanity_pharma_text
1267
- require "google/ads/google_ads/v7/enums/vanity_pharma_text_pb"
1268
- Google::Ads::GoogleAds::V7::Enums::VanityPharmaTextEnum::VanityPharmaText.descriptor
1041
+ # @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
1042
+ def self.app_store
1043
+ require "google/ads/google_ads/v7/enums/app_store_pb"
1044
+ Google::Ads::GoogleAds::V7::Enums::AppStoreEnum::AppStore.descriptor
1269
1045
  end
1270
1046
 
1271
- # Returns the descriptor for the CampaignCriterionStatus enum
1047
+ # Returns the descriptor for the PriceExtensionPriceQualifier enum
1272
1048
  #
1273
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignCriterionStatus enum
1274
- def self.campaign_criterion_status
1275
- require "google/ads/google_ads/v7/enums/campaign_criterion_status_pb"
1276
- Google::Ads::GoogleAds::V7::Enums::CampaignCriterionStatusEnum::CampaignCriterionStatus.descriptor
1049
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
1050
+ def self.price_extension_price_qualifier
1051
+ require "google/ads/google_ads/v7/enums/price_extension_price_qualifier_pb"
1052
+ Google::Ads::GoogleAds::V7::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
1277
1053
  end
1278
1054
 
1279
- # Returns the descriptor for the CustomAudienceMemberType enum
1055
+ # Returns the descriptor for the PriceExtensionPriceUnit enum
1280
1056
  #
1281
- # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceMemberType enum
1282
- def self.custom_audience_member_type
1283
- require "google/ads/google_ads/v7/enums/custom_audience_member_type_pb"
1284
- Google::Ads::GoogleAds::V7::Enums::CustomAudienceMemberTypeEnum::CustomAudienceMemberType.descriptor
1057
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
1058
+ def self.price_extension_price_unit
1059
+ require "google/ads/google_ads/v7/enums/price_extension_price_unit_pb"
1060
+ Google::Ads::GoogleAds::V7::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
1285
1061
  end
1286
1062
 
1287
- # Returns the descriptor for the CustomAudienceStatus enum
1063
+ # Returns the descriptor for the PriceExtensionType enum
1288
1064
  #
1289
- # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceStatus enum
1290
- def self.custom_audience_status
1291
- require "google/ads/google_ads/v7/enums/custom_audience_status_pb"
1292
- Google::Ads::GoogleAds::V7::Enums::CustomAudienceStatusEnum::CustomAudienceStatus.descriptor
1065
+ # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
1066
+ def self.price_extension_type
1067
+ require "google/ads/google_ads/v7/enums/price_extension_type_pb"
1068
+ Google::Ads::GoogleAds::V7::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
1293
1069
  end
1294
1070
 
1295
- # Returns the descriptor for the CustomAudienceType enum
1071
+ # Returns the descriptor for the RecommendationType enum
1296
1072
  #
1297
- # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceType enum
1298
- def self.custom_audience_type
1299
- require "google/ads/google_ads/v7/enums/custom_audience_type_pb"
1300
- Google::Ads::GoogleAds::V7::Enums::CustomAudienceTypeEnum::CustomAudienceType.descriptor
1073
+ # @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
1074
+ def self.recommendation_type
1075
+ require "google/ads/google_ads/v7/enums/recommendation_type_pb"
1076
+ Google::Ads::GoogleAds::V7::Enums::RecommendationTypeEnum::RecommendationType.descriptor
1301
1077
  end
1302
1078
 
1303
- # Returns the descriptor for the ProductBiddingCategoryStatus enum
1079
+ # Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
1304
1080
  #
1305
- # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
1306
- def self.product_bidding_category_status
1307
- require "google/ads/google_ads/v7/enums/product_bidding_category_status_pb"
1308
- Google::Ads::GoogleAds::V7::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
1081
+ # @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
1082
+ def self.target_cpa_opt_in_recommendation_goal
1083
+ require "google/ads/google_ads/v7/enums/target_cpa_opt_in_recommendation_goal_pb"
1084
+ Google::Ads::GoogleAds::V7::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
1309
1085
  end
1310
1086
 
1311
- # Returns the descriptor for the MerchantCenterLinkStatus enum
1087
+ # Returns the descriptor for the FeedItemSetStringFilterType enum
1312
1088
  #
1313
- # @return [Google::Protobuf::EnumDescriptor] for the MerchantCenterLinkStatus enum
1314
- def self.merchant_center_link_status
1315
- require "google/ads/google_ads/v7/enums/merchant_center_link_status_pb"
1316
- Google::Ads::GoogleAds::V7::Enums::MerchantCenterLinkStatusEnum::MerchantCenterLinkStatus.descriptor
1089
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStringFilterType enum
1090
+ def self.feed_item_set_string_filter_type
1091
+ require "google/ads/google_ads/v7/enums/feed_item_set_string_filter_type_pb"
1092
+ Google::Ads::GoogleAds::V7::Enums::FeedItemSetStringFilterTypeEnum::FeedItemSetStringFilterType.descriptor
1093
+ end
1094
+
1095
+ # Returns the descriptor for the FeedItemSetStatus enum
1096
+ #
1097
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStatus enum
1098
+ def self.feed_item_set_status
1099
+ require "google/ads/google_ads/v7/enums/feed_item_set_status_pb"
1100
+ Google::Ads::GoogleAds::V7::Enums::FeedItemSetStatusEnum::FeedItemSetStatus.descriptor
1317
1101
  end
1318
1102
 
1319
1103
  # Returns the descriptor for the FeedItemTargetDevice enum
@@ -1324,188 +1108,452 @@ module Google
1324
1108
  Google::Ads::GoogleAds::V7::Enums::FeedItemTargetDeviceEnum::FeedItemTargetDevice.descriptor
1325
1109
  end
1326
1110
 
1327
- # Returns the descriptor for the FeedItemTargetStatus enum
1111
+ # Returns the descriptor for the AccountBudgetProposalStatus enum
1328
1112
  #
1329
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetStatus enum
1330
- def self.feed_item_target_status
1331
- require "google/ads/google_ads/v7/enums/feed_item_target_status_pb"
1332
- Google::Ads::GoogleAds::V7::Enums::FeedItemTargetStatusEnum::FeedItemTargetStatus.descriptor
1113
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
1114
+ def self.account_budget_proposal_status
1115
+ require "google/ads/google_ads/v7/enums/account_budget_proposal_status_pb"
1116
+ Google::Ads::GoogleAds::V7::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
1333
1117
  end
1334
1118
 
1335
- # Returns the descriptor for the FeedItemTargetType enum
1119
+ # Returns the descriptor for the AccountBudgetProposalType enum
1336
1120
  #
1337
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
1338
- def self.feed_item_target_type
1339
- require "google/ads/google_ads/v7/enums/feed_item_target_type_pb"
1340
- Google::Ads::GoogleAds::V7::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
1121
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
1122
+ def self.account_budget_proposal_type
1123
+ require "google/ads/google_ads/v7/enums/account_budget_proposal_type_pb"
1124
+ Google::Ads::GoogleAds::V7::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
1341
1125
  end
1342
1126
 
1343
- # Returns the descriptor for the AppStore enum
1127
+ # Returns the descriptor for the SpendingLimitType enum
1344
1128
  #
1345
- # @return [Google::Protobuf::EnumDescriptor] for the AppStore enum
1346
- def self.app_store
1347
- require "google/ads/google_ads/v7/enums/app_store_pb"
1348
- Google::Ads::GoogleAds::V7::Enums::AppStoreEnum::AppStore.descriptor
1129
+ # @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
1130
+ def self.spending_limit_type
1131
+ require "google/ads/google_ads/v7/enums/spending_limit_type_pb"
1132
+ Google::Ads::GoogleAds::V7::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
1349
1133
  end
1350
1134
 
1351
- # Returns the descriptor for the PriceExtensionPriceQualifier enum
1135
+ # Returns the descriptor for the TimeType enum
1352
1136
  #
1353
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceQualifier enum
1354
- def self.price_extension_price_qualifier
1355
- require "google/ads/google_ads/v7/enums/price_extension_price_qualifier_pb"
1356
- Google::Ads::GoogleAds::V7::Enums::PriceExtensionPriceQualifierEnum::PriceExtensionPriceQualifier.descriptor
1137
+ # @return [Google::Protobuf::EnumDescriptor] for the TimeType enum
1138
+ def self.time_type
1139
+ require "google/ads/google_ads/v7/enums/time_type_pb"
1140
+ Google::Ads::GoogleAds::V7::Enums::TimeTypeEnum::TimeType.descriptor
1357
1141
  end
1358
1142
 
1359
- # Returns the descriptor for the PriceExtensionPriceUnit enum
1143
+ # Returns the descriptor for the GeoTargetConstantStatus enum
1360
1144
  #
1361
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionPriceUnit enum
1362
- def self.price_extension_price_unit
1363
- require "google/ads/google_ads/v7/enums/price_extension_price_unit_pb"
1364
- Google::Ads::GoogleAds::V7::Enums::PriceExtensionPriceUnitEnum::PriceExtensionPriceUnit.descriptor
1145
+ # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetConstantStatus enum
1146
+ def self.geo_target_constant_status
1147
+ require "google/ads/google_ads/v7/enums/geo_target_constant_status_pb"
1148
+ Google::Ads::GoogleAds::V7::Enums::GeoTargetConstantStatusEnum::GeoTargetConstantStatus.descriptor
1365
1149
  end
1366
1150
 
1367
- # Returns the descriptor for the PriceExtensionType enum
1151
+ # Returns the descriptor for the UserInterestTaxonomyType enum
1368
1152
  #
1369
- # @return [Google::Protobuf::EnumDescriptor] for the PriceExtensionType enum
1370
- def self.price_extension_type
1371
- require "google/ads/google_ads/v7/enums/price_extension_type_pb"
1372
- Google::Ads::GoogleAds::V7::Enums::PriceExtensionTypeEnum::PriceExtensionType.descriptor
1153
+ # @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
1154
+ def self.user_interest_taxonomy_type
1155
+ require "google/ads/google_ads/v7/enums/user_interest_taxonomy_type_pb"
1156
+ Google::Ads::GoogleAds::V7::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
1373
1157
  end
1374
1158
 
1375
- # Returns the descriptor for the PromotionExtensionDiscountModifier enum
1159
+ # Returns the descriptor for the KeywordPlanNetwork enum
1376
1160
  #
1377
- # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionDiscountModifier enum
1378
- def self.promotion_extension_discount_modifier
1379
- require "google/ads/google_ads/v7/enums/promotion_extension_discount_modifier_pb"
1380
- Google::Ads::GoogleAds::V7::Enums::PromotionExtensionDiscountModifierEnum::PromotionExtensionDiscountModifier.descriptor
1161
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
1162
+ def self.keyword_plan_network
1163
+ require "google/ads/google_ads/v7/enums/keyword_plan_network_pb"
1164
+ Google::Ads::GoogleAds::V7::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
1381
1165
  end
1382
1166
 
1383
- # Returns the descriptor for the PromotionExtensionOccasion enum
1167
+ # Returns the descriptor for the GeoTargetingType enum
1384
1168
  #
1385
- # @return [Google::Protobuf::EnumDescriptor] for the PromotionExtensionOccasion enum
1386
- def self.promotion_extension_occasion
1387
- require "google/ads/google_ads/v7/enums/promotion_extension_occasion_pb"
1388
- Google::Ads::GoogleAds::V7::Enums::PromotionExtensionOccasionEnum::PromotionExtensionOccasion.descriptor
1169
+ # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
1170
+ def self.geo_targeting_type
1171
+ require "google/ads/google_ads/v7/enums/geo_targeting_type_pb"
1172
+ Google::Ads::GoogleAds::V7::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
1389
1173
  end
1390
1174
 
1391
- # Returns the descriptor for the UserIdentifierSource enum
1175
+ # Returns the descriptor for the AccountBudgetStatus enum
1392
1176
  #
1393
- # @return [Google::Protobuf::EnumDescriptor] for the UserIdentifierSource enum
1394
- def self.user_identifier_source
1395
- require "google/ads/google_ads/v7/enums/user_identifier_source_pb"
1396
- Google::Ads::GoogleAds::V7::Enums::UserIdentifierSourceEnum::UserIdentifierSource.descriptor
1177
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
1178
+ def self.account_budget_status
1179
+ require "google/ads/google_ads/v7/enums/account_budget_status_pb"
1180
+ Google::Ads::GoogleAds::V7::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
1397
1181
  end
1398
1182
 
1399
- # Returns the descriptor for the OfflineUserDataJobFailureReason enum
1183
+ # Returns the descriptor for the TrackingCodePageFormat enum
1400
1184
  #
1401
- # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobFailureReason enum
1402
- def self.offline_user_data_job_failure_reason
1403
- require "google/ads/google_ads/v7/enums/offline_user_data_job_failure_reason_pb"
1404
- Google::Ads::GoogleAds::V7::Enums::OfflineUserDataJobFailureReasonEnum::OfflineUserDataJobFailureReason.descriptor
1185
+ # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
1186
+ def self.tracking_code_page_format
1187
+ require "google/ads/google_ads/v7/enums/tracking_code_page_format_pb"
1188
+ Google::Ads::GoogleAds::V7::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
1405
1189
  end
1406
1190
 
1407
- # Returns the descriptor for the OfflineUserDataJobStatus enum
1191
+ # Returns the descriptor for the TrackingCodeType enum
1408
1192
  #
1409
- # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobStatus enum
1410
- def self.offline_user_data_job_status
1411
- require "google/ads/google_ads/v7/enums/offline_user_data_job_status_pb"
1412
- Google::Ads::GoogleAds::V7::Enums::OfflineUserDataJobStatusEnum::OfflineUserDataJobStatus.descriptor
1193
+ # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
1194
+ def self.tracking_code_type
1195
+ require "google/ads/google_ads/v7/enums/tracking_code_type_pb"
1196
+ Google::Ads::GoogleAds::V7::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
1413
1197
  end
1414
1198
 
1415
- # Returns the descriptor for the OfflineUserDataJobType enum
1199
+ # Returns the descriptor for the AttributionModel enum
1416
1200
  #
1417
- # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobType enum
1418
- def self.offline_user_data_job_type
1419
- require "google/ads/google_ads/v7/enums/offline_user_data_job_type_pb"
1420
- Google::Ads::GoogleAds::V7::Enums::OfflineUserDataJobTypeEnum::OfflineUserDataJobType.descriptor
1201
+ # @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
1202
+ def self.attribution_model
1203
+ require "google/ads/google_ads/v7/enums/attribution_model_pb"
1204
+ Google::Ads::GoogleAds::V7::Enums::AttributionModelEnum::AttributionModel.descriptor
1421
1205
  end
1422
1206
 
1423
- # Returns the descriptor for the LeadFormCallToActionType enum
1207
+ # Returns the descriptor for the ConversionActionCategory enum
1424
1208
  #
1425
- # @return [Google::Protobuf::EnumDescriptor] for the LeadFormCallToActionType enum
1426
- def self.lead_form_call_to_action_type
1427
- require "google/ads/google_ads/v7/enums/lead_form_call_to_action_type_pb"
1428
- Google::Ads::GoogleAds::V7::Enums::LeadFormCallToActionTypeEnum::LeadFormCallToActionType.descriptor
1209
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
1210
+ def self.conversion_action_category
1211
+ require "google/ads/google_ads/v7/enums/conversion_action_category_pb"
1212
+ Google::Ads::GoogleAds::V7::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
1429
1213
  end
1430
1214
 
1431
- # Returns the descriptor for the LeadFormDesiredIntent enum
1215
+ # Returns the descriptor for the ConversionActionCountingType enum
1432
1216
  #
1433
- # @return [Google::Protobuf::EnumDescriptor] for the LeadFormDesiredIntent enum
1434
- def self.lead_form_desired_intent
1435
- require "google/ads/google_ads/v7/enums/lead_form_desired_intent_pb"
1436
- Google::Ads::GoogleAds::V7::Enums::LeadFormDesiredIntentEnum::LeadFormDesiredIntent.descriptor
1217
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
1218
+ def self.conversion_action_counting_type
1219
+ require "google/ads/google_ads/v7/enums/conversion_action_counting_type_pb"
1220
+ Google::Ads::GoogleAds::V7::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
1437
1221
  end
1438
1222
 
1439
- # Returns the descriptor for the LeadFormFieldUserInputType enum
1223
+ # Returns the descriptor for the ConversionActionStatus enum
1440
1224
  #
1441
- # @return [Google::Protobuf::EnumDescriptor] for the LeadFormFieldUserInputType enum
1442
- def self.lead_form_field_user_input_type
1443
- require "google/ads/google_ads/v7/enums/lead_form_field_user_input_type_pb"
1444
- Google::Ads::GoogleAds::V7::Enums::LeadFormFieldUserInputTypeEnum::LeadFormFieldUserInputType.descriptor
1225
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
1226
+ def self.conversion_action_status
1227
+ require "google/ads/google_ads/v7/enums/conversion_action_status_pb"
1228
+ Google::Ads::GoogleAds::V7::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
1445
1229
  end
1446
1230
 
1447
- # Returns the descriptor for the LeadFormPostSubmitCallToActionType enum
1231
+ # Returns the descriptor for the ConversionActionType enum
1448
1232
  #
1449
- # @return [Google::Protobuf::EnumDescriptor] for the LeadFormPostSubmitCallToActionType enum
1450
- def self.lead_form_post_submit_call_to_action_type
1451
- require "google/ads/google_ads/v7/enums/lead_form_post_submit_call_to_action_type_pb"
1452
- Google::Ads::GoogleAds::V7::Enums::LeadFormPostSubmitCallToActionTypeEnum::LeadFormPostSubmitCallToActionType.descriptor
1233
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
1234
+ def self.conversion_action_type
1235
+ require "google/ads/google_ads/v7/enums/conversion_action_type_pb"
1236
+ Google::Ads::GoogleAds::V7::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
1453
1237
  end
1454
1238
 
1455
- # Returns the descriptor for the AssetType enum
1239
+ # Returns the descriptor for the DataDrivenModelStatus enum
1456
1240
  #
1457
- # @return [Google::Protobuf::EnumDescriptor] for the AssetType enum
1458
- def self.asset_type
1459
- require "google/ads/google_ads/v7/enums/asset_type_pb"
1460
- Google::Ads::GoogleAds::V7::Enums::AssetTypeEnum::AssetType.descriptor
1241
+ # @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
1242
+ def self.data_driven_model_status
1243
+ require "google/ads/google_ads/v7/enums/data_driven_model_status_pb"
1244
+ Google::Ads::GoogleAds::V7::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
1461
1245
  end
1462
1246
 
1463
- # Returns the descriptor for the CampaignDraftStatus enum
1247
+ # Returns the descriptor for the MobileAppVendor enum
1464
1248
  #
1465
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignDraftStatus enum
1466
- def self.campaign_draft_status
1467
- require "google/ads/google_ads/v7/enums/campaign_draft_status_pb"
1468
- Google::Ads::GoogleAds::V7::Enums::CampaignDraftStatusEnum::CampaignDraftStatus.descriptor
1249
+ # @return [Google::Protobuf::EnumDescriptor] for the MobileAppVendor enum
1250
+ def self.mobile_app_vendor
1251
+ require "google/ads/google_ads/v7/enums/mobile_app_vendor_pb"
1252
+ Google::Ads::GoogleAds::V7::Enums::MobileAppVendorEnum::MobileAppVendor.descriptor
1253
+ end
1254
+
1255
+ # Returns the descriptor for the DistanceBucket enum
1256
+ #
1257
+ # @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
1258
+ def self.distance_bucket
1259
+ require "google/ads/google_ads/v7/enums/distance_bucket_pb"
1260
+ Google::Ads::GoogleAds::V7::Enums::DistanceBucketEnum::DistanceBucket.descriptor
1261
+ end
1262
+
1263
+ # Returns the descriptor for the MonthOfYear enum
1264
+ #
1265
+ # @return [Google::Protobuf::EnumDescriptor] for the MonthOfYear enum
1266
+ def self.month_of_year
1267
+ require "google/ads/google_ads/v7/enums/month_of_year_pb"
1268
+ Google::Ads::GoogleAds::V7::Enums::MonthOfYearEnum::MonthOfYear.descriptor
1269
+ end
1270
+
1271
+ # Returns the descriptor for the KeywordPlanForecastInterval enum
1272
+ #
1273
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
1274
+ def self.keyword_plan_forecast_interval
1275
+ require "google/ads/google_ads/v7/enums/keyword_plan_forecast_interval_pb"
1276
+ Google::Ads::GoogleAds::V7::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
1277
+ end
1278
+
1279
+ # Returns the descriptor for the ProductBiddingCategoryStatus enum
1280
+ #
1281
+ # @return [Google::Protobuf::EnumDescriptor] for the ProductBiddingCategoryStatus enum
1282
+ def self.product_bidding_category_status
1283
+ require "google/ads/google_ads/v7/enums/product_bidding_category_status_pb"
1284
+ Google::Ads::GoogleAds::V7::Enums::ProductBiddingCategoryStatusEnum::ProductBiddingCategoryStatus.descriptor
1285
+ end
1286
+
1287
+ # Returns the descriptor for the OperatingSystemVersionOperatorType enum
1288
+ #
1289
+ # @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
1290
+ def self.operating_system_version_operator_type
1291
+ require "google/ads/google_ads/v7/enums/operating_system_version_operator_type_pb"
1292
+ Google::Ads::GoogleAds::V7::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
1293
+ end
1294
+
1295
+ # Returns the descriptor for the AdCustomizerPlaceholderField enum
1296
+ #
1297
+ # @return [Google::Protobuf::EnumDescriptor] for the AdCustomizerPlaceholderField enum
1298
+ def self.ad_customizer_placeholder_field
1299
+ require "google/ads/google_ads/v7/enums/ad_customizer_placeholder_field_pb"
1300
+ Google::Ads::GoogleAds::V7::Enums::AdCustomizerPlaceholderFieldEnum::AdCustomizerPlaceholderField.descriptor
1301
+ end
1302
+
1303
+ # Returns the descriptor for the AffiliateLocationPlaceholderField enum
1304
+ #
1305
+ # @return [Google::Protobuf::EnumDescriptor] for the AffiliateLocationPlaceholderField enum
1306
+ def self.affiliate_location_placeholder_field
1307
+ require "google/ads/google_ads/v7/enums/affiliate_location_placeholder_field_pb"
1308
+ Google::Ads::GoogleAds::V7::Enums::AffiliateLocationPlaceholderFieldEnum::AffiliateLocationPlaceholderField.descriptor
1309
+ end
1310
+
1311
+ # Returns the descriptor for the AppPlaceholderField enum
1312
+ #
1313
+ # @return [Google::Protobuf::EnumDescriptor] for the AppPlaceholderField enum
1314
+ def self.app_placeholder_field
1315
+ require "google/ads/google_ads/v7/enums/app_placeholder_field_pb"
1316
+ Google::Ads::GoogleAds::V7::Enums::AppPlaceholderFieldEnum::AppPlaceholderField.descriptor
1317
+ end
1318
+
1319
+ # Returns the descriptor for the CallPlaceholderField enum
1320
+ #
1321
+ # @return [Google::Protobuf::EnumDescriptor] for the CallPlaceholderField enum
1322
+ def self.call_placeholder_field
1323
+ require "google/ads/google_ads/v7/enums/call_placeholder_field_pb"
1324
+ Google::Ads::GoogleAds::V7::Enums::CallPlaceholderFieldEnum::CallPlaceholderField.descriptor
1325
+ end
1326
+
1327
+ # Returns the descriptor for the CalloutPlaceholderField enum
1328
+ #
1329
+ # @return [Google::Protobuf::EnumDescriptor] for the CalloutPlaceholderField enum
1330
+ def self.callout_placeholder_field
1331
+ require "google/ads/google_ads/v7/enums/callout_placeholder_field_pb"
1332
+ Google::Ads::GoogleAds::V7::Enums::CalloutPlaceholderFieldEnum::CalloutPlaceholderField.descriptor
1333
+ end
1334
+
1335
+ # Returns the descriptor for the CustomPlaceholderField enum
1336
+ #
1337
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomPlaceholderField enum
1338
+ def self.custom_placeholder_field
1339
+ require "google/ads/google_ads/v7/enums/custom_placeholder_field_pb"
1340
+ Google::Ads::GoogleAds::V7::Enums::CustomPlaceholderFieldEnum::CustomPlaceholderField.descriptor
1341
+ end
1342
+
1343
+ # Returns the descriptor for the DsaPageFeedCriterionField enum
1344
+ #
1345
+ # @return [Google::Protobuf::EnumDescriptor] for the DsaPageFeedCriterionField enum
1346
+ def self.dsa_page_feed_criterion_field
1347
+ require "google/ads/google_ads/v7/enums/dsa_page_feed_criterion_field_pb"
1348
+ Google::Ads::GoogleAds::V7::Enums::DsaPageFeedCriterionFieldEnum::DsaPageFeedCriterionField.descriptor
1349
+ end
1350
+
1351
+ # Returns the descriptor for the EducationPlaceholderField enum
1352
+ #
1353
+ # @return [Google::Protobuf::EnumDescriptor] for the EducationPlaceholderField enum
1354
+ def self.education_placeholder_field
1355
+ require "google/ads/google_ads/v7/enums/education_placeholder_field_pb"
1356
+ Google::Ads::GoogleAds::V7::Enums::EducationPlaceholderFieldEnum::EducationPlaceholderField.descriptor
1357
+ end
1358
+
1359
+ # Returns the descriptor for the FeedMappingCriterionType enum
1360
+ #
1361
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingCriterionType enum
1362
+ def self.feed_mapping_criterion_type
1363
+ require "google/ads/google_ads/v7/enums/feed_mapping_criterion_type_pb"
1364
+ Google::Ads::GoogleAds::V7::Enums::FeedMappingCriterionTypeEnum::FeedMappingCriterionType.descriptor
1365
+ end
1366
+
1367
+ # Returns the descriptor for the FeedMappingStatus enum
1368
+ #
1369
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingStatus enum
1370
+ def self.feed_mapping_status
1371
+ require "google/ads/google_ads/v7/enums/feed_mapping_status_pb"
1372
+ Google::Ads::GoogleAds::V7::Enums::FeedMappingStatusEnum::FeedMappingStatus.descriptor
1373
+ end
1374
+
1375
+ # Returns the descriptor for the FlightPlaceholderField enum
1376
+ #
1377
+ # @return [Google::Protobuf::EnumDescriptor] for the FlightPlaceholderField enum
1378
+ def self.flight_placeholder_field
1379
+ require "google/ads/google_ads/v7/enums/flight_placeholder_field_pb"
1380
+ Google::Ads::GoogleAds::V7::Enums::FlightPlaceholderFieldEnum::FlightPlaceholderField.descriptor
1381
+ end
1382
+
1383
+ # Returns the descriptor for the HotelPlaceholderField enum
1384
+ #
1385
+ # @return [Google::Protobuf::EnumDescriptor] for the HotelPlaceholderField enum
1386
+ def self.hotel_placeholder_field
1387
+ require "google/ads/google_ads/v7/enums/hotel_placeholder_field_pb"
1388
+ Google::Ads::GoogleAds::V7::Enums::HotelPlaceholderFieldEnum::HotelPlaceholderField.descriptor
1389
+ end
1390
+
1391
+ # Returns the descriptor for the ImagePlaceholderField enum
1392
+ #
1393
+ # @return [Google::Protobuf::EnumDescriptor] for the ImagePlaceholderField enum
1394
+ def self.image_placeholder_field
1395
+ require "google/ads/google_ads/v7/enums/image_placeholder_field_pb"
1396
+ Google::Ads::GoogleAds::V7::Enums::ImagePlaceholderFieldEnum::ImagePlaceholderField.descriptor
1397
+ end
1398
+
1399
+ # Returns the descriptor for the JobPlaceholderField enum
1400
+ #
1401
+ # @return [Google::Protobuf::EnumDescriptor] for the JobPlaceholderField enum
1402
+ def self.job_placeholder_field
1403
+ require "google/ads/google_ads/v7/enums/job_placeholder_field_pb"
1404
+ Google::Ads::GoogleAds::V7::Enums::JobPlaceholderFieldEnum::JobPlaceholderField.descriptor
1405
+ end
1406
+
1407
+ # Returns the descriptor for the LocalPlaceholderField enum
1408
+ #
1409
+ # @return [Google::Protobuf::EnumDescriptor] for the LocalPlaceholderField enum
1410
+ def self.local_placeholder_field
1411
+ require "google/ads/google_ads/v7/enums/local_placeholder_field_pb"
1412
+ Google::Ads::GoogleAds::V7::Enums::LocalPlaceholderFieldEnum::LocalPlaceholderField.descriptor
1413
+ end
1414
+
1415
+ # Returns the descriptor for the LocationExtensionTargetingCriterionField enum
1416
+ #
1417
+ # @return [Google::Protobuf::EnumDescriptor] for the LocationExtensionTargetingCriterionField enum
1418
+ def self.location_extension_targeting_criterion_field
1419
+ require "google/ads/google_ads/v7/enums/location_extension_targeting_criterion_field_pb"
1420
+ Google::Ads::GoogleAds::V7::Enums::LocationExtensionTargetingCriterionFieldEnum::LocationExtensionTargetingCriterionField.descriptor
1421
+ end
1422
+
1423
+ # Returns the descriptor for the LocationPlaceholderField enum
1424
+ #
1425
+ # @return [Google::Protobuf::EnumDescriptor] for the LocationPlaceholderField enum
1426
+ def self.location_placeholder_field
1427
+ require "google/ads/google_ads/v7/enums/location_placeholder_field_pb"
1428
+ Google::Ads::GoogleAds::V7::Enums::LocationPlaceholderFieldEnum::LocationPlaceholderField.descriptor
1429
+ end
1430
+
1431
+ # Returns the descriptor for the MessagePlaceholderField enum
1432
+ #
1433
+ # @return [Google::Protobuf::EnumDescriptor] for the MessagePlaceholderField enum
1434
+ def self.message_placeholder_field
1435
+ require "google/ads/google_ads/v7/enums/message_placeholder_field_pb"
1436
+ Google::Ads::GoogleAds::V7::Enums::MessagePlaceholderFieldEnum::MessagePlaceholderField.descriptor
1437
+ end
1438
+
1439
+ # Returns the descriptor for the PricePlaceholderField enum
1440
+ #
1441
+ # @return [Google::Protobuf::EnumDescriptor] for the PricePlaceholderField enum
1442
+ def self.price_placeholder_field
1443
+ require "google/ads/google_ads/v7/enums/price_placeholder_field_pb"
1444
+ Google::Ads::GoogleAds::V7::Enums::PricePlaceholderFieldEnum::PricePlaceholderField.descriptor
1445
+ end
1446
+
1447
+ # Returns the descriptor for the PromotionPlaceholderField enum
1448
+ #
1449
+ # @return [Google::Protobuf::EnumDescriptor] for the PromotionPlaceholderField enum
1450
+ def self.promotion_placeholder_field
1451
+ require "google/ads/google_ads/v7/enums/promotion_placeholder_field_pb"
1452
+ Google::Ads::GoogleAds::V7::Enums::PromotionPlaceholderFieldEnum::PromotionPlaceholderField.descriptor
1453
+ end
1454
+
1455
+ # Returns the descriptor for the RealEstatePlaceholderField enum
1456
+ #
1457
+ # @return [Google::Protobuf::EnumDescriptor] for the RealEstatePlaceholderField enum
1458
+ def self.real_estate_placeholder_field
1459
+ require "google/ads/google_ads/v7/enums/real_estate_placeholder_field_pb"
1460
+ Google::Ads::GoogleAds::V7::Enums::RealEstatePlaceholderFieldEnum::RealEstatePlaceholderField.descriptor
1461
+ end
1462
+
1463
+ # Returns the descriptor for the SitelinkPlaceholderField enum
1464
+ #
1465
+ # @return [Google::Protobuf::EnumDescriptor] for the SitelinkPlaceholderField enum
1466
+ def self.sitelink_placeholder_field
1467
+ require "google/ads/google_ads/v7/enums/sitelink_placeholder_field_pb"
1468
+ Google::Ads::GoogleAds::V7::Enums::SitelinkPlaceholderFieldEnum::SitelinkPlaceholderField.descriptor
1469
+ end
1470
+
1471
+ # Returns the descriptor for the StructuredSnippetPlaceholderField enum
1472
+ #
1473
+ # @return [Google::Protobuf::EnumDescriptor] for the StructuredSnippetPlaceholderField enum
1474
+ def self.structured_snippet_placeholder_field
1475
+ require "google/ads/google_ads/v7/enums/structured_snippet_placeholder_field_pb"
1476
+ Google::Ads::GoogleAds::V7::Enums::StructuredSnippetPlaceholderFieldEnum::StructuredSnippetPlaceholderField.descriptor
1477
+ end
1478
+
1479
+ # Returns the descriptor for the TravelPlaceholderField enum
1480
+ #
1481
+ # @return [Google::Protobuf::EnumDescriptor] for the TravelPlaceholderField enum
1482
+ def self.travel_placeholder_field
1483
+ require "google/ads/google_ads/v7/enums/travel_placeholder_field_pb"
1484
+ Google::Ads::GoogleAds::V7::Enums::TravelPlaceholderFieldEnum::TravelPlaceholderField.descriptor
1485
+ end
1486
+
1487
+ # Returns the descriptor for the MobileDeviceType enum
1488
+ #
1489
+ # @return [Google::Protobuf::EnumDescriptor] for the MobileDeviceType enum
1490
+ def self.mobile_device_type
1491
+ require "google/ads/google_ads/v7/enums/mobile_device_type_pb"
1492
+ Google::Ads::GoogleAds::V7::Enums::MobileDeviceTypeEnum::MobileDeviceType.descriptor
1493
+ end
1494
+
1495
+ # Returns the descriptor for the MediaType enum
1496
+ #
1497
+ # @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
1498
+ def self.media_type
1499
+ require "google/ads/google_ads/v7/enums/media_type_pb"
1500
+ Google::Ads::GoogleAds::V7::Enums::MediaTypeEnum::MediaType.descriptor
1501
+ end
1502
+
1503
+ # Returns the descriptor for the GoogleAdsFieldCategory enum
1504
+ #
1505
+ # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
1506
+ def self.google_ads_field_category
1507
+ require "google/ads/google_ads/v7/enums/google_ads_field_category_pb"
1508
+ Google::Ads::GoogleAds::V7::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
1509
+ end
1510
+
1511
+ # Returns the descriptor for the GoogleAdsFieldDataType enum
1512
+ #
1513
+ # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
1514
+ def self.google_ads_field_data_type
1515
+ require "google/ads/google_ads/v7/enums/google_ads_field_data_type_pb"
1516
+ Google::Ads::GoogleAds::V7::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
1469
1517
  end
1470
1518
 
1471
- # Returns the descriptor for the AccountLinkStatus enum
1519
+ # Returns the descriptor for the BillingSetupStatus enum
1472
1520
  #
1473
- # @return [Google::Protobuf::EnumDescriptor] for the AccountLinkStatus enum
1474
- def self.account_link_status
1475
- require "google/ads/google_ads/v7/enums/account_link_status_pb"
1476
- Google::Ads::GoogleAds::V7::Enums::AccountLinkStatusEnum::AccountLinkStatus.descriptor
1521
+ # @return [Google::Protobuf::EnumDescriptor] for the BillingSetupStatus enum
1522
+ def self.billing_setup_status
1523
+ require "google/ads/google_ads/v7/enums/billing_setup_status_pb"
1524
+ Google::Ads::GoogleAds::V7::Enums::BillingSetupStatusEnum::BillingSetupStatus.descriptor
1477
1525
  end
1478
1526
 
1479
- # Returns the descriptor for the LinkedAccountType enum
1527
+ # Returns the descriptor for the ConversionCustomVariableStatus enum
1480
1528
  #
1481
- # @return [Google::Protobuf::EnumDescriptor] for the LinkedAccountType enum
1482
- def self.linked_account_type
1483
- require "google/ads/google_ads/v7/enums/linked_account_type_pb"
1484
- Google::Ads::GoogleAds::V7::Enums::LinkedAccountTypeEnum::LinkedAccountType.descriptor
1529
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionCustomVariableStatus enum
1530
+ def self.conversion_custom_variable_status
1531
+ require "google/ads/google_ads/v7/enums/conversion_custom_variable_status_pb"
1532
+ Google::Ads::GoogleAds::V7::Enums::ConversionCustomVariableStatusEnum::ConversionCustomVariableStatus.descriptor
1485
1533
  end
1486
1534
 
1487
- # Returns the descriptor for the MobileAppVendor enum
1535
+ # Returns the descriptor for the SearchTermTargetingStatus enum
1488
1536
  #
1489
- # @return [Google::Protobuf::EnumDescriptor] for the MobileAppVendor enum
1490
- def self.mobile_app_vendor
1491
- require "google/ads/google_ads/v7/enums/mobile_app_vendor_pb"
1492
- Google::Ads::GoogleAds::V7::Enums::MobileAppVendorEnum::MobileAppVendor.descriptor
1537
+ # @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
1538
+ def self.search_term_targeting_status
1539
+ require "google/ads/google_ads/v7/enums/search_term_targeting_status_pb"
1540
+ Google::Ads::GoogleAds::V7::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
1493
1541
  end
1494
1542
 
1495
- # Returns the descriptor for the MediaType enum
1543
+ # Returns the descriptor for the CustomerPayPerConversionEligibilityFailureReason enum
1496
1544
  #
1497
- # @return [Google::Protobuf::EnumDescriptor] for the MediaType enum
1498
- def self.media_type
1499
- require "google/ads/google_ads/v7/enums/media_type_pb"
1500
- Google::Ads::GoogleAds::V7::Enums::MediaTypeEnum::MediaType.descriptor
1545
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerPayPerConversionEligibilityFailureReason enum
1546
+ def self.customer_pay_per_conversion_eligibility_failure_reason
1547
+ require "google/ads/google_ads/v7/enums/customer_pay_per_conversion_eligibility_failure_reason_pb"
1548
+ Google::Ads::GoogleAds::V7::Enums::CustomerPayPerConversionEligibilityFailureReasonEnum::CustomerPayPerConversionEligibilityFailureReason.descriptor
1501
1549
  end
1502
1550
 
1503
- # Returns the descriptor for the DistanceBucket enum
1551
+ # Returns the descriptor for the CombinedAudienceStatus enum
1504
1552
  #
1505
- # @return [Google::Protobuf::EnumDescriptor] for the DistanceBucket enum
1506
- def self.distance_bucket
1507
- require "google/ads/google_ads/v7/enums/distance_bucket_pb"
1508
- Google::Ads::GoogleAds::V7::Enums::DistanceBucketEnum::DistanceBucket.descriptor
1553
+ # @return [Google::Protobuf::EnumDescriptor] for the CombinedAudienceStatus enum
1554
+ def self.combined_audience_status
1555
+ require "google/ads/google_ads/v7/enums/combined_audience_status_pb"
1556
+ Google::Ads::GoogleAds::V7::Enums::CombinedAudienceStatusEnum::CombinedAudienceStatus.descriptor
1509
1557
  end
1510
1558
 
1511
1559
  # Returns the descriptor for the CampaignExperimentStatus enum
@@ -1524,308 +1572,292 @@ module Google
1524
1572
  Google::Ads::GoogleAds::V7::Enums::CampaignExperimentTrafficSplitTypeEnum::CampaignExperimentTrafficSplitType.descriptor
1525
1573
  end
1526
1574
 
1527
- # Returns the descriptor for the FeedItemSetStringFilterType enum
1528
- #
1529
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStringFilterType enum
1530
- def self.feed_item_set_string_filter_type
1531
- require "google/ads/google_ads/v7/enums/feed_item_set_string_filter_type_pb"
1532
- Google::Ads::GoogleAds::V7::Enums::FeedItemSetStringFilterTypeEnum::FeedItemSetStringFilterType.descriptor
1533
- end
1534
-
1535
- # Returns the descriptor for the FeedItemSetStatus enum
1536
- #
1537
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetStatus enum
1538
- def self.feed_item_set_status
1539
- require "google/ads/google_ads/v7/enums/feed_item_set_status_pb"
1540
- Google::Ads::GoogleAds::V7::Enums::FeedItemSetStatusEnum::FeedItemSetStatus.descriptor
1541
- end
1542
-
1543
- # Returns the descriptor for the KeywordPlanNetwork enum
1575
+ # Returns the descriptor for the AccountLinkStatus enum
1544
1576
  #
1545
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanNetwork enum
1546
- def self.keyword_plan_network
1547
- require "google/ads/google_ads/v7/enums/keyword_plan_network_pb"
1548
- Google::Ads::GoogleAds::V7::Enums::KeywordPlanNetworkEnum::KeywordPlanNetwork.descriptor
1577
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountLinkStatus enum
1578
+ def self.account_link_status
1579
+ require "google/ads/google_ads/v7/enums/account_link_status_pb"
1580
+ Google::Ads::GoogleAds::V7::Enums::AccountLinkStatusEnum::AccountLinkStatus.descriptor
1549
1581
  end
1550
1582
 
1551
- # Returns the descriptor for the UserInterestTaxonomyType enum
1583
+ # Returns the descriptor for the LinkedAccountType enum
1552
1584
  #
1553
- # @return [Google::Protobuf::EnumDescriptor] for the UserInterestTaxonomyType enum
1554
- def self.user_interest_taxonomy_type
1555
- require "google/ads/google_ads/v7/enums/user_interest_taxonomy_type_pb"
1556
- Google::Ads::GoogleAds::V7::Enums::UserInterestTaxonomyTypeEnum::UserInterestTaxonomyType.descriptor
1585
+ # @return [Google::Protobuf::EnumDescriptor] for the LinkedAccountType enum
1586
+ def self.linked_account_type
1587
+ require "google/ads/google_ads/v7/enums/linked_account_type_pb"
1588
+ Google::Ads::GoogleAds::V7::Enums::LinkedAccountTypeEnum::LinkedAccountType.descriptor
1557
1589
  end
1558
1590
 
1559
- # Returns the descriptor for the GeoTargetingType enum
1591
+ # Returns the descriptor for the PlacementType enum
1560
1592
  #
1561
- # @return [Google::Protobuf::EnumDescriptor] for the GeoTargetingType enum
1562
- def self.geo_targeting_type
1563
- require "google/ads/google_ads/v7/enums/geo_targeting_type_pb"
1564
- Google::Ads::GoogleAds::V7::Enums::GeoTargetingTypeEnum::GeoTargetingType.descriptor
1593
+ # @return [Google::Protobuf::EnumDescriptor] for the PlacementType enum
1594
+ def self.placement_type
1595
+ require "google/ads/google_ads/v7/enums/placement_type_pb"
1596
+ Google::Ads::GoogleAds::V7::Enums::PlacementTypeEnum::PlacementType.descriptor
1565
1597
  end
1566
1598
 
1567
- # Returns the descriptor for the RecommendationType enum
1599
+ # Returns the descriptor for the BiddingStrategyStatus enum
1568
1600
  #
1569
- # @return [Google::Protobuf::EnumDescriptor] for the RecommendationType enum
1570
- def self.recommendation_type
1571
- require "google/ads/google_ads/v7/enums/recommendation_type_pb"
1572
- Google::Ads::GoogleAds::V7::Enums::RecommendationTypeEnum::RecommendationType.descriptor
1601
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyStatus enum
1602
+ def self.bidding_strategy_status
1603
+ require "google/ads/google_ads/v7/enums/bidding_strategy_status_pb"
1604
+ Google::Ads::GoogleAds::V7::Enums::BiddingStrategyStatusEnum::BiddingStrategyStatus.descriptor
1573
1605
  end
1574
1606
 
1575
- # Returns the descriptor for the TargetCpaOptInRecommendationGoal enum
1607
+ # Returns the descriptor for the CustomAudienceMemberType enum
1576
1608
  #
1577
- # @return [Google::Protobuf::EnumDescriptor] for the TargetCpaOptInRecommendationGoal enum
1578
- def self.target_cpa_opt_in_recommendation_goal
1579
- require "google/ads/google_ads/v7/enums/target_cpa_opt_in_recommendation_goal_pb"
1580
- Google::Ads::GoogleAds::V7::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal.descriptor
1609
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceMemberType enum
1610
+ def self.custom_audience_member_type
1611
+ require "google/ads/google_ads/v7/enums/custom_audience_member_type_pb"
1612
+ Google::Ads::GoogleAds::V7::Enums::CustomAudienceMemberTypeEnum::CustomAudienceMemberType.descriptor
1581
1613
  end
1582
1614
 
1583
- # Returns the descriptor for the SharedSetStatus enum
1615
+ # Returns the descriptor for the CustomAudienceStatus enum
1584
1616
  #
1585
- # @return [Google::Protobuf::EnumDescriptor] for the SharedSetStatus enum
1586
- def self.shared_set_status
1587
- require "google/ads/google_ads/v7/enums/shared_set_status_pb"
1588
- Google::Ads::GoogleAds::V7::Enums::SharedSetStatusEnum::SharedSetStatus.descriptor
1617
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceStatus enum
1618
+ def self.custom_audience_status
1619
+ require "google/ads/google_ads/v7/enums/custom_audience_status_pb"
1620
+ Google::Ads::GoogleAds::V7::Enums::CustomAudienceStatusEnum::CustomAudienceStatus.descriptor
1589
1621
  end
1590
1622
 
1591
- # Returns the descriptor for the SharedSetType enum
1623
+ # Returns the descriptor for the CustomAudienceType enum
1592
1624
  #
1593
- # @return [Google::Protobuf::EnumDescriptor] for the SharedSetType enum
1594
- def self.shared_set_type
1595
- require "google/ads/google_ads/v7/enums/shared_set_type_pb"
1596
- Google::Ads::GoogleAds::V7::Enums::SharedSetTypeEnum::SharedSetType.descriptor
1625
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceType enum
1626
+ def self.custom_audience_type
1627
+ require "google/ads/google_ads/v7/enums/custom_audience_type_pb"
1628
+ Google::Ads::GoogleAds::V7::Enums::CustomAudienceTypeEnum::CustomAudienceType.descriptor
1597
1629
  end
1598
1630
 
1599
- # Returns the descriptor for the TrackingCodePageFormat enum
1631
+ # Returns the descriptor for the CampaignSharedSetStatus enum
1600
1632
  #
1601
- # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodePageFormat enum
1602
- def self.tracking_code_page_format
1603
- require "google/ads/google_ads/v7/enums/tracking_code_page_format_pb"
1604
- Google::Ads::GoogleAds::V7::Enums::TrackingCodePageFormatEnum::TrackingCodePageFormat.descriptor
1633
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignSharedSetStatus enum
1634
+ def self.campaign_shared_set_status
1635
+ require "google/ads/google_ads/v7/enums/campaign_shared_set_status_pb"
1636
+ Google::Ads::GoogleAds::V7::Enums::CampaignSharedSetStatusEnum::CampaignSharedSetStatus.descriptor
1605
1637
  end
1606
1638
 
1607
- # Returns the descriptor for the TrackingCodeType enum
1639
+ # Returns the descriptor for the CustomerMatchUploadKeyType enum
1608
1640
  #
1609
- # @return [Google::Protobuf::EnumDescriptor] for the TrackingCodeType enum
1610
- def self.tracking_code_type
1611
- require "google/ads/google_ads/v7/enums/tracking_code_type_pb"
1612
- Google::Ads::GoogleAds::V7::Enums::TrackingCodeTypeEnum::TrackingCodeType.descriptor
1641
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerMatchUploadKeyType enum
1642
+ def self.customer_match_upload_key_type
1643
+ require "google/ads/google_ads/v7/enums/customer_match_upload_key_type_pb"
1644
+ Google::Ads::GoogleAds::V7::Enums::CustomerMatchUploadKeyTypeEnum::CustomerMatchUploadKeyType.descriptor
1613
1645
  end
1614
1646
 
1615
- # Returns the descriptor for the LabelStatus enum
1647
+ # Returns the descriptor for the UserListCombinedRuleOperator enum
1616
1648
  #
1617
- # @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
1618
- def self.label_status
1619
- require "google/ads/google_ads/v7/enums/label_status_pb"
1620
- Google::Ads::GoogleAds::V7::Enums::LabelStatusEnum::LabelStatus.descriptor
1649
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListCombinedRuleOperator enum
1650
+ def self.user_list_combined_rule_operator
1651
+ require "google/ads/google_ads/v7/enums/user_list_combined_rule_operator_pb"
1652
+ Google::Ads::GoogleAds::V7::Enums::UserListCombinedRuleOperatorEnum::UserListCombinedRuleOperator.descriptor
1621
1653
  end
1622
1654
 
1623
- # Returns the descriptor for the CombinedAudienceStatus enum
1655
+ # Returns the descriptor for the UserListCrmDataSourceType enum
1624
1656
  #
1625
- # @return [Google::Protobuf::EnumDescriptor] for the CombinedAudienceStatus enum
1626
- def self.combined_audience_status
1627
- require "google/ads/google_ads/v7/enums/combined_audience_status_pb"
1628
- Google::Ads::GoogleAds::V7::Enums::CombinedAudienceStatusEnum::CombinedAudienceStatus.descriptor
1657
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListCrmDataSourceType enum
1658
+ def self.user_list_crm_data_source_type
1659
+ require "google/ads/google_ads/v7/enums/user_list_crm_data_source_type_pb"
1660
+ Google::Ads::GoogleAds::V7::Enums::UserListCrmDataSourceTypeEnum::UserListCrmDataSourceType.descriptor
1629
1661
  end
1630
1662
 
1631
- # Returns the descriptor for the ConversionCustomVariableStatus enum
1663
+ # Returns the descriptor for the UserListDateRuleItemOperator enum
1632
1664
  #
1633
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionCustomVariableStatus enum
1634
- def self.conversion_custom_variable_status
1635
- require "google/ads/google_ads/v7/enums/conversion_custom_variable_status_pb"
1636
- Google::Ads::GoogleAds::V7::Enums::ConversionCustomVariableStatusEnum::ConversionCustomVariableStatus.descriptor
1665
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListDateRuleItemOperator enum
1666
+ def self.user_list_date_rule_item_operator
1667
+ require "google/ads/google_ads/v7/enums/user_list_date_rule_item_operator_pb"
1668
+ Google::Ads::GoogleAds::V7::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
1637
1669
  end
1638
1670
 
1639
- # Returns the descriptor for the BatchJobStatus enum
1671
+ # Returns the descriptor for the UserListLogicalRuleOperator enum
1640
1672
  #
1641
- # @return [Google::Protobuf::EnumDescriptor] for the BatchJobStatus enum
1642
- def self.batch_job_status
1643
- require "google/ads/google_ads/v7/enums/batch_job_status_pb"
1644
- Google::Ads::GoogleAds::V7::Enums::BatchJobStatusEnum::BatchJobStatus.descriptor
1673
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
1674
+ def self.user_list_logical_rule_operator
1675
+ require "google/ads/google_ads/v7/enums/user_list_logical_rule_operator_pb"
1676
+ Google::Ads::GoogleAds::V7::Enums::UserListLogicalRuleOperatorEnum::UserListLogicalRuleOperator.descriptor
1645
1677
  end
1646
1678
 
1647
- # Returns the descriptor for the CustomInterestMemberType enum
1679
+ # Returns the descriptor for the UserListNumberRuleItemOperator enum
1648
1680
  #
1649
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestMemberType enum
1650
- def self.custom_interest_member_type
1651
- require "google/ads/google_ads/v7/enums/custom_interest_member_type_pb"
1652
- Google::Ads::GoogleAds::V7::Enums::CustomInterestMemberTypeEnum::CustomInterestMemberType.descriptor
1681
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListNumberRuleItemOperator enum
1682
+ def self.user_list_number_rule_item_operator
1683
+ require "google/ads/google_ads/v7/enums/user_list_number_rule_item_operator_pb"
1684
+ Google::Ads::GoogleAds::V7::Enums::UserListNumberRuleItemOperatorEnum::UserListNumberRuleItemOperator.descriptor
1653
1685
  end
1654
1686
 
1655
- # Returns the descriptor for the CustomInterestStatus enum
1687
+ # Returns the descriptor for the UserListPrepopulationStatus enum
1656
1688
  #
1657
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestStatus enum
1658
- def self.custom_interest_status
1659
- require "google/ads/google_ads/v7/enums/custom_interest_status_pb"
1660
- Google::Ads::GoogleAds::V7::Enums::CustomInterestStatusEnum::CustomInterestStatus.descriptor
1689
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListPrepopulationStatus enum
1690
+ def self.user_list_prepopulation_status
1691
+ require "google/ads/google_ads/v7/enums/user_list_prepopulation_status_pb"
1692
+ Google::Ads::GoogleAds::V7::Enums::UserListPrepopulationStatusEnum::UserListPrepopulationStatus.descriptor
1661
1693
  end
1662
1694
 
1663
- # Returns the descriptor for the CustomInterestType enum
1695
+ # Returns the descriptor for the UserListRuleType enum
1664
1696
  #
1665
- # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestType enum
1666
- def self.custom_interest_type
1667
- require "google/ads/google_ads/v7/enums/custom_interest_type_pb"
1668
- Google::Ads::GoogleAds::V7::Enums::CustomInterestTypeEnum::CustomInterestType.descriptor
1697
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListRuleType enum
1698
+ def self.user_list_rule_type
1699
+ require "google/ads/google_ads/v7/enums/user_list_rule_type_pb"
1700
+ Google::Ads::GoogleAds::V7::Enums::UserListRuleTypeEnum::UserListRuleType.descriptor
1669
1701
  end
1670
1702
 
1671
- # Returns the descriptor for the ChangeStatusOperation enum
1703
+ # Returns the descriptor for the UserListStringRuleItemOperator enum
1672
1704
  #
1673
- # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusOperation enum
1674
- def self.change_status_operation
1675
- require "google/ads/google_ads/v7/enums/change_status_operation_pb"
1676
- Google::Ads::GoogleAds::V7::Enums::ChangeStatusOperationEnum::ChangeStatusOperation.descriptor
1705
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListStringRuleItemOperator enum
1706
+ def self.user_list_string_rule_item_operator
1707
+ require "google/ads/google_ads/v7/enums/user_list_string_rule_item_operator_pb"
1708
+ Google::Ads::GoogleAds::V7::Enums::UserListStringRuleItemOperatorEnum::UserListStringRuleItemOperator.descriptor
1677
1709
  end
1678
1710
 
1679
- # Returns the descriptor for the ChangeStatusResourceType enum
1711
+ # Returns the descriptor for the AccessReason enum
1680
1712
  #
1681
- # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusResourceType enum
1682
- def self.change_status_resource_type
1683
- require "google/ads/google_ads/v7/enums/change_status_resource_type_pb"
1684
- Google::Ads::GoogleAds::V7::Enums::ChangeStatusResourceTypeEnum::ChangeStatusResourceType.descriptor
1713
+ # @return [Google::Protobuf::EnumDescriptor] for the AccessReason enum
1714
+ def self.access_reason
1715
+ require "google/ads/google_ads/v7/enums/access_reason_pb"
1716
+ Google::Ads::GoogleAds::V7::Enums::AccessReasonEnum::AccessReason.descriptor
1685
1717
  end
1686
1718
 
1687
- # Returns the descriptor for the SearchTermTargetingStatus enum
1719
+ # Returns the descriptor for the UserListAccessStatus enum
1688
1720
  #
1689
- # @return [Google::Protobuf::EnumDescriptor] for the SearchTermTargetingStatus enum
1690
- def self.search_term_targeting_status
1691
- require "google/ads/google_ads/v7/enums/search_term_targeting_status_pb"
1692
- Google::Ads::GoogleAds::V7::Enums::SearchTermTargetingStatusEnum::SearchTermTargetingStatus.descriptor
1721
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListAccessStatus enum
1722
+ def self.user_list_access_status
1723
+ require "google/ads/google_ads/v7/enums/user_list_access_status_pb"
1724
+ Google::Ads::GoogleAds::V7::Enums::UserListAccessStatusEnum::UserListAccessStatus.descriptor
1693
1725
  end
1694
1726
 
1695
- # Returns the descriptor for the AccessInvitationStatus enum
1727
+ # Returns the descriptor for the UserListClosingReason enum
1696
1728
  #
1697
- # @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationStatus enum
1698
- def self.access_invitation_status
1699
- require "google/ads/google_ads/v7/enums/access_invitation_status_pb"
1700
- Google::Ads::GoogleAds::V7::Enums::AccessInvitationStatusEnum::AccessInvitationStatus.descriptor
1729
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListClosingReason enum
1730
+ def self.user_list_closing_reason
1731
+ require "google/ads/google_ads/v7/enums/user_list_closing_reason_pb"
1732
+ Google::Ads::GoogleAds::V7::Enums::UserListClosingReasonEnum::UserListClosingReason.descriptor
1701
1733
  end
1702
1734
 
1703
- # Returns the descriptor for the AccessRole enum
1735
+ # Returns the descriptor for the UserListMembershipStatus enum
1704
1736
  #
1705
- # @return [Google::Protobuf::EnumDescriptor] for the AccessRole enum
1706
- def self.access_role
1707
- require "google/ads/google_ads/v7/enums/access_role_pb"
1708
- Google::Ads::GoogleAds::V7::Enums::AccessRoleEnum::AccessRole.descriptor
1737
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListMembershipStatus enum
1738
+ def self.user_list_membership_status
1739
+ require "google/ads/google_ads/v7/enums/user_list_membership_status_pb"
1740
+ Google::Ads::GoogleAds::V7::Enums::UserListMembershipStatusEnum::UserListMembershipStatus.descriptor
1709
1741
  end
1710
1742
 
1711
- # Returns the descriptor for the GoogleAdsFieldCategory enum
1743
+ # Returns the descriptor for the UserListSizeRange enum
1712
1744
  #
1713
- # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldCategory enum
1714
- def self.google_ads_field_category
1715
- require "google/ads/google_ads/v7/enums/google_ads_field_category_pb"
1716
- Google::Ads::GoogleAds::V7::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory.descriptor
1745
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListSizeRange enum
1746
+ def self.user_list_size_range
1747
+ require "google/ads/google_ads/v7/enums/user_list_size_range_pb"
1748
+ Google::Ads::GoogleAds::V7::Enums::UserListSizeRangeEnum::UserListSizeRange.descriptor
1717
1749
  end
1718
1750
 
1719
- # Returns the descriptor for the GoogleAdsFieldDataType enum
1751
+ # Returns the descriptor for the UserListType enum
1720
1752
  #
1721
- # @return [Google::Protobuf::EnumDescriptor] for the GoogleAdsFieldDataType enum
1722
- def self.google_ads_field_data_type
1723
- require "google/ads/google_ads/v7/enums/google_ads_field_data_type_pb"
1724
- Google::Ads::GoogleAds::V7::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType.descriptor
1753
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListType enum
1754
+ def self.user_list_type
1755
+ require "google/ads/google_ads/v7/enums/user_list_type_pb"
1756
+ Google::Ads::GoogleAds::V7::Enums::UserListTypeEnum::UserListType.descriptor
1725
1757
  end
1726
1758
 
1727
- # Returns the descriptor for the AccountBudgetProposalType enum
1759
+ # Returns the descriptor for the InvoiceType enum
1728
1760
  #
1729
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalType enum
1730
- def self.account_budget_proposal_type
1731
- require "google/ads/google_ads/v7/enums/account_budget_proposal_type_pb"
1732
- Google::Ads::GoogleAds::V7::Enums::AccountBudgetProposalTypeEnum::AccountBudgetProposalType.descriptor
1761
+ # @return [Google::Protobuf::EnumDescriptor] for the InvoiceType enum
1762
+ def self.invoice_type
1763
+ require "google/ads/google_ads/v7/enums/invoice_type_pb"
1764
+ Google::Ads::GoogleAds::V7::Enums::InvoiceTypeEnum::InvoiceType.descriptor
1733
1765
  end
1734
1766
 
1735
- # Returns the descriptor for the AccountBudgetStatus enum
1767
+ # Returns the descriptor for the UserIdentifierSource enum
1736
1768
  #
1737
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetStatus enum
1738
- def self.account_budget_status
1739
- require "google/ads/google_ads/v7/enums/account_budget_status_pb"
1740
- Google::Ads::GoogleAds::V7::Enums::AccountBudgetStatusEnum::AccountBudgetStatus.descriptor
1769
+ # @return [Google::Protobuf::EnumDescriptor] for the UserIdentifierSource enum
1770
+ def self.user_identifier_source
1771
+ require "google/ads/google_ads/v7/enums/user_identifier_source_pb"
1772
+ Google::Ads::GoogleAds::V7::Enums::UserIdentifierSourceEnum::UserIdentifierSource.descriptor
1741
1773
  end
1742
1774
 
1743
- # Returns the descriptor for the SpendingLimitType enum
1775
+ # Returns the descriptor for the OfflineUserDataJobFailureReason enum
1744
1776
  #
1745
- # @return [Google::Protobuf::EnumDescriptor] for the SpendingLimitType enum
1746
- def self.spending_limit_type
1747
- require "google/ads/google_ads/v7/enums/spending_limit_type_pb"
1748
- Google::Ads::GoogleAds::V7::Enums::SpendingLimitTypeEnum::SpendingLimitType.descriptor
1777
+ # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobFailureReason enum
1778
+ def self.offline_user_data_job_failure_reason
1779
+ require "google/ads/google_ads/v7/enums/offline_user_data_job_failure_reason_pb"
1780
+ Google::Ads::GoogleAds::V7::Enums::OfflineUserDataJobFailureReasonEnum::OfflineUserDataJobFailureReason.descriptor
1749
1781
  end
1750
1782
 
1751
- # Returns the descriptor for the OperatingSystemVersionOperatorType enum
1783
+ # Returns the descriptor for the OfflineUserDataJobStatus enum
1752
1784
  #
1753
- # @return [Google::Protobuf::EnumDescriptor] for the OperatingSystemVersionOperatorType enum
1754
- def self.operating_system_version_operator_type
1755
- require "google/ads/google_ads/v7/enums/operating_system_version_operator_type_pb"
1756
- Google::Ads::GoogleAds::V7::Enums::OperatingSystemVersionOperatorTypeEnum::OperatingSystemVersionOperatorType.descriptor
1785
+ # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobStatus enum
1786
+ def self.offline_user_data_job_status
1787
+ require "google/ads/google_ads/v7/enums/offline_user_data_job_status_pb"
1788
+ Google::Ads::GoogleAds::V7::Enums::OfflineUserDataJobStatusEnum::OfflineUserDataJobStatus.descriptor
1757
1789
  end
1758
1790
 
1759
- # Returns the descriptor for the AttributionModel enum
1791
+ # Returns the descriptor for the OfflineUserDataJobType enum
1760
1792
  #
1761
- # @return [Google::Protobuf::EnumDescriptor] for the AttributionModel enum
1762
- def self.attribution_model
1763
- require "google/ads/google_ads/v7/enums/attribution_model_pb"
1764
- Google::Ads::GoogleAds::V7::Enums::AttributionModelEnum::AttributionModel.descriptor
1793
+ # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobType enum
1794
+ def self.offline_user_data_job_type
1795
+ require "google/ads/google_ads/v7/enums/offline_user_data_job_type_pb"
1796
+ Google::Ads::GoogleAds::V7::Enums::OfflineUserDataJobTypeEnum::OfflineUserDataJobType.descriptor
1765
1797
  end
1766
1798
 
1767
- # Returns the descriptor for the ConversionActionCategory enum
1799
+ # Returns the descriptor for the LabelStatus enum
1768
1800
  #
1769
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCategory enum
1770
- def self.conversion_action_category
1771
- require "google/ads/google_ads/v7/enums/conversion_action_category_pb"
1772
- Google::Ads::GoogleAds::V7::Enums::ConversionActionCategoryEnum::ConversionActionCategory.descriptor
1801
+ # @return [Google::Protobuf::EnumDescriptor] for the LabelStatus enum
1802
+ def self.label_status
1803
+ require "google/ads/google_ads/v7/enums/label_status_pb"
1804
+ Google::Ads::GoogleAds::V7::Enums::LabelStatusEnum::LabelStatus.descriptor
1773
1805
  end
1774
1806
 
1775
- # Returns the descriptor for the ConversionActionCountingType enum
1807
+ # Returns the descriptor for the FeedItemTargetStatus enum
1776
1808
  #
1777
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionCountingType enum
1778
- def self.conversion_action_counting_type
1779
- require "google/ads/google_ads/v7/enums/conversion_action_counting_type_pb"
1780
- Google::Ads::GoogleAds::V7::Enums::ConversionActionCountingTypeEnum::ConversionActionCountingType.descriptor
1809
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetStatus enum
1810
+ def self.feed_item_target_status
1811
+ require "google/ads/google_ads/v7/enums/feed_item_target_status_pb"
1812
+ Google::Ads::GoogleAds::V7::Enums::FeedItemTargetStatusEnum::FeedItemTargetStatus.descriptor
1781
1813
  end
1782
1814
 
1783
- # Returns the descriptor for the ConversionActionStatus enum
1815
+ # Returns the descriptor for the FeedItemTargetType enum
1784
1816
  #
1785
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionStatus enum
1786
- def self.conversion_action_status
1787
- require "google/ads/google_ads/v7/enums/conversion_action_status_pb"
1788
- Google::Ads::GoogleAds::V7::Enums::ConversionActionStatusEnum::ConversionActionStatus.descriptor
1817
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetType enum
1818
+ def self.feed_item_target_type
1819
+ require "google/ads/google_ads/v7/enums/feed_item_target_type_pb"
1820
+ Google::Ads::GoogleAds::V7::Enums::FeedItemTargetTypeEnum::FeedItemTargetType.descriptor
1789
1821
  end
1790
1822
 
1791
- # Returns the descriptor for the ConversionActionType enum
1823
+ # Returns the descriptor for the ResponseContentType enum
1792
1824
  #
1793
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionType enum
1794
- def self.conversion_action_type
1795
- require "google/ads/google_ads/v7/enums/conversion_action_type_pb"
1796
- Google::Ads::GoogleAds::V7::Enums::ConversionActionTypeEnum::ConversionActionType.descriptor
1825
+ # @return [Google::Protobuf::EnumDescriptor] for the ResponseContentType enum
1826
+ def self.response_content_type
1827
+ require "google/ads/google_ads/v7/enums/response_content_type_pb"
1828
+ Google::Ads::GoogleAds::V7::Enums::ResponseContentTypeEnum::ResponseContentType.descriptor
1797
1829
  end
1798
1830
 
1799
- # Returns the descriptor for the DataDrivenModelStatus enum
1831
+ # Returns the descriptor for the ConversionAdjustmentType enum
1800
1832
  #
1801
- # @return [Google::Protobuf::EnumDescriptor] for the DataDrivenModelStatus enum
1802
- def self.data_driven_model_status
1803
- require "google/ads/google_ads/v7/enums/data_driven_model_status_pb"
1804
- Google::Ads::GoogleAds::V7::Enums::DataDrivenModelStatusEnum::DataDrivenModelStatus.descriptor
1833
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
1834
+ def self.conversion_adjustment_type
1835
+ require "google/ads/google_ads/v7/enums/conversion_adjustment_type_pb"
1836
+ Google::Ads::GoogleAds::V7::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
1805
1837
  end
1806
1838
 
1807
- # Returns the descriptor for the AccountBudgetProposalStatus enum
1839
+ # Returns the descriptor for the KeywordPlanAggregateMetricType enum
1808
1840
  #
1809
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalStatus enum
1810
- def self.account_budget_proposal_status
1811
- require "google/ads/google_ads/v7/enums/account_budget_proposal_status_pb"
1812
- Google::Ads::GoogleAds::V7::Enums::AccountBudgetProposalStatusEnum::AccountBudgetProposalStatus.descriptor
1841
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAggregateMetricType enum
1842
+ def self.keyword_plan_aggregate_metric_type
1843
+ require "google/ads/google_ads/v7/enums/keyword_plan_aggregate_metric_type_pb"
1844
+ Google::Ads::GoogleAds::V7::Enums::KeywordPlanAggregateMetricTypeEnum::KeywordPlanAggregateMetricType.descriptor
1813
1845
  end
1814
1846
 
1815
- # Returns the descriptor for the KeywordPlanForecastInterval enum
1847
+ # Returns the descriptor for the KeywordPlanCompetitionLevel enum
1816
1848
  #
1817
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanForecastInterval enum
1818
- def self.keyword_plan_forecast_interval
1819
- require "google/ads/google_ads/v7/enums/keyword_plan_forecast_interval_pb"
1820
- Google::Ads::GoogleAds::V7::Enums::KeywordPlanForecastIntervalEnum::KeywordPlanForecastInterval.descriptor
1849
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
1850
+ def self.keyword_plan_competition_level
1851
+ require "google/ads/google_ads/v7/enums/keyword_plan_competition_level_pb"
1852
+ Google::Ads::GoogleAds::V7::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
1821
1853
  end
1822
1854
 
1823
- # Returns the descriptor for the ResponseContentType enum
1855
+ # Returns the descriptor for the KeywordPlanConceptGroupType enum
1824
1856
  #
1825
- # @return [Google::Protobuf::EnumDescriptor] for the ResponseContentType enum
1826
- def self.response_content_type
1827
- require "google/ads/google_ads/v7/enums/response_content_type_pb"
1828
- Google::Ads::GoogleAds::V7::Enums::ResponseContentTypeEnum::ResponseContentType.descriptor
1857
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanConceptGroupType enum
1858
+ def self.keyword_plan_concept_group_type
1859
+ require "google/ads/google_ads/v7/enums/keyword_plan_concept_group_type_pb"
1860
+ Google::Ads::GoogleAds::V7::Enums::KeywordPlanConceptGroupTypeEnum::KeywordPlanConceptGroupType.descriptor
1829
1861
  end
1830
1862
 
1831
1863
  # Returns the descriptor for the InteractionEventType enum
@@ -1948,28 +1980,12 @@ module Google
1948
1980
  Google::Ads::GoogleAds::V7::Enums::SummaryRowSettingEnum::SummaryRowSetting.descriptor
1949
1981
  end
1950
1982
 
1951
- # Returns the descriptor for the KeywordPlanAggregateMetricType enum
1952
- #
1953
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAggregateMetricType enum
1954
- def self.keyword_plan_aggregate_metric_type
1955
- require "google/ads/google_ads/v7/enums/keyword_plan_aggregate_metric_type_pb"
1956
- Google::Ads::GoogleAds::V7::Enums::KeywordPlanAggregateMetricTypeEnum::KeywordPlanAggregateMetricType.descriptor
1957
- end
1958
-
1959
- # Returns the descriptor for the KeywordPlanCompetitionLevel enum
1960
- #
1961
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCompetitionLevel enum
1962
- def self.keyword_plan_competition_level
1963
- require "google/ads/google_ads/v7/enums/keyword_plan_competition_level_pb"
1964
- Google::Ads::GoogleAds::V7::Enums::KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel.descriptor
1965
- end
1966
-
1967
- # Returns the descriptor for the KeywordPlanConceptGroupType enum
1983
+ # Returns the descriptor for the KeywordPlanKeywordAnnotation enum
1968
1984
  #
1969
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanConceptGroupType enum
1970
- def self.keyword_plan_concept_group_type
1971
- require "google/ads/google_ads/v7/enums/keyword_plan_concept_group_type_pb"
1972
- Google::Ads::GoogleAds::V7::Enums::KeywordPlanConceptGroupTypeEnum::KeywordPlanConceptGroupType.descriptor
1985
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanKeywordAnnotation enum
1986
+ def self.keyword_plan_keyword_annotation
1987
+ require "google/ads/google_ads/v7/enums/keyword_plan_keyword_annotation_pb"
1988
+ Google::Ads::GoogleAds::V7::Enums::KeywordPlanKeywordAnnotationEnum::KeywordPlanKeywordAnnotation.descriptor
1973
1989
  end
1974
1990
 
1975
1991
  # Returns the descriptor for the ReachPlanAdLength enum
@@ -1984,248 +2000,192 @@ module Google
1984
2000
  #
1985
2001
  # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanAgeRange enum
1986
2002
  def self.reach_plan_age_range
1987
- require "google/ads/google_ads/v7/enums/reach_plan_age_range_pb"
1988
- Google::Ads::GoogleAds::V7::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
1989
- end
1990
-
1991
- # Returns the descriptor for the ReachPlanNetwork enum
1992
- #
1993
- # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanNetwork enum
1994
- def self.reach_plan_network
1995
- require "google/ads/google_ads/v7/enums/reach_plan_network_pb"
1996
- Google::Ads::GoogleAds::V7::Enums::ReachPlanNetworkEnum::ReachPlanNetwork.descriptor
1997
- end
1998
-
1999
- # Returns the descriptor for the KeywordPlanKeywordAnnotation enum
2000
- #
2001
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanKeywordAnnotation enum
2002
- def self.keyword_plan_keyword_annotation
2003
- require "google/ads/google_ads/v7/enums/keyword_plan_keyword_annotation_pb"
2004
- Google::Ads::GoogleAds::V7::Enums::KeywordPlanKeywordAnnotationEnum::KeywordPlanKeywordAnnotation.descriptor
2005
- end
2006
-
2007
- # Returns the descriptor for the ConversionAdjustmentType enum
2008
- #
2009
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentType enum
2010
- def self.conversion_adjustment_type
2011
- require "google/ads/google_ads/v7/enums/conversion_adjustment_type_pb"
2012
- Google::Ads::GoogleAds::V7::Enums::ConversionAdjustmentTypeEnum::ConversionAdjustmentType.descriptor
2013
- end
2014
-
2015
- # Returns the descriptor for the ResourceLimitType enum
2016
- #
2017
- # @return [Google::Protobuf::EnumDescriptor] for the ResourceLimitType enum
2018
- def self.resource_limit_type
2019
- require "google/ads/google_ads/v7/enums/resource_limit_type_pb"
2020
- Google::Ads::GoogleAds::V7::Enums::ResourceLimitTypeEnum::ResourceLimitType.descriptor
2021
- end
2022
-
2023
- # Returns the descriptor for the KeywordPlanCampaignError enum
2024
- #
2025
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
2026
- def self.keyword_plan_campaign_error
2027
- require "google/ads/google_ads/v7/errors/keyword_plan_campaign_error_pb"
2028
- Google::Ads::GoogleAds::V7::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
2029
- end
2030
-
2031
- # Returns the descriptor for the UserDataError enum
2032
- #
2033
- # @return [Google::Protobuf::EnumDescriptor] for the UserDataError enum
2034
- def self.user_data_error
2035
- require "google/ads/google_ads/v7/errors/user_data_error_pb"
2036
- Google::Ads::GoogleAds::V7::Errors::UserDataErrorEnum::UserDataError.descriptor
2037
- end
2038
-
2039
- # Returns the descriptor for the KeywordPlanAdGroupError enum
2040
- #
2041
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
2042
- def self.keyword_plan_ad_group_error
2043
- require "google/ads/google_ads/v7/errors/keyword_plan_ad_group_error_pb"
2044
- Google::Ads::GoogleAds::V7::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
2003
+ require "google/ads/google_ads/v7/enums/reach_plan_age_range_pb"
2004
+ Google::Ads::GoogleAds::V7::Enums::ReachPlanAgeRangeEnum::ReachPlanAgeRange.descriptor
2045
2005
  end
2046
2006
 
2047
- # Returns the descriptor for the CustomerClientLinkError enum
2007
+ # Returns the descriptor for the ReachPlanNetwork enum
2048
2008
  #
2049
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
2050
- def self.customer_client_link_error
2051
- require "google/ads/google_ads/v7/errors/customer_client_link_error_pb"
2052
- Google::Ads::GoogleAds::V7::Errors::CustomerClientLinkErrorEnum::CustomerClientLinkError.descriptor
2009
+ # @return [Google::Protobuf::EnumDescriptor] for the ReachPlanNetwork enum
2010
+ def self.reach_plan_network
2011
+ require "google/ads/google_ads/v7/enums/reach_plan_network_pb"
2012
+ Google::Ads::GoogleAds::V7::Enums::ReachPlanNetworkEnum::ReachPlanNetwork.descriptor
2053
2013
  end
2054
2014
 
2055
- # Returns the descriptor for the AdError enum
2015
+ # Returns the descriptor for the ResourceLimitType enum
2056
2016
  #
2057
- # @return [Google::Protobuf::EnumDescriptor] for the AdError enum
2058
- def self.ad_error
2059
- require "google/ads/google_ads/v7/errors/ad_error_pb"
2060
- Google::Ads::GoogleAds::V7::Errors::AdErrorEnum::AdError.descriptor
2017
+ # @return [Google::Protobuf::EnumDescriptor] for the ResourceLimitType enum
2018
+ def self.resource_limit_type
2019
+ require "google/ads/google_ads/v7/enums/resource_limit_type_pb"
2020
+ Google::Ads::GoogleAds::V7::Enums::ResourceLimitTypeEnum::ResourceLimitType.descriptor
2061
2021
  end
2062
2022
 
2063
- # Returns the descriptor for the CustomerManagerLinkError enum
2023
+ # Returns the descriptor for the YoutubeVideoRegistrationError enum
2064
2024
  #
2065
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerManagerLinkError enum
2066
- def self.customer_manager_link_error
2067
- require "google/ads/google_ads/v7/errors/customer_manager_link_error_pb"
2068
- Google::Ads::GoogleAds::V7::Errors::CustomerManagerLinkErrorEnum::CustomerManagerLinkError.descriptor
2025
+ # @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
2026
+ def self.youtube_video_registration_error
2027
+ require "google/ads/google_ads/v7/errors/youtube_video_registration_error_pb"
2028
+ Google::Ads::GoogleAds::V7::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
2069
2029
  end
2070
2030
 
2071
- # Returns the descriptor for the CustomAudienceError enum
2031
+ # Returns the descriptor for the AccessInvitationError enum
2072
2032
  #
2073
- # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceError enum
2074
- def self.custom_audience_error
2075
- require "google/ads/google_ads/v7/errors/custom_audience_error_pb"
2076
- Google::Ads::GoogleAds::V7::Errors::CustomAudienceErrorEnum::CustomAudienceError.descriptor
2033
+ # @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationError enum
2034
+ def self.access_invitation_error
2035
+ require "google/ads/google_ads/v7/errors/access_invitation_error_pb"
2036
+ Google::Ads::GoogleAds::V7::Errors::AccessInvitationErrorEnum::AccessInvitationError.descriptor
2077
2037
  end
2078
2038
 
2079
- # Returns the descriptor for the InvoiceError enum
2039
+ # Returns the descriptor for the ChangeStatusError enum
2080
2040
  #
2081
- # @return [Google::Protobuf::EnumDescriptor] for the InvoiceError enum
2082
- def self.invoice_error
2083
- require "google/ads/google_ads/v7/errors/invoice_error_pb"
2084
- Google::Ads::GoogleAds::V7::Errors::InvoiceErrorEnum::InvoiceError.descriptor
2041
+ # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusError enum
2042
+ def self.change_status_error
2043
+ require "google/ads/google_ads/v7/errors/change_status_error_pb"
2044
+ Google::Ads::GoogleAds::V7::Errors::ChangeStatusErrorEnum::ChangeStatusError.descriptor
2085
2045
  end
2086
2046
 
2087
- # Returns the descriptor for the AccountBudgetProposalError enum
2047
+ # Returns the descriptor for the AssetError enum
2088
2048
  #
2089
- # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
2090
- def self.account_budget_proposal_error
2091
- require "google/ads/google_ads/v7/errors/account_budget_proposal_error_pb"
2092
- Google::Ads::GoogleAds::V7::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
2049
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetError enum
2050
+ def self.asset_error
2051
+ require "google/ads/google_ads/v7/errors/asset_error_pb"
2052
+ Google::Ads::GoogleAds::V7::Errors::AssetErrorEnum::AssetError.descriptor
2093
2053
  end
2094
2054
 
2095
- # Returns the descriptor for the CustomerError enum
2055
+ # Returns the descriptor for the KeywordPlanCampaignError enum
2096
2056
  #
2097
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerError enum
2098
- def self.customer_error
2099
- require "google/ads/google_ads/v7/errors/customer_error_pb"
2100
- Google::Ads::GoogleAds::V7::Errors::CustomerErrorEnum::CustomerError.descriptor
2057
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignError enum
2058
+ def self.keyword_plan_campaign_error
2059
+ require "google/ads/google_ads/v7/errors/keyword_plan_campaign_error_pb"
2060
+ Google::Ads::GoogleAds::V7::Errors::KeywordPlanCampaignErrorEnum::KeywordPlanCampaignError.descriptor
2101
2061
  end
2102
2062
 
2103
- # Returns the descriptor for the BatchJobError enum
2063
+ # Returns the descriptor for the BiddingStrategyError enum
2104
2064
  #
2105
- # @return [Google::Protobuf::EnumDescriptor] for the BatchJobError enum
2106
- def self.batch_job_error
2107
- require "google/ads/google_ads/v7/errors/batch_job_error_pb"
2108
- Google::Ads::GoogleAds::V7::Errors::BatchJobErrorEnum::BatchJobError.descriptor
2065
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
2066
+ def self.bidding_strategy_error
2067
+ require "google/ads/google_ads/v7/errors/bidding_strategy_error_pb"
2068
+ Google::Ads::GoogleAds::V7::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
2109
2069
  end
2110
2070
 
2111
- # Returns the descriptor for the RequestError enum
2071
+ # Returns the descriptor for the FeedMappingError enum
2112
2072
  #
2113
- # @return [Google::Protobuf::EnumDescriptor] for the RequestError enum
2114
- def self.request_error
2115
- require "google/ads/google_ads/v7/errors/request_error_pb"
2116
- Google::Ads::GoogleAds::V7::Errors::RequestErrorEnum::RequestError.descriptor
2073
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
2074
+ def self.feed_mapping_error
2075
+ require "google/ads/google_ads/v7/errors/feed_mapping_error_pb"
2076
+ Google::Ads::GoogleAds::V7::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
2117
2077
  end
2118
2078
 
2119
- # Returns the descriptor for the KeywordPlanCampaignKeywordError enum
2079
+ # Returns the descriptor for the BillingSetupError enum
2120
2080
  #
2121
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignKeywordError enum
2122
- def self.keyword_plan_campaign_keyword_error
2123
- require "google/ads/google_ads/v7/errors/keyword_plan_campaign_keyword_error_pb"
2124
- Google::Ads::GoogleAds::V7::Errors::KeywordPlanCampaignKeywordErrorEnum::KeywordPlanCampaignKeywordError.descriptor
2081
+ # @return [Google::Protobuf::EnumDescriptor] for the BillingSetupError enum
2082
+ def self.billing_setup_error
2083
+ require "google/ads/google_ads/v7/errors/billing_setup_error_pb"
2084
+ Google::Ads::GoogleAds::V7::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
2125
2085
  end
2126
2086
 
2127
- # Returns the descriptor for the SharedSetError enum
2087
+ # Returns the descriptor for the FunctionParsingError enum
2128
2088
  #
2129
- # @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
2130
- def self.shared_set_error
2131
- require "google/ads/google_ads/v7/errors/shared_set_error_pb"
2132
- Google::Ads::GoogleAds::V7::Errors::SharedSetErrorEnum::SharedSetError.descriptor
2089
+ # @return [Google::Protobuf::EnumDescriptor] for the FunctionParsingError enum
2090
+ def self.function_parsing_error
2091
+ require "google/ads/google_ads/v7/errors/function_parsing_error_pb"
2092
+ Google::Ads::GoogleAds::V7::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
2133
2093
  end
2134
2094
 
2135
- # Returns the descriptor for the AssetLinkError enum
2095
+ # Returns the descriptor for the KeywordPlanIdeaError enum
2136
2096
  #
2137
- # @return [Google::Protobuf::EnumDescriptor] for the AssetLinkError enum
2138
- def self.asset_link_error
2139
- require "google/ads/google_ads/v7/errors/asset_link_error_pb"
2140
- Google::Ads::GoogleAds::V7::Errors::AssetLinkErrorEnum::AssetLinkError.descriptor
2097
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanIdeaError enum
2098
+ def self.keyword_plan_idea_error
2099
+ require "google/ads/google_ads/v7/errors/keyword_plan_idea_error_pb"
2100
+ Google::Ads::GoogleAds::V7::Errors::KeywordPlanIdeaErrorEnum::KeywordPlanIdeaError.descriptor
2141
2101
  end
2142
2102
 
2143
- # Returns the descriptor for the NotEmptyError enum
2103
+ # Returns the descriptor for the OfflineUserDataJobError enum
2144
2104
  #
2145
- # @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
2146
- def self.not_empty_error
2147
- require "google/ads/google_ads/v7/errors/not_empty_error_pb"
2148
- Google::Ads::GoogleAds::V7::Errors::NotEmptyErrorEnum::NotEmptyError.descriptor
2105
+ # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobError enum
2106
+ def self.offline_user_data_job_error
2107
+ require "google/ads/google_ads/v7/errors/offline_user_data_job_error_pb"
2108
+ Google::Ads::GoogleAds::V7::Errors::OfflineUserDataJobErrorEnum::OfflineUserDataJobError.descriptor
2149
2109
  end
2150
2110
 
2151
- # Returns the descriptor for the ImageError enum
2111
+ # Returns the descriptor for the AccountBudgetProposalError enum
2152
2112
  #
2153
- # @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
2154
- def self.image_error
2155
- require "google/ads/google_ads/v7/errors/image_error_pb"
2156
- Google::Ads::GoogleAds::V7::Errors::ImageErrorEnum::ImageError.descriptor
2113
+ # @return [Google::Protobuf::EnumDescriptor] for the AccountBudgetProposalError enum
2114
+ def self.account_budget_proposal_error
2115
+ require "google/ads/google_ads/v7/errors/account_budget_proposal_error_pb"
2116
+ Google::Ads::GoogleAds::V7::Errors::AccountBudgetProposalErrorEnum::AccountBudgetProposalError.descriptor
2157
2117
  end
2158
2118
 
2159
- # Returns the descriptor for the SettingError enum
2119
+ # Returns the descriptor for the CampaignError enum
2160
2120
  #
2161
- # @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
2162
- def self.setting_error
2163
- require "google/ads/google_ads/v7/errors/setting_error_pb"
2164
- Google::Ads::GoogleAds::V7::Errors::SettingErrorEnum::SettingError.descriptor
2121
+ # @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
2122
+ def self.campaign_error
2123
+ require "google/ads/google_ads/v7/errors/campaign_error_pb"
2124
+ Google::Ads::GoogleAds::V7::Errors::CampaignErrorEnum::CampaignError.descriptor
2165
2125
  end
2166
2126
 
2167
- # Returns the descriptor for the FeedItemTargetError enum
2127
+ # Returns the descriptor for the FunctionError enum
2168
2128
  #
2169
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
2170
- def self.feed_item_target_error
2171
- require "google/ads/google_ads/v7/errors/feed_item_target_error_pb"
2172
- Google::Ads::GoogleAds::V7::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
2129
+ # @return [Google::Protobuf::EnumDescriptor] for the FunctionError enum
2130
+ def self.function_error
2131
+ require "google/ads/google_ads/v7/errors/function_error_pb"
2132
+ Google::Ads::GoogleAds::V7::Errors::FunctionErrorEnum::FunctionError.descriptor
2173
2133
  end
2174
2134
 
2175
- # Returns the descriptor for the KeywordPlanAdGroupKeywordError enum
2135
+ # Returns the descriptor for the CustomerUserAccessError enum
2176
2136
  #
2177
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupKeywordError enum
2178
- def self.keyword_plan_ad_group_keyword_error
2179
- require "google/ads/google_ads/v7/errors/keyword_plan_ad_group_keyword_error_pb"
2180
- Google::Ads::GoogleAds::V7::Errors::KeywordPlanAdGroupKeywordErrorEnum::KeywordPlanAdGroupKeywordError.descriptor
2137
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerUserAccessError enum
2138
+ def self.customer_user_access_error
2139
+ require "google/ads/google_ads/v7/errors/customer_user_access_error_pb"
2140
+ Google::Ads::GoogleAds::V7::Errors::CustomerUserAccessErrorEnum::CustomerUserAccessError.descriptor
2181
2141
  end
2182
2142
 
2183
- # Returns the descriptor for the LanguageCodeError enum
2143
+ # Returns the descriptor for the ResourceAccessDeniedError enum
2184
2144
  #
2185
- # @return [Google::Protobuf::EnumDescriptor] for the LanguageCodeError enum
2186
- def self.language_code_error
2187
- require "google/ads/google_ads/v7/errors/language_code_error_pb"
2188
- Google::Ads::GoogleAds::V7::Errors::LanguageCodeErrorEnum::LanguageCodeError.descriptor
2145
+ # @return [Google::Protobuf::EnumDescriptor] for the ResourceAccessDeniedError enum
2146
+ def self.resource_access_denied_error
2147
+ require "google/ads/google_ads/v7/errors/resource_access_denied_error_pb"
2148
+ Google::Ads::GoogleAds::V7::Errors::ResourceAccessDeniedErrorEnum::ResourceAccessDeniedError.descriptor
2189
2149
  end
2190
2150
 
2191
- # Returns the descriptor for the FieldMaskError enum
2151
+ # Returns the descriptor for the FeedItemSetError enum
2192
2152
  #
2193
- # @return [Google::Protobuf::EnumDescriptor] for the FieldMaskError enum
2194
- def self.field_mask_error
2195
- require "google/ads/google_ads/v7/errors/field_mask_error_pb"
2196
- Google::Ads::GoogleAds::V7::Errors::FieldMaskErrorEnum::FieldMaskError.descriptor
2153
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetError enum
2154
+ def self.feed_item_set_error
2155
+ require "google/ads/google_ads/v7/errors/feed_item_set_error_pb"
2156
+ Google::Ads::GoogleAds::V7::Errors::FeedItemSetErrorEnum::FeedItemSetError.descriptor
2197
2157
  end
2198
2158
 
2199
- # Returns the descriptor for the DistinctError enum
2159
+ # Returns the descriptor for the OperatorError enum
2200
2160
  #
2201
- # @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
2202
- def self.distinct_error
2203
- require "google/ads/google_ads/v7/errors/distinct_error_pb"
2204
- Google::Ads::GoogleAds::V7::Errors::DistinctErrorEnum::DistinctError.descriptor
2161
+ # @return [Google::Protobuf::EnumDescriptor] for the OperatorError enum
2162
+ def self.operator_error
2163
+ require "google/ads/google_ads/v7/errors/operator_error_pb"
2164
+ Google::Ads::GoogleAds::V7::Errors::OperatorErrorEnum::OperatorError.descriptor
2205
2165
  end
2206
2166
 
2207
- # Returns the descriptor for the ConversionActionError enum
2167
+ # Returns the descriptor for the SharedCriterionError enum
2208
2168
  #
2209
- # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
2210
- def self.conversion_action_error
2211
- require "google/ads/google_ads/v7/errors/conversion_action_error_pb"
2212
- Google::Ads::GoogleAds::V7::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
2169
+ # @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
2170
+ def self.shared_criterion_error
2171
+ require "google/ads/google_ads/v7/errors/shared_criterion_error_pb"
2172
+ Google::Ads::GoogleAds::V7::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
2213
2173
  end
2214
2174
 
2215
- # Returns the descriptor for the FeedItemSetLinkError enum
2175
+ # Returns the descriptor for the UrlFieldError enum
2216
2176
  #
2217
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetLinkError enum
2218
- def self.feed_item_set_link_error
2219
- require "google/ads/google_ads/v7/errors/feed_item_set_link_error_pb"
2220
- Google::Ads::GoogleAds::V7::Errors::FeedItemSetLinkErrorEnum::FeedItemSetLinkError.descriptor
2177
+ # @return [Google::Protobuf::EnumDescriptor] for the UrlFieldError enum
2178
+ def self.url_field_error
2179
+ require "google/ads/google_ads/v7/errors/url_field_error_pb"
2180
+ Google::Ads::GoogleAds::V7::Errors::UrlFieldErrorEnum::UrlFieldError.descriptor
2221
2181
  end
2222
2182
 
2223
- # Returns the descriptor for the AccessInvitationError enum
2183
+ # Returns the descriptor for the FieldError enum
2224
2184
  #
2225
- # @return [Google::Protobuf::EnumDescriptor] for the AccessInvitationError enum
2226
- def self.access_invitation_error
2227
- require "google/ads/google_ads/v7/errors/access_invitation_error_pb"
2228
- Google::Ads::GoogleAds::V7::Errors::AccessInvitationErrorEnum::AccessInvitationError.descriptor
2185
+ # @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
2186
+ def self.field_error
2187
+ require "google/ads/google_ads/v7/errors/field_error_pb"
2188
+ Google::Ads::GoogleAds::V7::Errors::FieldErrorEnum::FieldError.descriptor
2229
2189
  end
2230
2190
 
2231
2191
  # Returns the descriptor for the AccountLinkError enum
@@ -2244,6 +2204,14 @@ module Google
2244
2204
  Google::Ads::GoogleAds::V7::Errors::AdCustomizerErrorEnum::AdCustomizerError.descriptor
2245
2205
  end
2246
2206
 
2207
+ # Returns the descriptor for the AdError enum
2208
+ #
2209
+ # @return [Google::Protobuf::EnumDescriptor] for the AdError enum
2210
+ def self.ad_error
2211
+ require "google/ads/google_ads/v7/errors/ad_error_pb"
2212
+ Google::Ads::GoogleAds::V7::Errors::AdErrorEnum::AdError.descriptor
2213
+ end
2214
+
2247
2215
  # Returns the descriptor for the AdGroupAdError enum
2248
2216
  #
2249
2217
  # @return [Google::Protobuf::EnumDescriptor] for the AdGroupAdError enum
@@ -2308,12 +2276,12 @@ module Google
2308
2276
  Google::Ads::GoogleAds::V7::Errors::AdxErrorEnum::AdxError.descriptor
2309
2277
  end
2310
2278
 
2311
- # Returns the descriptor for the AssetError enum
2279
+ # Returns the descriptor for the AssetLinkError enum
2312
2280
  #
2313
- # @return [Google::Protobuf::EnumDescriptor] for the AssetError enum
2314
- def self.asset_error
2315
- require "google/ads/google_ads/v7/errors/asset_error_pb"
2316
- Google::Ads::GoogleAds::V7::Errors::AssetErrorEnum::AssetError.descriptor
2281
+ # @return [Google::Protobuf::EnumDescriptor] for the AssetLinkError enum
2282
+ def self.asset_link_error
2283
+ require "google/ads/google_ads/v7/errors/asset_link_error_pb"
2284
+ Google::Ads::GoogleAds::V7::Errors::AssetLinkErrorEnum::AssetLinkError.descriptor
2317
2285
  end
2318
2286
 
2319
2287
  # Returns the descriptor for the AuthenticationError enum
@@ -2332,6 +2300,14 @@ module Google
2332
2300
  Google::Ads::GoogleAds::V7::Errors::AuthorizationErrorEnum::AuthorizationError.descriptor
2333
2301
  end
2334
2302
 
2303
+ # Returns the descriptor for the BatchJobError enum
2304
+ #
2305
+ # @return [Google::Protobuf::EnumDescriptor] for the BatchJobError enum
2306
+ def self.batch_job_error
2307
+ require "google/ads/google_ads/v7/errors/batch_job_error_pb"
2308
+ Google::Ads::GoogleAds::V7::Errors::BatchJobErrorEnum::BatchJobError.descriptor
2309
+ end
2310
+
2335
2311
  # Returns the descriptor for the BiddingError enum
2336
2312
  #
2337
2313
  # @return [Google::Protobuf::EnumDescriptor] for the BiddingError enum
@@ -2340,22 +2316,6 @@ module Google
2340
2316
  Google::Ads::GoogleAds::V7::Errors::BiddingErrorEnum::BiddingError.descriptor
2341
2317
  end
2342
2318
 
2343
- # Returns the descriptor for the BiddingStrategyError enum
2344
- #
2345
- # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategyError enum
2346
- def self.bidding_strategy_error
2347
- require "google/ads/google_ads/v7/errors/bidding_strategy_error_pb"
2348
- Google::Ads::GoogleAds::V7::Errors::BiddingStrategyErrorEnum::BiddingStrategyError.descriptor
2349
- end
2350
-
2351
- # Returns the descriptor for the BillingSetupError enum
2352
- #
2353
- # @return [Google::Protobuf::EnumDescriptor] for the BillingSetupError enum
2354
- def self.billing_setup_error
2355
- require "google/ads/google_ads/v7/errors/billing_setup_error_pb"
2356
- Google::Ads::GoogleAds::V7::Errors::BillingSetupErrorEnum::BillingSetupError.descriptor
2357
- end
2358
-
2359
2319
  # Returns the descriptor for the CampaignBudgetError enum
2360
2320
  #
2361
2321
  # @return [Google::Protobuf::EnumDescriptor] for the CampaignBudgetError enum
@@ -2380,14 +2340,6 @@ module Google
2380
2340
  Google::Ads::GoogleAds::V7::Errors::CampaignDraftErrorEnum::CampaignDraftError.descriptor
2381
2341
  end
2382
2342
 
2383
- # Returns the descriptor for the CampaignError enum
2384
- #
2385
- # @return [Google::Protobuf::EnumDescriptor] for the CampaignError enum
2386
- def self.campaign_error
2387
- require "google/ads/google_ads/v7/errors/campaign_error_pb"
2388
- Google::Ads::GoogleAds::V7::Errors::CampaignErrorEnum::CampaignError.descriptor
2389
- end
2390
-
2391
2343
  # Returns the descriptor for the CampaignExperimentError enum
2392
2344
  #
2393
2345
  # @return [Google::Protobuf::EnumDescriptor] for the CampaignExperimentError enum
@@ -2420,14 +2372,6 @@ module Google
2420
2372
  Google::Ads::GoogleAds::V7::Errors::ChangeEventErrorEnum::ChangeEventError.descriptor
2421
2373
  end
2422
2374
 
2423
- # Returns the descriptor for the ChangeStatusError enum
2424
- #
2425
- # @return [Google::Protobuf::EnumDescriptor] for the ChangeStatusError enum
2426
- def self.change_status_error
2427
- require "google/ads/google_ads/v7/errors/change_status_error_pb"
2428
- Google::Ads::GoogleAds::V7::Errors::ChangeStatusErrorEnum::ChangeStatusError.descriptor
2429
- end
2430
-
2431
2375
  # Returns the descriptor for the CollectionSizeError enum
2432
2376
  #
2433
2377
  # @return [Google::Protobuf::EnumDescriptor] for the CollectionSizeError enum
@@ -2444,6 +2388,14 @@ module Google
2444
2388
  Google::Ads::GoogleAds::V7::Errors::ContextErrorEnum::ContextError.descriptor
2445
2389
  end
2446
2390
 
2391
+ # Returns the descriptor for the ConversionActionError enum
2392
+ #
2393
+ # @return [Google::Protobuf::EnumDescriptor] for the ConversionActionError enum
2394
+ def self.conversion_action_error
2395
+ require "google/ads/google_ads/v7/errors/conversion_action_error_pb"
2396
+ Google::Ads::GoogleAds::V7::Errors::ConversionActionErrorEnum::ConversionActionError.descriptor
2397
+ end
2398
+
2447
2399
  # Returns the descriptor for the ConversionAdjustmentUploadError enum
2448
2400
  #
2449
2401
  # @return [Google::Protobuf::EnumDescriptor] for the ConversionAdjustmentUploadError enum
@@ -2492,6 +2444,14 @@ module Google
2492
2444
  Google::Ads::GoogleAds::V7::Errors::CurrencyCodeErrorEnum::CurrencyCodeError.descriptor
2493
2445
  end
2494
2446
 
2447
+ # Returns the descriptor for the CustomAudienceError enum
2448
+ #
2449
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomAudienceError enum
2450
+ def self.custom_audience_error
2451
+ require "google/ads/google_ads/v7/errors/custom_audience_error_pb"
2452
+ Google::Ads::GoogleAds::V7::Errors::CustomAudienceErrorEnum::CustomAudienceError.descriptor
2453
+ end
2454
+
2495
2455
  # Returns the descriptor for the CustomInterestError enum
2496
2456
  #
2497
2457
  # @return [Google::Protobuf::EnumDescriptor] for the CustomInterestError enum
@@ -2500,6 +2460,22 @@ module Google
2500
2460
  Google::Ads::GoogleAds::V7::Errors::CustomInterestErrorEnum::CustomInterestError.descriptor
2501
2461
  end
2502
2462
 
2463
+ # Returns the descriptor for the CustomerClientLinkError enum
2464
+ #
2465
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerClientLinkError enum
2466
+ def self.customer_client_link_error
2467
+ require "google/ads/google_ads/v7/errors/customer_client_link_error_pb"
2468
+ Google::Ads::GoogleAds::V7::Errors::CustomerClientLinkErrorEnum::CustomerClientLinkError.descriptor
2469
+ end
2470
+
2471
+ # Returns the descriptor for the CustomerError enum
2472
+ #
2473
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerError enum
2474
+ def self.customer_error
2475
+ require "google/ads/google_ads/v7/errors/customer_error_pb"
2476
+ Google::Ads::GoogleAds::V7::Errors::CustomerErrorEnum::CustomerError.descriptor
2477
+ end
2478
+
2503
2479
  # Returns the descriptor for the CustomerFeedError enum
2504
2480
  #
2505
2481
  # @return [Google::Protobuf::EnumDescriptor] for the CustomerFeedError enum
@@ -2508,12 +2484,12 @@ module Google
2508
2484
  Google::Ads::GoogleAds::V7::Errors::CustomerFeedErrorEnum::CustomerFeedError.descriptor
2509
2485
  end
2510
2486
 
2511
- # Returns the descriptor for the CustomerUserAccessError enum
2487
+ # Returns the descriptor for the CustomerManagerLinkError enum
2512
2488
  #
2513
- # @return [Google::Protobuf::EnumDescriptor] for the CustomerUserAccessError enum
2514
- def self.customer_user_access_error
2515
- require "google/ads/google_ads/v7/errors/customer_user_access_error_pb"
2516
- Google::Ads::GoogleAds::V7::Errors::CustomerUserAccessErrorEnum::CustomerUserAccessError.descriptor
2489
+ # @return [Google::Protobuf::EnumDescriptor] for the CustomerManagerLinkError enum
2490
+ def self.customer_manager_link_error
2491
+ require "google/ads/google_ads/v7/errors/customer_manager_link_error_pb"
2492
+ Google::Ads::GoogleAds::V7::Errors::CustomerManagerLinkErrorEnum::CustomerManagerLinkError.descriptor
2517
2493
  end
2518
2494
 
2519
2495
  # Returns the descriptor for the DatabaseError enum
@@ -2540,6 +2516,14 @@ module Google
2540
2516
  Google::Ads::GoogleAds::V7::Errors::DateRangeErrorEnum::DateRangeError.descriptor
2541
2517
  end
2542
2518
 
2519
+ # Returns the descriptor for the DistinctError enum
2520
+ #
2521
+ # @return [Google::Protobuf::EnumDescriptor] for the DistinctError enum
2522
+ def self.distinct_error
2523
+ require "google/ads/google_ads/v7/errors/distinct_error_pb"
2524
+ Google::Ads::GoogleAds::V7::Errors::DistinctErrorEnum::DistinctError.descriptor
2525
+ end
2526
+
2543
2527
  # Returns the descriptor for the EnumError enum
2544
2528
  #
2545
2529
  # @return [Google::Protobuf::EnumDescriptor] for the EnumError enum
@@ -2588,44 +2572,28 @@ module Google
2588
2572
  Google::Ads::GoogleAds::V7::Errors::FeedItemErrorEnum::FeedItemError.descriptor
2589
2573
  end
2590
2574
 
2591
- # Returns the descriptor for the FeedItemSetError enum
2592
- #
2593
- # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetError enum
2594
- def self.feed_item_set_error
2595
- require "google/ads/google_ads/v7/errors/feed_item_set_error_pb"
2596
- Google::Ads::GoogleAds::V7::Errors::FeedItemSetErrorEnum::FeedItemSetError.descriptor
2597
- end
2598
-
2599
- # Returns the descriptor for the FeedMappingError enum
2600
- #
2601
- # @return [Google::Protobuf::EnumDescriptor] for the FeedMappingError enum
2602
- def self.feed_mapping_error
2603
- require "google/ads/google_ads/v7/errors/feed_mapping_error_pb"
2604
- Google::Ads::GoogleAds::V7::Errors::FeedMappingErrorEnum::FeedMappingError.descriptor
2605
- end
2606
-
2607
- # Returns the descriptor for the FieldError enum
2575
+ # Returns the descriptor for the FeedItemSetLinkError enum
2608
2576
  #
2609
- # @return [Google::Protobuf::EnumDescriptor] for the FieldError enum
2610
- def self.field_error
2611
- require "google/ads/google_ads/v7/errors/field_error_pb"
2612
- Google::Ads::GoogleAds::V7::Errors::FieldErrorEnum::FieldError.descriptor
2577
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemSetLinkError enum
2578
+ def self.feed_item_set_link_error
2579
+ require "google/ads/google_ads/v7/errors/feed_item_set_link_error_pb"
2580
+ Google::Ads::GoogleAds::V7::Errors::FeedItemSetLinkErrorEnum::FeedItemSetLinkError.descriptor
2613
2581
  end
2614
2582
 
2615
- # Returns the descriptor for the FunctionError enum
2583
+ # Returns the descriptor for the FeedItemTargetError enum
2616
2584
  #
2617
- # @return [Google::Protobuf::EnumDescriptor] for the FunctionError enum
2618
- def self.function_error
2619
- require "google/ads/google_ads/v7/errors/function_error_pb"
2620
- Google::Ads::GoogleAds::V7::Errors::FunctionErrorEnum::FunctionError.descriptor
2585
+ # @return [Google::Protobuf::EnumDescriptor] for the FeedItemTargetError enum
2586
+ def self.feed_item_target_error
2587
+ require "google/ads/google_ads/v7/errors/feed_item_target_error_pb"
2588
+ Google::Ads::GoogleAds::V7::Errors::FeedItemTargetErrorEnum::FeedItemTargetError.descriptor
2621
2589
  end
2622
2590
 
2623
- # Returns the descriptor for the FunctionParsingError enum
2591
+ # Returns the descriptor for the FieldMaskError enum
2624
2592
  #
2625
- # @return [Google::Protobuf::EnumDescriptor] for the FunctionParsingError enum
2626
- def self.function_parsing_error
2627
- require "google/ads/google_ads/v7/errors/function_parsing_error_pb"
2628
- Google::Ads::GoogleAds::V7::Errors::FunctionParsingErrorEnum::FunctionParsingError.descriptor
2593
+ # @return [Google::Protobuf::EnumDescriptor] for the FieldMaskError enum
2594
+ def self.field_mask_error
2595
+ require "google/ads/google_ads/v7/errors/field_mask_error_pb"
2596
+ Google::Ads::GoogleAds::V7::Errors::FieldMaskErrorEnum::FieldMaskError.descriptor
2629
2597
  end
2630
2598
 
2631
2599
  # Returns the descriptor for the GeoTargetConstantSuggestionError enum
@@ -2652,6 +2620,14 @@ module Google
2652
2620
  Google::Ads::GoogleAds::V7::Errors::IdErrorEnum::IdError.descriptor
2653
2621
  end
2654
2622
 
2623
+ # Returns the descriptor for the ImageError enum
2624
+ #
2625
+ # @return [Google::Protobuf::EnumDescriptor] for the ImageError enum
2626
+ def self.image_error
2627
+ require "google/ads/google_ads/v7/errors/image_error_pb"
2628
+ Google::Ads::GoogleAds::V7::Errors::ImageErrorEnum::ImageError.descriptor
2629
+ end
2630
+
2655
2631
  # Returns the descriptor for the InternalError enum
2656
2632
  #
2657
2633
  # @return [Google::Protobuf::EnumDescriptor] for the InternalError enum
@@ -2660,6 +2636,38 @@ module Google
2660
2636
  Google::Ads::GoogleAds::V7::Errors::InternalErrorEnum::InternalError.descriptor
2661
2637
  end
2662
2638
 
2639
+ # Returns the descriptor for the InvoiceError enum
2640
+ #
2641
+ # @return [Google::Protobuf::EnumDescriptor] for the InvoiceError enum
2642
+ def self.invoice_error
2643
+ require "google/ads/google_ads/v7/errors/invoice_error_pb"
2644
+ Google::Ads::GoogleAds::V7::Errors::InvoiceErrorEnum::InvoiceError.descriptor
2645
+ end
2646
+
2647
+ # Returns the descriptor for the KeywordPlanAdGroupError enum
2648
+ #
2649
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupError enum
2650
+ def self.keyword_plan_ad_group_error
2651
+ require "google/ads/google_ads/v7/errors/keyword_plan_ad_group_error_pb"
2652
+ Google::Ads::GoogleAds::V7::Errors::KeywordPlanAdGroupErrorEnum::KeywordPlanAdGroupError.descriptor
2653
+ end
2654
+
2655
+ # Returns the descriptor for the KeywordPlanAdGroupKeywordError enum
2656
+ #
2657
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanAdGroupKeywordError enum
2658
+ def self.keyword_plan_ad_group_keyword_error
2659
+ require "google/ads/google_ads/v7/errors/keyword_plan_ad_group_keyword_error_pb"
2660
+ Google::Ads::GoogleAds::V7::Errors::KeywordPlanAdGroupKeywordErrorEnum::KeywordPlanAdGroupKeywordError.descriptor
2661
+ end
2662
+
2663
+ # Returns the descriptor for the KeywordPlanCampaignKeywordError enum
2664
+ #
2665
+ # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanCampaignKeywordError enum
2666
+ def self.keyword_plan_campaign_keyword_error
2667
+ require "google/ads/google_ads/v7/errors/keyword_plan_campaign_keyword_error_pb"
2668
+ Google::Ads::GoogleAds::V7::Errors::KeywordPlanCampaignKeywordErrorEnum::KeywordPlanCampaignKeywordError.descriptor
2669
+ end
2670
+
2663
2671
  # Returns the descriptor for the KeywordPlanError enum
2664
2672
  #
2665
2673
  # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanError enum
@@ -2668,14 +2676,6 @@ module Google
2668
2676
  Google::Ads::GoogleAds::V7::Errors::KeywordPlanErrorEnum::KeywordPlanError.descriptor
2669
2677
  end
2670
2678
 
2671
- # Returns the descriptor for the KeywordPlanIdeaError enum
2672
- #
2673
- # @return [Google::Protobuf::EnumDescriptor] for the KeywordPlanIdeaError enum
2674
- def self.keyword_plan_idea_error
2675
- require "google/ads/google_ads/v7/errors/keyword_plan_idea_error_pb"
2676
- Google::Ads::GoogleAds::V7::Errors::KeywordPlanIdeaErrorEnum::KeywordPlanIdeaError.descriptor
2677
- end
2678
-
2679
2679
  # Returns the descriptor for the LabelError enum
2680
2680
  #
2681
2681
  # @return [Google::Protobuf::EnumDescriptor] for the LabelError enum
@@ -2684,6 +2684,14 @@ module Google
2684
2684
  Google::Ads::GoogleAds::V7::Errors::LabelErrorEnum::LabelError.descriptor
2685
2685
  end
2686
2686
 
2687
+ # Returns the descriptor for the LanguageCodeError enum
2688
+ #
2689
+ # @return [Google::Protobuf::EnumDescriptor] for the LanguageCodeError enum
2690
+ def self.language_code_error
2691
+ require "google/ads/google_ads/v7/errors/language_code_error_pb"
2692
+ Google::Ads::GoogleAds::V7::Errors::LanguageCodeErrorEnum::LanguageCodeError.descriptor
2693
+ end
2694
+
2687
2695
  # Returns the descriptor for the ListOperationError enum
2688
2696
  #
2689
2697
  # @return [Google::Protobuf::EnumDescriptor] for the ListOperationError enum
@@ -2756,6 +2764,14 @@ module Google
2756
2764
  Google::Ads::GoogleAds::V7::Errors::NotAllowlistedErrorEnum::NotAllowlistedError.descriptor
2757
2765
  end
2758
2766
 
2767
+ # Returns the descriptor for the NotEmptyError enum
2768
+ #
2769
+ # @return [Google::Protobuf::EnumDescriptor] for the NotEmptyError enum
2770
+ def self.not_empty_error
2771
+ require "google/ads/google_ads/v7/errors/not_empty_error_pb"
2772
+ Google::Ads::GoogleAds::V7::Errors::NotEmptyErrorEnum::NotEmptyError.descriptor
2773
+ end
2774
+
2759
2775
  # Returns the descriptor for the NullError enum
2760
2776
  #
2761
2777
  # @return [Google::Protobuf::EnumDescriptor] for the NullError enum
@@ -2764,14 +2780,6 @@ module Google
2764
2780
  Google::Ads::GoogleAds::V7::Errors::NullErrorEnum::NullError.descriptor
2765
2781
  end
2766
2782
 
2767
- # Returns the descriptor for the OfflineUserDataJobError enum
2768
- #
2769
- # @return [Google::Protobuf::EnumDescriptor] for the OfflineUserDataJobError enum
2770
- def self.offline_user_data_job_error
2771
- require "google/ads/google_ads/v7/errors/offline_user_data_job_error_pb"
2772
- Google::Ads::GoogleAds::V7::Errors::OfflineUserDataJobErrorEnum::OfflineUserDataJobError.descriptor
2773
- end
2774
-
2775
2783
  # Returns the descriptor for the OperationAccessDeniedError enum
2776
2784
  #
2777
2785
  # @return [Google::Protobuf::EnumDescriptor] for the OperationAccessDeniedError enum
@@ -2780,14 +2788,6 @@ module Google
2780
2788
  Google::Ads::GoogleAds::V7::Errors::OperationAccessDeniedErrorEnum::OperationAccessDeniedError.descriptor
2781
2789
  end
2782
2790
 
2783
- # Returns the descriptor for the OperatorError enum
2784
- #
2785
- # @return [Google::Protobuf::EnumDescriptor] for the OperatorError enum
2786
- def self.operator_error
2787
- require "google/ads/google_ads/v7/errors/operator_error_pb"
2788
- Google::Ads::GoogleAds::V7::Errors::OperatorErrorEnum::OperatorError.descriptor
2789
- end
2790
-
2791
2791
  # Returns the descriptor for the PartialFailureError enum
2792
2792
  #
2793
2793
  # @return [Google::Protobuf::EnumDescriptor] for the PartialFailureError enum
@@ -2876,12 +2876,12 @@ module Google
2876
2876
  Google::Ads::GoogleAds::V7::Errors::RegionCodeErrorEnum::RegionCodeError.descriptor
2877
2877
  end
2878
2878
 
2879
- # Returns the descriptor for the ResourceAccessDeniedError enum
2879
+ # Returns the descriptor for the RequestError enum
2880
2880
  #
2881
- # @return [Google::Protobuf::EnumDescriptor] for the ResourceAccessDeniedError enum
2882
- def self.resource_access_denied_error
2883
- require "google/ads/google_ads/v7/errors/resource_access_denied_error_pb"
2884
- Google::Ads::GoogleAds::V7::Errors::ResourceAccessDeniedErrorEnum::ResourceAccessDeniedError.descriptor
2881
+ # @return [Google::Protobuf::EnumDescriptor] for the RequestError enum
2882
+ def self.request_error
2883
+ require "google/ads/google_ads/v7/errors/request_error_pb"
2884
+ Google::Ads::GoogleAds::V7::Errors::RequestErrorEnum::RequestError.descriptor
2885
2885
  end
2886
2886
 
2887
2887
  # Returns the descriptor for the ResourceCountLimitExceededError enum
@@ -2892,12 +2892,20 @@ module Google
2892
2892
  Google::Ads::GoogleAds::V7::Errors::ResourceCountLimitExceededErrorEnum::ResourceCountLimitExceededError.descriptor
2893
2893
  end
2894
2894
 
2895
- # Returns the descriptor for the SharedCriterionError enum
2895
+ # Returns the descriptor for the SettingError enum
2896
2896
  #
2897
- # @return [Google::Protobuf::EnumDescriptor] for the SharedCriterionError enum
2898
- def self.shared_criterion_error
2899
- require "google/ads/google_ads/v7/errors/shared_criterion_error_pb"
2900
- Google::Ads::GoogleAds::V7::Errors::SharedCriterionErrorEnum::SharedCriterionError.descriptor
2897
+ # @return [Google::Protobuf::EnumDescriptor] for the SettingError enum
2898
+ def self.setting_error
2899
+ require "google/ads/google_ads/v7/errors/setting_error_pb"
2900
+ Google::Ads::GoogleAds::V7::Errors::SettingErrorEnum::SettingError.descriptor
2901
+ end
2902
+
2903
+ # Returns the descriptor for the SharedSetError enum
2904
+ #
2905
+ # @return [Google::Protobuf::EnumDescriptor] for the SharedSetError enum
2906
+ def self.shared_set_error
2907
+ require "google/ads/google_ads/v7/errors/shared_set_error_pb"
2908
+ Google::Ads::GoogleAds::V7::Errors::SharedSetErrorEnum::SharedSetError.descriptor
2901
2909
  end
2902
2910
 
2903
2911
  # Returns the descriptor for the SizeLimitError enum
@@ -2940,12 +2948,12 @@ module Google
2940
2948
  Google::Ads::GoogleAds::V7::Errors::TimeZoneErrorEnum::TimeZoneError.descriptor
2941
2949
  end
2942
2950
 
2943
- # Returns the descriptor for the UrlFieldError enum
2951
+ # Returns the descriptor for the UserDataError enum
2944
2952
  #
2945
- # @return [Google::Protobuf::EnumDescriptor] for the UrlFieldError enum
2946
- def self.url_field_error
2947
- require "google/ads/google_ads/v7/errors/url_field_error_pb"
2948
- Google::Ads::GoogleAds::V7::Errors::UrlFieldErrorEnum::UrlFieldError.descriptor
2953
+ # @return [Google::Protobuf::EnumDescriptor] for the UserDataError enum
2954
+ def self.user_data_error
2955
+ require "google/ads/google_ads/v7/errors/user_data_error_pb"
2956
+ Google::Ads::GoogleAds::V7::Errors::UserDataErrorEnum::UserDataError.descriptor
2949
2957
  end
2950
2958
 
2951
2959
  # Returns the descriptor for the UserListError enum
@@ -2956,14 +2964,6 @@ module Google
2956
2964
  Google::Ads::GoogleAds::V7::Errors::UserListErrorEnum::UserListError.descriptor
2957
2965
  end
2958
2966
 
2959
- # Returns the descriptor for the YoutubeVideoRegistrationError enum
2960
- #
2961
- # @return [Google::Protobuf::EnumDescriptor] for the YoutubeVideoRegistrationError enum
2962
- def self.youtube_video_registration_error
2963
- require "google/ads/google_ads/v7/errors/youtube_video_registration_error_pb"
2964
- Google::Ads::GoogleAds::V7::Errors::YoutubeVideoRegistrationErrorEnum::YoutubeVideoRegistrationError.descriptor
2965
- end
2966
-
2967
2967
  # Returns the descriptor for the QuotaRateScope enum
2968
2968
  #
2969
2969
  # @return [Google::Protobuf::EnumDescriptor] for the QuotaRateScope enum