google-ads-googleads 8.1.0 → 9.0.0

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