google-ads-googleads 11.0.0 → 14.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 (3772) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +16 -0
  3. data/README.md +3 -2
  4. data/lib/google/ads/google_ads/api_versions.rb +2 -2
  5. data/lib/google/ads/google_ads/factories.rb +21 -40
  6. data/lib/google/ads/google_ads/factories/v7/resources.rb +550 -550
  7. data/lib/google/ads/google_ads/factories/v8/enums.rb +3075 -0
  8. data/lib/google/ads/google_ads/factories/v8/operations.rb +5527 -0
  9. data/lib/google/ads/google_ads/factories/v8/resources.rb +7668 -0
  10. data/lib/google/ads/google_ads/factories/v8/services.rb +2704 -0
  11. data/lib/google/ads/google_ads/google_ads_client.rb +8 -14
  12. data/lib/google/ads/google_ads/interceptors/logging_interceptor.rb +11 -1
  13. data/lib/google/ads/google_ads/utils/build_path_lookup_class.rb +20 -9
  14. data/lib/google/ads/google_ads/utils/path_lookup_definer.rb +14 -16
  15. data/lib/google/ads/google_ads/utils/v8/path_lookup_util.rb +31 -0
  16. data/lib/google/ads/google_ads/v8/common/ad_asset_pb.rb +43 -0
  17. data/lib/google/ads/google_ads/v8/common/ad_type_infos_pb.rb +270 -0
  18. data/lib/google/ads/google_ads/v8/common/asset_policy_pb.rb +30 -0
  19. data/lib/google/ads/google_ads/v8/common/asset_types_pb.rb +141 -0
  20. data/lib/google/ads/google_ads/v8/common/bidding_pb.rb +78 -0
  21. data/lib/google/ads/google_ads/v8/common/click_location_pb.rb +29 -0
  22. data/lib/google/ads/google_ads/v8/common/criteria_pb.rb +333 -0
  23. data/lib/google/ads/google_ads/v8/common/criterion_category_availability_pb.rb +43 -0
  24. data/lib/google/ads/google_ads/v8/common/custom_parameter_pb.rb +26 -0
  25. data/lib/google/ads/google_ads/v8/common/dates_pb.rb +37 -0
  26. data/lib/google/ads/google_ads/v8/common/explorer_auto_optimizer_setting_pb.rb +25 -0
  27. data/lib/google/ads/google_ads/v8/common/extensions_pb.rb +153 -0
  28. data/lib/google/ads/google_ads/v8/common/feed_common_pb.rb +26 -0
  29. data/lib/google/ads/google_ads/v8/common/feed_item_set_filter_type_infos_pb.rb +36 -0
  30. data/lib/google/ads/google_ads/v8/common/final_app_url_pb.rb +27 -0
  31. data/lib/google/ads/google_ads/v8/common/frequency_cap_pb.rb +36 -0
  32. data/lib/google/ads/google_ads/v8/common/keyword_plan_common_pb.rb +73 -0
  33. data/lib/google/ads/google_ads/v8/common/matching_function_pb.rb +61 -0
  34. data/lib/google/ads/google_ads/v8/common/metrics_pb.rb +147 -0
  35. data/lib/google/ads/google_ads/v8/common/offline_user_data_pb.rb +101 -0
  36. data/lib/google/ads/google_ads/v8/common/policy_pb.rb +100 -0
  37. data/lib/google/ads/google_ads/v8/common/real_time_bidding_setting_pb.rb +25 -0
  38. data/lib/google/ads/google_ads/v8/common/segments_pb.rb +148 -0
  39. data/lib/google/ads/google_ads/v8/common/simulation_pb.rb +152 -0
  40. data/lib/google/ads/google_ads/v8/common/tag_snippet_pb.rb +30 -0
  41. data/lib/google/ads/google_ads/v8/common/targeting_setting_pb.rb +44 -0
  42. data/lib/google/ads/google_ads/v8/common/text_label_pb.rb +26 -0
  43. data/lib/google/ads/google_ads/v8/common/url_collection_pb.rb +28 -0
  44. data/lib/google/ads/google_ads/v8/common/user_lists_pb.rb +123 -0
  45. data/lib/google/ads/google_ads/v8/common/value_pb.rb +31 -0
  46. data/lib/google/ads/google_ads/v8/enums/access_invitation_status_pb.rb +32 -0
  47. data/lib/google/ads/google_ads/v8/enums/access_reason_pb.rb +34 -0
  48. data/lib/google/ads/google_ads/v8/enums/access_role_pb.rb +33 -0
  49. data/lib/google/ads/google_ads/v8/enums/account_budget_proposal_status_pb.rb +34 -0
  50. data/lib/google/ads/google_ads/v8/enums/account_budget_proposal_type_pb.rb +33 -0
  51. data/lib/google/ads/google_ads/v8/enums/account_budget_status_pb.rb +32 -0
  52. data/lib/google/ads/google_ads/v8/enums/account_link_status_pb.rb +35 -0
  53. data/lib/google/ads/google_ads/v8/enums/ad_customizer_placeholder_field_pb.rb +33 -0
  54. data/lib/google/ads/google_ads/v8/enums/ad_destination_type_pb.rb +40 -0
  55. data/lib/google/ads/google_ads/v8/enums/ad_group_ad_rotation_mode_pb.rb +31 -0
  56. data/lib/google/ads/google_ads/v8/enums/ad_group_ad_status_pb.rb +32 -0
  57. data/lib/google/ads/google_ads/v8/enums/ad_group_criterion_approval_status_pb.rb +33 -0
  58. data/lib/google/ads/google_ads/v8/enums/ad_group_criterion_status_pb.rb +32 -0
  59. data/lib/google/ads/google_ads/v8/enums/ad_group_status_pb.rb +32 -0
  60. data/lib/google/ads/google_ads/v8/enums/ad_group_type_pb.rb +45 -0
  61. data/lib/google/ads/google_ads/v8/enums/ad_network_type_pb.rb +35 -0
  62. data/lib/google/ads/google_ads/v8/enums/ad_serving_optimization_status_pb.rb +34 -0
  63. data/lib/google/ads/google_ads/v8/enums/ad_strength_pb.rb +35 -0
  64. data/lib/google/ads/google_ads/v8/enums/ad_type_pb.rb +56 -0
  65. data/lib/google/ads/google_ads/v8/enums/advertising_channel_sub_type_pb.rb +45 -0
  66. data/lib/google/ads/google_ads/v8/enums/advertising_channel_type_pb.rb +37 -0
  67. data/lib/google/ads/google_ads/v8/enums/affiliate_location_feed_relationship_type_pb.rb +30 -0
  68. data/lib/google/ads/google_ads/v8/enums/affiliate_location_placeholder_field_pb.rb +40 -0
  69. data/lib/google/ads/google_ads/v8/enums/age_range_type_pb.rb +36 -0
  70. data/lib/google/ads/google_ads/v8/enums/app_campaign_app_store_pb.rb +31 -0
  71. data/lib/google/ads/google_ads/v8/enums/app_campaign_bidding_strategy_goal_type_pb.rb +33 -0
  72. data/lib/google/ads/google_ads/v8/enums/app_payment_model_type_pb.rb +30 -0
  73. data/lib/google/ads/google_ads/v8/enums/app_placeholder_field_pb.rb +37 -0
  74. data/lib/google/ads/google_ads/v8/enums/app_store_pb.rb +31 -0
  75. data/lib/google/ads/google_ads/v8/enums/app_url_operating_system_type_pb.rb +31 -0
  76. data/lib/google/ads/google_ads/v8/enums/asset_field_type_pb.rb +41 -0
  77. data/lib/google/ads/google_ads/v8/enums/asset_link_status_pb.rb +32 -0
  78. data/lib/google/ads/google_ads/v8/enums/asset_performance_label_pb.rb +34 -0
  79. data/lib/google/ads/google_ads/v8/enums/asset_type_pb.rb +39 -0
  80. data/lib/google/ads/google_ads/v8/enums/attribution_model_pb.rb +36 -0
  81. data/lib/google/ads/google_ads/v8/enums/batch_job_status_pb.rb +32 -0
  82. data/lib/google/ads/google_ads/v8/enums/bid_modifier_source_pb.rb +31 -0
  83. data/lib/google/ads/google_ads/v8/enums/bidding_source_pb.rb +32 -0
  84. data/lib/google/ads/google_ads/v8/enums/bidding_strategy_status_pb.rb +31 -0
  85. data/lib/google/ads/google_ads/v8/enums/bidding_strategy_type_pb.rb +45 -0
  86. data/lib/google/ads/google_ads/v8/enums/billing_setup_status_pb.rb +33 -0
  87. data/lib/google/ads/google_ads/v8/enums/brand_safety_suitability_pb.rb +32 -0
  88. data/lib/google/ads/google_ads/v8/enums/budget_campaign_association_status_pb.rb +31 -0
  89. data/lib/google/ads/google_ads/v8/enums/budget_delivery_method_pb.rb +31 -0
  90. data/lib/google/ads/google_ads/v8/enums/budget_period_pb.rb +31 -0
  91. data/lib/google/ads/google_ads/v8/enums/budget_status_pb.rb +31 -0
  92. data/lib/google/ads/google_ads/v8/enums/budget_type_pb.rb +33 -0
  93. data/lib/google/ads/google_ads/v8/enums/call_conversion_reporting_state_pb.rb +32 -0
  94. data/lib/google/ads/google_ads/v8/enums/call_placeholder_field_pb.rb +34 -0
  95. data/lib/google/ads/google_ads/v8/enums/call_tracking_display_location_pb.rb +31 -0
  96. data/lib/google/ads/google_ads/v8/enums/call_type_pb.rb +31 -0
  97. data/lib/google/ads/google_ads/v8/enums/callout_placeholder_field_pb.rb +30 -0
  98. data/lib/google/ads/google_ads/v8/enums/campaign_criterion_status_pb.rb +32 -0
  99. data/lib/google/ads/google_ads/v8/enums/campaign_draft_status_pb.rb +34 -0
  100. data/lib/google/ads/google_ads/v8/enums/campaign_experiment_status_pb.rb +38 -0
  101. data/lib/google/ads/google_ads/v8/enums/campaign_experiment_traffic_split_type_pb.rb +31 -0
  102. data/lib/google/ads/google_ads/v8/enums/campaign_experiment_type_pb.rb +32 -0
  103. data/lib/google/ads/google_ads/v8/enums/campaign_serving_status_pb.rb +34 -0
  104. data/lib/google/ads/google_ads/v8/enums/campaign_shared_set_status_pb.rb +31 -0
  105. data/lib/google/ads/google_ads/v8/enums/campaign_status_pb.rb +32 -0
  106. data/lib/google/ads/google_ads/v8/enums/change_client_type_pb.rb +41 -0
  107. data/lib/google/ads/google_ads/v8/enums/change_event_resource_type_pb.rb +45 -0
  108. data/lib/google/ads/google_ads/v8/enums/change_status_operation_pb.rb +32 -0
  109. data/lib/google/ads/google_ads/v8/enums/change_status_resource_type_pb.rb +45 -0
  110. data/lib/google/ads/google_ads/v8/enums/click_type_pb.rb +82 -0
  111. data/lib/google/ads/google_ads/v8/enums/combined_audience_status_pb.rb +31 -0
  112. data/lib/google/ads/google_ads/v8/enums/content_label_type_pb.rb +44 -0
  113. data/lib/google/ads/google_ads/v8/enums/conversion_action_category_pb.rb +49 -0
  114. data/lib/google/ads/google_ads/v8/enums/conversion_action_counting_type_pb.rb +31 -0
  115. data/lib/google/ads/google_ads/v8/enums/conversion_action_status_pb.rb +32 -0
  116. data/lib/google/ads/google_ads/v8/enums/conversion_action_type_pb.rb +64 -0
  117. data/lib/google/ads/google_ads/v8/enums/conversion_adjustment_type_pb.rb +32 -0
  118. data/lib/google/ads/google_ads/v8/enums/conversion_attribution_event_type_pb.rb +31 -0
  119. data/lib/google/ads/google_ads/v8/enums/conversion_custom_variable_status_pb.rb +32 -0
  120. data/lib/google/ads/google_ads/v8/enums/conversion_lag_bucket_pb.rb +48 -0
  121. data/lib/google/ads/google_ads/v8/enums/conversion_or_adjustment_lag_bucket_pb.rb +70 -0
  122. data/lib/google/ads/google_ads/v8/enums/conversion_value_rule_primary_dimension_pb.rb +36 -0
  123. data/lib/google/ads/google_ads/v8/enums/conversion_value_rule_set_status_pb.rb +32 -0
  124. data/lib/google/ads/google_ads/v8/enums/conversion_value_rule_status_pb.rb +32 -0
  125. data/lib/google/ads/google_ads/v8/enums/criterion_category_channel_availability_mode_pb.rb +32 -0
  126. data/lib/google/ads/google_ads/v8/enums/criterion_category_locale_availability_mode_pb.rb +33 -0
  127. data/lib/google/ads/google_ads/v8/enums/criterion_system_serving_status_pb.rb +31 -0
  128. data/lib/google/ads/google_ads/v8/enums/criterion_type_pb.rb +62 -0
  129. data/lib/google/ads/google_ads/v8/enums/custom_audience_member_type_pb.rb +33 -0
  130. data/lib/google/ads/google_ads/v8/enums/custom_audience_status_pb.rb +31 -0
  131. data/lib/google/ads/google_ads/v8/enums/custom_audience_type_pb.rb +33 -0
  132. data/lib/google/ads/google_ads/v8/enums/custom_interest_member_type_pb.rb +31 -0
  133. data/lib/google/ads/google_ads/v8/enums/custom_interest_status_pb.rb +31 -0
  134. data/lib/google/ads/google_ads/v8/enums/custom_interest_type_pb.rb +31 -0
  135. data/lib/google/ads/google_ads/v8/enums/custom_placeholder_field_pb.rb +49 -0
  136. data/lib/google/ads/google_ads/v8/enums/customer_match_upload_key_type_pb.rb +32 -0
  137. data/lib/google/ads/google_ads/v8/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +36 -0
  138. data/lib/google/ads/google_ads/v8/enums/data_driven_model_status_pb.rb +33 -0
  139. data/lib/google/ads/google_ads/v8/enums/day_of_week_pb.rb +36 -0
  140. data/lib/google/ads/google_ads/v8/enums/device_pb.rb +34 -0
  141. data/lib/google/ads/google_ads/v8/enums/display_ad_format_setting_pb.rb +32 -0
  142. data/lib/google/ads/google_ads/v8/enums/display_upload_product_type_pb.rb +39 -0
  143. data/lib/google/ads/google_ads/v8/enums/distance_bucket_pb.rb +56 -0
  144. data/lib/google/ads/google_ads/v8/enums/dsa_page_feed_criterion_field_pb.rb +31 -0
  145. data/lib/google/ads/google_ads/v8/enums/education_placeholder_field_pb.rb +46 -0
  146. data/lib/google/ads/google_ads/v8/enums/extension_setting_device_pb.rb +31 -0
  147. data/lib/google/ads/google_ads/v8/enums/extension_type_pb.rb +42 -0
  148. data/lib/google/ads/google_ads/v8/enums/external_conversion_source_pb.rb +56 -0
  149. data/lib/google/ads/google_ads/v8/enums/feed_attribute_type_pb.rb +42 -0
  150. data/lib/google/ads/google_ads/v8/enums/feed_item_quality_approval_status_pb.rb +31 -0
  151. data/lib/google/ads/google_ads/v8/enums/feed_item_quality_disapproval_reason_pb.rb +47 -0
  152. data/lib/google/ads/google_ads/v8/enums/feed_item_set_status_pb.rb +31 -0
  153. data/lib/google/ads/google_ads/v8/enums/feed_item_set_string_filter_type_pb.rb +30 -0
  154. data/lib/google/ads/google_ads/v8/enums/feed_item_status_pb.rb +31 -0
  155. data/lib/google/ads/google_ads/v8/enums/feed_item_target_device_pb.rb +30 -0
  156. data/lib/google/ads/google_ads/v8/enums/feed_item_target_status_pb.rb +31 -0
  157. data/lib/google/ads/google_ads/v8/enums/feed_item_target_type_pb.rb +32 -0
  158. data/lib/google/ads/google_ads/v8/enums/feed_item_validation_status_pb.rb +32 -0
  159. data/lib/google/ads/google_ads/v8/enums/feed_link_status_pb.rb +31 -0
  160. data/lib/google/ads/google_ads/v8/enums/feed_mapping_criterion_type_pb.rb +31 -0
  161. data/lib/google/ads/google_ads/v8/enums/feed_mapping_status_pb.rb +31 -0
  162. data/lib/google/ads/google_ads/v8/enums/feed_origin_pb.rb +31 -0
  163. data/lib/google/ads/google_ads/v8/enums/feed_status_pb.rb +31 -0
  164. data/lib/google/ads/google_ads/v8/enums/flight_placeholder_field_pb.rb +46 -0
  165. data/lib/google/ads/google_ads/v8/enums/frequency_cap_event_type_pb.rb +31 -0
  166. data/lib/google/ads/google_ads/v8/enums/frequency_cap_level_pb.rb +32 -0
  167. data/lib/google/ads/google_ads/v8/enums/frequency_cap_time_unit_pb.rb +32 -0
  168. data/lib/google/ads/google_ads/v8/enums/gender_type_pb.rb +32 -0
  169. data/lib/google/ads/google_ads/v8/enums/geo_target_constant_status_pb.rb +31 -0
  170. data/lib/google/ads/google_ads/v8/enums/geo_targeting_restriction_pb.rb +30 -0
  171. data/lib/google/ads/google_ads/v8/enums/geo_targeting_type_pb.rb +31 -0
  172. data/lib/google/ads/google_ads/v8/enums/google_ads_field_category_pb.rb +33 -0
  173. data/lib/google/ads/google_ads/v8/enums/google_ads_field_data_type_pb.rb +40 -0
  174. data/lib/google/ads/google_ads/v8/enums/google_voice_call_status_pb.rb +31 -0
  175. data/lib/google/ads/google_ads/v8/enums/hotel_date_selection_type_pb.rb +31 -0
  176. data/lib/google/ads/google_ads/v8/enums/hotel_placeholder_field_pb.rb +49 -0
  177. data/lib/google/ads/google_ads/v8/enums/hotel_price_bucket_pb.rb +33 -0
  178. data/lib/google/ads/google_ads/v8/enums/hotel_rate_type_pb.rb +33 -0
  179. data/lib/google/ads/google_ads/v8/enums/image_placeholder_field_pb.rb +30 -0
  180. data/lib/google/ads/google_ads/v8/enums/income_range_type_pb.rb +36 -0
  181. data/lib/google/ads/google_ads/v8/enums/interaction_event_type_pb.rb +33 -0
  182. data/lib/google/ads/google_ads/v8/enums/interaction_type_pb.rb +30 -0
  183. data/lib/google/ads/google_ads/v8/enums/invoice_type_pb.rb +31 -0
  184. data/lib/google/ads/google_ads/v8/enums/job_placeholder_field_pb.rb +46 -0
  185. data/lib/google/ads/google_ads/v8/enums/keyword_match_type_pb.rb +32 -0
  186. data/lib/google/ads/google_ads/v8/enums/keyword_plan_aggregate_metric_type_pb.rb +30 -0
  187. data/lib/google/ads/google_ads/v8/enums/keyword_plan_competition_level_pb.rb +32 -0
  188. data/lib/google/ads/google_ads/v8/enums/keyword_plan_concept_group_type_pb.rb +32 -0
  189. data/lib/google/ads/google_ads/v8/enums/keyword_plan_forecast_interval_pb.rb +32 -0
  190. data/lib/google/ads/google_ads/v8/enums/keyword_plan_keyword_annotation_pb.rb +30 -0
  191. data/lib/google/ads/google_ads/v8/enums/keyword_plan_network_pb.rb +31 -0
  192. data/lib/google/ads/google_ads/v8/enums/label_status_pb.rb +31 -0
  193. data/lib/google/ads/google_ads/v8/enums/lead_form_call_to_action_type_pb.rb +43 -0
  194. data/lib/google/ads/google_ads/v8/enums/lead_form_desired_intent_pb.rb +31 -0
  195. data/lib/google/ads/google_ads/v8/enums/lead_form_field_user_input_type_pb.rb +89 -0
  196. data/lib/google/ads/google_ads/v8/enums/lead_form_post_submit_call_to_action_type_pb.rb +33 -0
  197. data/lib/google/ads/google_ads/v8/enums/legacy_app_install_ad_app_store_pb.rb +34 -0
  198. data/lib/google/ads/google_ads/v8/enums/linked_account_type_pb.rb +32 -0
  199. data/lib/google/ads/google_ads/v8/enums/listing_group_type_pb.rb +31 -0
  200. data/lib/google/ads/google_ads/v8/enums/local_placeholder_field_pb.rb +48 -0
  201. data/lib/google/ads/google_ads/v8/enums/location_extension_targeting_criterion_field_pb.rb +35 -0
  202. data/lib/google/ads/google_ads/v8/enums/location_group_radius_units_pb.rb +32 -0
  203. data/lib/google/ads/google_ads/v8/enums/location_placeholder_field_pb.rb +37 -0
  204. data/lib/google/ads/google_ads/v8/enums/location_source_type_pb.rb +31 -0
  205. data/lib/google/ads/google_ads/v8/enums/manager_link_status_pb.rb +34 -0
  206. data/lib/google/ads/google_ads/v8/enums/matching_function_context_type_pb.rb +32 -0
  207. data/lib/google/ads/google_ads/v8/enums/matching_function_operator_pb.rb +34 -0
  208. data/lib/google/ads/google_ads/v8/enums/media_type_pb.rb +35 -0
  209. data/lib/google/ads/google_ads/v8/enums/merchant_center_link_status_pb.rb +31 -0
  210. data/lib/google/ads/google_ads/v8/enums/message_placeholder_field_pb.rb +34 -0
  211. data/lib/google/ads/google_ads/v8/enums/mime_type_pb.rb +41 -0
  212. data/lib/google/ads/google_ads/v8/enums/minute_of_hour_pb.rb +33 -0
  213. data/lib/google/ads/google_ads/v8/enums/mobile_app_vendor_pb.rb +31 -0
  214. data/lib/google/ads/google_ads/v8/enums/mobile_device_type_pb.rb +31 -0
  215. data/lib/google/ads/google_ads/v8/enums/month_of_year_pb.rb +41 -0
  216. data/lib/google/ads/google_ads/v8/enums/negative_geo_target_type_pb.rb +31 -0
  217. data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_failure_reason_pb.rb +31 -0
  218. data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_status_pb.rb +33 -0
  219. data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_type_pb.rb +33 -0
  220. data/lib/google/ads/google_ads/v8/enums/operating_system_version_operator_type_pb.rb +31 -0
  221. data/lib/google/ads/google_ads/v8/enums/optimization_goal_type_pb.rb +31 -0
  222. data/lib/google/ads/google_ads/v8/enums/parental_status_type_pb.rb +32 -0
  223. data/lib/google/ads/google_ads/v8/enums/payment_mode_pb.rb +33 -0
  224. data/lib/google/ads/google_ads/v8/enums/placeholder_type_pb.rb +49 -0
  225. data/lib/google/ads/google_ads/v8/enums/placement_type_pb.rb +34 -0
  226. data/lib/google/ads/google_ads/v8/enums/policy_approval_status_pb.rb +33 -0
  227. data/lib/google/ads/google_ads/v8/enums/policy_review_status_pb.rb +33 -0
  228. data/lib/google/ads/google_ads/v8/enums/policy_topic_entry_type_pb.rb +35 -0
  229. data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +34 -0
  230. data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_not_working_device_pb.rb +32 -0
  231. data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +31 -0
  232. data/lib/google/ads/google_ads/v8/enums/positive_geo_target_type_pb.rb +32 -0
  233. data/lib/google/ads/google_ads/v8/enums/preferred_content_type_pb.rb +30 -0
  234. data/lib/google/ads/google_ads/v8/enums/price_extension_price_qualifier_pb.rb +32 -0
  235. data/lib/google/ads/google_ads/v8/enums/price_extension_price_unit_pb.rb +35 -0
  236. data/lib/google/ads/google_ads/v8/enums/price_extension_type_pb.rb +38 -0
  237. data/lib/google/ads/google_ads/v8/enums/price_placeholder_field_pb.rb +82 -0
  238. data/lib/google/ads/google_ads/v8/enums/product_bidding_category_level_pb.rb +34 -0
  239. data/lib/google/ads/google_ads/v8/enums/product_bidding_category_status_pb.rb +31 -0
  240. data/lib/google/ads/google_ads/v8/enums/product_channel_exclusivity_pb.rb +31 -0
  241. data/lib/google/ads/google_ads/v8/enums/product_channel_pb.rb +31 -0
  242. data/lib/google/ads/google_ads/v8/enums/product_condition_pb.rb +32 -0
  243. data/lib/google/ads/google_ads/v8/enums/product_custom_attribute_index_pb.rb +34 -0
  244. data/lib/google/ads/google_ads/v8/enums/product_type_level_pb.rb +34 -0
  245. data/lib/google/ads/google_ads/v8/enums/promotion_extension_discount_modifier_pb.rb +30 -0
  246. data/lib/google/ads/google_ads/v8/enums/promotion_extension_occasion_pb.rb +66 -0
  247. data/lib/google/ads/google_ads/v8/enums/promotion_placeholder_field_pb.rb +43 -0
  248. data/lib/google/ads/google_ads/v8/enums/proximity_radius_units_pb.rb +31 -0
  249. data/lib/google/ads/google_ads/v8/enums/quality_score_bucket_pb.rb +32 -0
  250. data/lib/google/ads/google_ads/v8/enums/reach_plan_ad_length_pb.rb +32 -0
  251. data/lib/google/ads/google_ads/v8/enums/reach_plan_age_range_pb.rb +55 -0
  252. data/lib/google/ads/google_ads/v8/enums/reach_plan_network_pb.rb +32 -0
  253. data/lib/google/ads/google_ads/v8/enums/real_estate_placeholder_field_pb.rb +47 -0
  254. data/lib/google/ads/google_ads/v8/enums/recommendation_type_pb.rb +47 -0
  255. data/lib/google/ads/google_ads/v8/enums/resource_change_operation_pb.rb +32 -0
  256. data/lib/google/ads/google_ads/v8/enums/resource_limit_type_pb.rb +116 -0
  257. data/lib/google/ads/google_ads/v8/enums/response_content_type_pb.rb +30 -0
  258. data/lib/google/ads/google_ads/v8/enums/search_engine_results_page_type_pb.rb +32 -0
  259. data/lib/google/ads/google_ads/v8/enums/search_term_match_type_pb.rb +34 -0
  260. data/lib/google/ads/google_ads/v8/enums/search_term_targeting_status_pb.rb +33 -0
  261. data/lib/google/ads/google_ads/v8/enums/seasonality_event_scope_pb.rb +32 -0
  262. data/lib/google/ads/google_ads/v8/enums/seasonality_event_status_pb.rb +31 -0
  263. data/lib/google/ads/google_ads/v8/enums/served_asset_field_type_pb.rb +34 -0
  264. data/lib/google/ads/google_ads/v8/enums/shared_set_status_pb.rb +31 -0
  265. data/lib/google/ads/google_ads/v8/enums/shared_set_type_pb.rb +31 -0
  266. data/lib/google/ads/google_ads/v8/enums/simulation_modification_method_pb.rb +32 -0
  267. data/lib/google/ads/google_ads/v8/enums/simulation_type_pb.rb +37 -0
  268. data/lib/google/ads/google_ads/v8/enums/sitelink_placeholder_field_pb.rb +36 -0
  269. data/lib/google/ads/google_ads/v8/enums/slot_pb.rb +36 -0
  270. data/lib/google/ads/google_ads/v8/enums/spending_limit_type_pb.rb +30 -0
  271. data/lib/google/ads/google_ads/v8/enums/structured_snippet_placeholder_field_pb.rb +31 -0
  272. data/lib/google/ads/google_ads/v8/enums/summary_row_setting_pb.rb +32 -0
  273. data/lib/google/ads/google_ads/v8/enums/system_managed_entity_source_pb.rb +30 -0
  274. data/lib/google/ads/google_ads/v8/enums/target_cpa_opt_in_recommendation_goal_pb.rb +33 -0
  275. data/lib/google/ads/google_ads/v8/enums/target_impression_share_location_pb.rb +32 -0
  276. data/lib/google/ads/google_ads/v8/enums/targeting_dimension_pb.rb +37 -0
  277. data/lib/google/ads/google_ads/v8/enums/time_type_pb.rb +31 -0
  278. data/lib/google/ads/google_ads/v8/enums/tracking_code_page_format_pb.rb +31 -0
  279. data/lib/google/ads/google_ads/v8/enums/tracking_code_type_pb.rb +33 -0
  280. data/lib/google/ads/google_ads/v8/enums/travel_placeholder_field_pb.rb +49 -0
  281. data/lib/google/ads/google_ads/v8/enums/user_identifier_source_pb.rb +31 -0
  282. data/lib/google/ads/google_ads/v8/enums/user_interest_taxonomy_type_pb.rb +34 -0
  283. data/lib/google/ads/google_ads/v8/enums/user_list_access_status_pb.rb +31 -0
  284. data/lib/google/ads/google_ads/v8/enums/user_list_closing_reason_pb.rb +30 -0
  285. data/lib/google/ads/google_ads/v8/enums/user_list_combined_rule_operator_pb.rb +31 -0
  286. data/lib/google/ads/google_ads/v8/enums/user_list_crm_data_source_type_pb.rb +32 -0
  287. data/lib/google/ads/google_ads/v8/enums/user_list_date_rule_item_operator_pb.rb +33 -0
  288. data/lib/google/ads/google_ads/v8/enums/user_list_logical_rule_operator_pb.rb +32 -0
  289. data/lib/google/ads/google_ads/v8/enums/user_list_membership_status_pb.rb +31 -0
  290. data/lib/google/ads/google_ads/v8/enums/user_list_number_rule_item_operator_pb.rb +35 -0
  291. data/lib/google/ads/google_ads/v8/enums/user_list_prepopulation_status_pb.rb +32 -0
  292. data/lib/google/ads/google_ads/v8/enums/user_list_rule_type_pb.rb +31 -0
  293. data/lib/google/ads/google_ads/v8/enums/user_list_size_range_pb.rb +45 -0
  294. data/lib/google/ads/google_ads/v8/enums/user_list_string_rule_item_operator_pb.rb +37 -0
  295. data/lib/google/ads/google_ads/v8/enums/user_list_type_pb.rb +35 -0
  296. data/lib/google/ads/google_ads/v8/enums/value_rule_device_type_pb.rb +32 -0
  297. data/lib/google/ads/google_ads/v8/enums/value_rule_geo_location_match_type_pb.rb +31 -0
  298. data/lib/google/ads/google_ads/v8/enums/value_rule_operation_pb.rb +32 -0
  299. data/lib/google/ads/google_ads/v8/enums/value_rule_set_attachment_type_pb.rb +31 -0
  300. data/lib/google/ads/google_ads/v8/enums/value_rule_set_dimension_pb.rb +32 -0
  301. data/lib/google/ads/google_ads/v8/enums/vanity_pharma_display_url_mode_pb.rb +31 -0
  302. data/lib/google/ads/google_ads/v8/enums/vanity_pharma_text_pb.rb +41 -0
  303. data/lib/google/ads/google_ads/v8/enums/webpage_condition_operand_pb.rb +34 -0
  304. data/lib/google/ads/google_ads/v8/enums/webpage_condition_operator_pb.rb +31 -0
  305. data/lib/google/ads/google_ads/v8/errors/access_invitation_error_pb.rb +37 -0
  306. data/lib/google/ads/google_ads/v8/errors/account_budget_proposal_error_pb.rb +53 -0
  307. data/lib/google/ads/google_ads/v8/errors/account_link_error_pb.rb +30 -0
  308. data/lib/google/ads/google_ads/v8/errors/ad_customizer_error_pb.rb +34 -0
  309. data/lib/google/ads/google_ads/v8/errors/ad_error_pb.rb +175 -0
  310. data/lib/google/ads/google_ads/v8/errors/ad_group_ad_error_pb.rb +40 -0
  311. data/lib/google/ads/google_ads/v8/errors/ad_group_bid_modifier_error_pb.rb +31 -0
  312. data/lib/google/ads/google_ads/v8/errors/ad_group_criterion_error_pb.rb +57 -0
  313. data/lib/google/ads/google_ads/v8/errors/ad_group_error_pb.rb +43 -0
  314. data/lib/google/ads/google_ads/v8/errors/ad_group_feed_error_pb.rb +36 -0
  315. data/lib/google/ads/google_ads/v8/errors/ad_parameter_error_pb.rb +31 -0
  316. data/lib/google/ads/google_ads/v8/errors/ad_sharing_error_pb.rb +32 -0
  317. data/lib/google/ads/google_ads/v8/errors/adx_error_pb.rb +30 -0
  318. data/lib/google/ads/google_ads/v8/errors/asset_error_pb.rb +45 -0
  319. data/lib/google/ads/google_ads/v8/errors/asset_link_error_pb.rb +44 -0
  320. data/lib/google/ads/google_ads/v8/errors/authentication_error_pb.rb +47 -0
  321. data/lib/google/ads/google_ads/v8/errors/authorization_error_pb.rb +42 -0
  322. data/lib/google/ads/google_ads/v8/errors/batch_job_error_pb.rb +35 -0
  323. data/lib/google/ads/google_ads/v8/errors/bidding_error_pb.rb +53 -0
  324. data/lib/google/ads/google_ads/v8/errors/bidding_strategy_error_pb.rb +34 -0
  325. data/lib/google/ads/google_ads/v8/errors/billing_setup_error_pb.rb +46 -0
  326. data/lib/google/ads/google_ads/v8/errors/campaign_budget_error_pb.rb +45 -0
  327. data/lib/google/ads/google_ads/v8/errors/campaign_criterion_error_pb.rb +45 -0
  328. data/lib/google/ads/google_ads/v8/errors/campaign_draft_error_pb.rb +39 -0
  329. data/lib/google/ads/google_ads/v8/errors/campaign_error_pb.rb +72 -0
  330. data/lib/google/ads/google_ads/v8/errors/campaign_experiment_error_pb.rb +39 -0
  331. data/lib/google/ads/google_ads/v8/errors/campaign_feed_error_pb.rb +36 -0
  332. data/lib/google/ads/google_ads/v8/errors/campaign_shared_set_error_pb.rb +30 -0
  333. data/lib/google/ads/google_ads/v8/errors/change_event_error_pb.rb +34 -0
  334. data/lib/google/ads/google_ads/v8/errors/change_status_error_pb.rb +34 -0
  335. data/lib/google/ads/google_ads/v8/errors/collection_size_error_pb.rb +31 -0
  336. data/lib/google/ads/google_ads/v8/errors/context_error_pb.rb +31 -0
  337. data/lib/google/ads/google_ads/v8/errors/conversion_action_error_pb.rb +39 -0
  338. data/lib/google/ads/google_ads/v8/errors/conversion_adjustment_upload_error_pb.rb +45 -0
  339. data/lib/google/ads/google_ads/v8/errors/conversion_custom_variable_error_pb.rb +31 -0
  340. data/lib/google/ads/google_ads/v8/errors/conversion_upload_error_pb.rb +60 -0
  341. data/lib/google/ads/google_ads/v8/errors/conversion_value_rule_error_pb.rb +41 -0
  342. data/lib/google/ads/google_ads/v8/errors/conversion_value_rule_set_error_pb.rb +38 -0
  343. data/lib/google/ads/google_ads/v8/errors/country_code_error_pb.rb +30 -0
  344. data/lib/google/ads/google_ads/v8/errors/criterion_error_pb.rb +155 -0
  345. data/lib/google/ads/google_ads/v8/errors/currency_code_error_pb.rb +30 -0
  346. data/lib/google/ads/google_ads/v8/errors/custom_audience_error_pb.rb +37 -0
  347. data/lib/google/ads/google_ads/v8/errors/custom_interest_error_pb.rb +36 -0
  348. data/lib/google/ads/google_ads/v8/errors/customer_client_link_error_pb.rb +37 -0
  349. data/lib/google/ads/google_ads/v8/errors/customer_error_pb.rb +31 -0
  350. data/lib/google/ads/google_ads/v8/errors/customer_feed_error_pb.rb +36 -0
  351. data/lib/google/ads/google_ads/v8/errors/customer_manager_link_error_pb.rb +38 -0
  352. data/lib/google/ads/google_ads/v8/errors/customer_user_access_error_pb.rb +34 -0
  353. data/lib/google/ads/google_ads/v8/errors/database_error_pb.rb +32 -0
  354. data/lib/google/ads/google_ads/v8/errors/date_error_pb.rb +39 -0
  355. data/lib/google/ads/google_ads/v8/errors/date_range_error_pb.rb +34 -0
  356. data/lib/google/ads/google_ads/v8/errors/distinct_error_pb.rb +31 -0
  357. data/lib/google/ads/google_ads/v8/errors/enum_error_pb.rb +30 -0
  358. data/lib/google/ads/google_ads/v8/errors/errors_pb.rb +334 -0
  359. data/lib/google/ads/google_ads/v8/errors/extension_feed_item_error_pb.rb +74 -0
  360. data/lib/google/ads/google_ads/v8/errors/extension_setting_error_pb.rb +94 -0
  361. data/lib/google/ads/google_ads/v8/errors/feed_attribute_reference_error_pb.rb +32 -0
  362. data/lib/google/ads/google_ads/v8/errors/feed_error_pb.rb +51 -0
  363. data/lib/google/ads/google_ads/v8/errors/feed_item_error_pb.rb +38 -0
  364. data/lib/google/ads/google_ads/v8/errors/feed_item_set_error_pb.rb +36 -0
  365. data/lib/google/ads/google_ads/v8/errors/feed_item_set_link_error_pb.rb +31 -0
  366. data/lib/google/ads/google_ads/v8/errors/feed_item_target_error_pb.rb +37 -0
  367. data/lib/google/ads/google_ads/v8/errors/feed_item_validation_error_pb.rb +134 -0
  368. data/lib/google/ads/google_ads/v8/errors/feed_mapping_error_pb.rb +46 -0
  369. data/lib/google/ads/google_ads/v8/errors/field_error_pb.rb +36 -0
  370. data/lib/google/ads/google_ads/v8/errors/field_mask_error_pb.rb +33 -0
  371. data/lib/google/ads/google_ads/v8/errors/function_error_pb.rb +45 -0
  372. data/lib/google/ads/google_ads/v8/errors/function_parsing_error_pb.rb +40 -0
  373. data/lib/google/ads/google_ads/v8/errors/geo_target_constant_suggestion_error_pb.rb +33 -0
  374. data/lib/google/ads/google_ads/v8/errors/header_error_pb.rb +31 -0
  375. data/lib/google/ads/google_ads/v8/errors/id_error_pb.rb +30 -0
  376. data/lib/google/ads/google_ads/v8/errors/image_error_pb.rb +68 -0
  377. data/lib/google/ads/google_ads/v8/errors/internal_error_pb.rb +33 -0
  378. data/lib/google/ads/google_ads/v8/errors/invoice_error_pb.rb +32 -0
  379. data/lib/google/ads/google_ads/v8/errors/keyword_plan_ad_group_error_pb.rb +31 -0
  380. data/lib/google/ads/google_ads/v8/errors/keyword_plan_ad_group_keyword_error_pb.rb +36 -0
  381. data/lib/google/ads/google_ads/v8/errors/keyword_plan_campaign_error_pb.rb +35 -0
  382. data/lib/google/ads/google_ads/v8/errors/keyword_plan_campaign_keyword_error_pb.rb +30 -0
  383. data/lib/google/ads/google_ads/v8/errors/keyword_plan_error_pb.rb +43 -0
  384. data/lib/google/ads/google_ads/v8/errors/keyword_plan_idea_error_pb.rb +31 -0
  385. data/lib/google/ads/google_ads/v8/errors/label_error_pb.rb +38 -0
  386. data/lib/google/ads/google_ads/v8/errors/language_code_error_pb.rb +31 -0
  387. data/lib/google/ads/google_ads/v8/errors/list_operation_error_pb.rb +31 -0
  388. data/lib/google/ads/google_ads/v8/errors/manager_link_error_pb.rb +46 -0
  389. data/lib/google/ads/google_ads/v8/errors/media_bundle_error_pb.rb +51 -0
  390. data/lib/google/ads/google_ads/v8/errors/media_file_error_pb.rb +52 -0
  391. data/lib/google/ads/google_ads/v8/errors/media_upload_error_pb.rb +63 -0
  392. data/lib/google/ads/google_ads/v8/errors/multiplier_error_pb.rb +41 -0
  393. data/lib/google/ads/google_ads/v8/errors/mutate_error_pb.rb +37 -0
  394. data/lib/google/ads/google_ads/v8/errors/new_resource_creation_error_pb.rb +32 -0
  395. data/lib/google/ads/google_ads/v8/errors/not_allowlisted_error_pb.rb +30 -0
  396. data/lib/google/ads/google_ads/v8/errors/not_empty_error_pb.rb +30 -0
  397. data/lib/google/ads/google_ads/v8/errors/null_error_pb.rb +30 -0
  398. data/lib/google/ads/google_ads/v8/errors/offline_user_data_job_error_pb.rb +61 -0
  399. data/lib/google/ads/google_ads/v8/errors/operation_access_denied_error_pb.rb +39 -0
  400. data/lib/google/ads/google_ads/v8/errors/operator_error_pb.rb +30 -0
  401. data/lib/google/ads/google_ads/v8/errors/partial_failure_error_pb.rb +30 -0
  402. data/lib/google/ads/google_ads/v8/errors/payments_account_error_pb.rb +30 -0
  403. data/lib/google/ads/google_ads/v8/errors/policy_finding_error_pb.rb +31 -0
  404. data/lib/google/ads/google_ads/v8/errors/policy_validation_parameter_error_pb.rb +32 -0
  405. data/lib/google/ads/google_ads/v8/errors/policy_violation_error_pb.rb +30 -0
  406. data/lib/google/ads/google_ads/v8/errors/query_error_pb.rb +83 -0
  407. data/lib/google/ads/google_ads/v8/errors/quota_error_pb.rb +32 -0
  408. data/lib/google/ads/google_ads/v8/errors/range_error_pb.rb +31 -0
  409. data/lib/google/ads/google_ads/v8/errors/reach_plan_error_pb.rb +30 -0
  410. data/lib/google/ads/google_ads/v8/errors/recommendation_error_pb.rb +43 -0
  411. data/lib/google/ads/google_ads/v8/errors/region_code_error_pb.rb +30 -0
  412. data/lib/google/ads/google_ads/v8/errors/request_error_pb.rb +52 -0
  413. data/lib/google/ads/google_ads/v8/errors/resource_access_denied_error_pb.rb +30 -0
  414. data/lib/google/ads/google_ads/v8/errors/resource_count_limit_exceeded_error_pb.rb +38 -0
  415. data/lib/google/ads/google_ads/v8/errors/setting_error_pb.rb +40 -0
  416. data/lib/google/ads/google_ads/v8/errors/shared_criterion_error_pb.rb +30 -0
  417. data/lib/google/ads/google_ads/v8/errors/shared_set_error_pb.rb +33 -0
  418. data/lib/google/ads/google_ads/v8/errors/size_limit_error_pb.rb +31 -0
  419. data/lib/google/ads/google_ads/v8/errors/string_format_error_pb.rb +31 -0
  420. data/lib/google/ads/google_ads/v8/errors/string_length_error_pb.rb +32 -0
  421. data/lib/google/ads/google_ads/v8/errors/third_party_app_analytics_link_error_pb.rb +33 -0
  422. data/lib/google/ads/google_ads/v8/errors/time_zone_error_pb.rb +30 -0
  423. data/lib/google/ads/google_ads/v8/errors/url_field_error_pb.rb +81 -0
  424. data/lib/google/ads/google_ads/v8/errors/user_data_error_pb.rb +32 -0
  425. data/lib/google/ads/google_ads/v8/errors/user_list_error_pb.rb +55 -0
  426. data/lib/google/ads/google_ads/v8/errors/youtube_video_registration_error_pb.rb +32 -0
  427. data/lib/google/ads/google_ads/v8/resources/accessible_bidding_strategy_pb.rb +69 -0
  428. data/lib/google/ads/google_ads/v8/resources/account_budget_pb.rb +80 -0
  429. data/lib/google/ads/google_ads/v8/resources/account_budget_proposal_pb.rb +62 -0
  430. data/lib/google/ads/google_ads/v8/resources/account_link_pb.rb +52 -0
  431. data/lib/google/ads/google_ads/v8/resources/ad_group_ad_asset_view_pb.rb +44 -0
  432. data/lib/google/ads/google_ads/v8/resources/ad_group_ad_label_pb.rb +29 -0
  433. data/lib/google/ads/google_ads/v8/resources/ad_group_ad_pb.rb +46 -0
  434. data/lib/google/ads/google_ads/v8/resources/ad_group_asset_pb.rb +33 -0
  435. data/lib/google/ads/google_ads/v8/resources/ad_group_audience_view_pb.rb +27 -0
  436. data/lib/google/ads/google_ads/v8/resources/ad_group_bid_modifier_pb.rb +43 -0
  437. data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_label_pb.rb +29 -0
  438. data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_pb.rb +102 -0
  439. data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_simulation_pb.rb +40 -0
  440. data/lib/google/ads/google_ads/v8/resources/ad_group_extension_setting_pb.rb +33 -0
  441. data/lib/google/ads/google_ads/v8/resources/ad_group_feed_pb.rb +35 -0
  442. data/lib/google/ads/google_ads/v8/resources/ad_group_label_pb.rb +29 -0
  443. data/lib/google/ads/google_ads/v8/resources/ad_group_pb.rb +62 -0
  444. data/lib/google/ads/google_ads/v8/resources/ad_group_simulation_pb.rb +41 -0
  445. data/lib/google/ads/google_ads/v8/resources/ad_parameter_pb.rb +30 -0
  446. data/lib/google/ads/google_ads/v8/resources/ad_pb.rb +71 -0
  447. data/lib/google/ads/google_ads/v8/resources/ad_schedule_view_pb.rb +27 -0
  448. data/lib/google/ads/google_ads/v8/resources/age_range_view_pb.rb +27 -0
  449. data/lib/google/ads/google_ads/v8/resources/asset_field_type_view_pb.rb +29 -0
  450. data/lib/google/ads/google_ads/v8/resources/asset_pb.rb +60 -0
  451. data/lib/google/ads/google_ads/v8/resources/batch_job_pb.rb +42 -0
  452. data/lib/google/ads/google_ads/v8/resources/bidding_data_exclusion_pb.rb +41 -0
  453. data/lib/google/ads/google_ads/v8/resources/bidding_seasonality_adjustment_pb.rb +42 -0
  454. data/lib/google/ads/google_ads/v8/resources/bidding_strategy_pb.rb +47 -0
  455. data/lib/google/ads/google_ads/v8/resources/bidding_strategy_simulation_pb.rb +39 -0
  456. data/lib/google/ads/google_ads/v8/resources/billing_setup_pb.rb +49 -0
  457. data/lib/google/ads/google_ads/v8/resources/call_view_pb.rb +38 -0
  458. data/lib/google/ads/google_ads/v8/resources/campaign_asset_pb.rb +33 -0
  459. data/lib/google/ads/google_ads/v8/resources/campaign_audience_view_pb.rb +27 -0
  460. data/lib/google/ads/google_ads/v8/resources/campaign_bid_modifier_pb.rb +34 -0
  461. data/lib/google/ads/google_ads/v8/resources/campaign_budget_pb.rb +47 -0
  462. data/lib/google/ads/google_ads/v8/resources/campaign_criterion_pb.rb +69 -0
  463. data/lib/google/ads/google_ads/v8/resources/campaign_criterion_simulation_pb.rb +39 -0
  464. data/lib/google/ads/google_ads/v8/resources/campaign_draft_pb.rb +35 -0
  465. data/lib/google/ads/google_ads/v8/resources/campaign_experiment_pb.rb +40 -0
  466. data/lib/google/ads/google_ads/v8/resources/campaign_extension_setting_pb.rb +33 -0
  467. data/lib/google/ads/google_ads/v8/resources/campaign_feed_pb.rb +35 -0
  468. data/lib/google/ads/google_ads/v8/resources/campaign_label_pb.rb +29 -0
  469. data/lib/google/ads/google_ads/v8/resources/campaign_pb.rb +158 -0
  470. data/lib/google/ads/google_ads/v8/resources/campaign_shared_set_pb.rb +31 -0
  471. data/lib/google/ads/google_ads/v8/resources/campaign_simulation_pb.rb +42 -0
  472. data/lib/google/ads/google_ads/v8/resources/carrier_constant_pb.rb +30 -0
  473. data/lib/google/ads/google_ads/v8/resources/change_event_pb.rb +86 -0
  474. data/lib/google/ads/google_ads/v8/resources/change_status_pb.rb +54 -0
  475. data/lib/google/ads/google_ads/v8/resources/click_view_pb.rb +38 -0
  476. data/lib/google/ads/google_ads/v8/resources/combined_audience_pb.rb +32 -0
  477. data/lib/google/ads/google_ads/v8/resources/conversion_action_pb.rb +74 -0
  478. data/lib/google/ads/google_ads/v8/resources/conversion_custom_variable_pb.rb +33 -0
  479. data/lib/google/ads/google_ads/v8/resources/conversion_value_rule_pb.rb +59 -0
  480. data/lib/google/ads/google_ads/v8/resources/conversion_value_rule_set_pb.rb +37 -0
  481. data/lib/google/ads/google_ads/v8/resources/currency_constant_pb.rb +31 -0
  482. data/lib/google/ads/google_ads/v8/resources/custom_audience_pb.rb +46 -0
  483. data/lib/google/ads/google_ads/v8/resources/custom_interest_pb.rb +41 -0
  484. data/lib/google/ads/google_ads/v8/resources/customer_asset_pb.rb +32 -0
  485. data/lib/google/ads/google_ads/v8/resources/customer_client_link_pb.rb +32 -0
  486. data/lib/google/ads/google_ads/v8/resources/customer_client_pb.rb +37 -0
  487. data/lib/google/ads/google_ads/v8/resources/customer_extension_setting_pb.rb +32 -0
  488. data/lib/google/ads/google_ads/v8/resources/customer_feed_pb.rb +34 -0
  489. data/lib/google/ads/google_ads/v8/resources/customer_label_pb.rb +29 -0
  490. data/lib/google/ads/google_ads/v8/resources/customer_manager_link_pb.rb +31 -0
  491. data/lib/google/ads/google_ads/v8/resources/customer_negative_criterion_pb.rb +39 -0
  492. data/lib/google/ads/google_ads/v8/resources/customer_pb.rb +59 -0
  493. data/lib/google/ads/google_ads/v8/resources/customer_user_access_invitation_pb.rb +34 -0
  494. data/lib/google/ads/google_ads/v8/resources/customer_user_access_pb.rb +33 -0
  495. data/lib/google/ads/google_ads/v8/resources/detail_placement_view_pb.rb +33 -0
  496. data/lib/google/ads/google_ads/v8/resources/detailed_demographic_pb.rb +33 -0
  497. data/lib/google/ads/google_ads/v8/resources/display_keyword_view_pb.rb +27 -0
  498. data/lib/google/ads/google_ads/v8/resources/distance_view_pb.rb +30 -0
  499. data/lib/google/ads/google_ads/v8/resources/domain_category_pb.rb +35 -0
  500. data/lib/google/ads/google_ads/v8/resources/dynamic_search_ads_search_term_view_pb.rb +34 -0
  501. data/lib/google/ads/google_ads/v8/resources/expanded_landing_page_view_pb.rb +28 -0
  502. data/lib/google/ads/google_ads/v8/resources/extension_feed_item_pb.rb +59 -0
  503. data/lib/google/ads/google_ads/v8/resources/feed_item_pb.rb +80 -0
  504. data/lib/google/ads/google_ads/v8/resources/feed_item_set_link_pb.rb +29 -0
  505. data/lib/google/ads/google_ads/v8/resources/feed_item_set_pb.rb +37 -0
  506. data/lib/google/ads/google_ads/v8/resources/feed_item_target_pb.rb +43 -0
  507. data/lib/google/ads/google_ads/v8/resources/feed_mapping_pb.rb +88 -0
  508. data/lib/google/ads/google_ads/v8/resources/feed_pb.rb +79 -0
  509. data/lib/google/ads/google_ads/v8/resources/feed_placeholder_view_pb.rb +29 -0
  510. data/lib/google/ads/google_ads/v8/resources/gender_view_pb.rb +27 -0
  511. data/lib/google/ads/google_ads/v8/resources/geo_target_constant_pb.rb +35 -0
  512. data/lib/google/ads/google_ads/v8/resources/geographic_view_pb.rb +30 -0
  513. data/lib/google/ads/google_ads/v8/resources/google_ads_field_pb.rb +42 -0
  514. data/lib/google/ads/google_ads/v8/resources/group_placement_view_pb.rb +32 -0
  515. data/lib/google/ads/google_ads/v8/resources/hotel_group_view_pb.rb +27 -0
  516. data/lib/google/ads/google_ads/v8/resources/hotel_performance_view_pb.rb +27 -0
  517. data/lib/google/ads/google_ads/v8/resources/income_range_view_pb.rb +27 -0
  518. data/lib/google/ads/google_ads/v8/resources/invoice_pb.rb +63 -0
  519. data/lib/google/ads/google_ads/v8/resources/keyword_plan_ad_group_keyword_pb.rb +34 -0
  520. data/lib/google/ads/google_ads/v8/resources/keyword_plan_ad_group_pb.rb +31 -0
  521. data/lib/google/ads/google_ads/v8/resources/keyword_plan_campaign_keyword_pb.rb +33 -0
  522. data/lib/google/ads/google_ads/v8/resources/keyword_plan_campaign_pb.rb +39 -0
  523. data/lib/google/ads/google_ads/v8/resources/keyword_plan_pb.rb +39 -0
  524. data/lib/google/ads/google_ads/v8/resources/keyword_theme_constant_pb.rb +30 -0
  525. data/lib/google/ads/google_ads/v8/resources/keyword_view_pb.rb +27 -0
  526. data/lib/google/ads/google_ads/v8/resources/label_pb.rb +33 -0
  527. data/lib/google/ads/google_ads/v8/resources/landing_page_view_pb.rb +28 -0
  528. data/lib/google/ads/google_ads/v8/resources/language_constant_pb.rb +31 -0
  529. data/lib/google/ads/google_ads/v8/resources/life_event_pb.rb +33 -0
  530. data/lib/google/ads/google_ads/v8/resources/location_view_pb.rb +27 -0
  531. data/lib/google/ads/google_ads/v8/resources/managed_placement_view_pb.rb +27 -0
  532. data/lib/google/ads/google_ads/v8/resources/media_file_pb.rb +63 -0
  533. data/lib/google/ads/google_ads/v8/resources/merchant_center_link_pb.rb +31 -0
  534. data/lib/google/ads/google_ads/v8/resources/mobile_app_category_constant_pb.rb +29 -0
  535. data/lib/google/ads/google_ads/v8/resources/mobile_device_constant_pb.rb +33 -0
  536. data/lib/google/ads/google_ads/v8/resources/offline_user_data_job_pb.rb +40 -0
  537. data/lib/google/ads/google_ads/v8/resources/operating_system_version_constant_pb.rb +33 -0
  538. data/lib/google/ads/google_ads/v8/resources/paid_organic_search_term_view_pb.rb +28 -0
  539. data/lib/google/ads/google_ads/v8/resources/parental_status_view_pb.rb +27 -0
  540. data/lib/google/ads/google_ads/v8/resources/payments_account_pb.rb +33 -0
  541. data/lib/google/ads/google_ads/v8/resources/product_bidding_category_constant_pb.rb +36 -0
  542. data/lib/google/ads/google_ads/v8/resources/product_group_view_pb.rb +27 -0
  543. data/lib/google/ads/google_ads/v8/resources/recommendation_pb.rb +154 -0
  544. data/lib/google/ads/google_ads/v8/resources/remarketing_action_pb.rb +31 -0
  545. data/lib/google/ads/google_ads/v8/resources/search_term_view_pb.rb +31 -0
  546. data/lib/google/ads/google_ads/v8/resources/shared_criterion_pb.rb +40 -0
  547. data/lib/google/ads/google_ads/v8/resources/shared_set_pb.rb +35 -0
  548. data/lib/google/ads/google_ads/v8/resources/shopping_performance_view_pb.rb +27 -0
  549. data/lib/google/ads/google_ads/v8/resources/smart_campaign_search_term_view_pb.rb +29 -0
  550. data/lib/google/ads/google_ads/v8/resources/smart_campaign_setting_pb.rb +40 -0
  551. data/lib/google/ads/google_ads/v8/resources/third_party_app_analytics_link_pb.rb +28 -0
  552. data/lib/google/ads/google_ads/v8/resources/topic_constant_pb.rb +30 -0
  553. data/lib/google/ads/google_ads/v8/resources/topic_view_pb.rb +27 -0
  554. data/lib/google/ads/google_ads/v8/resources/user_interest_pb.rb +35 -0
  555. data/lib/google/ads/google_ads/v8/resources/user_list_pb.rb +59 -0
  556. data/lib/google/ads/google_ads/v8/resources/user_location_view_pb.rb +29 -0
  557. data/lib/google/ads/google_ads/v8/resources/video_pb.rb +31 -0
  558. data/lib/google/ads/google_ads/v8/resources/webpage_view_pb.rb +27 -0
  559. data/lib/google/ads/google_ads/v8/services.rb +176 -0
  560. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service.rb +51 -0
  561. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/client.rb +373 -0
  562. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/credentials.rb +38 -0
  563. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/paths.rb +52 -0
  564. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service_pb.rb +29 -0
  565. data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service_services_pb.rb +47 -0
  566. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service.rb +64 -0
  567. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/client.rb +492 -0
  568. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/credentials.rb +38 -0
  569. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/paths.rb +86 -0
  570. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service_pb.rb +52 -0
  571. data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service_services_pb.rb +88 -0
  572. data/lib/google/ads/google_ads/v8/services/account_budget_service.rb +53 -0
  573. data/lib/google/ads/google_ads/v8/services/account_budget_service/client.rb +383 -0
  574. data/lib/google/ads/google_ads/v8/services/account_budget_service/credentials.rb +38 -0
  575. data/lib/google/ads/google_ads/v8/services/account_budget_service/paths.rb +86 -0
  576. data/lib/google/ads/google_ads/v8/services/account_budget_service_pb.rb +29 -0
  577. data/lib/google/ads/google_ads/v8/services/account_budget_service_services_pb.rb +59 -0
  578. data/lib/google/ads/google_ads/v8/services/account_link_service.rb +52 -0
  579. data/lib/google/ads/google_ads/v8/services/account_link_service/client.rb +574 -0
  580. data/lib/google/ads/google_ads/v8/services/account_link_service/credentials.rb +38 -0
  581. data/lib/google/ads/google_ads/v8/services/account_link_service/paths.rb +66 -0
  582. data/lib/google/ads/google_ads/v8/services/account_link_service_pb.rb +62 -0
  583. data/lib/google/ads/google_ads/v8/services/account_link_service_services_pb.rb +86 -0
  584. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service.rb +51 -0
  585. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/client.rb +381 -0
  586. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/credentials.rb +38 -0
  587. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/paths.rb +94 -0
  588. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service_pb.rb +29 -0
  589. data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service_services_pb.rb +57 -0
  590. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service.rb +51 -0
  591. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/client.rb +481 -0
  592. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/credentials.rb +38 -0
  593. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/paths.rb +92 -0
  594. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service_pb.rb +53 -0
  595. data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service_services_pb.rb +72 -0
  596. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service.rb +51 -0
  597. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/client.rb +515 -0
  598. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/credentials.rb +38 -0
  599. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/paths.rb +109 -0
  600. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service_pb.rb +61 -0
  601. data/lib/google/ads/google_ads/v8/services/ad_group_ad_service_services_pb.rb +104 -0
  602. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service.rb +51 -0
  603. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/client.rb +485 -0
  604. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/credentials.rb +38 -0
  605. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/paths.rb +90 -0
  606. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service_pb.rb +59 -0
  607. data/lib/google/ads/google_ads/v8/services/ad_group_asset_service_services_pb.rb +73 -0
  608. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service.rb +51 -0
  609. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/client.rb +381 -0
  610. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/credentials.rb +38 -0
  611. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/paths.rb +54 -0
  612. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service_pb.rb +29 -0
  613. data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service_services_pb.rb +57 -0
  614. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service.rb +51 -0
  615. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/client.rb +497 -0
  616. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/credentials.rb +38 -0
  617. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/paths.rb +71 -0
  618. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service_pb.rb +59 -0
  619. data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service_services_pb.rb +85 -0
  620. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service.rb +51 -0
  621. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/client.rb +479 -0
  622. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/credentials.rb +38 -0
  623. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/paths.rb +92 -0
  624. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service_pb.rb +53 -0
  625. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service_services_pb.rb +70 -0
  626. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service.rb +51 -0
  627. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/client.rb +506 -0
  628. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/credentials.rb +38 -0
  629. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/paths.rb +92 -0
  630. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service_pb.rb +61 -0
  631. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service_services_pb.rb +94 -0
  632. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service.rb +51 -0
  633. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/client.rb +381 -0
  634. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/credentials.rb +38 -0
  635. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/paths.rb +62 -0
  636. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service_pb.rb +29 -0
  637. data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service_services_pb.rb +57 -0
  638. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service.rb +51 -0
  639. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/client.rb +501 -0
  640. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/credentials.rb +38 -0
  641. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/paths.rb +88 -0
  642. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service_pb.rb +59 -0
  643. data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service_services_pb.rb +90 -0
  644. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service.rb +51 -0
  645. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/client.rb +496 -0
  646. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/credentials.rb +38 -0
  647. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/paths.rb +88 -0
  648. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service_pb.rb +59 -0
  649. data/lib/google/ads/google_ads/v8/services/ad_group_feed_service_services_pb.rb +84 -0
  650. data/lib/google/ads/google_ads/v8/services/ad_group_label_service.rb +51 -0
  651. data/lib/google/ads/google_ads/v8/services/ad_group_label_service/client.rb +482 -0
  652. data/lib/google/ads/google_ads/v8/services/ad_group_label_service/credentials.rb +38 -0
  653. data/lib/google/ads/google_ads/v8/services/ad_group_label_service/paths.rb +88 -0
  654. data/lib/google/ads/google_ads/v8/services/ad_group_label_service_pb.rb +53 -0
  655. data/lib/google/ads/google_ads/v8/services/ad_group_label_service_services_pb.rb +73 -0
  656. data/lib/google/ads/google_ads/v8/services/ad_group_service.rb +51 -0
  657. data/lib/google/ads/google_ads/v8/services/ad_group_service/client.rb +502 -0
  658. data/lib/google/ads/google_ads/v8/services/ad_group_service/credentials.rb +38 -0
  659. data/lib/google/ads/google_ads/v8/services/ad_group_service/paths.rb +88 -0
  660. data/lib/google/ads/google_ads/v8/services/ad_group_service_pb.rb +59 -0
  661. data/lib/google/ads/google_ads/v8/services/ad_group_service_services_pb.rb +92 -0
  662. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service.rb +51 -0
  663. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/client.rb +381 -0
  664. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/credentials.rb +38 -0
  665. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/paths.rb +60 -0
  666. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service_pb.rb +29 -0
  667. data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service_services_pb.rb +57 -0
  668. data/lib/google/ads/google_ads/v8/services/ad_parameter_service.rb +51 -0
  669. data/lib/google/ads/google_ads/v8/services/ad_parameter_service/client.rb +486 -0
  670. data/lib/google/ads/google_ads/v8/services/ad_parameter_service/credentials.rb +38 -0
  671. data/lib/google/ads/google_ads/v8/services/ad_parameter_service/paths.rb +75 -0
  672. data/lib/google/ads/google_ads/v8/services/ad_parameter_service_pb.rb +59 -0
  673. data/lib/google/ads/google_ads/v8/services/ad_parameter_service_services_pb.rb +74 -0
  674. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service.rb +51 -0
  675. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/client.rb +381 -0
  676. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/credentials.rb +38 -0
  677. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/paths.rb +54 -0
  678. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service_pb.rb +29 -0
  679. data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service_services_pb.rb +57 -0
  680. data/lib/google/ads/google_ads/v8/services/ad_service.rb +51 -0
  681. data/lib/google/ads/google_ads/v8/services/ad_service/client.rb +508 -0
  682. data/lib/google/ads/google_ads/v8/services/ad_service/credentials.rb +38 -0
  683. data/lib/google/ads/google_ads/v8/services/ad_service/paths.rb +52 -0
  684. data/lib/google/ads/google_ads/v8/services/ad_service_pb.rb +59 -0
  685. data/lib/google/ads/google_ads/v8/services/ad_service_services_pb.rb +100 -0
  686. data/lib/google/ads/google_ads/v8/services/age_range_view_service.rb +51 -0
  687. data/lib/google/ads/google_ads/v8/services/age_range_view_service/client.rb +381 -0
  688. data/lib/google/ads/google_ads/v8/services/age_range_view_service/credentials.rb +38 -0
  689. data/lib/google/ads/google_ads/v8/services/age_range_view_service/paths.rb +54 -0
  690. data/lib/google/ads/google_ads/v8/services/age_range_view_service_pb.rb +29 -0
  691. data/lib/google/ads/google_ads/v8/services/age_range_view_service_services_pb.rb +57 -0
  692. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service.rb +51 -0
  693. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/client.rb +373 -0
  694. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/credentials.rb +38 -0
  695. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/paths.rb +52 -0
  696. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service_pb.rb +29 -0
  697. data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service_services_pb.rb +49 -0
  698. data/lib/google/ads/google_ads/v8/services/asset_service.rb +53 -0
  699. data/lib/google/ads/google_ads/v8/services/asset_service/client.rb +499 -0
  700. data/lib/google/ads/google_ads/v8/services/asset_service/credentials.rb +38 -0
  701. data/lib/google/ads/google_ads/v8/services/asset_service/paths.rb +52 -0
  702. data/lib/google/ads/google_ads/v8/services/asset_service_pb.rb +58 -0
  703. data/lib/google/ads/google_ads/v8/services/asset_service_services_pb.rb +90 -0
  704. data/lib/google/ads/google_ads/v8/services/batch_job_service.rb +52 -0
  705. data/lib/google/ads/google_ads/v8/services/batch_job_service/client.rb +774 -0
  706. data/lib/google/ads/google_ads/v8/services/batch_job_service/credentials.rb +38 -0
  707. data/lib/google/ads/google_ads/v8/services/batch_job_service/operations.rb +668 -0
  708. data/lib/google/ads/google_ads/v8/services/batch_job_service/paths.rb +1130 -0
  709. data/lib/google/ads/google_ads/v8/services/batch_job_service_pb.rb +85 -0
  710. data/lib/google/ads/google_ads/v8/services/batch_job_service_services_pb.rb +107 -0
  711. data/lib/google/ads/google_ads/v8/services/bidding_data_exclusion_service.rb +51 -0
  712. data/lib/google/ads/google_ads/v8/services/bidding_data_exclusion_service/client.rb +464 -0
  713. data/lib/google/ads/google_ads/v8/services/bidding_data_exclusion_service/credentials.rb +38 -0
  714. data/lib/google/ads/google_ads/v8/services/bidding_data_exclusion_service/paths.rb +69 -0
  715. data/lib/google/ads/google_ads/v8/services/bidding_data_exclusion_service_pb.rb +59 -0
  716. data/lib/google/ads/google_ads/v8/services/bidding_data_exclusion_service_services_pb.rb +50 -0
  717. data/lib/google/ads/google_ads/v8/services/bidding_seasonality_adjustment_service.rb +51 -0
  718. data/lib/google/ads/google_ads/v8/services/bidding_seasonality_adjustment_service/client.rb +464 -0
  719. data/lib/google/ads/google_ads/v8/services/bidding_seasonality_adjustment_service/credentials.rb +38 -0
  720. data/lib/google/ads/google_ads/v8/services/bidding_seasonality_adjustment_service/paths.rb +69 -0
  721. data/lib/google/ads/google_ads/v8/services/bidding_seasonality_adjustment_service_pb.rb +59 -0
  722. data/lib/google/ads/google_ads/v8/services/bidding_seasonality_adjustment_service_services_pb.rb +50 -0
  723. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service.rb +51 -0
  724. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/client.rb +500 -0
  725. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/credentials.rb +38 -0
  726. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/paths.rb +52 -0
  727. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service_pb.rb +59 -0
  728. data/lib/google/ads/google_ads/v8/services/bidding_strategy_service_services_pb.rb +88 -0
  729. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service.rb +51 -0
  730. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/client.rb +373 -0
  731. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/credentials.rb +38 -0
  732. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/paths.rb +60 -0
  733. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service_pb.rb +29 -0
  734. data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service_services_pb.rb +49 -0
  735. data/lib/google/ads/google_ads/v8/services/billing_setup_service.rb +59 -0
  736. data/lib/google/ads/google_ads/v8/services/billing_setup_service/client.rb +480 -0
  737. data/lib/google/ads/google_ads/v8/services/billing_setup_service/credentials.rb +38 -0
  738. data/lib/google/ads/google_ads/v8/services/billing_setup_service/paths.rb +69 -0
  739. data/lib/google/ads/google_ads/v8/services/billing_setup_service_pb.rb +49 -0
  740. data/lib/google/ads/google_ads/v8/services/billing_setup_service_services_pb.rb +79 -0
  741. data/lib/google/ads/google_ads/v8/services/campaign_asset_service.rb +51 -0
  742. data/lib/google/ads/google_ads/v8/services/campaign_asset_service/client.rb +486 -0
  743. data/lib/google/ads/google_ads/v8/services/campaign_asset_service/credentials.rb +38 -0
  744. data/lib/google/ads/google_ads/v8/services/campaign_asset_service/paths.rb +90 -0
  745. data/lib/google/ads/google_ads/v8/services/campaign_asset_service_pb.rb +59 -0
  746. data/lib/google/ads/google_ads/v8/services/campaign_asset_service_services_pb.rb +74 -0
  747. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service.rb +51 -0
  748. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/client.rb +381 -0
  749. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/credentials.rb +38 -0
  750. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/paths.rb +54 -0
  751. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service_pb.rb +29 -0
  752. data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service_services_pb.rb +57 -0
  753. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service.rb +51 -0
  754. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/client.rb +496 -0
  755. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/credentials.rb +38 -0
  756. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/paths.rb +71 -0
  757. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service_pb.rb +59 -0
  758. data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service_services_pb.rb +84 -0
  759. data/lib/google/ads/google_ads/v8/services/campaign_budget_service.rb +51 -0
  760. data/lib/google/ads/google_ads/v8/services/campaign_budget_service/client.rb +491 -0
  761. data/lib/google/ads/google_ads/v8/services/campaign_budget_service/credentials.rb +38 -0
  762. data/lib/google/ads/google_ads/v8/services/campaign_budget_service/paths.rb +52 -0
  763. data/lib/google/ads/google_ads/v8/services/campaign_budget_service_pb.rb +59 -0
  764. data/lib/google/ads/google_ads/v8/services/campaign_budget_service_services_pb.rb +79 -0
  765. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service.rb +51 -0
  766. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/client.rb +502 -0
  767. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/credentials.rb +38 -0
  768. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/paths.rb +71 -0
  769. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service_pb.rb +59 -0
  770. data/lib/google/ads/google_ads/v8/services/campaign_criterion_service_services_pb.rb +90 -0
  771. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service.rb +51 -0
  772. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/client.rb +381 -0
  773. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/credentials.rb +38 -0
  774. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/paths.rb +62 -0
  775. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service_pb.rb +29 -0
  776. data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service_services_pb.rb +57 -0
  777. data/lib/google/ads/google_ads/v8/services/campaign_draft_service.rb +52 -0
  778. data/lib/google/ads/google_ads/v8/services/campaign_draft_service/client.rb +692 -0
  779. data/lib/google/ads/google_ads/v8/services/campaign_draft_service/credentials.rb +38 -0
  780. data/lib/google/ads/google_ads/v8/services/campaign_draft_service/operations.rb +668 -0
  781. data/lib/google/ads/google_ads/v8/services/campaign_draft_service/paths.rb +71 -0
  782. data/lib/google/ads/google_ads/v8/services/campaign_draft_service_pb.rb +76 -0
  783. data/lib/google/ads/google_ads/v8/services/campaign_draft_service_services_pb.rb +103 -0
  784. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service.rb +61 -0
  785. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/client.rb +985 -0
  786. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/credentials.rb +38 -0
  787. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/operations.rb +668 -0
  788. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/paths.rb +88 -0
  789. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service_pb.rb +101 -0
  790. data/lib/google/ads/google_ads/v8/services/campaign_experiment_service_services_pb.rb +155 -0
  791. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service.rb +51 -0
  792. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/client.rb +503 -0
  793. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/credentials.rb +38 -0
  794. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/paths.rb +88 -0
  795. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service_pb.rb +59 -0
  796. data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service_services_pb.rb +89 -0
  797. data/lib/google/ads/google_ads/v8/services/campaign_feed_service.rb +51 -0
  798. data/lib/google/ads/google_ads/v8/services/campaign_feed_service/client.rb +497 -0
  799. data/lib/google/ads/google_ads/v8/services/campaign_feed_service/credentials.rb +38 -0
  800. data/lib/google/ads/google_ads/v8/services/campaign_feed_service/paths.rb +88 -0
  801. data/lib/google/ads/google_ads/v8/services/campaign_feed_service_pb.rb +59 -0
  802. data/lib/google/ads/google_ads/v8/services/campaign_feed_service_services_pb.rb +85 -0
  803. data/lib/google/ads/google_ads/v8/services/campaign_label_service.rb +51 -0
  804. data/lib/google/ads/google_ads/v8/services/campaign_label_service/client.rb +482 -0
  805. data/lib/google/ads/google_ads/v8/services/campaign_label_service/credentials.rb +38 -0
  806. data/lib/google/ads/google_ads/v8/services/campaign_label_service/paths.rb +88 -0
  807. data/lib/google/ads/google_ads/v8/services/campaign_label_service_pb.rb +53 -0
  808. data/lib/google/ads/google_ads/v8/services/campaign_label_service_services_pb.rb +73 -0
  809. data/lib/google/ads/google_ads/v8/services/campaign_service.rb +51 -0
  810. data/lib/google/ads/google_ads/v8/services/campaign_service/client.rb +506 -0
  811. data/lib/google/ads/google_ads/v8/services/campaign_service/credentials.rb +38 -0
  812. data/lib/google/ads/google_ads/v8/services/campaign_service/paths.rb +156 -0
  813. data/lib/google/ads/google_ads/v8/services/campaign_service_pb.rb +59 -0
  814. data/lib/google/ads/google_ads/v8/services/campaign_service_services_pb.rb +96 -0
  815. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service.rb +51 -0
  816. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/client.rb +495 -0
  817. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/credentials.rb +38 -0
  818. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/paths.rb +88 -0
  819. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service_pb.rb +56 -0
  820. data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service_services_pb.rb +83 -0
  821. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service.rb +51 -0
  822. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/client.rb +373 -0
  823. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/credentials.rb +38 -0
  824. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/paths.rb +60 -0
  825. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service_pb.rb +29 -0
  826. data/lib/google/ads/google_ads/v8/services/campaign_simulation_service_services_pb.rb +49 -0
  827. data/lib/google/ads/google_ads/v8/services/carrier_constant_service.rb +51 -0
  828. data/lib/google/ads/google_ads/v8/services/carrier_constant_service/client.rb +381 -0
  829. data/lib/google/ads/google_ads/v8/services/carrier_constant_service/credentials.rb +38 -0
  830. data/lib/google/ads/google_ads/v8/services/carrier_constant_service/paths.rb +49 -0
  831. data/lib/google/ads/google_ads/v8/services/carrier_constant_service_pb.rb +29 -0
  832. data/lib/google/ads/google_ads/v8/services/carrier_constant_service_services_pb.rb +57 -0
  833. data/lib/google/ads/google_ads/v8/services/change_status_service.rb +51 -0
  834. data/lib/google/ads/google_ads/v8/services/change_status_service/client.rb +381 -0
  835. data/lib/google/ads/google_ads/v8/services/change_status_service/credentials.rb +38 -0
  836. data/lib/google/ads/google_ads/v8/services/change_status_service/paths.rb +350 -0
  837. data/lib/google/ads/google_ads/v8/services/change_status_service_pb.rb +29 -0
  838. data/lib/google/ads/google_ads/v8/services/change_status_service_services_pb.rb +57 -0
  839. data/lib/google/ads/google_ads/v8/services/click_view_service.rb +51 -0
  840. data/lib/google/ads/google_ads/v8/services/click_view_service/client.rb +380 -0
  841. data/lib/google/ads/google_ads/v8/services/click_view_service/credentials.rb +38 -0
  842. data/lib/google/ads/google_ads/v8/services/click_view_service/paths.rb +123 -0
  843. data/lib/google/ads/google_ads/v8/services/click_view_service_pb.rb +29 -0
  844. data/lib/google/ads/google_ads/v8/services/click_view_service_services_pb.rb +57 -0
  845. data/lib/google/ads/google_ads/v8/services/combined_audience_service.rb +53 -0
  846. data/lib/google/ads/google_ads/v8/services/combined_audience_service/client.rb +383 -0
  847. data/lib/google/ads/google_ads/v8/services/combined_audience_service/credentials.rb +38 -0
  848. data/lib/google/ads/google_ads/v8/services/combined_audience_service/paths.rb +52 -0
  849. data/lib/google/ads/google_ads/v8/services/combined_audience_service_pb.rb +29 -0
  850. data/lib/google/ads/google_ads/v8/services/combined_audience_service_services_pb.rb +59 -0
  851. data/lib/google/ads/google_ads/v8/services/conversion_action_service.rb +51 -0
  852. data/lib/google/ads/google_ads/v8/services/conversion_action_service/client.rb +490 -0
  853. data/lib/google/ads/google_ads/v8/services/conversion_action_service/credentials.rb +38 -0
  854. data/lib/google/ads/google_ads/v8/services/conversion_action_service/paths.rb +66 -0
  855. data/lib/google/ads/google_ads/v8/services/conversion_action_service_pb.rb +59 -0
  856. data/lib/google/ads/google_ads/v8/services/conversion_action_service_services_pb.rb +78 -0
  857. data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service.rb +50 -0
  858. data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service/client.rb +393 -0
  859. data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service/credentials.rb +38 -0
  860. data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service_pb.rb +71 -0
  861. data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service_services_pb.rb +56 -0
  862. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service.rb +51 -0
  863. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/client.rb +484 -0
  864. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/credentials.rb +38 -0
  865. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/paths.rb +66 -0
  866. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service_pb.rb +58 -0
  867. data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service_services_pb.rb +70 -0
  868. data/lib/google/ads/google_ads/v8/services/conversion_upload_service.rb +51 -0
  869. data/lib/google/ads/google_ads/v8/services/conversion_upload_service/client.rb +495 -0
  870. data/lib/google/ads/google_ads/v8/services/conversion_upload_service/credentials.rb +38 -0
  871. data/lib/google/ads/google_ads/v8/services/conversion_upload_service/paths.rb +52 -0
  872. data/lib/google/ads/google_ads/v8/services/conversion_upload_service_pb.rb +111 -0
  873. data/lib/google/ads/google_ads/v8/services/conversion_upload_service_services_pb.rb +68 -0
  874. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_service.rb +51 -0
  875. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_service/client.rb +464 -0
  876. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_service/credentials.rb +38 -0
  877. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_service/paths.rb +114 -0
  878. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_service_pb.rb +59 -0
  879. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_service_services_pb.rb +52 -0
  880. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_set_service.rb +51 -0
  881. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_set_service/client.rb +464 -0
  882. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_set_service/credentials.rb +38 -0
  883. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_set_service/paths.rb +100 -0
  884. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_set_service_pb.rb +59 -0
  885. data/lib/google/ads/google_ads/v8/services/conversion_value_rule_set_service_services_pb.rb +52 -0
  886. data/lib/google/ads/google_ads/v8/services/currency_constant_service.rb +51 -0
  887. data/lib/google/ads/google_ads/v8/services/currency_constant_service/client.rb +381 -0
  888. data/lib/google/ads/google_ads/v8/services/currency_constant_service/credentials.rb +38 -0
  889. data/lib/google/ads/google_ads/v8/services/currency_constant_service/paths.rb +49 -0
  890. data/lib/google/ads/google_ads/v8/services/currency_constant_service_pb.rb +29 -0
  891. data/lib/google/ads/google_ads/v8/services/currency_constant_service_services_pb.rb +55 -0
  892. data/lib/google/ads/google_ads/v8/services/custom_audience_service.rb +51 -0
  893. data/lib/google/ads/google_ads/v8/services/custom_audience_service/client.rb +478 -0
  894. data/lib/google/ads/google_ads/v8/services/custom_audience_service/credentials.rb +38 -0
  895. data/lib/google/ads/google_ads/v8/services/custom_audience_service/paths.rb +52 -0
  896. data/lib/google/ads/google_ads/v8/services/custom_audience_service_pb.rb +53 -0
  897. data/lib/google/ads/google_ads/v8/services/custom_audience_service_services_pb.rb +74 -0
  898. data/lib/google/ads/google_ads/v8/services/custom_interest_service.rb +51 -0
  899. data/lib/google/ads/google_ads/v8/services/custom_interest_service/client.rb +476 -0
  900. data/lib/google/ads/google_ads/v8/services/custom_interest_service/credentials.rb +38 -0
  901. data/lib/google/ads/google_ads/v8/services/custom_interest_service/paths.rb +52 -0
  902. data/lib/google/ads/google_ads/v8/services/custom_interest_service_pb.rb +52 -0
  903. data/lib/google/ads/google_ads/v8/services/custom_interest_service_services_pb.rb +72 -0
  904. data/lib/google/ads/google_ads/v8/services/customer_asset_service.rb +51 -0
  905. data/lib/google/ads/google_ads/v8/services/customer_asset_service/client.rb +483 -0
  906. data/lib/google/ads/google_ads/v8/services/customer_asset_service/credentials.rb +38 -0
  907. data/lib/google/ads/google_ads/v8/services/customer_asset_service/paths.rb +71 -0
  908. data/lib/google/ads/google_ads/v8/services/customer_asset_service_pb.rb +59 -0
  909. data/lib/google/ads/google_ads/v8/services/customer_asset_service_services_pb.rb +71 -0
  910. data/lib/google/ads/google_ads/v8/services/customer_client_link_service.rb +51 -0
  911. data/lib/google/ads/google_ads/v8/services/customer_client_link_service/client.rb +477 -0
  912. data/lib/google/ads/google_ads/v8/services/customer_client_link_service/credentials.rb +38 -0
  913. data/lib/google/ads/google_ads/v8/services/customer_client_link_service/paths.rb +68 -0
  914. data/lib/google/ads/google_ads/v8/services/customer_client_link_service_pb.rb +52 -0
  915. data/lib/google/ads/google_ads/v8/services/customer_client_link_service_services_pb.rb +71 -0
  916. data/lib/google/ads/google_ads/v8/services/customer_client_service.rb +51 -0
  917. data/lib/google/ads/google_ads/v8/services/customer_client_service/client.rb +381 -0
  918. data/lib/google/ads/google_ads/v8/services/customer_client_service/credentials.rb +38 -0
  919. data/lib/google/ads/google_ads/v8/services/customer_client_service/paths.rb +83 -0
  920. data/lib/google/ads/google_ads/v8/services/customer_client_service_pb.rb +29 -0
  921. data/lib/google/ads/google_ads/v8/services/customer_client_service_services_pb.rb +57 -0
  922. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service.rb +51 -0
  923. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/client.rb +501 -0
  924. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/credentials.rb +38 -0
  925. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/paths.rb +69 -0
  926. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service_pb.rb +59 -0
  927. data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service_services_pb.rb +87 -0
  928. data/lib/google/ads/google_ads/v8/services/customer_feed_service.rb +51 -0
  929. data/lib/google/ads/google_ads/v8/services/customer_feed_service/client.rb +496 -0
  930. data/lib/google/ads/google_ads/v8/services/customer_feed_service/credentials.rb +38 -0
  931. data/lib/google/ads/google_ads/v8/services/customer_feed_service/paths.rb +69 -0
  932. data/lib/google/ads/google_ads/v8/services/customer_feed_service_pb.rb +59 -0
  933. data/lib/google/ads/google_ads/v8/services/customer_feed_service_services_pb.rb +84 -0
  934. data/lib/google/ads/google_ads/v8/services/customer_label_service.rb +51 -0
  935. data/lib/google/ads/google_ads/v8/services/customer_label_service/client.rb +480 -0
  936. data/lib/google/ads/google_ads/v8/services/customer_label_service/credentials.rb +38 -0
  937. data/lib/google/ads/google_ads/v8/services/customer_label_service/paths.rb +83 -0
  938. data/lib/google/ads/google_ads/v8/services/customer_label_service_pb.rb +53 -0
  939. data/lib/google/ads/google_ads/v8/services/customer_label_service_services_pb.rb +71 -0
  940. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service.rb +51 -0
  941. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/client.rb +578 -0
  942. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/credentials.rb +38 -0
  943. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/paths.rb +68 -0
  944. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service_pb.rb +62 -0
  945. data/lib/google/ads/google_ads/v8/services/customer_manager_link_service_services_pb.rb +87 -0
  946. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service.rb +51 -0
  947. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/client.rb +483 -0
  948. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/credentials.rb +38 -0
  949. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/paths.rb +52 -0
  950. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service_pb.rb +56 -0
  951. data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service_services_pb.rb +71 -0
  952. data/lib/google/ads/google_ads/v8/services/customer_service.rb +51 -0
  953. data/lib/google/ads/google_ads/v8/services/customer_service/client.rb +649 -0
  954. data/lib/google/ads/google_ads/v8/services/customer_service/credentials.rb +38 -0
  955. data/lib/google/ads/google_ads/v8/services/customer_service/paths.rb +66 -0
  956. data/lib/google/ads/google_ads/v8/services/customer_service_pb.rb +73 -0
  957. data/lib/google/ads/google_ads/v8/services/customer_service_services_pb.rb +96 -0
  958. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service.rb +52 -0
  959. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/client.rb +470 -0
  960. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/credentials.rb +38 -0
  961. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/paths.rb +52 -0
  962. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service_pb.rb +49 -0
  963. data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service_services_pb.rb +69 -0
  964. data/lib/google/ads/google_ads/v8/services/customer_user_access_service.rb +51 -0
  965. data/lib/google/ads/google_ads/v8/services/customer_user_access_service/client.rb +472 -0
  966. data/lib/google/ads/google_ads/v8/services/customer_user_access_service/credentials.rb +38 -0
  967. data/lib/google/ads/google_ads/v8/services/customer_user_access_service/paths.rb +52 -0
  968. data/lib/google/ads/google_ads/v8/services/customer_user_access_service_pb.rb +51 -0
  969. data/lib/google/ads/google_ads/v8/services/customer_user_access_service_services_pb.rb +69 -0
  970. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service.rb +51 -0
  971. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/client.rb +381 -0
  972. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/credentials.rb +38 -0
  973. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/paths.rb +54 -0
  974. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service_pb.rb +29 -0
  975. data/lib/google/ads/google_ads/v8/services/detail_placement_view_service_services_pb.rb +57 -0
  976. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service.rb +51 -0
  977. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/client.rb +373 -0
  978. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/credentials.rb +38 -0
  979. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/paths.rb +52 -0
  980. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service_pb.rb +29 -0
  981. data/lib/google/ads/google_ads/v8/services/detailed_demographic_service_services_pb.rb +49 -0
  982. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service.rb +51 -0
  983. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/client.rb +381 -0
  984. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/credentials.rb +38 -0
  985. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/paths.rb +54 -0
  986. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service_pb.rb +29 -0
  987. data/lib/google/ads/google_ads/v8/services/display_keyword_view_service_services_pb.rb +57 -0
  988. data/lib/google/ads/google_ads/v8/services/distance_view_service.rb +51 -0
  989. data/lib/google/ads/google_ads/v8/services/distance_view_service/client.rb +381 -0
  990. data/lib/google/ads/google_ads/v8/services/distance_view_service/credentials.rb +38 -0
  991. data/lib/google/ads/google_ads/v8/services/distance_view_service/paths.rb +54 -0
  992. data/lib/google/ads/google_ads/v8/services/distance_view_service_pb.rb +29 -0
  993. data/lib/google/ads/google_ads/v8/services/distance_view_service_services_pb.rb +57 -0
  994. data/lib/google/ads/google_ads/v8/services/domain_category_service.rb +51 -0
  995. data/lib/google/ads/google_ads/v8/services/domain_category_service/client.rb +381 -0
  996. data/lib/google/ads/google_ads/v8/services/domain_category_service/credentials.rb +38 -0
  997. data/lib/google/ads/google_ads/v8/services/domain_category_service/paths.rb +73 -0
  998. data/lib/google/ads/google_ads/v8/services/domain_category_service_pb.rb +29 -0
  999. data/lib/google/ads/google_ads/v8/services/domain_category_service_services_pb.rb +57 -0
  1000. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service.rb +51 -0
  1001. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/client.rb +381 -0
  1002. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/credentials.rb +38 -0
  1003. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/paths.rb +62 -0
  1004. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service_pb.rb +29 -0
  1005. data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service_services_pb.rb +57 -0
  1006. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service.rb +51 -0
  1007. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/client.rb +381 -0
  1008. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/credentials.rb +38 -0
  1009. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/paths.rb +52 -0
  1010. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service_pb.rb +29 -0
  1011. data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service_services_pb.rb +57 -0
  1012. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service.rb +51 -0
  1013. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/client.rb +498 -0
  1014. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/credentials.rb +38 -0
  1015. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/paths.rb +117 -0
  1016. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service_pb.rb +59 -0
  1017. data/lib/google/ads/google_ads/v8/services/extension_feed_item_service_services_pb.rb +85 -0
  1018. data/lib/google/ads/google_ads/v8/services/feed_item_service.rb +51 -0
  1019. data/lib/google/ads/google_ads/v8/services/feed_item_service/client.rb +497 -0
  1020. data/lib/google/ads/google_ads/v8/services/feed_item_service/credentials.rb +38 -0
  1021. data/lib/google/ads/google_ads/v8/services/feed_item_service/paths.rb +71 -0
  1022. data/lib/google/ads/google_ads/v8/services/feed_item_service_pb.rb +59 -0
  1023. data/lib/google/ads/google_ads/v8/services/feed_item_service_services_pb.rb +87 -0
  1024. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service.rb +51 -0
  1025. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/client.rb +476 -0
  1026. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/credentials.rb +38 -0
  1027. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/paths.rb +94 -0
  1028. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service_pb.rb +51 -0
  1029. data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service_services_pb.rb +67 -0
  1030. data/lib/google/ads/google_ads/v8/services/feed_item_set_service.rb +51 -0
  1031. data/lib/google/ads/google_ads/v8/services/feed_item_set_service/client.rb +478 -0
  1032. data/lib/google/ads/google_ads/v8/services/feed_item_set_service/credentials.rb +38 -0
  1033. data/lib/google/ads/google_ads/v8/services/feed_item_set_service/paths.rb +71 -0
  1034. data/lib/google/ads/google_ads/v8/services/feed_item_set_service_pb.rb +54 -0
  1035. data/lib/google/ads/google_ads/v8/services/feed_item_set_service_services_pb.rb +69 -0
  1036. data/lib/google/ads/google_ads/v8/services/feed_item_target_service.rb +51 -0
  1037. data/lib/google/ads/google_ads/v8/services/feed_item_target_service/client.rb +492 -0
  1038. data/lib/google/ads/google_ads/v8/services/feed_item_target_service/credentials.rb +38 -0
  1039. data/lib/google/ads/google_ads/v8/services/feed_item_target_service/paths.rb +126 -0
  1040. data/lib/google/ads/google_ads/v8/services/feed_item_target_service_pb.rb +56 -0
  1041. data/lib/google/ads/google_ads/v8/services/feed_item_target_service_services_pb.rb +80 -0
  1042. data/lib/google/ads/google_ads/v8/services/feed_mapping_service.rb +51 -0
  1043. data/lib/google/ads/google_ads/v8/services/feed_mapping_service/client.rb +493 -0
  1044. data/lib/google/ads/google_ads/v8/services/feed_mapping_service/credentials.rb +38 -0
  1045. data/lib/google/ads/google_ads/v8/services/feed_mapping_service/paths.rb +71 -0
  1046. data/lib/google/ads/google_ads/v8/services/feed_mapping_service_pb.rb +56 -0
  1047. data/lib/google/ads/google_ads/v8/services/feed_mapping_service_services_pb.rb +81 -0
  1048. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service.rb +51 -0
  1049. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/client.rb +381 -0
  1050. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/credentials.rb +38 -0
  1051. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/paths.rb +52 -0
  1052. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service_pb.rb +29 -0
  1053. data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service_services_pb.rb +57 -0
  1054. data/lib/google/ads/google_ads/v8/services/feed_service.rb +51 -0
  1055. data/lib/google/ads/google_ads/v8/services/feed_service/client.rb +495 -0
  1056. data/lib/google/ads/google_ads/v8/services/feed_service/credentials.rb +38 -0
  1057. data/lib/google/ads/google_ads/v8/services/feed_service/paths.rb +52 -0
  1058. data/lib/google/ads/google_ads/v8/services/feed_service_pb.rb +59 -0
  1059. data/lib/google/ads/google_ads/v8/services/feed_service_services_pb.rb +86 -0
  1060. data/lib/google/ads/google_ads/v8/services/gender_view_service.rb +51 -0
  1061. data/lib/google/ads/google_ads/v8/services/gender_view_service/client.rb +380 -0
  1062. data/lib/google/ads/google_ads/v8/services/gender_view_service/credentials.rb +38 -0
  1063. data/lib/google/ads/google_ads/v8/services/gender_view_service/paths.rb +54 -0
  1064. data/lib/google/ads/google_ads/v8/services/gender_view_service_pb.rb +29 -0
  1065. data/lib/google/ads/google_ads/v8/services/gender_view_service_services_pb.rb +57 -0
  1066. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service.rb +51 -0
  1067. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/client.rb +469 -0
  1068. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/credentials.rb +38 -0
  1069. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/paths.rb +49 -0
  1070. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service_pb.rb +58 -0
  1071. data/lib/google/ads/google_ads/v8/services/geo_target_constant_service_services_pb.rb +68 -0
  1072. data/lib/google/ads/google_ads/v8/services/geographic_view_service.rb +51 -0
  1073. data/lib/google/ads/google_ads/v8/services/geographic_view_service/client.rb +381 -0
  1074. data/lib/google/ads/google_ads/v8/services/geographic_view_service/credentials.rb +38 -0
  1075. data/lib/google/ads/google_ads/v8/services/geographic_view_service/paths.rb +54 -0
  1076. data/lib/google/ads/google_ads/v8/services/geographic_view_service_pb.rb +29 -0
  1077. data/lib/google/ads/google_ads/v8/services/geographic_view_service_services_pb.rb +57 -0
  1078. data/lib/google/ads/google_ads/v8/services/google_ads_field_service.rb +51 -0
  1079. data/lib/google/ads/google_ads/v8/services/google_ads_field_service/client.rb +471 -0
  1080. data/lib/google/ads/google_ads/v8/services/google_ads_field_service/credentials.rb +38 -0
  1081. data/lib/google/ads/google_ads/v8/services/google_ads_field_service/paths.rb +49 -0
  1082. data/lib/google/ads/google_ads/v8/services/google_ads_field_service_pb.rb +41 -0
  1083. data/lib/google/ads/google_ads/v8/services/google_ads_field_service_services_pb.rb +68 -0
  1084. data/lib/google/ads/google_ads/v8/services/google_ads_service.rb +51 -0
  1085. data/lib/google/ads/google_ads/v8/services/google_ads_service/client.rb +703 -0
  1086. data/lib/google/ads/google_ads/v8/services/google_ads_service/credentials.rb +38 -0
  1087. data/lib/google/ads/google_ads/v8/services/google_ads_service/paths.rb +2388 -0
  1088. data/lib/google/ads/google_ads/v8/services/google_ads_service_pb.rb +510 -0
  1089. data/lib/google/ads/google_ads/v8/services/google_ads_service_services_pb.rb +188 -0
  1090. data/lib/google/ads/google_ads/v8/services/group_placement_view_service.rb +51 -0
  1091. data/lib/google/ads/google_ads/v8/services/group_placement_view_service/client.rb +381 -0
  1092. data/lib/google/ads/google_ads/v8/services/group_placement_view_service/credentials.rb +38 -0
  1093. data/lib/google/ads/google_ads/v8/services/group_placement_view_service/paths.rb +54 -0
  1094. data/lib/google/ads/google_ads/v8/services/group_placement_view_service_pb.rb +29 -0
  1095. data/lib/google/ads/google_ads/v8/services/group_placement_view_service_services_pb.rb +57 -0
  1096. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service.rb +51 -0
  1097. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/client.rb +381 -0
  1098. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/credentials.rb +38 -0
  1099. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/paths.rb +54 -0
  1100. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service_pb.rb +29 -0
  1101. data/lib/google/ads/google_ads/v8/services/hotel_group_view_service_services_pb.rb +57 -0
  1102. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service.rb +51 -0
  1103. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/client.rb +381 -0
  1104. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/credentials.rb +38 -0
  1105. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/paths.rb +49 -0
  1106. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service_pb.rb +29 -0
  1107. data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service_services_pb.rb +57 -0
  1108. data/lib/google/ads/google_ads/v8/services/income_range_view_service.rb +51 -0
  1109. data/lib/google/ads/google_ads/v8/services/income_range_view_service/client.rb +381 -0
  1110. data/lib/google/ads/google_ads/v8/services/income_range_view_service/credentials.rb +38 -0
  1111. data/lib/google/ads/google_ads/v8/services/income_range_view_service/paths.rb +54 -0
  1112. data/lib/google/ads/google_ads/v8/services/income_range_view_service_pb.rb +29 -0
  1113. data/lib/google/ads/google_ads/v8/services/income_range_view_service_services_pb.rb +57 -0
  1114. data/lib/google/ads/google_ads/v8/services/invoice_service.rb +51 -0
  1115. data/lib/google/ads/google_ads/v8/services/invoice_service/client.rb +391 -0
  1116. data/lib/google/ads/google_ads/v8/services/invoice_service/credentials.rb +38 -0
  1117. data/lib/google/ads/google_ads/v8/services/invoice_service/paths.rb +52 -0
  1118. data/lib/google/ads/google_ads/v8/services/invoice_service_pb.rb +36 -0
  1119. data/lib/google/ads/google_ads/v8/services/invoice_service_services_pb.rb +59 -0
  1120. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service.rb +55 -0
  1121. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/client.rb +489 -0
  1122. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/credentials.rb +38 -0
  1123. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/paths.rb +69 -0
  1124. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service_pb.rb +56 -0
  1125. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service_services_pb.rb +78 -0
  1126. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service.rb +51 -0
  1127. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/client.rb +485 -0
  1128. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/credentials.rb +38 -0
  1129. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/paths.rb +69 -0
  1130. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service_pb.rb +56 -0
  1131. data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service_services_pb.rb +76 -0
  1132. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service.rb +54 -0
  1133. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/client.rb +486 -0
  1134. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/credentials.rb +38 -0
  1135. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/paths.rb +69 -0
  1136. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service_pb.rb +56 -0
  1137. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service_services_pb.rb +76 -0
  1138. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service.rb +51 -0
  1139. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/client.rb +486 -0
  1140. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/credentials.rb +38 -0
  1141. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/paths.rb +97 -0
  1142. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service_pb.rb +56 -0
  1143. data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service_services_pb.rb +77 -0
  1144. data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service.rb +50 -0
  1145. data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service/client.rb +422 -0
  1146. data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service/credentials.rb +38 -0
  1147. data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service_pb.rb +74 -0
  1148. data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service_services_pb.rb +59 -0
  1149. data/lib/google/ads/google_ads/v8/services/keyword_plan_service.rb +51 -0
  1150. data/lib/google/ads/google_ads/v8/services/keyword_plan_service/client.rb +844 -0
  1151. data/lib/google/ads/google_ads/v8/services/keyword_plan_service/credentials.rb +38 -0
  1152. data/lib/google/ads/google_ads/v8/services/keyword_plan_service/paths.rb +52 -0
  1153. data/lib/google/ads/google_ads/v8/services/keyword_plan_service_pb.rb +147 -0
  1154. data/lib/google/ads/google_ads/v8/services/keyword_plan_service_services_pb.rb +130 -0
  1155. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service.rb +51 -0
  1156. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/client.rb +459 -0
  1157. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/credentials.rb +38 -0
  1158. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/paths.rb +52 -0
  1159. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service_pb.rb +39 -0
  1160. data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service_services_pb.rb +59 -0
  1161. data/lib/google/ads/google_ads/v8/services/keyword_view_service.rb +51 -0
  1162. data/lib/google/ads/google_ads/v8/services/keyword_view_service/client.rb +381 -0
  1163. data/lib/google/ads/google_ads/v8/services/keyword_view_service/credentials.rb +38 -0
  1164. data/lib/google/ads/google_ads/v8/services/keyword_view_service/paths.rb +54 -0
  1165. data/lib/google/ads/google_ads/v8/services/keyword_view_service_pb.rb +29 -0
  1166. data/lib/google/ads/google_ads/v8/services/keyword_view_service_services_pb.rb +57 -0
  1167. data/lib/google/ads/google_ads/v8/services/label_service.rb +51 -0
  1168. data/lib/google/ads/google_ads/v8/services/label_service/client.rb +493 -0
  1169. data/lib/google/ads/google_ads/v8/services/label_service/credentials.rb +38 -0
  1170. data/lib/google/ads/google_ads/v8/services/label_service/paths.rb +52 -0
  1171. data/lib/google/ads/google_ads/v8/services/label_service_pb.rb +59 -0
  1172. data/lib/google/ads/google_ads/v8/services/label_service_services_pb.rb +82 -0
  1173. data/lib/google/ads/google_ads/v8/services/landing_page_view_service.rb +51 -0
  1174. data/lib/google/ads/google_ads/v8/services/landing_page_view_service/client.rb +381 -0
  1175. data/lib/google/ads/google_ads/v8/services/landing_page_view_service/credentials.rb +38 -0
  1176. data/lib/google/ads/google_ads/v8/services/landing_page_view_service/paths.rb +52 -0
  1177. data/lib/google/ads/google_ads/v8/services/landing_page_view_service_pb.rb +29 -0
  1178. data/lib/google/ads/google_ads/v8/services/landing_page_view_service_services_pb.rb +57 -0
  1179. data/lib/google/ads/google_ads/v8/services/language_constant_service.rb +51 -0
  1180. data/lib/google/ads/google_ads/v8/services/language_constant_service/client.rb +381 -0
  1181. data/lib/google/ads/google_ads/v8/services/language_constant_service/credentials.rb +38 -0
  1182. data/lib/google/ads/google_ads/v8/services/language_constant_service/paths.rb +49 -0
  1183. data/lib/google/ads/google_ads/v8/services/language_constant_service_pb.rb +29 -0
  1184. data/lib/google/ads/google_ads/v8/services/language_constant_service_services_pb.rb +57 -0
  1185. data/lib/google/ads/google_ads/v8/services/life_event_service.rb +51 -0
  1186. data/lib/google/ads/google_ads/v8/services/life_event_service/client.rb +372 -0
  1187. data/lib/google/ads/google_ads/v8/services/life_event_service/credentials.rb +38 -0
  1188. data/lib/google/ads/google_ads/v8/services/life_event_service/paths.rb +52 -0
  1189. data/lib/google/ads/google_ads/v8/services/life_event_service_pb.rb +29 -0
  1190. data/lib/google/ads/google_ads/v8/services/life_event_service_services_pb.rb +49 -0
  1191. data/lib/google/ads/google_ads/v8/services/location_view_service.rb +51 -0
  1192. data/lib/google/ads/google_ads/v8/services/location_view_service/client.rb +381 -0
  1193. data/lib/google/ads/google_ads/v8/services/location_view_service/credentials.rb +38 -0
  1194. data/lib/google/ads/google_ads/v8/services/location_view_service/paths.rb +54 -0
  1195. data/lib/google/ads/google_ads/v8/services/location_view_service_pb.rb +29 -0
  1196. data/lib/google/ads/google_ads/v8/services/location_view_service_services_pb.rb +57 -0
  1197. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service.rb +51 -0
  1198. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/client.rb +381 -0
  1199. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/credentials.rb +38 -0
  1200. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/paths.rb +54 -0
  1201. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service_pb.rb +29 -0
  1202. data/lib/google/ads/google_ads/v8/services/managed_placement_view_service_services_pb.rb +57 -0
  1203. data/lib/google/ads/google_ads/v8/services/media_file_service.rb +51 -0
  1204. data/lib/google/ads/google_ads/v8/services/media_file_service/client.rb +493 -0
  1205. data/lib/google/ads/google_ads/v8/services/media_file_service/credentials.rb +38 -0
  1206. data/lib/google/ads/google_ads/v8/services/media_file_service/paths.rb +52 -0
  1207. data/lib/google/ads/google_ads/v8/services/media_file_service_pb.rb +55 -0
  1208. data/lib/google/ads/google_ads/v8/services/media_file_service_services_pb.rb +82 -0
  1209. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service.rb +52 -0
  1210. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/client.rb +559 -0
  1211. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/credentials.rb +38 -0
  1212. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/paths.rb +52 -0
  1213. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service_pb.rb +60 -0
  1214. data/lib/google/ads/google_ads/v8/services/merchant_center_link_service_services_pb.rb +79 -0
  1215. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service.rb +51 -0
  1216. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/client.rb +381 -0
  1217. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/credentials.rb +38 -0
  1218. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/paths.rb +49 -0
  1219. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service_pb.rb +29 -0
  1220. data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service_services_pb.rb +55 -0
  1221. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service.rb +51 -0
  1222. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/client.rb +381 -0
  1223. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/credentials.rb +38 -0
  1224. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/paths.rb +49 -0
  1225. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service_pb.rb +29 -0
  1226. data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service_services_pb.rb +57 -0
  1227. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service.rb +52 -0
  1228. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/client.rb +677 -0
  1229. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/credentials.rb +38 -0
  1230. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/operations.rb +668 -0
  1231. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/paths.rb +52 -0
  1232. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service_pb.rb +66 -0
  1233. data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service_services_pb.rb +100 -0
  1234. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service.rb +51 -0
  1235. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/client.rb +381 -0
  1236. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/credentials.rb +38 -0
  1237. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/paths.rb +49 -0
  1238. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service_pb.rb +29 -0
  1239. data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service_services_pb.rb +57 -0
  1240. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service.rb +51 -0
  1241. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/client.rb +381 -0
  1242. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/credentials.rb +38 -0
  1243. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/paths.rb +56 -0
  1244. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service_pb.rb +29 -0
  1245. data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service_services_pb.rb +57 -0
  1246. data/lib/google/ads/google_ads/v8/services/parental_status_view_service.rb +51 -0
  1247. data/lib/google/ads/google_ads/v8/services/parental_status_view_service/client.rb +381 -0
  1248. data/lib/google/ads/google_ads/v8/services/parental_status_view_service/credentials.rb +38 -0
  1249. data/lib/google/ads/google_ads/v8/services/parental_status_view_service/paths.rb +54 -0
  1250. data/lib/google/ads/google_ads/v8/services/parental_status_view_service_pb.rb +29 -0
  1251. data/lib/google/ads/google_ads/v8/services/parental_status_view_service_services_pb.rb +57 -0
  1252. data/lib/google/ads/google_ads/v8/services/payments_account_service.rb +52 -0
  1253. data/lib/google/ads/google_ads/v8/services/payments_account_service/client.rb +385 -0
  1254. data/lib/google/ads/google_ads/v8/services/payments_account_service/credentials.rb +38 -0
  1255. data/lib/google/ads/google_ads/v8/services/payments_account_service/paths.rb +66 -0
  1256. data/lib/google/ads/google_ads/v8/services/payments_account_service_pb.rb +32 -0
  1257. data/lib/google/ads/google_ads/v8/services/payments_account_service_services_pb.rb +61 -0
  1258. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service.rb +51 -0
  1259. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/client.rb +381 -0
  1260. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/credentials.rb +38 -0
  1261. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/paths.rb +54 -0
  1262. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service_pb.rb +29 -0
  1263. data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service_services_pb.rb +57 -0
  1264. data/lib/google/ads/google_ads/v8/services/product_group_view_service.rb +51 -0
  1265. data/lib/google/ads/google_ads/v8/services/product_group_view_service/client.rb +381 -0
  1266. data/lib/google/ads/google_ads/v8/services/product_group_view_service/credentials.rb +38 -0
  1267. data/lib/google/ads/google_ads/v8/services/product_group_view_service/paths.rb +54 -0
  1268. data/lib/google/ads/google_ads/v8/services/product_group_view_service_pb.rb +29 -0
  1269. data/lib/google/ads/google_ads/v8/services/product_group_view_service_services_pb.rb +57 -0
  1270. data/lib/google/ads/google_ads/v8/services/reach_plan_service.rb +54 -0
  1271. data/lib/google/ads/google_ads/v8/services/reach_plan_service/client.rb +689 -0
  1272. data/lib/google/ads/google_ads/v8/services/reach_plan_service/credentials.rb +38 -0
  1273. data/lib/google/ads/google_ads/v8/services/reach_plan_service_pb.rb +174 -0
  1274. data/lib/google/ads/google_ads/v8/services/reach_plan_service_services_pb.rb +98 -0
  1275. data/lib/google/ads/google_ads/v8/services/recommendation_service.rb +51 -0
  1276. data/lib/google/ads/google_ads/v8/services/recommendation_service/client.rb +575 -0
  1277. data/lib/google/ads/google_ads/v8/services/recommendation_service/credentials.rb +38 -0
  1278. data/lib/google/ads/google_ads/v8/services/recommendation_service/paths.rb +120 -0
  1279. data/lib/google/ads/google_ads/v8/services/recommendation_service_pb.rb +127 -0
  1280. data/lib/google/ads/google_ads/v8/services/recommendation_service_services_pb.rb +83 -0
  1281. data/lib/google/ads/google_ads/v8/services/remarketing_action_service.rb +51 -0
  1282. data/lib/google/ads/google_ads/v8/services/remarketing_action_service/client.rb +477 -0
  1283. data/lib/google/ads/google_ads/v8/services/remarketing_action_service/credentials.rb +38 -0
  1284. data/lib/google/ads/google_ads/v8/services/remarketing_action_service/paths.rb +52 -0
  1285. data/lib/google/ads/google_ads/v8/services/remarketing_action_service_pb.rb +55 -0
  1286. data/lib/google/ads/google_ads/v8/services/remarketing_action_service_services_pb.rb +68 -0
  1287. data/lib/google/ads/google_ads/v8/services/search_term_view_service.rb +51 -0
  1288. data/lib/google/ads/google_ads/v8/services/search_term_view_service/client.rb +381 -0
  1289. data/lib/google/ads/google_ads/v8/services/search_term_view_service/credentials.rb +38 -0
  1290. data/lib/google/ads/google_ads/v8/services/search_term_view_service/paths.rb +73 -0
  1291. data/lib/google/ads/google_ads/v8/services/search_term_view_service_pb.rb +29 -0
  1292. data/lib/google/ads/google_ads/v8/services/search_term_view_service_services_pb.rb +57 -0
  1293. data/lib/google/ads/google_ads/v8/services/shared_criterion_service.rb +51 -0
  1294. data/lib/google/ads/google_ads/v8/services/shared_criterion_service/client.rb +493 -0
  1295. data/lib/google/ads/google_ads/v8/services/shared_criterion_service/credentials.rb +38 -0
  1296. data/lib/google/ads/google_ads/v8/services/shared_criterion_service/paths.rb +71 -0
  1297. data/lib/google/ads/google_ads/v8/services/shared_criterion_service_pb.rb +56 -0
  1298. data/lib/google/ads/google_ads/v8/services/shared_criterion_service_services_pb.rb +81 -0
  1299. data/lib/google/ads/google_ads/v8/services/shared_set_service.rb +51 -0
  1300. data/lib/google/ads/google_ads/v8/services/shared_set_service/client.rb +495 -0
  1301. data/lib/google/ads/google_ads/v8/services/shared_set_service/credentials.rb +38 -0
  1302. data/lib/google/ads/google_ads/v8/services/shared_set_service/paths.rb +52 -0
  1303. data/lib/google/ads/google_ads/v8/services/shared_set_service_pb.rb +59 -0
  1304. data/lib/google/ads/google_ads/v8/services/shared_set_service_services_pb.rb +84 -0
  1305. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service.rb +51 -0
  1306. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/client.rb +381 -0
  1307. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/credentials.rb +38 -0
  1308. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/paths.rb +49 -0
  1309. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service_pb.rb +29 -0
  1310. data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service_services_pb.rb +57 -0
  1311. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service.rb +51 -0
  1312. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/client.rb +381 -0
  1313. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/credentials.rb +38 -0
  1314. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/paths.rb +71 -0
  1315. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service_pb.rb +29 -0
  1316. data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service_services_pb.rb +57 -0
  1317. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service.rb +51 -0
  1318. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/client.rb +463 -0
  1319. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/credentials.rb +38 -0
  1320. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/paths.rb +69 -0
  1321. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service_pb.rb +55 -0
  1322. data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service_services_pb.rb +51 -0
  1323. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service.rb +51 -0
  1324. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/client.rb +460 -0
  1325. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/credentials.rb +38 -0
  1326. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/paths.rb +52 -0
  1327. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service_pb.rb +82 -0
  1328. data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service_services_pb.rb +50 -0
  1329. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service.rb +52 -0
  1330. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/client.rb +468 -0
  1331. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/credentials.rb +38 -0
  1332. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/paths.rb +52 -0
  1333. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service_pb.rb +35 -0
  1334. data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service_services_pb.rb +67 -0
  1335. data/lib/google/ads/google_ads/v8/services/topic_constant_service.rb +51 -0
  1336. data/lib/google/ads/google_ads/v8/services/topic_constant_service/client.rb +381 -0
  1337. data/lib/google/ads/google_ads/v8/services/topic_constant_service/credentials.rb +38 -0
  1338. data/lib/google/ads/google_ads/v8/services/topic_constant_service/paths.rb +49 -0
  1339. data/lib/google/ads/google_ads/v8/services/topic_constant_service_pb.rb +29 -0
  1340. data/lib/google/ads/google_ads/v8/services/topic_constant_service_services_pb.rb +57 -0
  1341. data/lib/google/ads/google_ads/v8/services/topic_view_service.rb +51 -0
  1342. data/lib/google/ads/google_ads/v8/services/topic_view_service/client.rb +380 -0
  1343. data/lib/google/ads/google_ads/v8/services/topic_view_service/credentials.rb +38 -0
  1344. data/lib/google/ads/google_ads/v8/services/topic_view_service/paths.rb +54 -0
  1345. data/lib/google/ads/google_ads/v8/services/topic_view_service_pb.rb +29 -0
  1346. data/lib/google/ads/google_ads/v8/services/topic_view_service_services_pb.rb +57 -0
  1347. data/lib/google/ads/google_ads/v8/services/user_data_service.rb +50 -0
  1348. data/lib/google/ads/google_ads/v8/services/user_data_service/client.rb +387 -0
  1349. data/lib/google/ads/google_ads/v8/services/user_data_service/credentials.rb +38 -0
  1350. data/lib/google/ads/google_ads/v8/services/user_data_service_pb.rb +44 -0
  1351. data/lib/google/ads/google_ads/v8/services/user_data_service_services_pb.rb +62 -0
  1352. data/lib/google/ads/google_ads/v8/services/user_interest_service.rb +51 -0
  1353. data/lib/google/ads/google_ads/v8/services/user_interest_service/client.rb +381 -0
  1354. data/lib/google/ads/google_ads/v8/services/user_interest_service/credentials.rb +38 -0
  1355. data/lib/google/ads/google_ads/v8/services/user_interest_service/paths.rb +52 -0
  1356. data/lib/google/ads/google_ads/v8/services/user_interest_service_pb.rb +29 -0
  1357. data/lib/google/ads/google_ads/v8/services/user_interest_service_services_pb.rb +57 -0
  1358. data/lib/google/ads/google_ads/v8/services/user_list_service.rb +51 -0
  1359. data/lib/google/ads/google_ads/v8/services/user_list_service/client.rb +488 -0
  1360. data/lib/google/ads/google_ads/v8/services/user_list_service/credentials.rb +38 -0
  1361. data/lib/google/ads/google_ads/v8/services/user_list_service/paths.rb +52 -0
  1362. data/lib/google/ads/google_ads/v8/services/user_list_service_pb.rb +56 -0
  1363. data/lib/google/ads/google_ads/v8/services/user_list_service_services_pb.rb +81 -0
  1364. data/lib/google/ads/google_ads/v8/services/user_location_view_service.rb +51 -0
  1365. data/lib/google/ads/google_ads/v8/services/user_location_view_service/client.rb +381 -0
  1366. data/lib/google/ads/google_ads/v8/services/user_location_view_service/credentials.rb +38 -0
  1367. data/lib/google/ads/google_ads/v8/services/user_location_view_service/paths.rb +54 -0
  1368. data/lib/google/ads/google_ads/v8/services/user_location_view_service_pb.rb +29 -0
  1369. data/lib/google/ads/google_ads/v8/services/user_location_view_service_services_pb.rb +57 -0
  1370. data/lib/google/ads/google_ads/v8/services/video_service.rb +51 -0
  1371. data/lib/google/ads/google_ads/v8/services/video_service/client.rb +379 -0
  1372. data/lib/google/ads/google_ads/v8/services/video_service/credentials.rb +38 -0
  1373. data/lib/google/ads/google_ads/v8/services/video_service/paths.rb +52 -0
  1374. data/lib/google/ads/google_ads/v8/services/video_service_pb.rb +29 -0
  1375. data/lib/google/ads/google_ads/v8/services/video_service_services_pb.rb +57 -0
  1376. data/lib/google/ads/google_ads/v8/services/webpage_view_service.rb +51 -0
  1377. data/lib/google/ads/google_ads/v8/services/webpage_view_service/client.rb +373 -0
  1378. data/lib/google/ads/google_ads/v8/services/webpage_view_service/credentials.rb +38 -0
  1379. data/lib/google/ads/google_ads/v8/services/webpage_view_service/paths.rb +54 -0
  1380. data/lib/google/ads/google_ads/v8/services/webpage_view_service_pb.rb +29 -0
  1381. data/lib/google/ads/google_ads/v8/services/webpage_view_service_services_pb.rb +49 -0
  1382. data/lib/google/ads/google_ads/version.rb +1 -1
  1383. data/lib/google/ads/google_ads/version_alternate.rb +2 -0
  1384. metadata +1377 -2394
  1385. data/lib/google/ads/google_ads/autoboxing_fields.rb +0 -112
  1386. data/lib/google/ads/google_ads/autoboxing_mappings.rb +0 -54
  1387. data/lib/google/ads/google_ads/factories/v5/enums.rb +0 -2731
  1388. data/lib/google/ads/google_ads/factories/v5/operations.rb +0 -4359
  1389. data/lib/google/ads/google_ads/factories/v5/resources.rb +0 -6316
  1390. data/lib/google/ads/google_ads/factories/v5/services.rb +0 -2242
  1391. data/lib/google/ads/google_ads/factories/v6/enums.rb +0 -2931
  1392. data/lib/google/ads/google_ads/factories/v6/operations.rb +0 -4787
  1393. data/lib/google/ads/google_ads/factories/v6/resources.rb +0 -6758
  1394. data/lib/google/ads/google_ads/factories/v6/services.rb +0 -2360
  1395. data/lib/google/ads/google_ads/utils/path_lookup_config.rb +0 -191
  1396. data/lib/google/ads/google_ads/utils/v5/path_lookup_util.rb +0 -31
  1397. data/lib/google/ads/google_ads/utils/v6/path_lookup_util.rb +0 -31
  1398. data/lib/google/ads/google_ads/v5/common/ad_asset_pb.rb +0 -39
  1399. data/lib/google/ads/google_ads/v5/common/ad_type_infos_pb.rb +0 -257
  1400. data/lib/google/ads/google_ads/v5/common/asset_types_pb.rb +0 -50
  1401. data/lib/google/ads/google_ads/v5/common/bidding_pb.rb +0 -78
  1402. data/lib/google/ads/google_ads/v5/common/click_location_pb.rb +0 -29
  1403. data/lib/google/ads/google_ads/v5/common/criteria_pb.rb +0 -306
  1404. data/lib/google/ads/google_ads/v5/common/criterion_category_availability_pb.rb +0 -44
  1405. data/lib/google/ads/google_ads/v5/common/custom_parameter_pb.rb +0 -26
  1406. data/lib/google/ads/google_ads/v5/common/dates_pb.rb +0 -27
  1407. data/lib/google/ads/google_ads/v5/common/explorer_auto_optimizer_setting_pb.rb +0 -25
  1408. data/lib/google/ads/google_ads/v5/common/extensions_pb.rb +0 -148
  1409. data/lib/google/ads/google_ads/v5/common/feed_common_pb.rb +0 -27
  1410. data/lib/google/ads/google_ads/v5/common/final_app_url_pb.rb +0 -27
  1411. data/lib/google/ads/google_ads/v5/common/frequency_cap_pb.rb +0 -36
  1412. data/lib/google/ads/google_ads/v5/common/keyword_plan_common_pb.rb +0 -39
  1413. data/lib/google/ads/google_ads/v5/common/matching_function_pb.rb +0 -62
  1414. data/lib/google/ads/google_ads/v5/common/metrics_pb.rb +0 -138
  1415. data/lib/google/ads/google_ads/v5/common/offline_user_data_pb.rb +0 -80
  1416. data/lib/google/ads/google_ads/v5/common/policy_pb.rb +0 -100
  1417. data/lib/google/ads/google_ads/v5/common/real_time_bidding_setting_pb.rb +0 -25
  1418. data/lib/google/ads/google_ads/v5/common/segments_pb.rb +0 -136
  1419. data/lib/google/ads/google_ads/v5/common/simulation_pb.rb +0 -109
  1420. data/lib/google/ads/google_ads/v5/common/tag_snippet_pb.rb +0 -30
  1421. data/lib/google/ads/google_ads/v5/common/targeting_setting_pb.rb +0 -44
  1422. data/lib/google/ads/google_ads/v5/common/text_label_pb.rb +0 -27
  1423. data/lib/google/ads/google_ads/v5/common/url_collection_pb.rb +0 -28
  1424. data/lib/google/ads/google_ads/v5/common/user_lists_pb.rb +0 -124
  1425. data/lib/google/ads/google_ads/v5/common/value_pb.rb +0 -31
  1426. data/lib/google/ads/google_ads/v5/enums/access_reason_pb.rb +0 -34
  1427. data/lib/google/ads/google_ads/v5/enums/access_role_pb.rb +0 -33
  1428. data/lib/google/ads/google_ads/v5/enums/account_budget_proposal_status_pb.rb +0 -34
  1429. data/lib/google/ads/google_ads/v5/enums/account_budget_proposal_type_pb.rb +0 -33
  1430. data/lib/google/ads/google_ads/v5/enums/account_budget_status_pb.rb +0 -32
  1431. data/lib/google/ads/google_ads/v5/enums/account_link_status_pb.rb +0 -33
  1432. data/lib/google/ads/google_ads/v5/enums/ad_customizer_placeholder_field_pb.rb +0 -33
  1433. data/lib/google/ads/google_ads/v5/enums/ad_group_ad_rotation_mode_pb.rb +0 -31
  1434. data/lib/google/ads/google_ads/v5/enums/ad_group_ad_status_pb.rb +0 -32
  1435. data/lib/google/ads/google_ads/v5/enums/ad_group_criterion_approval_status_pb.rb +0 -33
  1436. data/lib/google/ads/google_ads/v5/enums/ad_group_criterion_status_pb.rb +0 -32
  1437. data/lib/google/ads/google_ads/v5/enums/ad_group_status_pb.rb +0 -32
  1438. data/lib/google/ads/google_ads/v5/enums/ad_group_type_pb.rb +0 -43
  1439. data/lib/google/ads/google_ads/v5/enums/ad_network_type_pb.rb +0 -35
  1440. data/lib/google/ads/google_ads/v5/enums/ad_serving_optimization_status_pb.rb +0 -34
  1441. data/lib/google/ads/google_ads/v5/enums/ad_strength_pb.rb +0 -35
  1442. data/lib/google/ads/google_ads/v5/enums/ad_type_pb.rb +0 -55
  1443. data/lib/google/ads/google_ads/v5/enums/advertising_channel_sub_type_pb.rb +0 -45
  1444. data/lib/google/ads/google_ads/v5/enums/advertising_channel_type_pb.rb +0 -37
  1445. data/lib/google/ads/google_ads/v5/enums/affiliate_location_feed_relationship_type_pb.rb +0 -30
  1446. data/lib/google/ads/google_ads/v5/enums/affiliate_location_placeholder_field_pb.rb +0 -40
  1447. data/lib/google/ads/google_ads/v5/enums/age_range_type_pb.rb +0 -36
  1448. data/lib/google/ads/google_ads/v5/enums/app_campaign_app_store_pb.rb +0 -31
  1449. data/lib/google/ads/google_ads/v5/enums/app_campaign_bidding_strategy_goal_type_pb.rb +0 -33
  1450. data/lib/google/ads/google_ads/v5/enums/app_payment_model_type_pb.rb +0 -30
  1451. data/lib/google/ads/google_ads/v5/enums/app_placeholder_field_pb.rb +0 -37
  1452. data/lib/google/ads/google_ads/v5/enums/app_store_pb.rb +0 -31
  1453. data/lib/google/ads/google_ads/v5/enums/app_url_operating_system_type_pb.rb +0 -31
  1454. data/lib/google/ads/google_ads/v5/enums/asset_field_type_pb.rb +0 -36
  1455. data/lib/google/ads/google_ads/v5/enums/asset_link_status_pb.rb +0 -31
  1456. data/lib/google/ads/google_ads/v5/enums/asset_performance_label_pb.rb +0 -34
  1457. data/lib/google/ads/google_ads/v5/enums/asset_type_pb.rb +0 -34
  1458. data/lib/google/ads/google_ads/v5/enums/attribution_model_pb.rb +0 -36
  1459. data/lib/google/ads/google_ads/v5/enums/batch_job_status_pb.rb +0 -32
  1460. data/lib/google/ads/google_ads/v5/enums/bid_modifier_source_pb.rb +0 -31
  1461. data/lib/google/ads/google_ads/v5/enums/bidding_source_pb.rb +0 -32
  1462. data/lib/google/ads/google_ads/v5/enums/bidding_strategy_status_pb.rb +0 -31
  1463. data/lib/google/ads/google_ads/v5/enums/bidding_strategy_type_pb.rb +0 -44
  1464. data/lib/google/ads/google_ads/v5/enums/billing_setup_status_pb.rb +0 -33
  1465. data/lib/google/ads/google_ads/v5/enums/brand_safety_suitability_pb.rb +0 -32
  1466. data/lib/google/ads/google_ads/v5/enums/budget_campaign_association_status_pb.rb +0 -31
  1467. data/lib/google/ads/google_ads/v5/enums/budget_delivery_method_pb.rb +0 -31
  1468. data/lib/google/ads/google_ads/v5/enums/budget_period_pb.rb +0 -31
  1469. data/lib/google/ads/google_ads/v5/enums/budget_status_pb.rb +0 -31
  1470. data/lib/google/ads/google_ads/v5/enums/budget_type_pb.rb +0 -32
  1471. data/lib/google/ads/google_ads/v5/enums/call_conversion_reporting_state_pb.rb +0 -32
  1472. data/lib/google/ads/google_ads/v5/enums/call_placeholder_field_pb.rb +0 -34
  1473. data/lib/google/ads/google_ads/v5/enums/callout_placeholder_field_pb.rb +0 -30
  1474. data/lib/google/ads/google_ads/v5/enums/campaign_criterion_status_pb.rb +0 -32
  1475. data/lib/google/ads/google_ads/v5/enums/campaign_draft_status_pb.rb +0 -34
  1476. data/lib/google/ads/google_ads/v5/enums/campaign_experiment_status_pb.rb +0 -38
  1477. data/lib/google/ads/google_ads/v5/enums/campaign_experiment_traffic_split_type_pb.rb +0 -31
  1478. data/lib/google/ads/google_ads/v5/enums/campaign_experiment_type_pb.rb +0 -32
  1479. data/lib/google/ads/google_ads/v5/enums/campaign_serving_status_pb.rb +0 -34
  1480. data/lib/google/ads/google_ads/v5/enums/campaign_shared_set_status_pb.rb +0 -31
  1481. data/lib/google/ads/google_ads/v5/enums/campaign_status_pb.rb +0 -32
  1482. data/lib/google/ads/google_ads/v5/enums/change_status_operation_pb.rb +0 -32
  1483. data/lib/google/ads/google_ads/v5/enums/change_status_resource_type_pb.rb +0 -39
  1484. data/lib/google/ads/google_ads/v5/enums/click_type_pb.rb +0 -82
  1485. data/lib/google/ads/google_ads/v5/enums/content_label_type_pb.rb +0 -44
  1486. data/lib/google/ads/google_ads/v5/enums/conversion_action_category_pb.rb +0 -49
  1487. data/lib/google/ads/google_ads/v5/enums/conversion_action_counting_type_pb.rb +0 -31
  1488. data/lib/google/ads/google_ads/v5/enums/conversion_action_status_pb.rb +0 -32
  1489. data/lib/google/ads/google_ads/v5/enums/conversion_action_type_pb.rb +0 -64
  1490. data/lib/google/ads/google_ads/v5/enums/conversion_adjustment_type_pb.rb +0 -31
  1491. data/lib/google/ads/google_ads/v5/enums/conversion_attribution_event_type_pb.rb +0 -31
  1492. data/lib/google/ads/google_ads/v5/enums/conversion_lag_bucket_pb.rb +0 -48
  1493. data/lib/google/ads/google_ads/v5/enums/conversion_or_adjustment_lag_bucket_pb.rb +0 -70
  1494. data/lib/google/ads/google_ads/v5/enums/criterion_category_channel_availability_mode_pb.rb +0 -32
  1495. data/lib/google/ads/google_ads/v5/enums/criterion_category_locale_availability_mode_pb.rb +0 -33
  1496. data/lib/google/ads/google_ads/v5/enums/criterion_system_serving_status_pb.rb +0 -31
  1497. data/lib/google/ads/google_ads/v5/enums/criterion_type_pb.rb +0 -59
  1498. data/lib/google/ads/google_ads/v5/enums/custom_interest_member_type_pb.rb +0 -31
  1499. data/lib/google/ads/google_ads/v5/enums/custom_interest_status_pb.rb +0 -31
  1500. data/lib/google/ads/google_ads/v5/enums/custom_interest_type_pb.rb +0 -31
  1501. data/lib/google/ads/google_ads/v5/enums/custom_placeholder_field_pb.rb +0 -49
  1502. data/lib/google/ads/google_ads/v5/enums/customer_match_upload_key_type_pb.rb +0 -32
  1503. data/lib/google/ads/google_ads/v5/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +0 -36
  1504. data/lib/google/ads/google_ads/v5/enums/data_driven_model_status_pb.rb +0 -33
  1505. data/lib/google/ads/google_ads/v5/enums/day_of_week_pb.rb +0 -36
  1506. data/lib/google/ads/google_ads/v5/enums/device_pb.rb +0 -34
  1507. data/lib/google/ads/google_ads/v5/enums/display_ad_format_setting_pb.rb +0 -32
  1508. data/lib/google/ads/google_ads/v5/enums/display_upload_product_type_pb.rb +0 -39
  1509. data/lib/google/ads/google_ads/v5/enums/distance_bucket_pb.rb +0 -56
  1510. data/lib/google/ads/google_ads/v5/enums/dsa_page_feed_criterion_field_pb.rb +0 -31
  1511. data/lib/google/ads/google_ads/v5/enums/education_placeholder_field_pb.rb +0 -46
  1512. data/lib/google/ads/google_ads/v5/enums/extension_setting_device_pb.rb +0 -31
  1513. data/lib/google/ads/google_ads/v5/enums/extension_type_pb.rb +0 -41
  1514. data/lib/google/ads/google_ads/v5/enums/external_conversion_source_pb.rb +0 -51
  1515. data/lib/google/ads/google_ads/v5/enums/feed_attribute_type_pb.rb +0 -42
  1516. data/lib/google/ads/google_ads/v5/enums/feed_item_quality_approval_status_pb.rb +0 -31
  1517. data/lib/google/ads/google_ads/v5/enums/feed_item_quality_disapproval_reason_pb.rb +0 -47
  1518. data/lib/google/ads/google_ads/v5/enums/feed_item_status_pb.rb +0 -31
  1519. data/lib/google/ads/google_ads/v5/enums/feed_item_target_device_pb.rb +0 -30
  1520. data/lib/google/ads/google_ads/v5/enums/feed_item_target_status_pb.rb +0 -31
  1521. data/lib/google/ads/google_ads/v5/enums/feed_item_target_type_pb.rb +0 -32
  1522. data/lib/google/ads/google_ads/v5/enums/feed_item_validation_status_pb.rb +0 -32
  1523. data/lib/google/ads/google_ads/v5/enums/feed_link_status_pb.rb +0 -31
  1524. data/lib/google/ads/google_ads/v5/enums/feed_mapping_criterion_type_pb.rb +0 -31
  1525. data/lib/google/ads/google_ads/v5/enums/feed_mapping_status_pb.rb +0 -31
  1526. data/lib/google/ads/google_ads/v5/enums/feed_origin_pb.rb +0 -31
  1527. data/lib/google/ads/google_ads/v5/enums/feed_status_pb.rb +0 -31
  1528. data/lib/google/ads/google_ads/v5/enums/flight_placeholder_field_pb.rb +0 -46
  1529. data/lib/google/ads/google_ads/v5/enums/frequency_cap_event_type_pb.rb +0 -31
  1530. data/lib/google/ads/google_ads/v5/enums/frequency_cap_level_pb.rb +0 -32
  1531. data/lib/google/ads/google_ads/v5/enums/frequency_cap_time_unit_pb.rb +0 -32
  1532. data/lib/google/ads/google_ads/v5/enums/gender_type_pb.rb +0 -32
  1533. data/lib/google/ads/google_ads/v5/enums/geo_target_constant_status_pb.rb +0 -31
  1534. data/lib/google/ads/google_ads/v5/enums/geo_targeting_restriction_pb.rb +0 -30
  1535. data/lib/google/ads/google_ads/v5/enums/geo_targeting_type_pb.rb +0 -31
  1536. data/lib/google/ads/google_ads/v5/enums/google_ads_field_category_pb.rb +0 -33
  1537. data/lib/google/ads/google_ads/v5/enums/google_ads_field_data_type_pb.rb +0 -40
  1538. data/lib/google/ads/google_ads/v5/enums/hotel_date_selection_type_pb.rb +0 -31
  1539. data/lib/google/ads/google_ads/v5/enums/hotel_placeholder_field_pb.rb +0 -49
  1540. data/lib/google/ads/google_ads/v5/enums/hotel_price_bucket_pb.rb +0 -31
  1541. data/lib/google/ads/google_ads/v5/enums/hotel_rate_type_pb.rb +0 -33
  1542. data/lib/google/ads/google_ads/v5/enums/income_range_type_pb.rb +0 -36
  1543. data/lib/google/ads/google_ads/v5/enums/interaction_event_type_pb.rb +0 -33
  1544. data/lib/google/ads/google_ads/v5/enums/interaction_type_pb.rb +0 -30
  1545. data/lib/google/ads/google_ads/v5/enums/invoice_type_pb.rb +0 -31
  1546. data/lib/google/ads/google_ads/v5/enums/job_placeholder_field_pb.rb +0 -46
  1547. data/lib/google/ads/google_ads/v5/enums/keyword_match_type_pb.rb +0 -32
  1548. data/lib/google/ads/google_ads/v5/enums/keyword_plan_competition_level_pb.rb +0 -32
  1549. data/lib/google/ads/google_ads/v5/enums/keyword_plan_forecast_interval_pb.rb +0 -32
  1550. data/lib/google/ads/google_ads/v5/enums/keyword_plan_network_pb.rb +0 -31
  1551. data/lib/google/ads/google_ads/v5/enums/label_status_pb.rb +0 -31
  1552. data/lib/google/ads/google_ads/v5/enums/legacy_app_install_ad_app_store_pb.rb +0 -34
  1553. data/lib/google/ads/google_ads/v5/enums/linked_account_type_pb.rb +0 -32
  1554. data/lib/google/ads/google_ads/v5/enums/listing_group_type_pb.rb +0 -31
  1555. data/lib/google/ads/google_ads/v5/enums/local_placeholder_field_pb.rb +0 -48
  1556. data/lib/google/ads/google_ads/v5/enums/location_extension_targeting_criterion_field_pb.rb +0 -35
  1557. data/lib/google/ads/google_ads/v5/enums/location_group_radius_units_pb.rb +0 -31
  1558. data/lib/google/ads/google_ads/v5/enums/location_placeholder_field_pb.rb +0 -37
  1559. data/lib/google/ads/google_ads/v5/enums/location_source_type_pb.rb +0 -31
  1560. data/lib/google/ads/google_ads/v5/enums/manager_link_status_pb.rb +0 -34
  1561. data/lib/google/ads/google_ads/v5/enums/matching_function_context_type_pb.rb +0 -31
  1562. data/lib/google/ads/google_ads/v5/enums/matching_function_operator_pb.rb +0 -34
  1563. data/lib/google/ads/google_ads/v5/enums/media_type_pb.rb +0 -35
  1564. data/lib/google/ads/google_ads/v5/enums/merchant_center_link_status_pb.rb +0 -31
  1565. data/lib/google/ads/google_ads/v5/enums/message_placeholder_field_pb.rb +0 -34
  1566. data/lib/google/ads/google_ads/v5/enums/mime_type_pb.rb +0 -41
  1567. data/lib/google/ads/google_ads/v5/enums/minute_of_hour_pb.rb +0 -33
  1568. data/lib/google/ads/google_ads/v5/enums/mobile_app_vendor_pb.rb +0 -31
  1569. data/lib/google/ads/google_ads/v5/enums/mobile_device_type_pb.rb +0 -31
  1570. data/lib/google/ads/google_ads/v5/enums/month_of_year_pb.rb +0 -41
  1571. data/lib/google/ads/google_ads/v5/enums/negative_geo_target_type_pb.rb +0 -31
  1572. data/lib/google/ads/google_ads/v5/enums/offline_user_data_job_failure_reason_pb.rb +0 -31
  1573. data/lib/google/ads/google_ads/v5/enums/offline_user_data_job_status_pb.rb +0 -33
  1574. data/lib/google/ads/google_ads/v5/enums/offline_user_data_job_type_pb.rb +0 -32
  1575. data/lib/google/ads/google_ads/v5/enums/operating_system_version_operator_type_pb.rb +0 -31
  1576. data/lib/google/ads/google_ads/v5/enums/optimization_goal_type_pb.rb +0 -31
  1577. data/lib/google/ads/google_ads/v5/enums/page_one_promoted_strategy_goal_pb.rb +0 -21
  1578. data/lib/google/ads/google_ads/v5/enums/parental_status_type_pb.rb +0 -32
  1579. data/lib/google/ads/google_ads/v5/enums/payment_mode_pb.rb +0 -33
  1580. data/lib/google/ads/google_ads/v5/enums/placeholder_type_pb.rb +0 -48
  1581. data/lib/google/ads/google_ads/v5/enums/placement_type_pb.rb +0 -34
  1582. data/lib/google/ads/google_ads/v5/enums/policy_approval_status_pb.rb +0 -33
  1583. data/lib/google/ads/google_ads/v5/enums/policy_review_status_pb.rb +0 -33
  1584. data/lib/google/ads/google_ads/v5/enums/policy_topic_entry_type_pb.rb +0 -35
  1585. data/lib/google/ads/google_ads/v5/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +0 -34
  1586. data/lib/google/ads/google_ads/v5/enums/policy_topic_evidence_destination_not_working_device_pb.rb +0 -32
  1587. data/lib/google/ads/google_ads/v5/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +0 -31
  1588. data/lib/google/ads/google_ads/v5/enums/positive_geo_target_type_pb.rb +0 -32
  1589. data/lib/google/ads/google_ads/v5/enums/preferred_content_type_pb.rb +0 -30
  1590. data/lib/google/ads/google_ads/v5/enums/price_extension_price_qualifier_pb.rb +0 -32
  1591. data/lib/google/ads/google_ads/v5/enums/price_extension_price_unit_pb.rb +0 -35
  1592. data/lib/google/ads/google_ads/v5/enums/price_extension_type_pb.rb +0 -38
  1593. data/lib/google/ads/google_ads/v5/enums/price_placeholder_field_pb.rb +0 -82
  1594. data/lib/google/ads/google_ads/v5/enums/product_bidding_category_level_pb.rb +0 -34
  1595. data/lib/google/ads/google_ads/v5/enums/product_bidding_category_status_pb.rb +0 -31
  1596. data/lib/google/ads/google_ads/v5/enums/product_channel_exclusivity_pb.rb +0 -31
  1597. data/lib/google/ads/google_ads/v5/enums/product_channel_pb.rb +0 -31
  1598. data/lib/google/ads/google_ads/v5/enums/product_condition_pb.rb +0 -32
  1599. data/lib/google/ads/google_ads/v5/enums/product_custom_attribute_index_pb.rb +0 -34
  1600. data/lib/google/ads/google_ads/v5/enums/product_type_level_pb.rb +0 -34
  1601. data/lib/google/ads/google_ads/v5/enums/promotion_extension_discount_modifier_pb.rb +0 -30
  1602. data/lib/google/ads/google_ads/v5/enums/promotion_extension_occasion_pb.rb +0 -66
  1603. data/lib/google/ads/google_ads/v5/enums/promotion_placeholder_field_pb.rb +0 -43
  1604. data/lib/google/ads/google_ads/v5/enums/proximity_radius_units_pb.rb +0 -31
  1605. data/lib/google/ads/google_ads/v5/enums/quality_score_bucket_pb.rb +0 -32
  1606. data/lib/google/ads/google_ads/v5/enums/reach_plan_ad_length_pb.rb +0 -32
  1607. data/lib/google/ads/google_ads/v5/enums/reach_plan_age_range_pb.rb +0 -55
  1608. data/lib/google/ads/google_ads/v5/enums/reach_plan_network_pb.rb +0 -32
  1609. data/lib/google/ads/google_ads/v5/enums/real_estate_placeholder_field_pb.rb +0 -47
  1610. data/lib/google/ads/google_ads/v5/enums/recommendation_type_pb.rb +0 -44
  1611. data/lib/google/ads/google_ads/v5/enums/response_content_type_pb.rb +0 -30
  1612. data/lib/google/ads/google_ads/v5/enums/search_engine_results_page_type_pb.rb +0 -32
  1613. data/lib/google/ads/google_ads/v5/enums/search_term_match_type_pb.rb +0 -34
  1614. data/lib/google/ads/google_ads/v5/enums/search_term_targeting_status_pb.rb +0 -33
  1615. data/lib/google/ads/google_ads/v5/enums/served_asset_field_type_pb.rb +0 -34
  1616. data/lib/google/ads/google_ads/v5/enums/shared_set_status_pb.rb +0 -31
  1617. data/lib/google/ads/google_ads/v5/enums/shared_set_type_pb.rb +0 -31
  1618. data/lib/google/ads/google_ads/v5/enums/simulation_modification_method_pb.rb +0 -31
  1619. data/lib/google/ads/google_ads/v5/enums/simulation_type_pb.rb +0 -35
  1620. data/lib/google/ads/google_ads/v5/enums/sitelink_placeholder_field_pb.rb +0 -36
  1621. data/lib/google/ads/google_ads/v5/enums/slot_pb.rb +0 -36
  1622. data/lib/google/ads/google_ads/v5/enums/spending_limit_type_pb.rb +0 -30
  1623. data/lib/google/ads/google_ads/v5/enums/structured_snippet_placeholder_field_pb.rb +0 -31
  1624. data/lib/google/ads/google_ads/v5/enums/summary_row_setting_pb.rb +0 -32
  1625. data/lib/google/ads/google_ads/v5/enums/system_managed_entity_source_pb.rb +0 -30
  1626. data/lib/google/ads/google_ads/v5/enums/target_cpa_opt_in_recommendation_goal_pb.rb +0 -33
  1627. data/lib/google/ads/google_ads/v5/enums/target_impression_share_location_pb.rb +0 -32
  1628. data/lib/google/ads/google_ads/v5/enums/targeting_dimension_pb.rb +0 -37
  1629. data/lib/google/ads/google_ads/v5/enums/time_type_pb.rb +0 -31
  1630. data/lib/google/ads/google_ads/v5/enums/tracking_code_page_format_pb.rb +0 -31
  1631. data/lib/google/ads/google_ads/v5/enums/tracking_code_type_pb.rb +0 -33
  1632. data/lib/google/ads/google_ads/v5/enums/travel_placeholder_field_pb.rb +0 -49
  1633. data/lib/google/ads/google_ads/v5/enums/user_interest_taxonomy_type_pb.rb +0 -34
  1634. data/lib/google/ads/google_ads/v5/enums/user_list_access_status_pb.rb +0 -31
  1635. data/lib/google/ads/google_ads/v5/enums/user_list_closing_reason_pb.rb +0 -30
  1636. data/lib/google/ads/google_ads/v5/enums/user_list_combined_rule_operator_pb.rb +0 -31
  1637. data/lib/google/ads/google_ads/v5/enums/user_list_crm_data_source_type_pb.rb +0 -32
  1638. data/lib/google/ads/google_ads/v5/enums/user_list_date_rule_item_operator_pb.rb +0 -33
  1639. data/lib/google/ads/google_ads/v5/enums/user_list_logical_rule_operator_pb.rb +0 -32
  1640. data/lib/google/ads/google_ads/v5/enums/user_list_membership_status_pb.rb +0 -31
  1641. data/lib/google/ads/google_ads/v5/enums/user_list_number_rule_item_operator_pb.rb +0 -35
  1642. data/lib/google/ads/google_ads/v5/enums/user_list_prepopulation_status_pb.rb +0 -32
  1643. data/lib/google/ads/google_ads/v5/enums/user_list_rule_type_pb.rb +0 -31
  1644. data/lib/google/ads/google_ads/v5/enums/user_list_size_range_pb.rb +0 -45
  1645. data/lib/google/ads/google_ads/v5/enums/user_list_string_rule_item_operator_pb.rb +0 -37
  1646. data/lib/google/ads/google_ads/v5/enums/user_list_type_pb.rb +0 -35
  1647. data/lib/google/ads/google_ads/v5/enums/vanity_pharma_display_url_mode_pb.rb +0 -31
  1648. data/lib/google/ads/google_ads/v5/enums/vanity_pharma_text_pb.rb +0 -41
  1649. data/lib/google/ads/google_ads/v5/enums/webpage_condition_operand_pb.rb +0 -34
  1650. data/lib/google/ads/google_ads/v5/enums/webpage_condition_operator_pb.rb +0 -31
  1651. data/lib/google/ads/google_ads/v5/errors/access_invitation_error_pb.rb +0 -31
  1652. data/lib/google/ads/google_ads/v5/errors/account_budget_proposal_error_pb.rb +0 -53
  1653. data/lib/google/ads/google_ads/v5/errors/account_link_error_pb.rb +0 -30
  1654. data/lib/google/ads/google_ads/v5/errors/ad_customizer_error_pb.rb +0 -34
  1655. data/lib/google/ads/google_ads/v5/errors/ad_error_pb.rb +0 -173
  1656. data/lib/google/ads/google_ads/v5/errors/ad_group_ad_error_pb.rb +0 -39
  1657. data/lib/google/ads/google_ads/v5/errors/ad_group_bid_modifier_error_pb.rb +0 -31
  1658. data/lib/google/ads/google_ads/v5/errors/ad_group_criterion_error_pb.rb +0 -57
  1659. data/lib/google/ads/google_ads/v5/errors/ad_group_error_pb.rb +0 -42
  1660. data/lib/google/ads/google_ads/v5/errors/ad_group_feed_error_pb.rb +0 -36
  1661. data/lib/google/ads/google_ads/v5/errors/ad_parameter_error_pb.rb +0 -31
  1662. data/lib/google/ads/google_ads/v5/errors/ad_sharing_error_pb.rb +0 -32
  1663. data/lib/google/ads/google_ads/v5/errors/adx_error_pb.rb +0 -30
  1664. data/lib/google/ads/google_ads/v5/errors/asset_error_pb.rb +0 -34
  1665. data/lib/google/ads/google_ads/v5/errors/asset_link_error_pb.rb +0 -33
  1666. data/lib/google/ads/google_ads/v5/errors/authentication_error_pb.rb +0 -47
  1667. data/lib/google/ads/google_ads/v5/errors/authorization_error_pb.rb +0 -41
  1668. data/lib/google/ads/google_ads/v5/errors/batch_job_error_pb.rb +0 -35
  1669. data/lib/google/ads/google_ads/v5/errors/bidding_error_pb.rb +0 -53
  1670. data/lib/google/ads/google_ads/v5/errors/bidding_strategy_error_pb.rb +0 -34
  1671. data/lib/google/ads/google_ads/v5/errors/billing_setup_error_pb.rb +0 -46
  1672. data/lib/google/ads/google_ads/v5/errors/campaign_budget_error_pb.rb +0 -45
  1673. data/lib/google/ads/google_ads/v5/errors/campaign_criterion_error_pb.rb +0 -40
  1674. data/lib/google/ads/google_ads/v5/errors/campaign_draft_error_pb.rb +0 -39
  1675. data/lib/google/ads/google_ads/v5/errors/campaign_error_pb.rb +0 -69
  1676. data/lib/google/ads/google_ads/v5/errors/campaign_experiment_error_pb.rb +0 -39
  1677. data/lib/google/ads/google_ads/v5/errors/campaign_feed_error_pb.rb +0 -36
  1678. data/lib/google/ads/google_ads/v5/errors/campaign_shared_set_error_pb.rb +0 -30
  1679. data/lib/google/ads/google_ads/v5/errors/change_status_error_pb.rb +0 -30
  1680. data/lib/google/ads/google_ads/v5/errors/collection_size_error_pb.rb +0 -31
  1681. data/lib/google/ads/google_ads/v5/errors/context_error_pb.rb +0 -31
  1682. data/lib/google/ads/google_ads/v5/errors/conversion_action_error_pb.rb +0 -39
  1683. data/lib/google/ads/google_ads/v5/errors/conversion_adjustment_upload_error_pb.rb +0 -40
  1684. data/lib/google/ads/google_ads/v5/errors/conversion_upload_error_pb.rb +0 -50
  1685. data/lib/google/ads/google_ads/v5/errors/country_code_error_pb.rb +0 -30
  1686. data/lib/google/ads/google_ads/v5/errors/criterion_error_pb.rb +0 -140
  1687. data/lib/google/ads/google_ads/v5/errors/currency_code_error_pb.rb +0 -30
  1688. data/lib/google/ads/google_ads/v5/errors/custom_interest_error_pb.rb +0 -36
  1689. data/lib/google/ads/google_ads/v5/errors/customer_client_link_error_pb.rb +0 -37
  1690. data/lib/google/ads/google_ads/v5/errors/customer_error_pb.rb +0 -31
  1691. data/lib/google/ads/google_ads/v5/errors/customer_feed_error_pb.rb +0 -36
  1692. data/lib/google/ads/google_ads/v5/errors/customer_manager_link_error_pb.rb +0 -38
  1693. data/lib/google/ads/google_ads/v5/errors/database_error_pb.rb +0 -32
  1694. data/lib/google/ads/google_ads/v5/errors/date_error_pb.rb +0 -39
  1695. data/lib/google/ads/google_ads/v5/errors/date_range_error_pb.rb +0 -34
  1696. data/lib/google/ads/google_ads/v5/errors/distinct_error_pb.rb +0 -31
  1697. data/lib/google/ads/google_ads/v5/errors/enum_error_pb.rb +0 -30
  1698. data/lib/google/ads/google_ads/v5/errors/errors_pb.rb +0 -308
  1699. data/lib/google/ads/google_ads/v5/errors/extension_feed_item_error_pb.rb +0 -74
  1700. data/lib/google/ads/google_ads/v5/errors/extension_setting_error_pb.rb +0 -94
  1701. data/lib/google/ads/google_ads/v5/errors/feed_attribute_reference_error_pb.rb +0 -32
  1702. data/lib/google/ads/google_ads/v5/errors/feed_error_pb.rb +0 -51
  1703. data/lib/google/ads/google_ads/v5/errors/feed_item_error_pb.rb +0 -38
  1704. data/lib/google/ads/google_ads/v5/errors/feed_item_target_error_pb.rb +0 -37
  1705. data/lib/google/ads/google_ads/v5/errors/feed_item_validation_error_pb.rb +0 -126
  1706. data/lib/google/ads/google_ads/v5/errors/feed_mapping_error_pb.rb +0 -46
  1707. data/lib/google/ads/google_ads/v5/errors/field_error_pb.rb +0 -36
  1708. data/lib/google/ads/google_ads/v5/errors/field_mask_error_pb.rb +0 -33
  1709. data/lib/google/ads/google_ads/v5/errors/function_error_pb.rb +0 -45
  1710. data/lib/google/ads/google_ads/v5/errors/function_parsing_error_pb.rb +0 -40
  1711. data/lib/google/ads/google_ads/v5/errors/geo_target_constant_suggestion_error_pb.rb +0 -33
  1712. data/lib/google/ads/google_ads/v5/errors/header_error_pb.rb +0 -31
  1713. data/lib/google/ads/google_ads/v5/errors/id_error_pb.rb +0 -30
  1714. data/lib/google/ads/google_ads/v5/errors/image_error_pb.rb +0 -67
  1715. data/lib/google/ads/google_ads/v5/errors/internal_error_pb.rb +0 -33
  1716. data/lib/google/ads/google_ads/v5/errors/invoice_error_pb.rb +0 -31
  1717. data/lib/google/ads/google_ads/v5/errors/keyword_plan_ad_group_error_pb.rb +0 -31
  1718. data/lib/google/ads/google_ads/v5/errors/keyword_plan_ad_group_keyword_error_pb.rb +0 -36
  1719. data/lib/google/ads/google_ads/v5/errors/keyword_plan_campaign_error_pb.rb +0 -35
  1720. data/lib/google/ads/google_ads/v5/errors/keyword_plan_campaign_keyword_error_pb.rb +0 -30
  1721. data/lib/google/ads/google_ads/v5/errors/keyword_plan_error_pb.rb +0 -43
  1722. data/lib/google/ads/google_ads/v5/errors/keyword_plan_idea_error_pb.rb +0 -31
  1723. data/lib/google/ads/google_ads/v5/errors/label_error_pb.rb +0 -38
  1724. data/lib/google/ads/google_ads/v5/errors/language_code_error_pb.rb +0 -31
  1725. data/lib/google/ads/google_ads/v5/errors/list_operation_error_pb.rb +0 -31
  1726. data/lib/google/ads/google_ads/v5/errors/manager_link_error_pb.rb +0 -46
  1727. data/lib/google/ads/google_ads/v5/errors/media_bundle_error_pb.rb +0 -51
  1728. data/lib/google/ads/google_ads/v5/errors/media_file_error_pb.rb +0 -52
  1729. data/lib/google/ads/google_ads/v5/errors/media_upload_error_pb.rb +0 -61
  1730. data/lib/google/ads/google_ads/v5/errors/multiplier_error_pb.rb +0 -41
  1731. data/lib/google/ads/google_ads/v5/errors/mutate_error_pb.rb +0 -37
  1732. data/lib/google/ads/google_ads/v5/errors/new_resource_creation_error_pb.rb +0 -32
  1733. data/lib/google/ads/google_ads/v5/errors/not_allowlisted_error_pb.rb +0 -30
  1734. data/lib/google/ads/google_ads/v5/errors/not_empty_error_pb.rb +0 -30
  1735. data/lib/google/ads/google_ads/v5/errors/null_error_pb.rb +0 -30
  1736. data/lib/google/ads/google_ads/v5/errors/offline_user_data_job_error_pb.rb +0 -56
  1737. data/lib/google/ads/google_ads/v5/errors/operation_access_denied_error_pb.rb +0 -39
  1738. data/lib/google/ads/google_ads/v5/errors/operator_error_pb.rb +0 -30
  1739. data/lib/google/ads/google_ads/v5/errors/partial_failure_error_pb.rb +0 -30
  1740. data/lib/google/ads/google_ads/v5/errors/payments_account_error_pb.rb +0 -30
  1741. data/lib/google/ads/google_ads/v5/errors/policy_finding_error_pb.rb +0 -31
  1742. data/lib/google/ads/google_ads/v5/errors/policy_validation_parameter_error_pb.rb +0 -32
  1743. data/lib/google/ads/google_ads/v5/errors/policy_violation_error_pb.rb +0 -30
  1744. data/lib/google/ads/google_ads/v5/errors/query_error_pb.rb +0 -82
  1745. data/lib/google/ads/google_ads/v5/errors/quota_error_pb.rb +0 -32
  1746. data/lib/google/ads/google_ads/v5/errors/range_error_pb.rb +0 -31
  1747. data/lib/google/ads/google_ads/v5/errors/reach_plan_error_pb.rb +0 -29
  1748. data/lib/google/ads/google_ads/v5/errors/recommendation_error_pb.rb +0 -43
  1749. data/lib/google/ads/google_ads/v5/errors/region_code_error_pb.rb +0 -30
  1750. data/lib/google/ads/google_ads/v5/errors/request_error_pb.rb +0 -51
  1751. data/lib/google/ads/google_ads/v5/errors/resource_access_denied_error_pb.rb +0 -30
  1752. data/lib/google/ads/google_ads/v5/errors/resource_count_limit_exceeded_error_pb.rb +0 -38
  1753. data/lib/google/ads/google_ads/v5/errors/setting_error_pb.rb +0 -40
  1754. data/lib/google/ads/google_ads/v5/errors/shared_criterion_error_pb.rb +0 -30
  1755. data/lib/google/ads/google_ads/v5/errors/shared_set_error_pb.rb +0 -33
  1756. data/lib/google/ads/google_ads/v5/errors/size_limit_error_pb.rb +0 -31
  1757. data/lib/google/ads/google_ads/v5/errors/string_format_error_pb.rb +0 -31
  1758. data/lib/google/ads/google_ads/v5/errors/string_length_error_pb.rb +0 -32
  1759. data/lib/google/ads/google_ads/v5/errors/third_party_app_analytics_link_error_pb.rb +0 -33
  1760. data/lib/google/ads/google_ads/v5/errors/time_zone_error_pb.rb +0 -30
  1761. data/lib/google/ads/google_ads/v5/errors/url_field_error_pb.rb +0 -81
  1762. data/lib/google/ads/google_ads/v5/errors/user_data_error_pb.rb +0 -32
  1763. data/lib/google/ads/google_ads/v5/errors/user_list_error_pb.rb +0 -55
  1764. data/lib/google/ads/google_ads/v5/errors/youtube_video_registration_error_pb.rb +0 -32
  1765. data/lib/google/ads/google_ads/v5/resources/account_budget_pb.rb +0 -80
  1766. data/lib/google/ads/google_ads/v5/resources/account_budget_proposal_pb.rb +0 -63
  1767. data/lib/google/ads/google_ads/v5/resources/account_link_pb.rb +0 -53
  1768. data/lib/google/ads/google_ads/v5/resources/ad_group_ad_asset_view_pb.rb +0 -45
  1769. data/lib/google/ads/google_ads/v5/resources/ad_group_ad_label_pb.rb +0 -30
  1770. data/lib/google/ads/google_ads/v5/resources/ad_group_ad_pb.rb +0 -44
  1771. data/lib/google/ads/google_ads/v5/resources/ad_group_audience_view_pb.rb +0 -27
  1772. data/lib/google/ads/google_ads/v5/resources/ad_group_bid_modifier_pb.rb +0 -42
  1773. data/lib/google/ads/google_ads/v5/resources/ad_group_criterion_label_pb.rb +0 -30
  1774. data/lib/google/ads/google_ads/v5/resources/ad_group_criterion_pb.rb +0 -98
  1775. data/lib/google/ads/google_ads/v5/resources/ad_group_criterion_simulation_pb.rb +0 -40
  1776. data/lib/google/ads/google_ads/v5/resources/ad_group_extension_setting_pb.rb +0 -34
  1777. data/lib/google/ads/google_ads/v5/resources/ad_group_feed_pb.rb +0 -36
  1778. data/lib/google/ads/google_ads/v5/resources/ad_group_label_pb.rb +0 -30
  1779. data/lib/google/ads/google_ads/v5/resources/ad_group_pb.rb +0 -60
  1780. data/lib/google/ads/google_ads/v5/resources/ad_group_simulation_pb.rb +0 -41
  1781. data/lib/google/ads/google_ads/v5/resources/ad_parameter_pb.rb +0 -30
  1782. data/lib/google/ads/google_ads/v5/resources/ad_pb.rb +0 -70
  1783. data/lib/google/ads/google_ads/v5/resources/ad_schedule_view_pb.rb +0 -27
  1784. data/lib/google/ads/google_ads/v5/resources/age_range_view_pb.rb +0 -27
  1785. data/lib/google/ads/google_ads/v5/resources/asset_pb.rb +0 -39
  1786. data/lib/google/ads/google_ads/v5/resources/batch_job_pb.rb +0 -43
  1787. data/lib/google/ads/google_ads/v5/resources/bidding_strategy_pb.rb +0 -44
  1788. data/lib/google/ads/google_ads/v5/resources/billing_setup_pb.rb +0 -50
  1789. data/lib/google/ads/google_ads/v5/resources/campaign_asset_pb.rb +0 -33
  1790. data/lib/google/ads/google_ads/v5/resources/campaign_audience_view_pb.rb +0 -27
  1791. data/lib/google/ads/google_ads/v5/resources/campaign_bid_modifier_pb.rb +0 -34
  1792. data/lib/google/ads/google_ads/v5/resources/campaign_budget_pb.rb +0 -47
  1793. data/lib/google/ads/google_ads/v5/resources/campaign_criterion_pb.rb +0 -65
  1794. data/lib/google/ads/google_ads/v5/resources/campaign_criterion_simulation_pb.rb +0 -39
  1795. data/lib/google/ads/google_ads/v5/resources/campaign_draft_pb.rb +0 -36
  1796. data/lib/google/ads/google_ads/v5/resources/campaign_experiment_pb.rb +0 -41
  1797. data/lib/google/ads/google_ads/v5/resources/campaign_extension_setting_pb.rb +0 -34
  1798. data/lib/google/ads/google_ads/v5/resources/campaign_feed_pb.rb +0 -36
  1799. data/lib/google/ads/google_ads/v5/resources/campaign_label_pb.rb +0 -30
  1800. data/lib/google/ads/google_ads/v5/resources/campaign_pb.rb +0 -155
  1801. data/lib/google/ads/google_ads/v5/resources/campaign_shared_set_pb.rb +0 -31
  1802. data/lib/google/ads/google_ads/v5/resources/carrier_constant_pb.rb +0 -30
  1803. data/lib/google/ads/google_ads/v5/resources/change_status_pb.rb +0 -48
  1804. data/lib/google/ads/google_ads/v5/resources/click_view_pb.rb +0 -35
  1805. data/lib/google/ads/google_ads/v5/resources/conversion_action_pb.rb +0 -73
  1806. data/lib/google/ads/google_ads/v5/resources/currency_constant_pb.rb +0 -31
  1807. data/lib/google/ads/google_ads/v5/resources/custom_interest_pb.rb +0 -42
  1808. data/lib/google/ads/google_ads/v5/resources/customer_client_link_pb.rb +0 -33
  1809. data/lib/google/ads/google_ads/v5/resources/customer_client_pb.rb +0 -37
  1810. data/lib/google/ads/google_ads/v5/resources/customer_extension_setting_pb.rb +0 -33
  1811. data/lib/google/ads/google_ads/v5/resources/customer_feed_pb.rb +0 -35
  1812. data/lib/google/ads/google_ads/v5/resources/customer_label_pb.rb +0 -30
  1813. data/lib/google/ads/google_ads/v5/resources/customer_manager_link_pb.rb +0 -32
  1814. data/lib/google/ads/google_ads/v5/resources/customer_negative_criterion_pb.rb +0 -39
  1815. data/lib/google/ads/google_ads/v5/resources/customer_pb.rb +0 -58
  1816. data/lib/google/ads/google_ads/v5/resources/detail_placement_view_pb.rb +0 -34
  1817. data/lib/google/ads/google_ads/v5/resources/display_keyword_view_pb.rb +0 -27
  1818. data/lib/google/ads/google_ads/v5/resources/distance_view_pb.rb +0 -30
  1819. data/lib/google/ads/google_ads/v5/resources/domain_category_pb.rb +0 -35
  1820. data/lib/google/ads/google_ads/v5/resources/dynamic_search_ads_search_term_view_pb.rb +0 -34
  1821. data/lib/google/ads/google_ads/v5/resources/expanded_landing_page_view_pb.rb +0 -29
  1822. data/lib/google/ads/google_ads/v5/resources/extension_feed_item_pb.rb +0 -59
  1823. data/lib/google/ads/google_ads/v5/resources/feed_item_pb.rb +0 -81
  1824. data/lib/google/ads/google_ads/v5/resources/feed_item_target_pb.rb +0 -44
  1825. data/lib/google/ads/google_ads/v5/resources/feed_mapping_pb.rb +0 -87
  1826. data/lib/google/ads/google_ads/v5/resources/feed_pb.rb +0 -80
  1827. data/lib/google/ads/google_ads/v5/resources/feed_placeholder_view_pb.rb +0 -29
  1828. data/lib/google/ads/google_ads/v5/resources/gender_view_pb.rb +0 -27
  1829. data/lib/google/ads/google_ads/v5/resources/geo_target_constant_pb.rb +0 -35
  1830. data/lib/google/ads/google_ads/v5/resources/geographic_view_pb.rb +0 -30
  1831. data/lib/google/ads/google_ads/v5/resources/google_ads_field_pb.rb +0 -42
  1832. data/lib/google/ads/google_ads/v5/resources/group_placement_view_pb.rb +0 -33
  1833. data/lib/google/ads/google_ads/v5/resources/hotel_group_view_pb.rb +0 -27
  1834. data/lib/google/ads/google_ads/v5/resources/hotel_performance_view_pb.rb +0 -27
  1835. data/lib/google/ads/google_ads/v5/resources/income_range_view_pb.rb +0 -27
  1836. data/lib/google/ads/google_ads/v5/resources/invoice_pb.rb +0 -59
  1837. data/lib/google/ads/google_ads/v5/resources/keyword_plan_ad_group_keyword_pb.rb +0 -35
  1838. data/lib/google/ads/google_ads/v5/resources/keyword_plan_ad_group_pb.rb +0 -32
  1839. data/lib/google/ads/google_ads/v5/resources/keyword_plan_campaign_keyword_pb.rb +0 -34
  1840. data/lib/google/ads/google_ads/v5/resources/keyword_plan_campaign_pb.rb +0 -40
  1841. data/lib/google/ads/google_ads/v5/resources/keyword_plan_pb.rb +0 -40
  1842. data/lib/google/ads/google_ads/v5/resources/keyword_view_pb.rb +0 -27
  1843. data/lib/google/ads/google_ads/v5/resources/label_pb.rb +0 -34
  1844. data/lib/google/ads/google_ads/v5/resources/landing_page_view_pb.rb +0 -29
  1845. data/lib/google/ads/google_ads/v5/resources/language_constant_pb.rb +0 -31
  1846. data/lib/google/ads/google_ads/v5/resources/location_view_pb.rb +0 -27
  1847. data/lib/google/ads/google_ads/v5/resources/managed_placement_view_pb.rb +0 -27
  1848. data/lib/google/ads/google_ads/v5/resources/media_file_pb.rb +0 -63
  1849. data/lib/google/ads/google_ads/v5/resources/merchant_center_link_pb.rb +0 -31
  1850. data/lib/google/ads/google_ads/v5/resources/mobile_app_category_constant_pb.rb +0 -29
  1851. data/lib/google/ads/google_ads/v5/resources/mobile_device_constant_pb.rb +0 -33
  1852. data/lib/google/ads/google_ads/v5/resources/offline_user_data_job_pb.rb +0 -41
  1853. data/lib/google/ads/google_ads/v5/resources/operating_system_version_constant_pb.rb +0 -33
  1854. data/lib/google/ads/google_ads/v5/resources/paid_organic_search_term_view_pb.rb +0 -29
  1855. data/lib/google/ads/google_ads/v5/resources/parental_status_view_pb.rb +0 -27
  1856. data/lib/google/ads/google_ads/v5/resources/payments_account_pb.rb +0 -34
  1857. data/lib/google/ads/google_ads/v5/resources/product_bidding_category_constant_pb.rb +0 -37
  1858. data/lib/google/ads/google_ads/v5/resources/product_group_view_pb.rb +0 -27
  1859. data/lib/google/ads/google_ads/v5/resources/recommendation_pb.rb +0 -148
  1860. data/lib/google/ads/google_ads/v5/resources/remarketing_action_pb.rb +0 -31
  1861. data/lib/google/ads/google_ads/v5/resources/search_term_view_pb.rb +0 -32
  1862. data/lib/google/ads/google_ads/v5/resources/shared_criterion_pb.rb +0 -40
  1863. data/lib/google/ads/google_ads/v5/resources/shared_set_pb.rb +0 -35
  1864. data/lib/google/ads/google_ads/v5/resources/shopping_performance_view_pb.rb +0 -27
  1865. data/lib/google/ads/google_ads/v5/resources/third_party_app_analytics_link_pb.rb +0 -29
  1866. data/lib/google/ads/google_ads/v5/resources/topic_constant_pb.rb +0 -30
  1867. data/lib/google/ads/google_ads/v5/resources/topic_view_pb.rb +0 -27
  1868. data/lib/google/ads/google_ads/v5/resources/user_interest_pb.rb +0 -36
  1869. data/lib/google/ads/google_ads/v5/resources/user_list_pb.rb +0 -59
  1870. data/lib/google/ads/google_ads/v5/resources/user_location_view_pb.rb +0 -30
  1871. data/lib/google/ads/google_ads/v5/resources/video_pb.rb +0 -32
  1872. data/lib/google/ads/google_ads/v5/services.rb +0 -149
  1873. data/lib/google/ads/google_ads/v5/services/account_budget_proposal_service.rb +0 -64
  1874. data/lib/google/ads/google_ads/v5/services/account_budget_proposal_service/client.rb +0 -464
  1875. data/lib/google/ads/google_ads/v5/services/account_budget_proposal_service/credentials.rb +0 -41
  1876. data/lib/google/ads/google_ads/v5/services/account_budget_proposal_service/paths.rb +0 -86
  1877. data/lib/google/ads/google_ads/v5/services/account_budget_proposal_service_pb.rb +0 -52
  1878. data/lib/google/ads/google_ads/v5/services/account_budget_proposal_service_services_pb.rb +0 -65
  1879. data/lib/google/ads/google_ads/v5/services/account_budget_service.rb +0 -53
  1880. data/lib/google/ads/google_ads/v5/services/account_budget_service/client.rb +0 -374
  1881. data/lib/google/ads/google_ads/v5/services/account_budget_service/credentials.rb +0 -41
  1882. data/lib/google/ads/google_ads/v5/services/account_budget_service/paths.rb +0 -86
  1883. data/lib/google/ads/google_ads/v5/services/account_budget_service_pb.rb +0 -29
  1884. data/lib/google/ads/google_ads/v5/services/account_budget_service_services_pb.rb +0 -51
  1885. data/lib/google/ads/google_ads/v5/services/account_link_service.rb +0 -52
  1886. data/lib/google/ads/google_ads/v5/services/account_link_service/client.rb +0 -534
  1887. data/lib/google/ads/google_ads/v5/services/account_link_service/credentials.rb +0 -41
  1888. data/lib/google/ads/google_ads/v5/services/account_link_service/paths.rb +0 -66
  1889. data/lib/google/ads/google_ads/v5/services/account_link_service_pb.rb +0 -59
  1890. data/lib/google/ads/google_ads/v5/services/account_link_service_services_pb.rb +0 -55
  1891. data/lib/google/ads/google_ads/v5/services/ad_group_ad_asset_view_service.rb +0 -51
  1892. data/lib/google/ads/google_ads/v5/services/ad_group_ad_asset_view_service/client.rb +0 -372
  1893. data/lib/google/ads/google_ads/v5/services/ad_group_ad_asset_view_service/credentials.rb +0 -41
  1894. data/lib/google/ads/google_ads/v5/services/ad_group_ad_asset_view_service/paths.rb +0 -86
  1895. data/lib/google/ads/google_ads/v5/services/ad_group_ad_asset_view_service_pb.rb +0 -29
  1896. data/lib/google/ads/google_ads/v5/services/ad_group_ad_asset_view_service_services_pb.rb +0 -49
  1897. data/lib/google/ads/google_ads/v5/services/ad_group_ad_label_service.rb +0 -51
  1898. data/lib/google/ads/google_ads/v5/services/ad_group_ad_label_service/client.rb +0 -456
  1899. data/lib/google/ads/google_ads/v5/services/ad_group_ad_label_service/credentials.rb +0 -41
  1900. data/lib/google/ads/google_ads/v5/services/ad_group_ad_label_service/paths.rb +0 -86
  1901. data/lib/google/ads/google_ads/v5/services/ad_group_ad_label_service_pb.rb +0 -53
  1902. data/lib/google/ads/google_ads/v5/services/ad_group_ad_label_service_services_pb.rb +0 -52
  1903. data/lib/google/ads/google_ads/v5/services/ad_group_ad_service.rb +0 -51
  1904. data/lib/google/ads/google_ads/v5/services/ad_group_ad_service/client.rb +0 -458
  1905. data/lib/google/ads/google_ads/v5/services/ad_group_ad_service/credentials.rb +0 -41
  1906. data/lib/google/ads/google_ads/v5/services/ad_group_ad_service/paths.rb +0 -86
  1907. data/lib/google/ads/google_ads/v5/services/ad_group_ad_service_pb.rb +0 -61
  1908. data/lib/google/ads/google_ads/v5/services/ad_group_ad_service_services_pb.rb +0 -51
  1909. data/lib/google/ads/google_ads/v5/services/ad_group_audience_view_service.rb +0 -51
  1910. data/lib/google/ads/google_ads/v5/services/ad_group_audience_view_service/client.rb +0 -372
  1911. data/lib/google/ads/google_ads/v5/services/ad_group_audience_view_service/credentials.rb +0 -41
  1912. data/lib/google/ads/google_ads/v5/services/ad_group_audience_view_service/paths.rb +0 -52
  1913. data/lib/google/ads/google_ads/v5/services/ad_group_audience_view_service_pb.rb +0 -29
  1914. data/lib/google/ads/google_ads/v5/services/ad_group_audience_view_service_services_pb.rb +0 -49
  1915. data/lib/google/ads/google_ads/v5/services/ad_group_bid_modifier_service.rb +0 -51
  1916. data/lib/google/ads/google_ads/v5/services/ad_group_bid_modifier_service/client.rb +0 -459
  1917. data/lib/google/ads/google_ads/v5/services/ad_group_bid_modifier_service/credentials.rb +0 -41
  1918. data/lib/google/ads/google_ads/v5/services/ad_group_bid_modifier_service/paths.rb +0 -69
  1919. data/lib/google/ads/google_ads/v5/services/ad_group_bid_modifier_service_pb.rb +0 -59
  1920. data/lib/google/ads/google_ads/v5/services/ad_group_bid_modifier_service_services_pb.rb +0 -52
  1921. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_label_service.rb +0 -51
  1922. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_label_service/client.rb +0 -456
  1923. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_label_service/credentials.rb +0 -41
  1924. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_label_service/paths.rb +0 -86
  1925. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_label_service_pb.rb +0 -53
  1926. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_label_service_services_pb.rb +0 -52
  1927. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_service.rb +0 -51
  1928. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_service/client.rb +0 -458
  1929. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_service/credentials.rb +0 -41
  1930. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_service/paths.rb +0 -69
  1931. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_service_pb.rb +0 -61
  1932. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_service_services_pb.rb +0 -51
  1933. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_simulation_service.rb +0 -51
  1934. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_simulation_service/client.rb +0 -372
  1935. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_simulation_service/credentials.rb +0 -41
  1936. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_simulation_service/paths.rb +0 -52
  1937. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_simulation_service_pb.rb +0 -29
  1938. data/lib/google/ads/google_ads/v5/services/ad_group_criterion_simulation_service_services_pb.rb +0 -49
  1939. data/lib/google/ads/google_ads/v5/services/ad_group_extension_setting_service.rb +0 -51
  1940. data/lib/google/ads/google_ads/v5/services/ad_group_extension_setting_service/client.rb +0 -458
  1941. data/lib/google/ads/google_ads/v5/services/ad_group_extension_setting_service/credentials.rb +0 -41
  1942. data/lib/google/ads/google_ads/v5/services/ad_group_extension_setting_service/paths.rb +0 -86
  1943. data/lib/google/ads/google_ads/v5/services/ad_group_extension_setting_service_pb.rb +0 -56
  1944. data/lib/google/ads/google_ads/v5/services/ad_group_extension_setting_service_services_pb.rb +0 -52
  1945. data/lib/google/ads/google_ads/v5/services/ad_group_feed_service.rb +0 -51
  1946. data/lib/google/ads/google_ads/v5/services/ad_group_feed_service/client.rb +0 -459
  1947. data/lib/google/ads/google_ads/v5/services/ad_group_feed_service/credentials.rb +0 -41
  1948. data/lib/google/ads/google_ads/v5/services/ad_group_feed_service/paths.rb +0 -86
  1949. data/lib/google/ads/google_ads/v5/services/ad_group_feed_service_pb.rb +0 -59
  1950. data/lib/google/ads/google_ads/v5/services/ad_group_feed_service_services_pb.rb +0 -52
  1951. data/lib/google/ads/google_ads/v5/services/ad_group_label_service.rb +0 -51
  1952. data/lib/google/ads/google_ads/v5/services/ad_group_label_service/client.rb +0 -456
  1953. data/lib/google/ads/google_ads/v5/services/ad_group_label_service/credentials.rb +0 -41
  1954. data/lib/google/ads/google_ads/v5/services/ad_group_label_service/paths.rb +0 -86
  1955. data/lib/google/ads/google_ads/v5/services/ad_group_label_service_pb.rb +0 -53
  1956. data/lib/google/ads/google_ads/v5/services/ad_group_label_service_services_pb.rb +0 -52
  1957. data/lib/google/ads/google_ads/v5/services/ad_group_service.rb +0 -51
  1958. data/lib/google/ads/google_ads/v5/services/ad_group_service/client.rb +0 -458
  1959. data/lib/google/ads/google_ads/v5/services/ad_group_service/credentials.rb +0 -41
  1960. data/lib/google/ads/google_ads/v5/services/ad_group_service/paths.rb +0 -86
  1961. data/lib/google/ads/google_ads/v5/services/ad_group_service_pb.rb +0 -59
  1962. data/lib/google/ads/google_ads/v5/services/ad_group_service_services_pb.rb +0 -51
  1963. data/lib/google/ads/google_ads/v5/services/ad_group_simulation_service.rb +0 -51
  1964. data/lib/google/ads/google_ads/v5/services/ad_group_simulation_service/client.rb +0 -372
  1965. data/lib/google/ads/google_ads/v5/services/ad_group_simulation_service/credentials.rb +0 -41
  1966. data/lib/google/ads/google_ads/v5/services/ad_group_simulation_service/paths.rb +0 -52
  1967. data/lib/google/ads/google_ads/v5/services/ad_group_simulation_service_pb.rb +0 -29
  1968. data/lib/google/ads/google_ads/v5/services/ad_group_simulation_service_services_pb.rb +0 -49
  1969. data/lib/google/ads/google_ads/v5/services/ad_parameter_service.rb +0 -51
  1970. data/lib/google/ads/google_ads/v5/services/ad_parameter_service/client.rb +0 -456
  1971. data/lib/google/ads/google_ads/v5/services/ad_parameter_service/credentials.rb +0 -41
  1972. data/lib/google/ads/google_ads/v5/services/ad_parameter_service/paths.rb +0 -69
  1973. data/lib/google/ads/google_ads/v5/services/ad_parameter_service_pb.rb +0 -56
  1974. data/lib/google/ads/google_ads/v5/services/ad_parameter_service_services_pb.rb +0 -52
  1975. data/lib/google/ads/google_ads/v5/services/ad_schedule_view_service.rb +0 -51
  1976. data/lib/google/ads/google_ads/v5/services/ad_schedule_view_service/client.rb +0 -372
  1977. data/lib/google/ads/google_ads/v5/services/ad_schedule_view_service/credentials.rb +0 -41
  1978. data/lib/google/ads/google_ads/v5/services/ad_schedule_view_service/paths.rb +0 -52
  1979. data/lib/google/ads/google_ads/v5/services/ad_schedule_view_service_pb.rb +0 -29
  1980. data/lib/google/ads/google_ads/v5/services/ad_schedule_view_service_services_pb.rb +0 -49
  1981. data/lib/google/ads/google_ads/v5/services/ad_service.rb +0 -51
  1982. data/lib/google/ads/google_ads/v5/services/ad_service/client.rb +0 -451
  1983. data/lib/google/ads/google_ads/v5/services/ad_service/credentials.rb +0 -41
  1984. data/lib/google/ads/google_ads/v5/services/ad_service/paths.rb +0 -52
  1985. data/lib/google/ads/google_ads/v5/services/ad_service_pb.rb +0 -53
  1986. data/lib/google/ads/google_ads/v5/services/ad_service_services_pb.rb +0 -52
  1987. data/lib/google/ads/google_ads/v5/services/age_range_view_service.rb +0 -51
  1988. data/lib/google/ads/google_ads/v5/services/age_range_view_service/client.rb +0 -372
  1989. data/lib/google/ads/google_ads/v5/services/age_range_view_service/credentials.rb +0 -41
  1990. data/lib/google/ads/google_ads/v5/services/age_range_view_service/paths.rb +0 -52
  1991. data/lib/google/ads/google_ads/v5/services/age_range_view_service_pb.rb +0 -29
  1992. data/lib/google/ads/google_ads/v5/services/age_range_view_service_services_pb.rb +0 -49
  1993. data/lib/google/ads/google_ads/v5/services/asset_service.rb +0 -53
  1994. data/lib/google/ads/google_ads/v5/services/asset_service/client.rb +0 -452
  1995. data/lib/google/ads/google_ads/v5/services/asset_service/credentials.rb +0 -41
  1996. data/lib/google/ads/google_ads/v5/services/asset_service/paths.rb +0 -52
  1997. data/lib/google/ads/google_ads/v5/services/asset_service_pb.rb +0 -51
  1998. data/lib/google/ads/google_ads/v5/services/asset_service_services_pb.rb +0 -53
  1999. data/lib/google/ads/google_ads/v5/services/batch_job_service.rb +0 -52
  2000. data/lib/google/ads/google_ads/v5/services/batch_job_service/client.rb +0 -711
  2001. data/lib/google/ads/google_ads/v5/services/batch_job_service/credentials.rb +0 -41
  2002. data/lib/google/ads/google_ads/v5/services/batch_job_service/operations.rb +0 -657
  2003. data/lib/google/ads/google_ads/v5/services/batch_job_service/paths.rb +0 -859
  2004. data/lib/google/ads/google_ads/v5/services/batch_job_service_pb.rb +0 -83
  2005. data/lib/google/ads/google_ads/v5/services/batch_job_service_services_pb.rb +0 -62
  2006. data/lib/google/ads/google_ads/v5/services/bidding_strategy_service.rb +0 -51
  2007. data/lib/google/ads/google_ads/v5/services/bidding_strategy_service/client.rb +0 -456
  2008. data/lib/google/ads/google_ads/v5/services/bidding_strategy_service/credentials.rb +0 -41
  2009. data/lib/google/ads/google_ads/v5/services/bidding_strategy_service/paths.rb +0 -52
  2010. data/lib/google/ads/google_ads/v5/services/bidding_strategy_service_pb.rb +0 -56
  2011. data/lib/google/ads/google_ads/v5/services/bidding_strategy_service_services_pb.rb +0 -52
  2012. data/lib/google/ads/google_ads/v5/services/billing_setup_service.rb +0 -59
  2013. data/lib/google/ads/google_ads/v5/services/billing_setup_service/client.rb +0 -455
  2014. data/lib/google/ads/google_ads/v5/services/billing_setup_service/credentials.rb +0 -41
  2015. data/lib/google/ads/google_ads/v5/services/billing_setup_service/paths.rb +0 -69
  2016. data/lib/google/ads/google_ads/v5/services/billing_setup_service_pb.rb +0 -49
  2017. data/lib/google/ads/google_ads/v5/services/billing_setup_service_services_pb.rb +0 -59
  2018. data/lib/google/ads/google_ads/v5/services/campaign_asset_service.rb +0 -51
  2019. data/lib/google/ads/google_ads/v5/services/campaign_asset_service/client.rb +0 -455
  2020. data/lib/google/ads/google_ads/v5/services/campaign_asset_service/credentials.rb +0 -41
  2021. data/lib/google/ads/google_ads/v5/services/campaign_asset_service/paths.rb +0 -86
  2022. data/lib/google/ads/google_ads/v5/services/campaign_asset_service_pb.rb +0 -53
  2023. data/lib/google/ads/google_ads/v5/services/campaign_asset_service_services_pb.rb +0 -51
  2024. data/lib/google/ads/google_ads/v5/services/campaign_audience_view_service.rb +0 -51
  2025. data/lib/google/ads/google_ads/v5/services/campaign_audience_view_service/client.rb +0 -372
  2026. data/lib/google/ads/google_ads/v5/services/campaign_audience_view_service/credentials.rb +0 -41
  2027. data/lib/google/ads/google_ads/v5/services/campaign_audience_view_service/paths.rb +0 -52
  2028. data/lib/google/ads/google_ads/v5/services/campaign_audience_view_service_pb.rb +0 -29
  2029. data/lib/google/ads/google_ads/v5/services/campaign_audience_view_service_services_pb.rb +0 -49
  2030. data/lib/google/ads/google_ads/v5/services/campaign_bid_modifier_service.rb +0 -51
  2031. data/lib/google/ads/google_ads/v5/services/campaign_bid_modifier_service/client.rb +0 -456
  2032. data/lib/google/ads/google_ads/v5/services/campaign_bid_modifier_service/credentials.rb +0 -41
  2033. data/lib/google/ads/google_ads/v5/services/campaign_bid_modifier_service/paths.rb +0 -69
  2034. data/lib/google/ads/google_ads/v5/services/campaign_bid_modifier_service_pb.rb +0 -56
  2035. data/lib/google/ads/google_ads/v5/services/campaign_bid_modifier_service_services_pb.rb +0 -52
  2036. data/lib/google/ads/google_ads/v5/services/campaign_budget_service.rb +0 -51
  2037. data/lib/google/ads/google_ads/v5/services/campaign_budget_service/client.rb +0 -459
  2038. data/lib/google/ads/google_ads/v5/services/campaign_budget_service/credentials.rb +0 -41
  2039. data/lib/google/ads/google_ads/v5/services/campaign_budget_service/paths.rb +0 -52
  2040. data/lib/google/ads/google_ads/v5/services/campaign_budget_service_pb.rb +0 -59
  2041. data/lib/google/ads/google_ads/v5/services/campaign_budget_service_services_pb.rb +0 -52
  2042. data/lib/google/ads/google_ads/v5/services/campaign_criterion_service.rb +0 -51
  2043. data/lib/google/ads/google_ads/v5/services/campaign_criterion_service/client.rb +0 -458
  2044. data/lib/google/ads/google_ads/v5/services/campaign_criterion_service/credentials.rb +0 -41
  2045. data/lib/google/ads/google_ads/v5/services/campaign_criterion_service/paths.rb +0 -69
  2046. data/lib/google/ads/google_ads/v5/services/campaign_criterion_service_pb.rb +0 -59
  2047. data/lib/google/ads/google_ads/v5/services/campaign_criterion_service_services_pb.rb +0 -51
  2048. data/lib/google/ads/google_ads/v5/services/campaign_criterion_simulation_service.rb +0 -51
  2049. data/lib/google/ads/google_ads/v5/services/campaign_criterion_simulation_service/client.rb +0 -372
  2050. data/lib/google/ads/google_ads/v5/services/campaign_criterion_simulation_service/credentials.rb +0 -41
  2051. data/lib/google/ads/google_ads/v5/services/campaign_criterion_simulation_service/paths.rb +0 -52
  2052. data/lib/google/ads/google_ads/v5/services/campaign_criterion_simulation_service_pb.rb +0 -29
  2053. data/lib/google/ads/google_ads/v5/services/campaign_criterion_simulation_service_services_pb.rb +0 -49
  2054. data/lib/google/ads/google_ads/v5/services/campaign_draft_service.rb +0 -52
  2055. data/lib/google/ads/google_ads/v5/services/campaign_draft_service/client.rb +0 -638
  2056. data/lib/google/ads/google_ads/v5/services/campaign_draft_service/credentials.rb +0 -41
  2057. data/lib/google/ads/google_ads/v5/services/campaign_draft_service/operations.rb +0 -657
  2058. data/lib/google/ads/google_ads/v5/services/campaign_draft_service/paths.rb +0 -69
  2059. data/lib/google/ads/google_ads/v5/services/campaign_draft_service_pb.rb +0 -75
  2060. data/lib/google/ads/google_ads/v5/services/campaign_draft_service_services_pb.rb +0 -66
  2061. data/lib/google/ads/google_ads/v5/services/campaign_experiment_service.rb +0 -61
  2062. data/lib/google/ads/google_ads/v5/services/campaign_experiment_service/client.rb +0 -884
  2063. data/lib/google/ads/google_ads/v5/services/campaign_experiment_service/credentials.rb +0 -41
  2064. data/lib/google/ads/google_ads/v5/services/campaign_experiment_service/operations.rb +0 -657
  2065. data/lib/google/ads/google_ads/v5/services/campaign_experiment_service/paths.rb +0 -86
  2066. data/lib/google/ads/google_ads/v5/services/campaign_experiment_service_pb.rb +0 -98
  2067. data/lib/google/ads/google_ads/v5/services/campaign_experiment_service_services_pb.rb +0 -89
  2068. data/lib/google/ads/google_ads/v5/services/campaign_extension_setting_service.rb +0 -51
  2069. data/lib/google/ads/google_ads/v5/services/campaign_extension_setting_service/client.rb +0 -458
  2070. data/lib/google/ads/google_ads/v5/services/campaign_extension_setting_service/credentials.rb +0 -41
  2071. data/lib/google/ads/google_ads/v5/services/campaign_extension_setting_service/paths.rb +0 -86
  2072. data/lib/google/ads/google_ads/v5/services/campaign_extension_setting_service_pb.rb +0 -56
  2073. data/lib/google/ads/google_ads/v5/services/campaign_extension_setting_service_services_pb.rb +0 -52
  2074. data/lib/google/ads/google_ads/v5/services/campaign_feed_service.rb +0 -51
  2075. data/lib/google/ads/google_ads/v5/services/campaign_feed_service/client.rb +0 -459
  2076. data/lib/google/ads/google_ads/v5/services/campaign_feed_service/credentials.rb +0 -41
  2077. data/lib/google/ads/google_ads/v5/services/campaign_feed_service/paths.rb +0 -86
  2078. data/lib/google/ads/google_ads/v5/services/campaign_feed_service_pb.rb +0 -59
  2079. data/lib/google/ads/google_ads/v5/services/campaign_feed_service_services_pb.rb +0 -52
  2080. data/lib/google/ads/google_ads/v5/services/campaign_label_service.rb +0 -51
  2081. data/lib/google/ads/google_ads/v5/services/campaign_label_service/client.rb +0 -456
  2082. data/lib/google/ads/google_ads/v5/services/campaign_label_service/credentials.rb +0 -41
  2083. data/lib/google/ads/google_ads/v5/services/campaign_label_service/paths.rb +0 -86
  2084. data/lib/google/ads/google_ads/v5/services/campaign_label_service_pb.rb +0 -53
  2085. data/lib/google/ads/google_ads/v5/services/campaign_label_service_services_pb.rb +0 -52
  2086. data/lib/google/ads/google_ads/v5/services/campaign_service.rb +0 -51
  2087. data/lib/google/ads/google_ads/v5/services/campaign_service/client.rb +0 -458
  2088. data/lib/google/ads/google_ads/v5/services/campaign_service/credentials.rb +0 -41
  2089. data/lib/google/ads/google_ads/v5/services/campaign_service/paths.rb +0 -137
  2090. data/lib/google/ads/google_ads/v5/services/campaign_service_pb.rb +0 -59
  2091. data/lib/google/ads/google_ads/v5/services/campaign_service_services_pb.rb +0 -51
  2092. data/lib/google/ads/google_ads/v5/services/campaign_shared_set_service.rb +0 -51
  2093. data/lib/google/ads/google_ads/v5/services/campaign_shared_set_service/client.rb +0 -455
  2094. data/lib/google/ads/google_ads/v5/services/campaign_shared_set_service/credentials.rb +0 -41
  2095. data/lib/google/ads/google_ads/v5/services/campaign_shared_set_service/paths.rb +0 -86
  2096. data/lib/google/ads/google_ads/v5/services/campaign_shared_set_service_pb.rb +0 -53
  2097. data/lib/google/ads/google_ads/v5/services/campaign_shared_set_service_services_pb.rb +0 -51
  2098. data/lib/google/ads/google_ads/v5/services/carrier_constant_service.rb +0 -51
  2099. data/lib/google/ads/google_ads/v5/services/carrier_constant_service/client.rb +0 -372
  2100. data/lib/google/ads/google_ads/v5/services/carrier_constant_service/credentials.rb +0 -41
  2101. data/lib/google/ads/google_ads/v5/services/carrier_constant_service/paths.rb +0 -49
  2102. data/lib/google/ads/google_ads/v5/services/carrier_constant_service_pb.rb +0 -29
  2103. data/lib/google/ads/google_ads/v5/services/carrier_constant_service_services_pb.rb +0 -49
  2104. data/lib/google/ads/google_ads/v5/services/change_status_service.rb +0 -51
  2105. data/lib/google/ads/google_ads/v5/services/change_status_service/client.rb +0 -372
  2106. data/lib/google/ads/google_ads/v5/services/change_status_service/credentials.rb +0 -41
  2107. data/lib/google/ads/google_ads/v5/services/change_status_service/paths.rb +0 -222
  2108. data/lib/google/ads/google_ads/v5/services/change_status_service_pb.rb +0 -29
  2109. data/lib/google/ads/google_ads/v5/services/change_status_service_services_pb.rb +0 -49
  2110. data/lib/google/ads/google_ads/v5/services/click_view_service.rb +0 -51
  2111. data/lib/google/ads/google_ads/v5/services/click_view_service/client.rb +0 -372
  2112. data/lib/google/ads/google_ads/v5/services/click_view_service/credentials.rb +0 -41
  2113. data/lib/google/ads/google_ads/v5/services/click_view_service/paths.rb +0 -100
  2114. data/lib/google/ads/google_ads/v5/services/click_view_service_pb.rb +0 -29
  2115. data/lib/google/ads/google_ads/v5/services/click_view_service_services_pb.rb +0 -49
  2116. data/lib/google/ads/google_ads/v5/services/conversion_action_service.rb +0 -51
  2117. data/lib/google/ads/google_ads/v5/services/conversion_action_service/client.rb +0 -456
  2118. data/lib/google/ads/google_ads/v5/services/conversion_action_service/credentials.rb +0 -41
  2119. data/lib/google/ads/google_ads/v5/services/conversion_action_service/paths.rb +0 -52
  2120. data/lib/google/ads/google_ads/v5/services/conversion_action_service_pb.rb +0 -56
  2121. data/lib/google/ads/google_ads/v5/services/conversion_action_service_services_pb.rb +0 -52
  2122. data/lib/google/ads/google_ads/v5/services/conversion_adjustment_upload_service.rb +0 -50
  2123. data/lib/google/ads/google_ads/v5/services/conversion_adjustment_upload_service/client.rb +0 -383
  2124. data/lib/google/ads/google_ads/v5/services/conversion_adjustment_upload_service/credentials.rb +0 -41
  2125. data/lib/google/ads/google_ads/v5/services/conversion_adjustment_upload_service_pb.rb +0 -68
  2126. data/lib/google/ads/google_ads/v5/services/conversion_adjustment_upload_service_services_pb.rb +0 -47
  2127. data/lib/google/ads/google_ads/v5/services/conversion_upload_service.rb +0 -50
  2128. data/lib/google/ads/google_ads/v5/services/conversion_upload_service/client.rb +0 -469
  2129. data/lib/google/ads/google_ads/v5/services/conversion_upload_service/credentials.rb +0 -41
  2130. data/lib/google/ads/google_ads/v5/services/conversion_upload_service_pb.rb +0 -85
  2131. data/lib/google/ads/google_ads/v5/services/conversion_upload_service_services_pb.rb +0 -49
  2132. data/lib/google/ads/google_ads/v5/services/currency_constant_service.rb +0 -51
  2133. data/lib/google/ads/google_ads/v5/services/currency_constant_service/client.rb +0 -372
  2134. data/lib/google/ads/google_ads/v5/services/currency_constant_service/credentials.rb +0 -41
  2135. data/lib/google/ads/google_ads/v5/services/currency_constant_service/paths.rb +0 -49
  2136. data/lib/google/ads/google_ads/v5/services/currency_constant_service_pb.rb +0 -29
  2137. data/lib/google/ads/google_ads/v5/services/currency_constant_service_services_pb.rb +0 -47
  2138. data/lib/google/ads/google_ads/v5/services/custom_interest_service.rb +0 -51
  2139. data/lib/google/ads/google_ads/v5/services/custom_interest_service/client.rb +0 -450
  2140. data/lib/google/ads/google_ads/v5/services/custom_interest_service/credentials.rb +0 -41
  2141. data/lib/google/ads/google_ads/v5/services/custom_interest_service/paths.rb +0 -52
  2142. data/lib/google/ads/google_ads/v5/services/custom_interest_service_pb.rb +0 -52
  2143. data/lib/google/ads/google_ads/v5/services/custom_interest_service_services_pb.rb +0 -51
  2144. data/lib/google/ads/google_ads/v5/services/customer_client_link_service.rb +0 -51
  2145. data/lib/google/ads/google_ads/v5/services/customer_client_link_service/client.rb +0 -447
  2146. data/lib/google/ads/google_ads/v5/services/customer_client_link_service/credentials.rb +0 -41
  2147. data/lib/google/ads/google_ads/v5/services/customer_client_link_service/paths.rb +0 -52
  2148. data/lib/google/ads/google_ads/v5/services/customer_client_link_service_pb.rb +0 -51
  2149. data/lib/google/ads/google_ads/v5/services/customer_client_link_service_services_pb.rb +0 -49
  2150. data/lib/google/ads/google_ads/v5/services/customer_client_service.rb +0 -51
  2151. data/lib/google/ads/google_ads/v5/services/customer_client_service/client.rb +0 -372
  2152. data/lib/google/ads/google_ads/v5/services/customer_client_service/credentials.rb +0 -41
  2153. data/lib/google/ads/google_ads/v5/services/customer_client_service/paths.rb +0 -52
  2154. data/lib/google/ads/google_ads/v5/services/customer_client_service_pb.rb +0 -29
  2155. data/lib/google/ads/google_ads/v5/services/customer_client_service_services_pb.rb +0 -49
  2156. data/lib/google/ads/google_ads/v5/services/customer_extension_setting_service.rb +0 -51
  2157. data/lib/google/ads/google_ads/v5/services/customer_extension_setting_service/client.rb +0 -458
  2158. data/lib/google/ads/google_ads/v5/services/customer_extension_setting_service/credentials.rb +0 -41
  2159. data/lib/google/ads/google_ads/v5/services/customer_extension_setting_service/paths.rb +0 -69
  2160. data/lib/google/ads/google_ads/v5/services/customer_extension_setting_service_pb.rb +0 -56
  2161. data/lib/google/ads/google_ads/v5/services/customer_extension_setting_service_services_pb.rb +0 -52
  2162. data/lib/google/ads/google_ads/v5/services/customer_feed_service.rb +0 -51
  2163. data/lib/google/ads/google_ads/v5/services/customer_feed_service/client.rb +0 -459
  2164. data/lib/google/ads/google_ads/v5/services/customer_feed_service/credentials.rb +0 -41
  2165. data/lib/google/ads/google_ads/v5/services/customer_feed_service/paths.rb +0 -69
  2166. data/lib/google/ads/google_ads/v5/services/customer_feed_service_pb.rb +0 -59
  2167. data/lib/google/ads/google_ads/v5/services/customer_feed_service_services_pb.rb +0 -52
  2168. data/lib/google/ads/google_ads/v5/services/customer_label_service.rb +0 -51
  2169. data/lib/google/ads/google_ads/v5/services/customer_label_service/client.rb +0 -456
  2170. data/lib/google/ads/google_ads/v5/services/customer_label_service/credentials.rb +0 -41
  2171. data/lib/google/ads/google_ads/v5/services/customer_label_service/paths.rb +0 -52
  2172. data/lib/google/ads/google_ads/v5/services/customer_label_service_pb.rb +0 -53
  2173. data/lib/google/ads/google_ads/v5/services/customer_label_service_services_pb.rb +0 -52
  2174. data/lib/google/ads/google_ads/v5/services/customer_manager_link_service.rb +0 -51
  2175. data/lib/google/ads/google_ads/v5/services/customer_manager_link_service/client.rb +0 -531
  2176. data/lib/google/ads/google_ads/v5/services/customer_manager_link_service/credentials.rb +0 -41
  2177. data/lib/google/ads/google_ads/v5/services/customer_manager_link_service/paths.rb +0 -52
  2178. data/lib/google/ads/google_ads/v5/services/customer_manager_link_service_pb.rb +0 -60
  2179. data/lib/google/ads/google_ads/v5/services/customer_manager_link_service_services_pb.rb +0 -55
  2180. data/lib/google/ads/google_ads/v5/services/customer_negative_criterion_service.rb +0 -51
  2181. data/lib/google/ads/google_ads/v5/services/customer_negative_criterion_service/client.rb +0 -455
  2182. data/lib/google/ads/google_ads/v5/services/customer_negative_criterion_service/credentials.rb +0 -41
  2183. data/lib/google/ads/google_ads/v5/services/customer_negative_criterion_service/paths.rb +0 -52
  2184. data/lib/google/ads/google_ads/v5/services/customer_negative_criterion_service_pb.rb +0 -53
  2185. data/lib/google/ads/google_ads/v5/services/customer_negative_criterion_service_services_pb.rb +0 -51
  2186. data/lib/google/ads/google_ads/v5/services/customer_service.rb +0 -51
  2187. data/lib/google/ads/google_ads/v5/services/customer_service/client.rb +0 -595
  2188. data/lib/google/ads/google_ads/v5/services/customer_service/credentials.rb +0 -41
  2189. data/lib/google/ads/google_ads/v5/services/customer_service/paths.rb +0 -66
  2190. data/lib/google/ads/google_ads/v5/services/customer_service_pb.rb +0 -72
  2191. data/lib/google/ads/google_ads/v5/services/customer_service_services_pb.rb +0 -56
  2192. data/lib/google/ads/google_ads/v5/services/detail_placement_view_service.rb +0 -51
  2193. data/lib/google/ads/google_ads/v5/services/detail_placement_view_service/client.rb +0 -372
  2194. data/lib/google/ads/google_ads/v5/services/detail_placement_view_service/credentials.rb +0 -41
  2195. data/lib/google/ads/google_ads/v5/services/detail_placement_view_service/paths.rb +0 -52
  2196. data/lib/google/ads/google_ads/v5/services/detail_placement_view_service_pb.rb +0 -29
  2197. data/lib/google/ads/google_ads/v5/services/detail_placement_view_service_services_pb.rb +0 -49
  2198. data/lib/google/ads/google_ads/v5/services/display_keyword_view_service.rb +0 -51
  2199. data/lib/google/ads/google_ads/v5/services/display_keyword_view_service/client.rb +0 -372
  2200. data/lib/google/ads/google_ads/v5/services/display_keyword_view_service/credentials.rb +0 -41
  2201. data/lib/google/ads/google_ads/v5/services/display_keyword_view_service/paths.rb +0 -52
  2202. data/lib/google/ads/google_ads/v5/services/display_keyword_view_service_pb.rb +0 -29
  2203. data/lib/google/ads/google_ads/v5/services/display_keyword_view_service_services_pb.rb +0 -49
  2204. data/lib/google/ads/google_ads/v5/services/distance_view_service.rb +0 -51
  2205. data/lib/google/ads/google_ads/v5/services/distance_view_service/client.rb +0 -372
  2206. data/lib/google/ads/google_ads/v5/services/distance_view_service/credentials.rb +0 -41
  2207. data/lib/google/ads/google_ads/v5/services/distance_view_service/paths.rb +0 -52
  2208. data/lib/google/ads/google_ads/v5/services/distance_view_service_pb.rb +0 -29
  2209. data/lib/google/ads/google_ads/v5/services/distance_view_service_services_pb.rb +0 -49
  2210. data/lib/google/ads/google_ads/v5/services/domain_category_service.rb +0 -51
  2211. data/lib/google/ads/google_ads/v5/services/domain_category_service/client.rb +0 -372
  2212. data/lib/google/ads/google_ads/v5/services/domain_category_service/credentials.rb +0 -41
  2213. data/lib/google/ads/google_ads/v5/services/domain_category_service/paths.rb +0 -69
  2214. data/lib/google/ads/google_ads/v5/services/domain_category_service_pb.rb +0 -29
  2215. data/lib/google/ads/google_ads/v5/services/domain_category_service_services_pb.rb +0 -49
  2216. data/lib/google/ads/google_ads/v5/services/dynamic_search_ads_search_term_view_service.rb +0 -51
  2217. data/lib/google/ads/google_ads/v5/services/dynamic_search_ads_search_term_view_service/client.rb +0 -372
  2218. data/lib/google/ads/google_ads/v5/services/dynamic_search_ads_search_term_view_service/credentials.rb +0 -41
  2219. data/lib/google/ads/google_ads/v5/services/dynamic_search_ads_search_term_view_service/paths.rb +0 -52
  2220. data/lib/google/ads/google_ads/v5/services/dynamic_search_ads_search_term_view_service_pb.rb +0 -29
  2221. data/lib/google/ads/google_ads/v5/services/dynamic_search_ads_search_term_view_service_services_pb.rb +0 -49
  2222. data/lib/google/ads/google_ads/v5/services/expanded_landing_page_view_service.rb +0 -51
  2223. data/lib/google/ads/google_ads/v5/services/expanded_landing_page_view_service/client.rb +0 -372
  2224. data/lib/google/ads/google_ads/v5/services/expanded_landing_page_view_service/credentials.rb +0 -41
  2225. data/lib/google/ads/google_ads/v5/services/expanded_landing_page_view_service/paths.rb +0 -52
  2226. data/lib/google/ads/google_ads/v5/services/expanded_landing_page_view_service_pb.rb +0 -29
  2227. data/lib/google/ads/google_ads/v5/services/expanded_landing_page_view_service_services_pb.rb +0 -49
  2228. data/lib/google/ads/google_ads/v5/services/extension_feed_item_service.rb +0 -51
  2229. data/lib/google/ads/google_ads/v5/services/extension_feed_item_service/client.rb +0 -460
  2230. data/lib/google/ads/google_ads/v5/services/extension_feed_item_service/credentials.rb +0 -41
  2231. data/lib/google/ads/google_ads/v5/services/extension_feed_item_service/paths.rb +0 -100
  2232. data/lib/google/ads/google_ads/v5/services/extension_feed_item_service_pb.rb +0 -59
  2233. data/lib/google/ads/google_ads/v5/services/extension_feed_item_service_services_pb.rb +0 -52
  2234. data/lib/google/ads/google_ads/v5/services/feed_item_service.rb +0 -51
  2235. data/lib/google/ads/google_ads/v5/services/feed_item_service/client.rb +0 -459
  2236. data/lib/google/ads/google_ads/v5/services/feed_item_service/credentials.rb +0 -41
  2237. data/lib/google/ads/google_ads/v5/services/feed_item_service/paths.rb +0 -69
  2238. data/lib/google/ads/google_ads/v5/services/feed_item_service_pb.rb +0 -59
  2239. data/lib/google/ads/google_ads/v5/services/feed_item_service_services_pb.rb +0 -52
  2240. data/lib/google/ads/google_ads/v5/services/feed_item_target_service.rb +0 -51
  2241. data/lib/google/ads/google_ads/v5/services/feed_item_target_service/client.rb +0 -447
  2242. data/lib/google/ads/google_ads/v5/services/feed_item_target_service/credentials.rb +0 -41
  2243. data/lib/google/ads/google_ads/v5/services/feed_item_target_service/paths.rb +0 -117
  2244. data/lib/google/ads/google_ads/v5/services/feed_item_target_service_pb.rb +0 -49
  2245. data/lib/google/ads/google_ads/v5/services/feed_item_target_service_services_pb.rb +0 -51
  2246. data/lib/google/ads/google_ads/v5/services/feed_mapping_service.rb +0 -51
  2247. data/lib/google/ads/google_ads/v5/services/feed_mapping_service/client.rb +0 -456
  2248. data/lib/google/ads/google_ads/v5/services/feed_mapping_service/credentials.rb +0 -41
  2249. data/lib/google/ads/google_ads/v5/services/feed_mapping_service/paths.rb +0 -69
  2250. data/lib/google/ads/google_ads/v5/services/feed_mapping_service_pb.rb +0 -53
  2251. data/lib/google/ads/google_ads/v5/services/feed_mapping_service_services_pb.rb +0 -52
  2252. data/lib/google/ads/google_ads/v5/services/feed_placeholder_view_service.rb +0 -51
  2253. data/lib/google/ads/google_ads/v5/services/feed_placeholder_view_service/client.rb +0 -372
  2254. data/lib/google/ads/google_ads/v5/services/feed_placeholder_view_service/credentials.rb +0 -41
  2255. data/lib/google/ads/google_ads/v5/services/feed_placeholder_view_service/paths.rb +0 -52
  2256. data/lib/google/ads/google_ads/v5/services/feed_placeholder_view_service_pb.rb +0 -29
  2257. data/lib/google/ads/google_ads/v5/services/feed_placeholder_view_service_services_pb.rb +0 -49
  2258. data/lib/google/ads/google_ads/v5/services/feed_service.rb +0 -51
  2259. data/lib/google/ads/google_ads/v5/services/feed_service/client.rb +0 -459
  2260. data/lib/google/ads/google_ads/v5/services/feed_service/credentials.rb +0 -41
  2261. data/lib/google/ads/google_ads/v5/services/feed_service/paths.rb +0 -52
  2262. data/lib/google/ads/google_ads/v5/services/feed_service_pb.rb +0 -59
  2263. data/lib/google/ads/google_ads/v5/services/feed_service_services_pb.rb +0 -52
  2264. data/lib/google/ads/google_ads/v5/services/gender_view_service.rb +0 -51
  2265. data/lib/google/ads/google_ads/v5/services/gender_view_service/client.rb +0 -372
  2266. data/lib/google/ads/google_ads/v5/services/gender_view_service/credentials.rb +0 -41
  2267. data/lib/google/ads/google_ads/v5/services/gender_view_service/paths.rb +0 -52
  2268. data/lib/google/ads/google_ads/v5/services/gender_view_service_pb.rb +0 -29
  2269. data/lib/google/ads/google_ads/v5/services/gender_view_service_services_pb.rb +0 -49
  2270. data/lib/google/ads/google_ads/v5/services/geo_target_constant_service.rb +0 -51
  2271. data/lib/google/ads/google_ads/v5/services/geo_target_constant_service/client.rb +0 -447
  2272. data/lib/google/ads/google_ads/v5/services/geo_target_constant_service/credentials.rb +0 -41
  2273. data/lib/google/ads/google_ads/v5/services/geo_target_constant_service/paths.rb +0 -49
  2274. data/lib/google/ads/google_ads/v5/services/geo_target_constant_service_pb.rb +0 -58
  2275. data/lib/google/ads/google_ads/v5/services/geo_target_constant_service_services_pb.rb +0 -51
  2276. data/lib/google/ads/google_ads/v5/services/geographic_view_service.rb +0 -51
  2277. data/lib/google/ads/google_ads/v5/services/geographic_view_service/client.rb +0 -372
  2278. data/lib/google/ads/google_ads/v5/services/geographic_view_service/credentials.rb +0 -41
  2279. data/lib/google/ads/google_ads/v5/services/geographic_view_service/paths.rb +0 -52
  2280. data/lib/google/ads/google_ads/v5/services/geographic_view_service_pb.rb +0 -29
  2281. data/lib/google/ads/google_ads/v5/services/geographic_view_service_services_pb.rb +0 -49
  2282. data/lib/google/ads/google_ads/v5/services/google_ads_field_service.rb +0 -51
  2283. data/lib/google/ads/google_ads/v5/services/google_ads_field_service/client.rb +0 -448
  2284. data/lib/google/ads/google_ads/v5/services/google_ads_field_service/credentials.rb +0 -41
  2285. data/lib/google/ads/google_ads/v5/services/google_ads_field_service/paths.rb +0 -49
  2286. data/lib/google/ads/google_ads/v5/services/google_ads_field_service_pb.rb +0 -41
  2287. data/lib/google/ads/google_ads/v5/services/google_ads_field_service_services_pb.rb +0 -51
  2288. data/lib/google/ads/google_ads/v5/services/google_ads_service.rb +0 -51
  2289. data/lib/google/ads/google_ads/v5/services/google_ads_service/client.rb +0 -613
  2290. data/lib/google/ads/google_ads/v5/services/google_ads_service/credentials.rb +0 -41
  2291. data/lib/google/ads/google_ads/v5/services/google_ads_service/paths.rb +0 -1767
  2292. data/lib/google/ads/google_ads/v5/services/google_ads_service_pb.rb +0 -429
  2293. data/lib/google/ads/google_ads/v5/services/google_ads_service_services_pb.rb +0 -103
  2294. data/lib/google/ads/google_ads/v5/services/group_placement_view_service.rb +0 -51
  2295. data/lib/google/ads/google_ads/v5/services/group_placement_view_service/client.rb +0 -372
  2296. data/lib/google/ads/google_ads/v5/services/group_placement_view_service/credentials.rb +0 -41
  2297. data/lib/google/ads/google_ads/v5/services/group_placement_view_service/paths.rb +0 -52
  2298. data/lib/google/ads/google_ads/v5/services/group_placement_view_service_pb.rb +0 -29
  2299. data/lib/google/ads/google_ads/v5/services/group_placement_view_service_services_pb.rb +0 -49
  2300. data/lib/google/ads/google_ads/v5/services/hotel_group_view_service.rb +0 -51
  2301. data/lib/google/ads/google_ads/v5/services/hotel_group_view_service/client.rb +0 -372
  2302. data/lib/google/ads/google_ads/v5/services/hotel_group_view_service/credentials.rb +0 -41
  2303. data/lib/google/ads/google_ads/v5/services/hotel_group_view_service/paths.rb +0 -52
  2304. data/lib/google/ads/google_ads/v5/services/hotel_group_view_service_pb.rb +0 -29
  2305. data/lib/google/ads/google_ads/v5/services/hotel_group_view_service_services_pb.rb +0 -49
  2306. data/lib/google/ads/google_ads/v5/services/hotel_performance_view_service.rb +0 -51
  2307. data/lib/google/ads/google_ads/v5/services/hotel_performance_view_service/client.rb +0 -372
  2308. data/lib/google/ads/google_ads/v5/services/hotel_performance_view_service/credentials.rb +0 -41
  2309. data/lib/google/ads/google_ads/v5/services/hotel_performance_view_service/paths.rb +0 -49
  2310. data/lib/google/ads/google_ads/v5/services/hotel_performance_view_service_pb.rb +0 -29
  2311. data/lib/google/ads/google_ads/v5/services/hotel_performance_view_service_services_pb.rb +0 -49
  2312. data/lib/google/ads/google_ads/v5/services/income_range_view_service.rb +0 -51
  2313. data/lib/google/ads/google_ads/v5/services/income_range_view_service/client.rb +0 -372
  2314. data/lib/google/ads/google_ads/v5/services/income_range_view_service/credentials.rb +0 -41
  2315. data/lib/google/ads/google_ads/v5/services/income_range_view_service/paths.rb +0 -52
  2316. data/lib/google/ads/google_ads/v5/services/income_range_view_service_pb.rb +0 -29
  2317. data/lib/google/ads/google_ads/v5/services/income_range_view_service_services_pb.rb +0 -49
  2318. data/lib/google/ads/google_ads/v5/services/invoice_service.rb +0 -51
  2319. data/lib/google/ads/google_ads/v5/services/invoice_service/client.rb +0 -381
  2320. data/lib/google/ads/google_ads/v5/services/invoice_service/credentials.rb +0 -41
  2321. data/lib/google/ads/google_ads/v5/services/invoice_service/paths.rb +0 -52
  2322. data/lib/google/ads/google_ads/v5/services/invoice_service_pb.rb +0 -36
  2323. data/lib/google/ads/google_ads/v5/services/invoice_service_services_pb.rb +0 -49
  2324. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_keyword_service.rb +0 -55
  2325. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_keyword_service/client.rb +0 -462
  2326. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_keyword_service/credentials.rb +0 -41
  2327. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_keyword_service/paths.rb +0 -69
  2328. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_keyword_service_pb.rb +0 -56
  2329. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_keyword_service_services_pb.rb +0 -56
  2330. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_service.rb +0 -51
  2331. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_service/client.rb +0 -456
  2332. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_service/credentials.rb +0 -41
  2333. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_service/paths.rb +0 -69
  2334. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_service_pb.rb +0 -56
  2335. data/lib/google/ads/google_ads/v5/services/keyword_plan_ad_group_service_services_pb.rb +0 -52
  2336. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_keyword_service.rb +0 -54
  2337. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_keyword_service/client.rb +0 -460
  2338. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_keyword_service/credentials.rb +0 -41
  2339. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_keyword_service/paths.rb +0 -69
  2340. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_keyword_service_pb.rb +0 -56
  2341. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_keyword_service_services_pb.rb +0 -55
  2342. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_service.rb +0 -51
  2343. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_service/client.rb +0 -456
  2344. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_service/credentials.rb +0 -41
  2345. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_service/paths.rb +0 -97
  2346. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_service_pb.rb +0 -56
  2347. data/lib/google/ads/google_ads/v5/services/keyword_plan_campaign_service_services_pb.rb +0 -52
  2348. data/lib/google/ads/google_ads/v5/services/keyword_plan_idea_service.rb +0 -50
  2349. data/lib/google/ads/google_ads/v5/services/keyword_plan_idea_service/client.rb +0 -404
  2350. data/lib/google/ads/google_ads/v5/services/keyword_plan_idea_service/credentials.rb +0 -41
  2351. data/lib/google/ads/google_ads/v5/services/keyword_plan_idea_service_pb.rb +0 -70
  2352. data/lib/google/ads/google_ads/v5/services/keyword_plan_idea_service_services_pb.rb +0 -49
  2353. data/lib/google/ads/google_ads/v5/services/keyword_plan_service.rb +0 -51
  2354. data/lib/google/ads/google_ads/v5/services/keyword_plan_service/client.rb +0 -760
  2355. data/lib/google/ads/google_ads/v5/services/keyword_plan_service/credentials.rb +0 -41
  2356. data/lib/google/ads/google_ads/v5/services/keyword_plan_service/paths.rb +0 -52
  2357. data/lib/google/ads/google_ads/v5/services/keyword_plan_service_pb.rb +0 -145
  2358. data/lib/google/ads/google_ads/v5/services/keyword_plan_service_services_pb.rb +0 -71
  2359. data/lib/google/ads/google_ads/v5/services/keyword_view_service.rb +0 -51
  2360. data/lib/google/ads/google_ads/v5/services/keyword_view_service/client.rb +0 -372
  2361. data/lib/google/ads/google_ads/v5/services/keyword_view_service/credentials.rb +0 -41
  2362. data/lib/google/ads/google_ads/v5/services/keyword_view_service/paths.rb +0 -52
  2363. data/lib/google/ads/google_ads/v5/services/keyword_view_service_pb.rb +0 -29
  2364. data/lib/google/ads/google_ads/v5/services/keyword_view_service_services_pb.rb +0 -49
  2365. data/lib/google/ads/google_ads/v5/services/label_service.rb +0 -51
  2366. data/lib/google/ads/google_ads/v5/services/label_service/client.rb +0 -458
  2367. data/lib/google/ads/google_ads/v5/services/label_service/credentials.rb +0 -41
  2368. data/lib/google/ads/google_ads/v5/services/label_service/paths.rb +0 -52
  2369. data/lib/google/ads/google_ads/v5/services/label_service_pb.rb +0 -59
  2370. data/lib/google/ads/google_ads/v5/services/label_service_services_pb.rb +0 -49
  2371. data/lib/google/ads/google_ads/v5/services/landing_page_view_service.rb +0 -51
  2372. data/lib/google/ads/google_ads/v5/services/landing_page_view_service/client.rb +0 -372
  2373. data/lib/google/ads/google_ads/v5/services/landing_page_view_service/credentials.rb +0 -41
  2374. data/lib/google/ads/google_ads/v5/services/landing_page_view_service/paths.rb +0 -52
  2375. data/lib/google/ads/google_ads/v5/services/landing_page_view_service_pb.rb +0 -29
  2376. data/lib/google/ads/google_ads/v5/services/landing_page_view_service_services_pb.rb +0 -49
  2377. data/lib/google/ads/google_ads/v5/services/language_constant_service.rb +0 -51
  2378. data/lib/google/ads/google_ads/v5/services/language_constant_service/client.rb +0 -372
  2379. data/lib/google/ads/google_ads/v5/services/language_constant_service/credentials.rb +0 -41
  2380. data/lib/google/ads/google_ads/v5/services/language_constant_service/paths.rb +0 -49
  2381. data/lib/google/ads/google_ads/v5/services/language_constant_service_pb.rb +0 -29
  2382. data/lib/google/ads/google_ads/v5/services/language_constant_service_services_pb.rb +0 -49
  2383. data/lib/google/ads/google_ads/v5/services/location_view_service.rb +0 -51
  2384. data/lib/google/ads/google_ads/v5/services/location_view_service/client.rb +0 -372
  2385. data/lib/google/ads/google_ads/v5/services/location_view_service/credentials.rb +0 -41
  2386. data/lib/google/ads/google_ads/v5/services/location_view_service/paths.rb +0 -52
  2387. data/lib/google/ads/google_ads/v5/services/location_view_service_pb.rb +0 -29
  2388. data/lib/google/ads/google_ads/v5/services/location_view_service_services_pb.rb +0 -49
  2389. data/lib/google/ads/google_ads/v5/services/managed_placement_view_service.rb +0 -51
  2390. data/lib/google/ads/google_ads/v5/services/managed_placement_view_service/client.rb +0 -372
  2391. data/lib/google/ads/google_ads/v5/services/managed_placement_view_service/credentials.rb +0 -41
  2392. data/lib/google/ads/google_ads/v5/services/managed_placement_view_service/paths.rb +0 -52
  2393. data/lib/google/ads/google_ads/v5/services/managed_placement_view_service_pb.rb +0 -29
  2394. data/lib/google/ads/google_ads/v5/services/managed_placement_view_service_services_pb.rb +0 -49
  2395. data/lib/google/ads/google_ads/v5/services/media_file_service.rb +0 -51
  2396. data/lib/google/ads/google_ads/v5/services/media_file_service/client.rb +0 -458
  2397. data/lib/google/ads/google_ads/v5/services/media_file_service/credentials.rb +0 -41
  2398. data/lib/google/ads/google_ads/v5/services/media_file_service/paths.rb +0 -52
  2399. data/lib/google/ads/google_ads/v5/services/media_file_service_pb.rb +0 -55
  2400. data/lib/google/ads/google_ads/v5/services/media_file_service_services_pb.rb +0 -51
  2401. data/lib/google/ads/google_ads/v5/services/merchant_center_link_service.rb +0 -52
  2402. data/lib/google/ads/google_ads/v5/services/merchant_center_link_service/client.rb +0 -522
  2403. data/lib/google/ads/google_ads/v5/services/merchant_center_link_service/credentials.rb +0 -41
  2404. data/lib/google/ads/google_ads/v5/services/merchant_center_link_service/paths.rb +0 -52
  2405. data/lib/google/ads/google_ads/v5/services/merchant_center_link_service_pb.rb +0 -59
  2406. data/lib/google/ads/google_ads/v5/services/merchant_center_link_service_services_pb.rb +0 -54
  2407. data/lib/google/ads/google_ads/v5/services/mobile_app_category_constant_service.rb +0 -51
  2408. data/lib/google/ads/google_ads/v5/services/mobile_app_category_constant_service/client.rb +0 -372
  2409. data/lib/google/ads/google_ads/v5/services/mobile_app_category_constant_service/credentials.rb +0 -41
  2410. data/lib/google/ads/google_ads/v5/services/mobile_app_category_constant_service/paths.rb +0 -49
  2411. data/lib/google/ads/google_ads/v5/services/mobile_app_category_constant_service_pb.rb +0 -29
  2412. data/lib/google/ads/google_ads/v5/services/mobile_app_category_constant_service_services_pb.rb +0 -47
  2413. data/lib/google/ads/google_ads/v5/services/mobile_device_constant_service.rb +0 -51
  2414. data/lib/google/ads/google_ads/v5/services/mobile_device_constant_service/client.rb +0 -372
  2415. data/lib/google/ads/google_ads/v5/services/mobile_device_constant_service/credentials.rb +0 -41
  2416. data/lib/google/ads/google_ads/v5/services/mobile_device_constant_service/paths.rb +0 -49
  2417. data/lib/google/ads/google_ads/v5/services/mobile_device_constant_service_pb.rb +0 -29
  2418. data/lib/google/ads/google_ads/v5/services/mobile_device_constant_service_services_pb.rb +0 -49
  2419. data/lib/google/ads/google_ads/v5/services/offline_user_data_job_service.rb +0 -52
  2420. data/lib/google/ads/google_ads/v5/services/offline_user_data_job_service/client.rb +0 -613
  2421. data/lib/google/ads/google_ads/v5/services/offline_user_data_job_service/credentials.rb +0 -41
  2422. data/lib/google/ads/google_ads/v5/services/offline_user_data_job_service/operations.rb +0 -657
  2423. data/lib/google/ads/google_ads/v5/services/offline_user_data_job_service/paths.rb +0 -52
  2424. data/lib/google/ads/google_ads/v5/services/offline_user_data_job_service_pb.rb +0 -64
  2425. data/lib/google/ads/google_ads/v5/services/offline_user_data_job_service_services_pb.rb +0 -58
  2426. data/lib/google/ads/google_ads/v5/services/operating_system_version_constant_service.rb +0 -51
  2427. data/lib/google/ads/google_ads/v5/services/operating_system_version_constant_service/client.rb +0 -372
  2428. data/lib/google/ads/google_ads/v5/services/operating_system_version_constant_service/credentials.rb +0 -41
  2429. data/lib/google/ads/google_ads/v5/services/operating_system_version_constant_service/paths.rb +0 -49
  2430. data/lib/google/ads/google_ads/v5/services/operating_system_version_constant_service_pb.rb +0 -29
  2431. data/lib/google/ads/google_ads/v5/services/operating_system_version_constant_service_services_pb.rb +0 -49
  2432. data/lib/google/ads/google_ads/v5/services/paid_organic_search_term_view_service.rb +0 -51
  2433. data/lib/google/ads/google_ads/v5/services/paid_organic_search_term_view_service/client.rb +0 -372
  2434. data/lib/google/ads/google_ads/v5/services/paid_organic_search_term_view_service/credentials.rb +0 -41
  2435. data/lib/google/ads/google_ads/v5/services/paid_organic_search_term_view_service/paths.rb +0 -52
  2436. data/lib/google/ads/google_ads/v5/services/paid_organic_search_term_view_service_pb.rb +0 -29
  2437. data/lib/google/ads/google_ads/v5/services/paid_organic_search_term_view_service_services_pb.rb +0 -49
  2438. data/lib/google/ads/google_ads/v5/services/parental_status_view_service.rb +0 -51
  2439. data/lib/google/ads/google_ads/v5/services/parental_status_view_service/client.rb +0 -372
  2440. data/lib/google/ads/google_ads/v5/services/parental_status_view_service/credentials.rb +0 -41
  2441. data/lib/google/ads/google_ads/v5/services/parental_status_view_service/paths.rb +0 -52
  2442. data/lib/google/ads/google_ads/v5/services/parental_status_view_service_pb.rb +0 -29
  2443. data/lib/google/ads/google_ads/v5/services/parental_status_view_service_services_pb.rb +0 -49
  2444. data/lib/google/ads/google_ads/v5/services/payments_account_service.rb +0 -52
  2445. data/lib/google/ads/google_ads/v5/services/payments_account_service/client.rb +0 -375
  2446. data/lib/google/ads/google_ads/v5/services/payments_account_service/credentials.rb +0 -41
  2447. data/lib/google/ads/google_ads/v5/services/payments_account_service/paths.rb +0 -52
  2448. data/lib/google/ads/google_ads/v5/services/payments_account_service_pb.rb +0 -32
  2449. data/lib/google/ads/google_ads/v5/services/payments_account_service_services_pb.rb +0 -52
  2450. data/lib/google/ads/google_ads/v5/services/product_bidding_category_constant_service.rb +0 -51
  2451. data/lib/google/ads/google_ads/v5/services/product_bidding_category_constant_service/client.rb +0 -372
  2452. data/lib/google/ads/google_ads/v5/services/product_bidding_category_constant_service/credentials.rb +0 -41
  2453. data/lib/google/ads/google_ads/v5/services/product_bidding_category_constant_service/paths.rb +0 -49
  2454. data/lib/google/ads/google_ads/v5/services/product_bidding_category_constant_service_pb.rb +0 -29
  2455. data/lib/google/ads/google_ads/v5/services/product_bidding_category_constant_service_services_pb.rb +0 -49
  2456. data/lib/google/ads/google_ads/v5/services/product_group_view_service.rb +0 -51
  2457. data/lib/google/ads/google_ads/v5/services/product_group_view_service/client.rb +0 -372
  2458. data/lib/google/ads/google_ads/v5/services/product_group_view_service/credentials.rb +0 -41
  2459. data/lib/google/ads/google_ads/v5/services/product_group_view_service/paths.rb +0 -52
  2460. data/lib/google/ads/google_ads/v5/services/product_group_view_service_pb.rb +0 -29
  2461. data/lib/google/ads/google_ads/v5/services/product_group_view_service_services_pb.rb +0 -49
  2462. data/lib/google/ads/google_ads/v5/services/reach_plan_service.rb +0 -54
  2463. data/lib/google/ads/google_ads/v5/services/reach_plan_service/client.rb +0 -630
  2464. data/lib/google/ads/google_ads/v5/services/reach_plan_service/credentials.rb +0 -41
  2465. data/lib/google/ads/google_ads/v5/services/reach_plan_service_pb.rb +0 -147
  2466. data/lib/google/ads/google_ads/v5/services/reach_plan_service_services_pb.rb +0 -62
  2467. data/lib/google/ads/google_ads/v5/services/recommendation_service.rb +0 -51
  2468. data/lib/google/ads/google_ads/v5/services/recommendation_service/client.rb +0 -536
  2469. data/lib/google/ads/google_ads/v5/services/recommendation_service/credentials.rb +0 -41
  2470. data/lib/google/ads/google_ads/v5/services/recommendation_service/paths.rb +0 -120
  2471. data/lib/google/ads/google_ads/v5/services/recommendation_service_pb.rb +0 -123
  2472. data/lib/google/ads/google_ads/v5/services/recommendation_service_services_pb.rb +0 -53
  2473. data/lib/google/ads/google_ads/v5/services/remarketing_action_service.rb +0 -51
  2474. data/lib/google/ads/google_ads/v5/services/remarketing_action_service/client.rb +0 -455
  2475. data/lib/google/ads/google_ads/v5/services/remarketing_action_service/credentials.rb +0 -41
  2476. data/lib/google/ads/google_ads/v5/services/remarketing_action_service/paths.rb +0 -52
  2477. data/lib/google/ads/google_ads/v5/services/remarketing_action_service_pb.rb +0 -55
  2478. data/lib/google/ads/google_ads/v5/services/remarketing_action_service_services_pb.rb +0 -51
  2479. data/lib/google/ads/google_ads/v5/services/search_term_view_service.rb +0 -51
  2480. data/lib/google/ads/google_ads/v5/services/search_term_view_service/client.rb +0 -372
  2481. data/lib/google/ads/google_ads/v5/services/search_term_view_service/credentials.rb +0 -41
  2482. data/lib/google/ads/google_ads/v5/services/search_term_view_service/paths.rb +0 -69
  2483. data/lib/google/ads/google_ads/v5/services/search_term_view_service_pb.rb +0 -29
  2484. data/lib/google/ads/google_ads/v5/services/search_term_view_service_services_pb.rb +0 -49
  2485. data/lib/google/ads/google_ads/v5/services/shared_criterion_service.rb +0 -51
  2486. data/lib/google/ads/google_ads/v5/services/shared_criterion_service/client.rb +0 -455
  2487. data/lib/google/ads/google_ads/v5/services/shared_criterion_service/credentials.rb +0 -41
  2488. data/lib/google/ads/google_ads/v5/services/shared_criterion_service/paths.rb +0 -69
  2489. data/lib/google/ads/google_ads/v5/services/shared_criterion_service_pb.rb +0 -53
  2490. data/lib/google/ads/google_ads/v5/services/shared_criterion_service_services_pb.rb +0 -51
  2491. data/lib/google/ads/google_ads/v5/services/shared_set_service.rb +0 -51
  2492. data/lib/google/ads/google_ads/v5/services/shared_set_service/client.rb +0 -458
  2493. data/lib/google/ads/google_ads/v5/services/shared_set_service/credentials.rb +0 -41
  2494. data/lib/google/ads/google_ads/v5/services/shared_set_service/paths.rb +0 -52
  2495. data/lib/google/ads/google_ads/v5/services/shared_set_service_pb.rb +0 -59
  2496. data/lib/google/ads/google_ads/v5/services/shared_set_service_services_pb.rb +0 -51
  2497. data/lib/google/ads/google_ads/v5/services/shopping_performance_view_service.rb +0 -51
  2498. data/lib/google/ads/google_ads/v5/services/shopping_performance_view_service/client.rb +0 -372
  2499. data/lib/google/ads/google_ads/v5/services/shopping_performance_view_service/credentials.rb +0 -41
  2500. data/lib/google/ads/google_ads/v5/services/shopping_performance_view_service/paths.rb +0 -49
  2501. data/lib/google/ads/google_ads/v5/services/shopping_performance_view_service_pb.rb +0 -29
  2502. data/lib/google/ads/google_ads/v5/services/shopping_performance_view_service_services_pb.rb +0 -49
  2503. data/lib/google/ads/google_ads/v5/services/third_party_app_analytics_link_service.rb +0 -52
  2504. data/lib/google/ads/google_ads/v5/services/third_party_app_analytics_link_service/client.rb +0 -447
  2505. data/lib/google/ads/google_ads/v5/services/third_party_app_analytics_link_service/credentials.rb +0 -41
  2506. data/lib/google/ads/google_ads/v5/services/third_party_app_analytics_link_service/paths.rb +0 -52
  2507. data/lib/google/ads/google_ads/v5/services/third_party_app_analytics_link_service_pb.rb +0 -35
  2508. data/lib/google/ads/google_ads/v5/services/third_party_app_analytics_link_service_services_pb.rb +0 -51
  2509. data/lib/google/ads/google_ads/v5/services/topic_constant_service.rb +0 -51
  2510. data/lib/google/ads/google_ads/v5/services/topic_constant_service/client.rb +0 -372
  2511. data/lib/google/ads/google_ads/v5/services/topic_constant_service/credentials.rb +0 -41
  2512. data/lib/google/ads/google_ads/v5/services/topic_constant_service/paths.rb +0 -49
  2513. data/lib/google/ads/google_ads/v5/services/topic_constant_service_pb.rb +0 -29
  2514. data/lib/google/ads/google_ads/v5/services/topic_constant_service_services_pb.rb +0 -49
  2515. data/lib/google/ads/google_ads/v5/services/topic_view_service.rb +0 -51
  2516. data/lib/google/ads/google_ads/v5/services/topic_view_service/client.rb +0 -372
  2517. data/lib/google/ads/google_ads/v5/services/topic_view_service/credentials.rb +0 -41
  2518. data/lib/google/ads/google_ads/v5/services/topic_view_service/paths.rb +0 -52
  2519. data/lib/google/ads/google_ads/v5/services/topic_view_service_pb.rb +0 -29
  2520. data/lib/google/ads/google_ads/v5/services/topic_view_service_services_pb.rb +0 -49
  2521. data/lib/google/ads/google_ads/v5/services/user_data_service.rb +0 -51
  2522. data/lib/google/ads/google_ads/v5/services/user_data_service/client.rb +0 -375
  2523. data/lib/google/ads/google_ads/v5/services/user_data_service/credentials.rb +0 -41
  2524. data/lib/google/ads/google_ads/v5/services/user_data_service_pb.rb +0 -45
  2525. data/lib/google/ads/google_ads/v5/services/user_data_service_services_pb.rb +0 -50
  2526. data/lib/google/ads/google_ads/v5/services/user_interest_service.rb +0 -51
  2527. data/lib/google/ads/google_ads/v5/services/user_interest_service/client.rb +0 -372
  2528. data/lib/google/ads/google_ads/v5/services/user_interest_service/credentials.rb +0 -41
  2529. data/lib/google/ads/google_ads/v5/services/user_interest_service/paths.rb +0 -52
  2530. data/lib/google/ads/google_ads/v5/services/user_interest_service_pb.rb +0 -29
  2531. data/lib/google/ads/google_ads/v5/services/user_interest_service_services_pb.rb +0 -49
  2532. data/lib/google/ads/google_ads/v5/services/user_list_service.rb +0 -51
  2533. data/lib/google/ads/google_ads/v5/services/user_list_service/client.rb +0 -455
  2534. data/lib/google/ads/google_ads/v5/services/user_list_service/credentials.rb +0 -41
  2535. data/lib/google/ads/google_ads/v5/services/user_list_service/paths.rb +0 -52
  2536. data/lib/google/ads/google_ads/v5/services/user_list_service_pb.rb +0 -56
  2537. data/lib/google/ads/google_ads/v5/services/user_list_service_services_pb.rb +0 -51
  2538. data/lib/google/ads/google_ads/v5/services/user_location_view_service.rb +0 -51
  2539. data/lib/google/ads/google_ads/v5/services/user_location_view_service/client.rb +0 -372
  2540. data/lib/google/ads/google_ads/v5/services/user_location_view_service/credentials.rb +0 -41
  2541. data/lib/google/ads/google_ads/v5/services/user_location_view_service/paths.rb +0 -52
  2542. data/lib/google/ads/google_ads/v5/services/user_location_view_service_pb.rb +0 -29
  2543. data/lib/google/ads/google_ads/v5/services/user_location_view_service_services_pb.rb +0 -49
  2544. data/lib/google/ads/google_ads/v5/services/video_service.rb +0 -51
  2545. data/lib/google/ads/google_ads/v5/services/video_service/client.rb +0 -372
  2546. data/lib/google/ads/google_ads/v5/services/video_service/credentials.rb +0 -41
  2547. data/lib/google/ads/google_ads/v5/services/video_service/paths.rb +0 -52
  2548. data/lib/google/ads/google_ads/v5/services/video_service_pb.rb +0 -29
  2549. data/lib/google/ads/google_ads/v5/services/video_service_services_pb.rb +0 -49
  2550. data/lib/google/ads/google_ads/v6/common/ad_asset_pb.rb +0 -43
  2551. data/lib/google/ads/google_ads/v6/common/ad_type_infos_pb.rb +0 -263
  2552. data/lib/google/ads/google_ads/v6/common/asset_policy_pb.rb +0 -30
  2553. data/lib/google/ads/google_ads/v6/common/asset_types_pb.rb +0 -96
  2554. data/lib/google/ads/google_ads/v6/common/bidding_pb.rb +0 -78
  2555. data/lib/google/ads/google_ads/v6/common/click_location_pb.rb +0 -29
  2556. data/lib/google/ads/google_ads/v6/common/criteria_pb.rb +0 -315
  2557. data/lib/google/ads/google_ads/v6/common/criterion_category_availability_pb.rb +0 -43
  2558. data/lib/google/ads/google_ads/v6/common/custom_parameter_pb.rb +0 -26
  2559. data/lib/google/ads/google_ads/v6/common/dates_pb.rb +0 -26
  2560. data/lib/google/ads/google_ads/v6/common/explorer_auto_optimizer_setting_pb.rb +0 -25
  2561. data/lib/google/ads/google_ads/v6/common/extensions_pb.rb +0 -153
  2562. data/lib/google/ads/google_ads/v6/common/feed_common_pb.rb +0 -26
  2563. data/lib/google/ads/google_ads/v6/common/feed_item_set_filter_type_infos_pb.rb +0 -36
  2564. data/lib/google/ads/google_ads/v6/common/final_app_url_pb.rb +0 -27
  2565. data/lib/google/ads/google_ads/v6/common/frequency_cap_pb.rb +0 -36
  2566. data/lib/google/ads/google_ads/v6/common/keyword_plan_common_pb.rb +0 -38
  2567. data/lib/google/ads/google_ads/v6/common/matching_function_pb.rb +0 -61
  2568. data/lib/google/ads/google_ads/v6/common/metrics_pb.rb +0 -144
  2569. data/lib/google/ads/google_ads/v6/common/offline_user_data_pb.rb +0 -87
  2570. data/lib/google/ads/google_ads/v6/common/policy_pb.rb +0 -100
  2571. data/lib/google/ads/google_ads/v6/common/real_time_bidding_setting_pb.rb +0 -25
  2572. data/lib/google/ads/google_ads/v6/common/segments_pb.rb +0 -137
  2573. data/lib/google/ads/google_ads/v6/common/simulation_pb.rb +0 -109
  2574. data/lib/google/ads/google_ads/v6/common/tag_snippet_pb.rb +0 -30
  2575. data/lib/google/ads/google_ads/v6/common/targeting_setting_pb.rb +0 -44
  2576. data/lib/google/ads/google_ads/v6/common/text_label_pb.rb +0 -26
  2577. data/lib/google/ads/google_ads/v6/common/url_collection_pb.rb +0 -28
  2578. data/lib/google/ads/google_ads/v6/common/user_lists_pb.rb +0 -123
  2579. data/lib/google/ads/google_ads/v6/common/value_pb.rb +0 -31
  2580. data/lib/google/ads/google_ads/v6/enums/access_invitation_status_pb.rb +0 -32
  2581. data/lib/google/ads/google_ads/v6/enums/access_reason_pb.rb +0 -34
  2582. data/lib/google/ads/google_ads/v6/enums/access_role_pb.rb +0 -33
  2583. data/lib/google/ads/google_ads/v6/enums/account_budget_proposal_status_pb.rb +0 -34
  2584. data/lib/google/ads/google_ads/v6/enums/account_budget_proposal_type_pb.rb +0 -33
  2585. data/lib/google/ads/google_ads/v6/enums/account_budget_status_pb.rb +0 -32
  2586. data/lib/google/ads/google_ads/v6/enums/account_link_status_pb.rb +0 -35
  2587. data/lib/google/ads/google_ads/v6/enums/ad_customizer_placeholder_field_pb.rb +0 -33
  2588. data/lib/google/ads/google_ads/v6/enums/ad_destination_type_pb.rb +0 -40
  2589. data/lib/google/ads/google_ads/v6/enums/ad_group_ad_rotation_mode_pb.rb +0 -31
  2590. data/lib/google/ads/google_ads/v6/enums/ad_group_ad_status_pb.rb +0 -32
  2591. data/lib/google/ads/google_ads/v6/enums/ad_group_criterion_approval_status_pb.rb +0 -33
  2592. data/lib/google/ads/google_ads/v6/enums/ad_group_criterion_status_pb.rb +0 -32
  2593. data/lib/google/ads/google_ads/v6/enums/ad_group_status_pb.rb +0 -32
  2594. data/lib/google/ads/google_ads/v6/enums/ad_group_type_pb.rb +0 -43
  2595. data/lib/google/ads/google_ads/v6/enums/ad_network_type_pb.rb +0 -35
  2596. data/lib/google/ads/google_ads/v6/enums/ad_serving_optimization_status_pb.rb +0 -34
  2597. data/lib/google/ads/google_ads/v6/enums/ad_strength_pb.rb +0 -35
  2598. data/lib/google/ads/google_ads/v6/enums/ad_type_pb.rb +0 -55
  2599. data/lib/google/ads/google_ads/v6/enums/advertising_channel_sub_type_pb.rb +0 -45
  2600. data/lib/google/ads/google_ads/v6/enums/advertising_channel_type_pb.rb +0 -37
  2601. data/lib/google/ads/google_ads/v6/enums/affiliate_location_feed_relationship_type_pb.rb +0 -30
  2602. data/lib/google/ads/google_ads/v6/enums/affiliate_location_placeholder_field_pb.rb +0 -40
  2603. data/lib/google/ads/google_ads/v6/enums/age_range_type_pb.rb +0 -36
  2604. data/lib/google/ads/google_ads/v6/enums/app_campaign_app_store_pb.rb +0 -31
  2605. data/lib/google/ads/google_ads/v6/enums/app_campaign_bidding_strategy_goal_type_pb.rb +0 -33
  2606. data/lib/google/ads/google_ads/v6/enums/app_payment_model_type_pb.rb +0 -30
  2607. data/lib/google/ads/google_ads/v6/enums/app_placeholder_field_pb.rb +0 -37
  2608. data/lib/google/ads/google_ads/v6/enums/app_store_pb.rb +0 -31
  2609. data/lib/google/ads/google_ads/v6/enums/app_url_operating_system_type_pb.rb +0 -31
  2610. data/lib/google/ads/google_ads/v6/enums/asset_field_type_pb.rb +0 -37
  2611. data/lib/google/ads/google_ads/v6/enums/asset_link_status_pb.rb +0 -31
  2612. data/lib/google/ads/google_ads/v6/enums/asset_performance_label_pb.rb +0 -34
  2613. data/lib/google/ads/google_ads/v6/enums/asset_type_pb.rb +0 -35
  2614. data/lib/google/ads/google_ads/v6/enums/attribution_model_pb.rb +0 -36
  2615. data/lib/google/ads/google_ads/v6/enums/batch_job_status_pb.rb +0 -32
  2616. data/lib/google/ads/google_ads/v6/enums/bid_modifier_source_pb.rb +0 -31
  2617. data/lib/google/ads/google_ads/v6/enums/bidding_source_pb.rb +0 -32
  2618. data/lib/google/ads/google_ads/v6/enums/bidding_strategy_status_pb.rb +0 -31
  2619. data/lib/google/ads/google_ads/v6/enums/bidding_strategy_type_pb.rb +0 -44
  2620. data/lib/google/ads/google_ads/v6/enums/billing_setup_status_pb.rb +0 -33
  2621. data/lib/google/ads/google_ads/v6/enums/brand_safety_suitability_pb.rb +0 -32
  2622. data/lib/google/ads/google_ads/v6/enums/budget_campaign_association_status_pb.rb +0 -31
  2623. data/lib/google/ads/google_ads/v6/enums/budget_delivery_method_pb.rb +0 -31
  2624. data/lib/google/ads/google_ads/v6/enums/budget_period_pb.rb +0 -31
  2625. data/lib/google/ads/google_ads/v6/enums/budget_status_pb.rb +0 -31
  2626. data/lib/google/ads/google_ads/v6/enums/budget_type_pb.rb +0 -32
  2627. data/lib/google/ads/google_ads/v6/enums/call_conversion_reporting_state_pb.rb +0 -32
  2628. data/lib/google/ads/google_ads/v6/enums/call_placeholder_field_pb.rb +0 -34
  2629. data/lib/google/ads/google_ads/v6/enums/call_tracking_display_location_pb.rb +0 -31
  2630. data/lib/google/ads/google_ads/v6/enums/call_type_pb.rb +0 -31
  2631. data/lib/google/ads/google_ads/v6/enums/callout_placeholder_field_pb.rb +0 -30
  2632. data/lib/google/ads/google_ads/v6/enums/campaign_criterion_status_pb.rb +0 -32
  2633. data/lib/google/ads/google_ads/v6/enums/campaign_draft_status_pb.rb +0 -34
  2634. data/lib/google/ads/google_ads/v6/enums/campaign_experiment_status_pb.rb +0 -38
  2635. data/lib/google/ads/google_ads/v6/enums/campaign_experiment_traffic_split_type_pb.rb +0 -31
  2636. data/lib/google/ads/google_ads/v6/enums/campaign_experiment_type_pb.rb +0 -32
  2637. data/lib/google/ads/google_ads/v6/enums/campaign_serving_status_pb.rb +0 -34
  2638. data/lib/google/ads/google_ads/v6/enums/campaign_shared_set_status_pb.rb +0 -31
  2639. data/lib/google/ads/google_ads/v6/enums/campaign_status_pb.rb +0 -32
  2640. data/lib/google/ads/google_ads/v6/enums/change_client_type_pb.rb +0 -41
  2641. data/lib/google/ads/google_ads/v6/enums/change_event_resource_type_pb.rb +0 -41
  2642. data/lib/google/ads/google_ads/v6/enums/change_status_operation_pb.rb +0 -32
  2643. data/lib/google/ads/google_ads/v6/enums/change_status_resource_type_pb.rb +0 -39
  2644. data/lib/google/ads/google_ads/v6/enums/click_type_pb.rb +0 -82
  2645. data/lib/google/ads/google_ads/v6/enums/combined_audience_status_pb.rb +0 -31
  2646. data/lib/google/ads/google_ads/v6/enums/content_label_type_pb.rb +0 -44
  2647. data/lib/google/ads/google_ads/v6/enums/conversion_action_category_pb.rb +0 -49
  2648. data/lib/google/ads/google_ads/v6/enums/conversion_action_counting_type_pb.rb +0 -31
  2649. data/lib/google/ads/google_ads/v6/enums/conversion_action_status_pb.rb +0 -32
  2650. data/lib/google/ads/google_ads/v6/enums/conversion_action_type_pb.rb +0 -64
  2651. data/lib/google/ads/google_ads/v6/enums/conversion_adjustment_type_pb.rb +0 -31
  2652. data/lib/google/ads/google_ads/v6/enums/conversion_attribution_event_type_pb.rb +0 -31
  2653. data/lib/google/ads/google_ads/v6/enums/conversion_lag_bucket_pb.rb +0 -48
  2654. data/lib/google/ads/google_ads/v6/enums/conversion_or_adjustment_lag_bucket_pb.rb +0 -70
  2655. data/lib/google/ads/google_ads/v6/enums/criterion_category_channel_availability_mode_pb.rb +0 -32
  2656. data/lib/google/ads/google_ads/v6/enums/criterion_category_locale_availability_mode_pb.rb +0 -33
  2657. data/lib/google/ads/google_ads/v6/enums/criterion_system_serving_status_pb.rb +0 -31
  2658. data/lib/google/ads/google_ads/v6/enums/criterion_type_pb.rb +0 -61
  2659. data/lib/google/ads/google_ads/v6/enums/custom_audience_member_type_pb.rb +0 -33
  2660. data/lib/google/ads/google_ads/v6/enums/custom_audience_status_pb.rb +0 -31
  2661. data/lib/google/ads/google_ads/v6/enums/custom_audience_type_pb.rb +0 -33
  2662. data/lib/google/ads/google_ads/v6/enums/custom_interest_member_type_pb.rb +0 -31
  2663. data/lib/google/ads/google_ads/v6/enums/custom_interest_status_pb.rb +0 -31
  2664. data/lib/google/ads/google_ads/v6/enums/custom_interest_type_pb.rb +0 -31
  2665. data/lib/google/ads/google_ads/v6/enums/custom_placeholder_field_pb.rb +0 -49
  2666. data/lib/google/ads/google_ads/v6/enums/customer_match_upload_key_type_pb.rb +0 -32
  2667. data/lib/google/ads/google_ads/v6/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +0 -36
  2668. data/lib/google/ads/google_ads/v6/enums/data_driven_model_status_pb.rb +0 -33
  2669. data/lib/google/ads/google_ads/v6/enums/day_of_week_pb.rb +0 -36
  2670. data/lib/google/ads/google_ads/v6/enums/device_pb.rb +0 -34
  2671. data/lib/google/ads/google_ads/v6/enums/display_ad_format_setting_pb.rb +0 -32
  2672. data/lib/google/ads/google_ads/v6/enums/display_upload_product_type_pb.rb +0 -39
  2673. data/lib/google/ads/google_ads/v6/enums/distance_bucket_pb.rb +0 -56
  2674. data/lib/google/ads/google_ads/v6/enums/dsa_page_feed_criterion_field_pb.rb +0 -31
  2675. data/lib/google/ads/google_ads/v6/enums/education_placeholder_field_pb.rb +0 -46
  2676. data/lib/google/ads/google_ads/v6/enums/extension_setting_device_pb.rb +0 -31
  2677. data/lib/google/ads/google_ads/v6/enums/extension_type_pb.rb +0 -42
  2678. data/lib/google/ads/google_ads/v6/enums/external_conversion_source_pb.rb +0 -55
  2679. data/lib/google/ads/google_ads/v6/enums/feed_attribute_type_pb.rb +0 -42
  2680. data/lib/google/ads/google_ads/v6/enums/feed_item_quality_approval_status_pb.rb +0 -31
  2681. data/lib/google/ads/google_ads/v6/enums/feed_item_quality_disapproval_reason_pb.rb +0 -47
  2682. data/lib/google/ads/google_ads/v6/enums/feed_item_set_status_pb.rb +0 -31
  2683. data/lib/google/ads/google_ads/v6/enums/feed_item_set_string_filter_type_pb.rb +0 -30
  2684. data/lib/google/ads/google_ads/v6/enums/feed_item_status_pb.rb +0 -31
  2685. data/lib/google/ads/google_ads/v6/enums/feed_item_target_device_pb.rb +0 -30
  2686. data/lib/google/ads/google_ads/v6/enums/feed_item_target_status_pb.rb +0 -31
  2687. data/lib/google/ads/google_ads/v6/enums/feed_item_target_type_pb.rb +0 -32
  2688. data/lib/google/ads/google_ads/v6/enums/feed_item_validation_status_pb.rb +0 -32
  2689. data/lib/google/ads/google_ads/v6/enums/feed_link_status_pb.rb +0 -31
  2690. data/lib/google/ads/google_ads/v6/enums/feed_mapping_criterion_type_pb.rb +0 -31
  2691. data/lib/google/ads/google_ads/v6/enums/feed_mapping_status_pb.rb +0 -31
  2692. data/lib/google/ads/google_ads/v6/enums/feed_origin_pb.rb +0 -31
  2693. data/lib/google/ads/google_ads/v6/enums/feed_status_pb.rb +0 -31
  2694. data/lib/google/ads/google_ads/v6/enums/flight_placeholder_field_pb.rb +0 -46
  2695. data/lib/google/ads/google_ads/v6/enums/frequency_cap_event_type_pb.rb +0 -31
  2696. data/lib/google/ads/google_ads/v6/enums/frequency_cap_level_pb.rb +0 -32
  2697. data/lib/google/ads/google_ads/v6/enums/frequency_cap_time_unit_pb.rb +0 -32
  2698. data/lib/google/ads/google_ads/v6/enums/gender_type_pb.rb +0 -32
  2699. data/lib/google/ads/google_ads/v6/enums/geo_target_constant_status_pb.rb +0 -31
  2700. data/lib/google/ads/google_ads/v6/enums/geo_targeting_restriction_pb.rb +0 -30
  2701. data/lib/google/ads/google_ads/v6/enums/geo_targeting_type_pb.rb +0 -31
  2702. data/lib/google/ads/google_ads/v6/enums/google_ads_field_category_pb.rb +0 -33
  2703. data/lib/google/ads/google_ads/v6/enums/google_ads_field_data_type_pb.rb +0 -40
  2704. data/lib/google/ads/google_ads/v6/enums/google_voice_call_status_pb.rb +0 -31
  2705. data/lib/google/ads/google_ads/v6/enums/hotel_date_selection_type_pb.rb +0 -31
  2706. data/lib/google/ads/google_ads/v6/enums/hotel_placeholder_field_pb.rb +0 -49
  2707. data/lib/google/ads/google_ads/v6/enums/hotel_price_bucket_pb.rb +0 -33
  2708. data/lib/google/ads/google_ads/v6/enums/hotel_rate_type_pb.rb +0 -33
  2709. data/lib/google/ads/google_ads/v6/enums/image_placeholder_field_pb.rb +0 -30
  2710. data/lib/google/ads/google_ads/v6/enums/income_range_type_pb.rb +0 -36
  2711. data/lib/google/ads/google_ads/v6/enums/interaction_event_type_pb.rb +0 -33
  2712. data/lib/google/ads/google_ads/v6/enums/interaction_type_pb.rb +0 -30
  2713. data/lib/google/ads/google_ads/v6/enums/invoice_type_pb.rb +0 -31
  2714. data/lib/google/ads/google_ads/v6/enums/job_placeholder_field_pb.rb +0 -46
  2715. data/lib/google/ads/google_ads/v6/enums/keyword_match_type_pb.rb +0 -32
  2716. data/lib/google/ads/google_ads/v6/enums/keyword_plan_competition_level_pb.rb +0 -32
  2717. data/lib/google/ads/google_ads/v6/enums/keyword_plan_forecast_interval_pb.rb +0 -32
  2718. data/lib/google/ads/google_ads/v6/enums/keyword_plan_network_pb.rb +0 -31
  2719. data/lib/google/ads/google_ads/v6/enums/label_status_pb.rb +0 -31
  2720. data/lib/google/ads/google_ads/v6/enums/lead_form_call_to_action_type_pb.rb +0 -43
  2721. data/lib/google/ads/google_ads/v6/enums/lead_form_desired_intent_pb.rb +0 -31
  2722. data/lib/google/ads/google_ads/v6/enums/lead_form_field_user_input_type_pb.rb +0 -89
  2723. data/lib/google/ads/google_ads/v6/enums/lead_form_post_submit_call_to_action_type_pb.rb +0 -33
  2724. data/lib/google/ads/google_ads/v6/enums/legacy_app_install_ad_app_store_pb.rb +0 -34
  2725. data/lib/google/ads/google_ads/v6/enums/linked_account_type_pb.rb +0 -32
  2726. data/lib/google/ads/google_ads/v6/enums/listing_group_type_pb.rb +0 -31
  2727. data/lib/google/ads/google_ads/v6/enums/local_placeholder_field_pb.rb +0 -48
  2728. data/lib/google/ads/google_ads/v6/enums/location_extension_targeting_criterion_field_pb.rb +0 -35
  2729. data/lib/google/ads/google_ads/v6/enums/location_group_radius_units_pb.rb +0 -32
  2730. data/lib/google/ads/google_ads/v6/enums/location_placeholder_field_pb.rb +0 -37
  2731. data/lib/google/ads/google_ads/v6/enums/location_source_type_pb.rb +0 -31
  2732. data/lib/google/ads/google_ads/v6/enums/manager_link_status_pb.rb +0 -34
  2733. data/lib/google/ads/google_ads/v6/enums/matching_function_context_type_pb.rb +0 -32
  2734. data/lib/google/ads/google_ads/v6/enums/matching_function_operator_pb.rb +0 -34
  2735. data/lib/google/ads/google_ads/v6/enums/media_type_pb.rb +0 -35
  2736. data/lib/google/ads/google_ads/v6/enums/merchant_center_link_status_pb.rb +0 -31
  2737. data/lib/google/ads/google_ads/v6/enums/message_placeholder_field_pb.rb +0 -34
  2738. data/lib/google/ads/google_ads/v6/enums/mime_type_pb.rb +0 -41
  2739. data/lib/google/ads/google_ads/v6/enums/minute_of_hour_pb.rb +0 -33
  2740. data/lib/google/ads/google_ads/v6/enums/mobile_app_vendor_pb.rb +0 -31
  2741. data/lib/google/ads/google_ads/v6/enums/mobile_device_type_pb.rb +0 -31
  2742. data/lib/google/ads/google_ads/v6/enums/month_of_year_pb.rb +0 -41
  2743. data/lib/google/ads/google_ads/v6/enums/negative_geo_target_type_pb.rb +0 -31
  2744. data/lib/google/ads/google_ads/v6/enums/offline_user_data_job_failure_reason_pb.rb +0 -31
  2745. data/lib/google/ads/google_ads/v6/enums/offline_user_data_job_status_pb.rb +0 -33
  2746. data/lib/google/ads/google_ads/v6/enums/offline_user_data_job_type_pb.rb +0 -33
  2747. data/lib/google/ads/google_ads/v6/enums/operating_system_version_operator_type_pb.rb +0 -31
  2748. data/lib/google/ads/google_ads/v6/enums/optimization_goal_type_pb.rb +0 -31
  2749. data/lib/google/ads/google_ads/v6/enums/page_one_promoted_strategy_goal_pb.rb +0 -21
  2750. data/lib/google/ads/google_ads/v6/enums/parental_status_type_pb.rb +0 -32
  2751. data/lib/google/ads/google_ads/v6/enums/payment_mode_pb.rb +0 -33
  2752. data/lib/google/ads/google_ads/v6/enums/placeholder_type_pb.rb +0 -49
  2753. data/lib/google/ads/google_ads/v6/enums/placement_type_pb.rb +0 -34
  2754. data/lib/google/ads/google_ads/v6/enums/policy_approval_status_pb.rb +0 -33
  2755. data/lib/google/ads/google_ads/v6/enums/policy_review_status_pb.rb +0 -33
  2756. data/lib/google/ads/google_ads/v6/enums/policy_topic_entry_type_pb.rb +0 -35
  2757. data/lib/google/ads/google_ads/v6/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +0 -34
  2758. data/lib/google/ads/google_ads/v6/enums/policy_topic_evidence_destination_not_working_device_pb.rb +0 -32
  2759. data/lib/google/ads/google_ads/v6/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +0 -31
  2760. data/lib/google/ads/google_ads/v6/enums/positive_geo_target_type_pb.rb +0 -32
  2761. data/lib/google/ads/google_ads/v6/enums/preferred_content_type_pb.rb +0 -30
  2762. data/lib/google/ads/google_ads/v6/enums/price_extension_price_qualifier_pb.rb +0 -32
  2763. data/lib/google/ads/google_ads/v6/enums/price_extension_price_unit_pb.rb +0 -35
  2764. data/lib/google/ads/google_ads/v6/enums/price_extension_type_pb.rb +0 -38
  2765. data/lib/google/ads/google_ads/v6/enums/price_placeholder_field_pb.rb +0 -82
  2766. data/lib/google/ads/google_ads/v6/enums/product_bidding_category_level_pb.rb +0 -34
  2767. data/lib/google/ads/google_ads/v6/enums/product_bidding_category_status_pb.rb +0 -31
  2768. data/lib/google/ads/google_ads/v6/enums/product_channel_exclusivity_pb.rb +0 -31
  2769. data/lib/google/ads/google_ads/v6/enums/product_channel_pb.rb +0 -31
  2770. data/lib/google/ads/google_ads/v6/enums/product_condition_pb.rb +0 -32
  2771. data/lib/google/ads/google_ads/v6/enums/product_custom_attribute_index_pb.rb +0 -34
  2772. data/lib/google/ads/google_ads/v6/enums/product_type_level_pb.rb +0 -34
  2773. data/lib/google/ads/google_ads/v6/enums/promotion_extension_discount_modifier_pb.rb +0 -30
  2774. data/lib/google/ads/google_ads/v6/enums/promotion_extension_occasion_pb.rb +0 -66
  2775. data/lib/google/ads/google_ads/v6/enums/promotion_placeholder_field_pb.rb +0 -43
  2776. data/lib/google/ads/google_ads/v6/enums/proximity_radius_units_pb.rb +0 -31
  2777. data/lib/google/ads/google_ads/v6/enums/quality_score_bucket_pb.rb +0 -32
  2778. data/lib/google/ads/google_ads/v6/enums/reach_plan_ad_length_pb.rb +0 -32
  2779. data/lib/google/ads/google_ads/v6/enums/reach_plan_age_range_pb.rb +0 -55
  2780. data/lib/google/ads/google_ads/v6/enums/reach_plan_network_pb.rb +0 -32
  2781. data/lib/google/ads/google_ads/v6/enums/real_estate_placeholder_field_pb.rb +0 -47
  2782. data/lib/google/ads/google_ads/v6/enums/recommendation_type_pb.rb +0 -46
  2783. data/lib/google/ads/google_ads/v6/enums/resource_change_operation_pb.rb +0 -32
  2784. data/lib/google/ads/google_ads/v6/enums/response_content_type_pb.rb +0 -30
  2785. data/lib/google/ads/google_ads/v6/enums/search_engine_results_page_type_pb.rb +0 -32
  2786. data/lib/google/ads/google_ads/v6/enums/search_term_match_type_pb.rb +0 -34
  2787. data/lib/google/ads/google_ads/v6/enums/search_term_targeting_status_pb.rb +0 -33
  2788. data/lib/google/ads/google_ads/v6/enums/served_asset_field_type_pb.rb +0 -34
  2789. data/lib/google/ads/google_ads/v6/enums/shared_set_status_pb.rb +0 -31
  2790. data/lib/google/ads/google_ads/v6/enums/shared_set_type_pb.rb +0 -31
  2791. data/lib/google/ads/google_ads/v6/enums/simulation_modification_method_pb.rb +0 -31
  2792. data/lib/google/ads/google_ads/v6/enums/simulation_type_pb.rb +0 -35
  2793. data/lib/google/ads/google_ads/v6/enums/sitelink_placeholder_field_pb.rb +0 -36
  2794. data/lib/google/ads/google_ads/v6/enums/slot_pb.rb +0 -36
  2795. data/lib/google/ads/google_ads/v6/enums/spending_limit_type_pb.rb +0 -30
  2796. data/lib/google/ads/google_ads/v6/enums/structured_snippet_placeholder_field_pb.rb +0 -31
  2797. data/lib/google/ads/google_ads/v6/enums/summary_row_setting_pb.rb +0 -32
  2798. data/lib/google/ads/google_ads/v6/enums/system_managed_entity_source_pb.rb +0 -30
  2799. data/lib/google/ads/google_ads/v6/enums/target_cpa_opt_in_recommendation_goal_pb.rb +0 -33
  2800. data/lib/google/ads/google_ads/v6/enums/target_impression_share_location_pb.rb +0 -32
  2801. data/lib/google/ads/google_ads/v6/enums/targeting_dimension_pb.rb +0 -37
  2802. data/lib/google/ads/google_ads/v6/enums/time_type_pb.rb +0 -31
  2803. data/lib/google/ads/google_ads/v6/enums/tracking_code_page_format_pb.rb +0 -31
  2804. data/lib/google/ads/google_ads/v6/enums/tracking_code_type_pb.rb +0 -33
  2805. data/lib/google/ads/google_ads/v6/enums/travel_placeholder_field_pb.rb +0 -49
  2806. data/lib/google/ads/google_ads/v6/enums/user_identifier_source_pb.rb +0 -31
  2807. data/lib/google/ads/google_ads/v6/enums/user_interest_taxonomy_type_pb.rb +0 -34
  2808. data/lib/google/ads/google_ads/v6/enums/user_list_access_status_pb.rb +0 -31
  2809. data/lib/google/ads/google_ads/v6/enums/user_list_closing_reason_pb.rb +0 -30
  2810. data/lib/google/ads/google_ads/v6/enums/user_list_combined_rule_operator_pb.rb +0 -31
  2811. data/lib/google/ads/google_ads/v6/enums/user_list_crm_data_source_type_pb.rb +0 -32
  2812. data/lib/google/ads/google_ads/v6/enums/user_list_date_rule_item_operator_pb.rb +0 -33
  2813. data/lib/google/ads/google_ads/v6/enums/user_list_logical_rule_operator_pb.rb +0 -32
  2814. data/lib/google/ads/google_ads/v6/enums/user_list_membership_status_pb.rb +0 -31
  2815. data/lib/google/ads/google_ads/v6/enums/user_list_number_rule_item_operator_pb.rb +0 -35
  2816. data/lib/google/ads/google_ads/v6/enums/user_list_prepopulation_status_pb.rb +0 -32
  2817. data/lib/google/ads/google_ads/v6/enums/user_list_rule_type_pb.rb +0 -31
  2818. data/lib/google/ads/google_ads/v6/enums/user_list_size_range_pb.rb +0 -45
  2819. data/lib/google/ads/google_ads/v6/enums/user_list_string_rule_item_operator_pb.rb +0 -37
  2820. data/lib/google/ads/google_ads/v6/enums/user_list_type_pb.rb +0 -35
  2821. data/lib/google/ads/google_ads/v6/enums/vanity_pharma_display_url_mode_pb.rb +0 -31
  2822. data/lib/google/ads/google_ads/v6/enums/vanity_pharma_text_pb.rb +0 -41
  2823. data/lib/google/ads/google_ads/v6/enums/webpage_condition_operand_pb.rb +0 -34
  2824. data/lib/google/ads/google_ads/v6/enums/webpage_condition_operator_pb.rb +0 -31
  2825. data/lib/google/ads/google_ads/v6/errors/access_invitation_error_pb.rb +0 -36
  2826. data/lib/google/ads/google_ads/v6/errors/account_budget_proposal_error_pb.rb +0 -53
  2827. data/lib/google/ads/google_ads/v6/errors/account_link_error_pb.rb +0 -30
  2828. data/lib/google/ads/google_ads/v6/errors/ad_customizer_error_pb.rb +0 -34
  2829. data/lib/google/ads/google_ads/v6/errors/ad_error_pb.rb +0 -173
  2830. data/lib/google/ads/google_ads/v6/errors/ad_group_ad_error_pb.rb +0 -39
  2831. data/lib/google/ads/google_ads/v6/errors/ad_group_bid_modifier_error_pb.rb +0 -31
  2832. data/lib/google/ads/google_ads/v6/errors/ad_group_criterion_error_pb.rb +0 -57
  2833. data/lib/google/ads/google_ads/v6/errors/ad_group_error_pb.rb +0 -42
  2834. data/lib/google/ads/google_ads/v6/errors/ad_group_feed_error_pb.rb +0 -36
  2835. data/lib/google/ads/google_ads/v6/errors/ad_parameter_error_pb.rb +0 -31
  2836. data/lib/google/ads/google_ads/v6/errors/ad_sharing_error_pb.rb +0 -32
  2837. data/lib/google/ads/google_ads/v6/errors/adx_error_pb.rb +0 -30
  2838. data/lib/google/ads/google_ads/v6/errors/asset_error_pb.rb +0 -40
  2839. data/lib/google/ads/google_ads/v6/errors/asset_link_error_pb.rb +0 -43
  2840. data/lib/google/ads/google_ads/v6/errors/authentication_error_pb.rb +0 -47
  2841. data/lib/google/ads/google_ads/v6/errors/authorization_error_pb.rb +0 -42
  2842. data/lib/google/ads/google_ads/v6/errors/batch_job_error_pb.rb +0 -35
  2843. data/lib/google/ads/google_ads/v6/errors/bidding_error_pb.rb +0 -53
  2844. data/lib/google/ads/google_ads/v6/errors/bidding_strategy_error_pb.rb +0 -34
  2845. data/lib/google/ads/google_ads/v6/errors/billing_setup_error_pb.rb +0 -46
  2846. data/lib/google/ads/google_ads/v6/errors/campaign_budget_error_pb.rb +0 -45
  2847. data/lib/google/ads/google_ads/v6/errors/campaign_criterion_error_pb.rb +0 -40
  2848. data/lib/google/ads/google_ads/v6/errors/campaign_draft_error_pb.rb +0 -39
  2849. data/lib/google/ads/google_ads/v6/errors/campaign_error_pb.rb +0 -70
  2850. data/lib/google/ads/google_ads/v6/errors/campaign_experiment_error_pb.rb +0 -39
  2851. data/lib/google/ads/google_ads/v6/errors/campaign_feed_error_pb.rb +0 -36
  2852. data/lib/google/ads/google_ads/v6/errors/campaign_shared_set_error_pb.rb +0 -30
  2853. data/lib/google/ads/google_ads/v6/errors/change_event_error_pb.rb +0 -34
  2854. data/lib/google/ads/google_ads/v6/errors/change_status_error_pb.rb +0 -34
  2855. data/lib/google/ads/google_ads/v6/errors/collection_size_error_pb.rb +0 -31
  2856. data/lib/google/ads/google_ads/v6/errors/context_error_pb.rb +0 -31
  2857. data/lib/google/ads/google_ads/v6/errors/conversion_action_error_pb.rb +0 -39
  2858. data/lib/google/ads/google_ads/v6/errors/conversion_adjustment_upload_error_pb.rb +0 -40
  2859. data/lib/google/ads/google_ads/v6/errors/conversion_upload_error_pb.rb +0 -50
  2860. data/lib/google/ads/google_ads/v6/errors/country_code_error_pb.rb +0 -30
  2861. data/lib/google/ads/google_ads/v6/errors/criterion_error_pb.rb +0 -150
  2862. data/lib/google/ads/google_ads/v6/errors/currency_code_error_pb.rb +0 -30
  2863. data/lib/google/ads/google_ads/v6/errors/custom_audience_error_pb.rb +0 -37
  2864. data/lib/google/ads/google_ads/v6/errors/custom_interest_error_pb.rb +0 -36
  2865. data/lib/google/ads/google_ads/v6/errors/customer_client_link_error_pb.rb +0 -37
  2866. data/lib/google/ads/google_ads/v6/errors/customer_error_pb.rb +0 -31
  2867. data/lib/google/ads/google_ads/v6/errors/customer_feed_error_pb.rb +0 -36
  2868. data/lib/google/ads/google_ads/v6/errors/customer_manager_link_error_pb.rb +0 -38
  2869. data/lib/google/ads/google_ads/v6/errors/customer_user_access_error_pb.rb +0 -34
  2870. data/lib/google/ads/google_ads/v6/errors/database_error_pb.rb +0 -32
  2871. data/lib/google/ads/google_ads/v6/errors/date_error_pb.rb +0 -39
  2872. data/lib/google/ads/google_ads/v6/errors/date_range_error_pb.rb +0 -34
  2873. data/lib/google/ads/google_ads/v6/errors/distinct_error_pb.rb +0 -31
  2874. data/lib/google/ads/google_ads/v6/errors/enum_error_pb.rb +0 -30
  2875. data/lib/google/ads/google_ads/v6/errors/errors_pb.rb +0 -317
  2876. data/lib/google/ads/google_ads/v6/errors/extension_feed_item_error_pb.rb +0 -74
  2877. data/lib/google/ads/google_ads/v6/errors/extension_setting_error_pb.rb +0 -94
  2878. data/lib/google/ads/google_ads/v6/errors/feed_attribute_reference_error_pb.rb +0 -32
  2879. data/lib/google/ads/google_ads/v6/errors/feed_error_pb.rb +0 -51
  2880. data/lib/google/ads/google_ads/v6/errors/feed_item_error_pb.rb +0 -38
  2881. data/lib/google/ads/google_ads/v6/errors/feed_item_set_error_pb.rb +0 -35
  2882. data/lib/google/ads/google_ads/v6/errors/feed_item_set_link_error_pb.rb +0 -31
  2883. data/lib/google/ads/google_ads/v6/errors/feed_item_target_error_pb.rb +0 -37
  2884. data/lib/google/ads/google_ads/v6/errors/feed_item_validation_error_pb.rb +0 -134
  2885. data/lib/google/ads/google_ads/v6/errors/feed_mapping_error_pb.rb +0 -46
  2886. data/lib/google/ads/google_ads/v6/errors/field_error_pb.rb +0 -36
  2887. data/lib/google/ads/google_ads/v6/errors/field_mask_error_pb.rb +0 -33
  2888. data/lib/google/ads/google_ads/v6/errors/function_error_pb.rb +0 -45
  2889. data/lib/google/ads/google_ads/v6/errors/function_parsing_error_pb.rb +0 -40
  2890. data/lib/google/ads/google_ads/v6/errors/geo_target_constant_suggestion_error_pb.rb +0 -33
  2891. data/lib/google/ads/google_ads/v6/errors/header_error_pb.rb +0 -31
  2892. data/lib/google/ads/google_ads/v6/errors/id_error_pb.rb +0 -30
  2893. data/lib/google/ads/google_ads/v6/errors/image_error_pb.rb +0 -68
  2894. data/lib/google/ads/google_ads/v6/errors/internal_error_pb.rb +0 -33
  2895. data/lib/google/ads/google_ads/v6/errors/invoice_error_pb.rb +0 -31
  2896. data/lib/google/ads/google_ads/v6/errors/keyword_plan_ad_group_error_pb.rb +0 -31
  2897. data/lib/google/ads/google_ads/v6/errors/keyword_plan_ad_group_keyword_error_pb.rb +0 -36
  2898. data/lib/google/ads/google_ads/v6/errors/keyword_plan_campaign_error_pb.rb +0 -35
  2899. data/lib/google/ads/google_ads/v6/errors/keyword_plan_campaign_keyword_error_pb.rb +0 -30
  2900. data/lib/google/ads/google_ads/v6/errors/keyword_plan_error_pb.rb +0 -43
  2901. data/lib/google/ads/google_ads/v6/errors/keyword_plan_idea_error_pb.rb +0 -31
  2902. data/lib/google/ads/google_ads/v6/errors/label_error_pb.rb +0 -38
  2903. data/lib/google/ads/google_ads/v6/errors/language_code_error_pb.rb +0 -31
  2904. data/lib/google/ads/google_ads/v6/errors/list_operation_error_pb.rb +0 -31
  2905. data/lib/google/ads/google_ads/v6/errors/manager_link_error_pb.rb +0 -46
  2906. data/lib/google/ads/google_ads/v6/errors/media_bundle_error_pb.rb +0 -51
  2907. data/lib/google/ads/google_ads/v6/errors/media_file_error_pb.rb +0 -52
  2908. data/lib/google/ads/google_ads/v6/errors/media_upload_error_pb.rb +0 -62
  2909. data/lib/google/ads/google_ads/v6/errors/multiplier_error_pb.rb +0 -41
  2910. data/lib/google/ads/google_ads/v6/errors/mutate_error_pb.rb +0 -37
  2911. data/lib/google/ads/google_ads/v6/errors/new_resource_creation_error_pb.rb +0 -32
  2912. data/lib/google/ads/google_ads/v6/errors/not_allowlisted_error_pb.rb +0 -30
  2913. data/lib/google/ads/google_ads/v6/errors/not_empty_error_pb.rb +0 -30
  2914. data/lib/google/ads/google_ads/v6/errors/null_error_pb.rb +0 -30
  2915. data/lib/google/ads/google_ads/v6/errors/offline_user_data_job_error_pb.rb +0 -59
  2916. data/lib/google/ads/google_ads/v6/errors/operation_access_denied_error_pb.rb +0 -39
  2917. data/lib/google/ads/google_ads/v6/errors/operator_error_pb.rb +0 -30
  2918. data/lib/google/ads/google_ads/v6/errors/partial_failure_error_pb.rb +0 -30
  2919. data/lib/google/ads/google_ads/v6/errors/payments_account_error_pb.rb +0 -30
  2920. data/lib/google/ads/google_ads/v6/errors/policy_finding_error_pb.rb +0 -31
  2921. data/lib/google/ads/google_ads/v6/errors/policy_validation_parameter_error_pb.rb +0 -32
  2922. data/lib/google/ads/google_ads/v6/errors/policy_violation_error_pb.rb +0 -30
  2923. data/lib/google/ads/google_ads/v6/errors/query_error_pb.rb +0 -83
  2924. data/lib/google/ads/google_ads/v6/errors/quota_error_pb.rb +0 -32
  2925. data/lib/google/ads/google_ads/v6/errors/range_error_pb.rb +0 -31
  2926. data/lib/google/ads/google_ads/v6/errors/reach_plan_error_pb.rb +0 -30
  2927. data/lib/google/ads/google_ads/v6/errors/recommendation_error_pb.rb +0 -43
  2928. data/lib/google/ads/google_ads/v6/errors/region_code_error_pb.rb +0 -30
  2929. data/lib/google/ads/google_ads/v6/errors/request_error_pb.rb +0 -52
  2930. data/lib/google/ads/google_ads/v6/errors/resource_access_denied_error_pb.rb +0 -30
  2931. data/lib/google/ads/google_ads/v6/errors/resource_count_limit_exceeded_error_pb.rb +0 -38
  2932. data/lib/google/ads/google_ads/v6/errors/setting_error_pb.rb +0 -40
  2933. data/lib/google/ads/google_ads/v6/errors/shared_criterion_error_pb.rb +0 -30
  2934. data/lib/google/ads/google_ads/v6/errors/shared_set_error_pb.rb +0 -33
  2935. data/lib/google/ads/google_ads/v6/errors/size_limit_error_pb.rb +0 -31
  2936. data/lib/google/ads/google_ads/v6/errors/string_format_error_pb.rb +0 -31
  2937. data/lib/google/ads/google_ads/v6/errors/string_length_error_pb.rb +0 -32
  2938. data/lib/google/ads/google_ads/v6/errors/third_party_app_analytics_link_error_pb.rb +0 -33
  2939. data/lib/google/ads/google_ads/v6/errors/time_zone_error_pb.rb +0 -30
  2940. data/lib/google/ads/google_ads/v6/errors/url_field_error_pb.rb +0 -81
  2941. data/lib/google/ads/google_ads/v6/errors/user_data_error_pb.rb +0 -32
  2942. data/lib/google/ads/google_ads/v6/errors/user_list_error_pb.rb +0 -55
  2943. data/lib/google/ads/google_ads/v6/errors/youtube_video_registration_error_pb.rb +0 -32
  2944. data/lib/google/ads/google_ads/v6/resources/account_budget_pb.rb +0 -80
  2945. data/lib/google/ads/google_ads/v6/resources/account_budget_proposal_pb.rb +0 -62
  2946. data/lib/google/ads/google_ads/v6/resources/account_link_pb.rb +0 -52
  2947. data/lib/google/ads/google_ads/v6/resources/ad_group_ad_asset_view_pb.rb +0 -44
  2948. data/lib/google/ads/google_ads/v6/resources/ad_group_ad_label_pb.rb +0 -29
  2949. data/lib/google/ads/google_ads/v6/resources/ad_group_ad_pb.rb +0 -44
  2950. data/lib/google/ads/google_ads/v6/resources/ad_group_audience_view_pb.rb +0 -27
  2951. data/lib/google/ads/google_ads/v6/resources/ad_group_bid_modifier_pb.rb +0 -42
  2952. data/lib/google/ads/google_ads/v6/resources/ad_group_criterion_label_pb.rb +0 -29
  2953. data/lib/google/ads/google_ads/v6/resources/ad_group_criterion_pb.rb +0 -100
  2954. data/lib/google/ads/google_ads/v6/resources/ad_group_criterion_simulation_pb.rb +0 -40
  2955. data/lib/google/ads/google_ads/v6/resources/ad_group_extension_setting_pb.rb +0 -33
  2956. data/lib/google/ads/google_ads/v6/resources/ad_group_feed_pb.rb +0 -35
  2957. data/lib/google/ads/google_ads/v6/resources/ad_group_label_pb.rb +0 -29
  2958. data/lib/google/ads/google_ads/v6/resources/ad_group_pb.rb +0 -60
  2959. data/lib/google/ads/google_ads/v6/resources/ad_group_simulation_pb.rb +0 -41
  2960. data/lib/google/ads/google_ads/v6/resources/ad_parameter_pb.rb +0 -30
  2961. data/lib/google/ads/google_ads/v6/resources/ad_pb.rb +0 -70
  2962. data/lib/google/ads/google_ads/v6/resources/ad_schedule_view_pb.rb +0 -27
  2963. data/lib/google/ads/google_ads/v6/resources/age_range_view_pb.rb +0 -27
  2964. data/lib/google/ads/google_ads/v6/resources/asset_pb.rb +0 -51
  2965. data/lib/google/ads/google_ads/v6/resources/batch_job_pb.rb +0 -42
  2966. data/lib/google/ads/google_ads/v6/resources/bidding_strategy_pb.rb +0 -46
  2967. data/lib/google/ads/google_ads/v6/resources/billing_setup_pb.rb +0 -49
  2968. data/lib/google/ads/google_ads/v6/resources/call_view_pb.rb +0 -38
  2969. data/lib/google/ads/google_ads/v6/resources/campaign_asset_pb.rb +0 -33
  2970. data/lib/google/ads/google_ads/v6/resources/campaign_audience_view_pb.rb +0 -27
  2971. data/lib/google/ads/google_ads/v6/resources/campaign_bid_modifier_pb.rb +0 -34
  2972. data/lib/google/ads/google_ads/v6/resources/campaign_budget_pb.rb +0 -47
  2973. data/lib/google/ads/google_ads/v6/resources/campaign_criterion_pb.rb +0 -67
  2974. data/lib/google/ads/google_ads/v6/resources/campaign_criterion_simulation_pb.rb +0 -39
  2975. data/lib/google/ads/google_ads/v6/resources/campaign_draft_pb.rb +0 -35
  2976. data/lib/google/ads/google_ads/v6/resources/campaign_experiment_pb.rb +0 -40
  2977. data/lib/google/ads/google_ads/v6/resources/campaign_extension_setting_pb.rb +0 -33
  2978. data/lib/google/ads/google_ads/v6/resources/campaign_feed_pb.rb +0 -35
  2979. data/lib/google/ads/google_ads/v6/resources/campaign_label_pb.rb +0 -29
  2980. data/lib/google/ads/google_ads/v6/resources/campaign_pb.rb +0 -155
  2981. data/lib/google/ads/google_ads/v6/resources/campaign_shared_set_pb.rb +0 -31
  2982. data/lib/google/ads/google_ads/v6/resources/carrier_constant_pb.rb +0 -30
  2983. data/lib/google/ads/google_ads/v6/resources/change_event_pb.rb +0 -76
  2984. data/lib/google/ads/google_ads/v6/resources/change_status_pb.rb +0 -47
  2985. data/lib/google/ads/google_ads/v6/resources/click_view_pb.rb +0 -35
  2986. data/lib/google/ads/google_ads/v6/resources/combined_audience_pb.rb +0 -32
  2987. data/lib/google/ads/google_ads/v6/resources/conversion_action_pb.rb +0 -74
  2988. data/lib/google/ads/google_ads/v6/resources/currency_constant_pb.rb +0 -31
  2989. data/lib/google/ads/google_ads/v6/resources/custom_audience_pb.rb +0 -46
  2990. data/lib/google/ads/google_ads/v6/resources/custom_interest_pb.rb +0 -41
  2991. data/lib/google/ads/google_ads/v6/resources/customer_client_link_pb.rb +0 -32
  2992. data/lib/google/ads/google_ads/v6/resources/customer_client_pb.rb +0 -36
  2993. data/lib/google/ads/google_ads/v6/resources/customer_extension_setting_pb.rb +0 -32
  2994. data/lib/google/ads/google_ads/v6/resources/customer_feed_pb.rb +0 -34
  2995. data/lib/google/ads/google_ads/v6/resources/customer_label_pb.rb +0 -29
  2996. data/lib/google/ads/google_ads/v6/resources/customer_manager_link_pb.rb +0 -31
  2997. data/lib/google/ads/google_ads/v6/resources/customer_negative_criterion_pb.rb +0 -39
  2998. data/lib/google/ads/google_ads/v6/resources/customer_pb.rb +0 -59
  2999. data/lib/google/ads/google_ads/v6/resources/customer_user_access_invitation_pb.rb +0 -34
  3000. data/lib/google/ads/google_ads/v6/resources/customer_user_access_pb.rb +0 -33
  3001. data/lib/google/ads/google_ads/v6/resources/detail_placement_view_pb.rb +0 -33
  3002. data/lib/google/ads/google_ads/v6/resources/display_keyword_view_pb.rb +0 -27
  3003. data/lib/google/ads/google_ads/v6/resources/distance_view_pb.rb +0 -30
  3004. data/lib/google/ads/google_ads/v6/resources/domain_category_pb.rb +0 -35
  3005. data/lib/google/ads/google_ads/v6/resources/dynamic_search_ads_search_term_view_pb.rb +0 -34
  3006. data/lib/google/ads/google_ads/v6/resources/expanded_landing_page_view_pb.rb +0 -28
  3007. data/lib/google/ads/google_ads/v6/resources/extension_feed_item_pb.rb +0 -59
  3008. data/lib/google/ads/google_ads/v6/resources/feed_item_pb.rb +0 -80
  3009. data/lib/google/ads/google_ads/v6/resources/feed_item_set_link_pb.rb +0 -29
  3010. data/lib/google/ads/google_ads/v6/resources/feed_item_set_pb.rb +0 -37
  3011. data/lib/google/ads/google_ads/v6/resources/feed_item_target_pb.rb +0 -43
  3012. data/lib/google/ads/google_ads/v6/resources/feed_mapping_pb.rb +0 -88
  3013. data/lib/google/ads/google_ads/v6/resources/feed_pb.rb +0 -79
  3014. data/lib/google/ads/google_ads/v6/resources/feed_placeholder_view_pb.rb +0 -29
  3015. data/lib/google/ads/google_ads/v6/resources/gender_view_pb.rb +0 -27
  3016. data/lib/google/ads/google_ads/v6/resources/geo_target_constant_pb.rb +0 -35
  3017. data/lib/google/ads/google_ads/v6/resources/geographic_view_pb.rb +0 -30
  3018. data/lib/google/ads/google_ads/v6/resources/google_ads_field_pb.rb +0 -42
  3019. data/lib/google/ads/google_ads/v6/resources/group_placement_view_pb.rb +0 -32
  3020. data/lib/google/ads/google_ads/v6/resources/hotel_group_view_pb.rb +0 -27
  3021. data/lib/google/ads/google_ads/v6/resources/hotel_performance_view_pb.rb +0 -27
  3022. data/lib/google/ads/google_ads/v6/resources/income_range_view_pb.rb +0 -27
  3023. data/lib/google/ads/google_ads/v6/resources/invoice_pb.rb +0 -63
  3024. data/lib/google/ads/google_ads/v6/resources/keyword_plan_ad_group_keyword_pb.rb +0 -34
  3025. data/lib/google/ads/google_ads/v6/resources/keyword_plan_ad_group_pb.rb +0 -31
  3026. data/lib/google/ads/google_ads/v6/resources/keyword_plan_campaign_keyword_pb.rb +0 -33
  3027. data/lib/google/ads/google_ads/v6/resources/keyword_plan_campaign_pb.rb +0 -39
  3028. data/lib/google/ads/google_ads/v6/resources/keyword_plan_pb.rb +0 -39
  3029. data/lib/google/ads/google_ads/v6/resources/keyword_view_pb.rb +0 -27
  3030. data/lib/google/ads/google_ads/v6/resources/label_pb.rb +0 -33
  3031. data/lib/google/ads/google_ads/v6/resources/landing_page_view_pb.rb +0 -28
  3032. data/lib/google/ads/google_ads/v6/resources/language_constant_pb.rb +0 -31
  3033. data/lib/google/ads/google_ads/v6/resources/location_view_pb.rb +0 -27
  3034. data/lib/google/ads/google_ads/v6/resources/managed_placement_view_pb.rb +0 -27
  3035. data/lib/google/ads/google_ads/v6/resources/media_file_pb.rb +0 -63
  3036. data/lib/google/ads/google_ads/v6/resources/merchant_center_link_pb.rb +0 -31
  3037. data/lib/google/ads/google_ads/v6/resources/mobile_app_category_constant_pb.rb +0 -29
  3038. data/lib/google/ads/google_ads/v6/resources/mobile_device_constant_pb.rb +0 -33
  3039. data/lib/google/ads/google_ads/v6/resources/offline_user_data_job_pb.rb +0 -40
  3040. data/lib/google/ads/google_ads/v6/resources/operating_system_version_constant_pb.rb +0 -33
  3041. data/lib/google/ads/google_ads/v6/resources/paid_organic_search_term_view_pb.rb +0 -28
  3042. data/lib/google/ads/google_ads/v6/resources/parental_status_view_pb.rb +0 -27
  3043. data/lib/google/ads/google_ads/v6/resources/payments_account_pb.rb +0 -33
  3044. data/lib/google/ads/google_ads/v6/resources/product_bidding_category_constant_pb.rb +0 -36
  3045. data/lib/google/ads/google_ads/v6/resources/product_group_view_pb.rb +0 -27
  3046. data/lib/google/ads/google_ads/v6/resources/recommendation_pb.rb +0 -153
  3047. data/lib/google/ads/google_ads/v6/resources/remarketing_action_pb.rb +0 -31
  3048. data/lib/google/ads/google_ads/v6/resources/search_term_view_pb.rb +0 -31
  3049. data/lib/google/ads/google_ads/v6/resources/shared_criterion_pb.rb +0 -40
  3050. data/lib/google/ads/google_ads/v6/resources/shared_set_pb.rb +0 -35
  3051. data/lib/google/ads/google_ads/v6/resources/shopping_performance_view_pb.rb +0 -27
  3052. data/lib/google/ads/google_ads/v6/resources/third_party_app_analytics_link_pb.rb +0 -28
  3053. data/lib/google/ads/google_ads/v6/resources/topic_constant_pb.rb +0 -30
  3054. data/lib/google/ads/google_ads/v6/resources/topic_view_pb.rb +0 -27
  3055. data/lib/google/ads/google_ads/v6/resources/user_interest_pb.rb +0 -35
  3056. data/lib/google/ads/google_ads/v6/resources/user_list_pb.rb +0 -59
  3057. data/lib/google/ads/google_ads/v6/resources/user_location_view_pb.rb +0 -29
  3058. data/lib/google/ads/google_ads/v6/resources/video_pb.rb +0 -31
  3059. data/lib/google/ads/google_ads/v6/services.rb +0 -158
  3060. data/lib/google/ads/google_ads/v6/services/account_budget_proposal_service.rb +0 -64
  3061. data/lib/google/ads/google_ads/v6/services/account_budget_proposal_service/client.rb +0 -464
  3062. data/lib/google/ads/google_ads/v6/services/account_budget_proposal_service/credentials.rb +0 -44
  3063. data/lib/google/ads/google_ads/v6/services/account_budget_proposal_service/paths.rb +0 -86
  3064. data/lib/google/ads/google_ads/v6/services/account_budget_proposal_service_pb.rb +0 -52
  3065. data/lib/google/ads/google_ads/v6/services/account_budget_proposal_service_services_pb.rb +0 -65
  3066. data/lib/google/ads/google_ads/v6/services/account_budget_service.rb +0 -53
  3067. data/lib/google/ads/google_ads/v6/services/account_budget_service/client.rb +0 -374
  3068. data/lib/google/ads/google_ads/v6/services/account_budget_service/credentials.rb +0 -44
  3069. data/lib/google/ads/google_ads/v6/services/account_budget_service/paths.rb +0 -86
  3070. data/lib/google/ads/google_ads/v6/services/account_budget_service_pb.rb +0 -29
  3071. data/lib/google/ads/google_ads/v6/services/account_budget_service_services_pb.rb +0 -51
  3072. data/lib/google/ads/google_ads/v6/services/account_link_service.rb +0 -52
  3073. data/lib/google/ads/google_ads/v6/services/account_link_service/client.rb +0 -534
  3074. data/lib/google/ads/google_ads/v6/services/account_link_service/credentials.rb +0 -44
  3075. data/lib/google/ads/google_ads/v6/services/account_link_service/paths.rb +0 -66
  3076. data/lib/google/ads/google_ads/v6/services/account_link_service_pb.rb +0 -62
  3077. data/lib/google/ads/google_ads/v6/services/account_link_service_services_pb.rb +0 -55
  3078. data/lib/google/ads/google_ads/v6/services/ad_group_ad_asset_view_service.rb +0 -51
  3079. data/lib/google/ads/google_ads/v6/services/ad_group_ad_asset_view_service/client.rb +0 -372
  3080. data/lib/google/ads/google_ads/v6/services/ad_group_ad_asset_view_service/credentials.rb +0 -44
  3081. data/lib/google/ads/google_ads/v6/services/ad_group_ad_asset_view_service/paths.rb +0 -94
  3082. data/lib/google/ads/google_ads/v6/services/ad_group_ad_asset_view_service_pb.rb +0 -29
  3083. data/lib/google/ads/google_ads/v6/services/ad_group_ad_asset_view_service_services_pb.rb +0 -49
  3084. data/lib/google/ads/google_ads/v6/services/ad_group_ad_label_service.rb +0 -51
  3085. data/lib/google/ads/google_ads/v6/services/ad_group_ad_label_service/client.rb +0 -456
  3086. data/lib/google/ads/google_ads/v6/services/ad_group_ad_label_service/credentials.rb +0 -44
  3087. data/lib/google/ads/google_ads/v6/services/ad_group_ad_label_service/paths.rb +0 -92
  3088. data/lib/google/ads/google_ads/v6/services/ad_group_ad_label_service_pb.rb +0 -53
  3089. data/lib/google/ads/google_ads/v6/services/ad_group_ad_label_service_services_pb.rb +0 -52
  3090. data/lib/google/ads/google_ads/v6/services/ad_group_ad_service.rb +0 -51
  3091. data/lib/google/ads/google_ads/v6/services/ad_group_ad_service/client.rb +0 -458
  3092. data/lib/google/ads/google_ads/v6/services/ad_group_ad_service/credentials.rb +0 -44
  3093. data/lib/google/ads/google_ads/v6/services/ad_group_ad_service/paths.rb +0 -88
  3094. data/lib/google/ads/google_ads/v6/services/ad_group_ad_service_pb.rb +0 -61
  3095. data/lib/google/ads/google_ads/v6/services/ad_group_ad_service_services_pb.rb +0 -51
  3096. data/lib/google/ads/google_ads/v6/services/ad_group_audience_view_service.rb +0 -51
  3097. data/lib/google/ads/google_ads/v6/services/ad_group_audience_view_service/client.rb +0 -372
  3098. data/lib/google/ads/google_ads/v6/services/ad_group_audience_view_service/credentials.rb +0 -44
  3099. data/lib/google/ads/google_ads/v6/services/ad_group_audience_view_service/paths.rb +0 -54
  3100. data/lib/google/ads/google_ads/v6/services/ad_group_audience_view_service_pb.rb +0 -29
  3101. data/lib/google/ads/google_ads/v6/services/ad_group_audience_view_service_services_pb.rb +0 -49
  3102. data/lib/google/ads/google_ads/v6/services/ad_group_bid_modifier_service.rb +0 -51
  3103. data/lib/google/ads/google_ads/v6/services/ad_group_bid_modifier_service/client.rb +0 -459
  3104. data/lib/google/ads/google_ads/v6/services/ad_group_bid_modifier_service/credentials.rb +0 -44
  3105. data/lib/google/ads/google_ads/v6/services/ad_group_bid_modifier_service/paths.rb +0 -71
  3106. data/lib/google/ads/google_ads/v6/services/ad_group_bid_modifier_service_pb.rb +0 -59
  3107. data/lib/google/ads/google_ads/v6/services/ad_group_bid_modifier_service_services_pb.rb +0 -52
  3108. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_label_service.rb +0 -51
  3109. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_label_service/client.rb +0 -456
  3110. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_label_service/credentials.rb +0 -44
  3111. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_label_service/paths.rb +0 -92
  3112. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_label_service_pb.rb +0 -53
  3113. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_label_service_services_pb.rb +0 -52
  3114. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_service.rb +0 -51
  3115. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_service/client.rb +0 -458
  3116. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_service/credentials.rb +0 -44
  3117. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_service/paths.rb +0 -71
  3118. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_service_pb.rb +0 -61
  3119. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_service_services_pb.rb +0 -51
  3120. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_simulation_service.rb +0 -51
  3121. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_simulation_service/client.rb +0 -372
  3122. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_simulation_service/credentials.rb +0 -44
  3123. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_simulation_service/paths.rb +0 -62
  3124. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_simulation_service_pb.rb +0 -29
  3125. data/lib/google/ads/google_ads/v6/services/ad_group_criterion_simulation_service_services_pb.rb +0 -49
  3126. data/lib/google/ads/google_ads/v6/services/ad_group_extension_setting_service.rb +0 -51
  3127. data/lib/google/ads/google_ads/v6/services/ad_group_extension_setting_service/client.rb +0 -458
  3128. data/lib/google/ads/google_ads/v6/services/ad_group_extension_setting_service/credentials.rb +0 -44
  3129. data/lib/google/ads/google_ads/v6/services/ad_group_extension_setting_service/paths.rb +0 -88
  3130. data/lib/google/ads/google_ads/v6/services/ad_group_extension_setting_service_pb.rb +0 -59
  3131. data/lib/google/ads/google_ads/v6/services/ad_group_extension_setting_service_services_pb.rb +0 -52
  3132. data/lib/google/ads/google_ads/v6/services/ad_group_feed_service.rb +0 -51
  3133. data/lib/google/ads/google_ads/v6/services/ad_group_feed_service/client.rb +0 -459
  3134. data/lib/google/ads/google_ads/v6/services/ad_group_feed_service/credentials.rb +0 -44
  3135. data/lib/google/ads/google_ads/v6/services/ad_group_feed_service/paths.rb +0 -88
  3136. data/lib/google/ads/google_ads/v6/services/ad_group_feed_service_pb.rb +0 -59
  3137. data/lib/google/ads/google_ads/v6/services/ad_group_feed_service_services_pb.rb +0 -52
  3138. data/lib/google/ads/google_ads/v6/services/ad_group_label_service.rb +0 -51
  3139. data/lib/google/ads/google_ads/v6/services/ad_group_label_service/client.rb +0 -456
  3140. data/lib/google/ads/google_ads/v6/services/ad_group_label_service/credentials.rb +0 -44
  3141. data/lib/google/ads/google_ads/v6/services/ad_group_label_service/paths.rb +0 -88
  3142. data/lib/google/ads/google_ads/v6/services/ad_group_label_service_pb.rb +0 -53
  3143. data/lib/google/ads/google_ads/v6/services/ad_group_label_service_services_pb.rb +0 -52
  3144. data/lib/google/ads/google_ads/v6/services/ad_group_service.rb +0 -51
  3145. data/lib/google/ads/google_ads/v6/services/ad_group_service/client.rb +0 -458
  3146. data/lib/google/ads/google_ads/v6/services/ad_group_service/credentials.rb +0 -44
  3147. data/lib/google/ads/google_ads/v6/services/ad_group_service/paths.rb +0 -88
  3148. data/lib/google/ads/google_ads/v6/services/ad_group_service_pb.rb +0 -59
  3149. data/lib/google/ads/google_ads/v6/services/ad_group_service_services_pb.rb +0 -51
  3150. data/lib/google/ads/google_ads/v6/services/ad_group_simulation_service.rb +0 -51
  3151. data/lib/google/ads/google_ads/v6/services/ad_group_simulation_service/client.rb +0 -372
  3152. data/lib/google/ads/google_ads/v6/services/ad_group_simulation_service/credentials.rb +0 -44
  3153. data/lib/google/ads/google_ads/v6/services/ad_group_simulation_service/paths.rb +0 -60
  3154. data/lib/google/ads/google_ads/v6/services/ad_group_simulation_service_pb.rb +0 -29
  3155. data/lib/google/ads/google_ads/v6/services/ad_group_simulation_service_services_pb.rb +0 -49
  3156. data/lib/google/ads/google_ads/v6/services/ad_parameter_service.rb +0 -51
  3157. data/lib/google/ads/google_ads/v6/services/ad_parameter_service/client.rb +0 -459
  3158. data/lib/google/ads/google_ads/v6/services/ad_parameter_service/credentials.rb +0 -44
  3159. data/lib/google/ads/google_ads/v6/services/ad_parameter_service/paths.rb +0 -75
  3160. data/lib/google/ads/google_ads/v6/services/ad_parameter_service_pb.rb +0 -59
  3161. data/lib/google/ads/google_ads/v6/services/ad_parameter_service_services_pb.rb +0 -52
  3162. data/lib/google/ads/google_ads/v6/services/ad_schedule_view_service.rb +0 -51
  3163. data/lib/google/ads/google_ads/v6/services/ad_schedule_view_service/client.rb +0 -372
  3164. data/lib/google/ads/google_ads/v6/services/ad_schedule_view_service/credentials.rb +0 -44
  3165. data/lib/google/ads/google_ads/v6/services/ad_schedule_view_service/paths.rb +0 -54
  3166. data/lib/google/ads/google_ads/v6/services/ad_schedule_view_service_pb.rb +0 -29
  3167. data/lib/google/ads/google_ads/v6/services/ad_schedule_view_service_services_pb.rb +0 -49
  3168. data/lib/google/ads/google_ads/v6/services/ad_service.rb +0 -51
  3169. data/lib/google/ads/google_ads/v6/services/ad_service/client.rb +0 -451
  3170. data/lib/google/ads/google_ads/v6/services/ad_service/credentials.rb +0 -44
  3171. data/lib/google/ads/google_ads/v6/services/ad_service/paths.rb +0 -52
  3172. data/lib/google/ads/google_ads/v6/services/ad_service_pb.rb +0 -55
  3173. data/lib/google/ads/google_ads/v6/services/ad_service_services_pb.rb +0 -52
  3174. data/lib/google/ads/google_ads/v6/services/age_range_view_service.rb +0 -51
  3175. data/lib/google/ads/google_ads/v6/services/age_range_view_service/client.rb +0 -372
  3176. data/lib/google/ads/google_ads/v6/services/age_range_view_service/credentials.rb +0 -44
  3177. data/lib/google/ads/google_ads/v6/services/age_range_view_service/paths.rb +0 -54
  3178. data/lib/google/ads/google_ads/v6/services/age_range_view_service_pb.rb +0 -29
  3179. data/lib/google/ads/google_ads/v6/services/age_range_view_service_services_pb.rb +0 -49
  3180. data/lib/google/ads/google_ads/v6/services/asset_service.rb +0 -53
  3181. data/lib/google/ads/google_ads/v6/services/asset_service/client.rb +0 -452
  3182. data/lib/google/ads/google_ads/v6/services/asset_service/credentials.rb +0 -44
  3183. data/lib/google/ads/google_ads/v6/services/asset_service/paths.rb +0 -52
  3184. data/lib/google/ads/google_ads/v6/services/asset_service_pb.rb +0 -54
  3185. data/lib/google/ads/google_ads/v6/services/asset_service_services_pb.rb +0 -53
  3186. data/lib/google/ads/google_ads/v6/services/batch_job_service.rb +0 -52
  3187. data/lib/google/ads/google_ads/v6/services/batch_job_service/client.rb +0 -711
  3188. data/lib/google/ads/google_ads/v6/services/batch_job_service/credentials.rb +0 -44
  3189. data/lib/google/ads/google_ads/v6/services/batch_job_service/operations.rb +0 -657
  3190. data/lib/google/ads/google_ads/v6/services/batch_job_service/paths.rb +0 -953
  3191. data/lib/google/ads/google_ads/v6/services/batch_job_service_pb.rb +0 -83
  3192. data/lib/google/ads/google_ads/v6/services/batch_job_service_services_pb.rb +0 -62
  3193. data/lib/google/ads/google_ads/v6/services/bidding_strategy_service.rb +0 -51
  3194. data/lib/google/ads/google_ads/v6/services/bidding_strategy_service/client.rb +0 -456
  3195. data/lib/google/ads/google_ads/v6/services/bidding_strategy_service/credentials.rb +0 -44
  3196. data/lib/google/ads/google_ads/v6/services/bidding_strategy_service/paths.rb +0 -52
  3197. data/lib/google/ads/google_ads/v6/services/bidding_strategy_service_pb.rb +0 -56
  3198. data/lib/google/ads/google_ads/v6/services/bidding_strategy_service_services_pb.rb +0 -52
  3199. data/lib/google/ads/google_ads/v6/services/billing_setup_service.rb +0 -59
  3200. data/lib/google/ads/google_ads/v6/services/billing_setup_service/client.rb +0 -455
  3201. data/lib/google/ads/google_ads/v6/services/billing_setup_service/credentials.rb +0 -44
  3202. data/lib/google/ads/google_ads/v6/services/billing_setup_service/paths.rb +0 -69
  3203. data/lib/google/ads/google_ads/v6/services/billing_setup_service_pb.rb +0 -49
  3204. data/lib/google/ads/google_ads/v6/services/billing_setup_service_services_pb.rb +0 -59
  3205. data/lib/google/ads/google_ads/v6/services/campaign_asset_service.rb +0 -51
  3206. data/lib/google/ads/google_ads/v6/services/campaign_asset_service/client.rb +0 -455
  3207. data/lib/google/ads/google_ads/v6/services/campaign_asset_service/credentials.rb +0 -44
  3208. data/lib/google/ads/google_ads/v6/services/campaign_asset_service/paths.rb +0 -90
  3209. data/lib/google/ads/google_ads/v6/services/campaign_asset_service_pb.rb +0 -53
  3210. data/lib/google/ads/google_ads/v6/services/campaign_asset_service_services_pb.rb +0 -51
  3211. data/lib/google/ads/google_ads/v6/services/campaign_audience_view_service.rb +0 -51
  3212. data/lib/google/ads/google_ads/v6/services/campaign_audience_view_service/client.rb +0 -372
  3213. data/lib/google/ads/google_ads/v6/services/campaign_audience_view_service/credentials.rb +0 -44
  3214. data/lib/google/ads/google_ads/v6/services/campaign_audience_view_service/paths.rb +0 -54
  3215. data/lib/google/ads/google_ads/v6/services/campaign_audience_view_service_pb.rb +0 -29
  3216. data/lib/google/ads/google_ads/v6/services/campaign_audience_view_service_services_pb.rb +0 -49
  3217. data/lib/google/ads/google_ads/v6/services/campaign_bid_modifier_service.rb +0 -51
  3218. data/lib/google/ads/google_ads/v6/services/campaign_bid_modifier_service/client.rb +0 -459
  3219. data/lib/google/ads/google_ads/v6/services/campaign_bid_modifier_service/credentials.rb +0 -44
  3220. data/lib/google/ads/google_ads/v6/services/campaign_bid_modifier_service/paths.rb +0 -71
  3221. data/lib/google/ads/google_ads/v6/services/campaign_bid_modifier_service_pb.rb +0 -59
  3222. data/lib/google/ads/google_ads/v6/services/campaign_bid_modifier_service_services_pb.rb +0 -52
  3223. data/lib/google/ads/google_ads/v6/services/campaign_budget_service.rb +0 -51
  3224. data/lib/google/ads/google_ads/v6/services/campaign_budget_service/client.rb +0 -459
  3225. data/lib/google/ads/google_ads/v6/services/campaign_budget_service/credentials.rb +0 -44
  3226. data/lib/google/ads/google_ads/v6/services/campaign_budget_service/paths.rb +0 -52
  3227. data/lib/google/ads/google_ads/v6/services/campaign_budget_service_pb.rb +0 -59
  3228. data/lib/google/ads/google_ads/v6/services/campaign_budget_service_services_pb.rb +0 -52
  3229. data/lib/google/ads/google_ads/v6/services/campaign_criterion_service.rb +0 -51
  3230. data/lib/google/ads/google_ads/v6/services/campaign_criterion_service/client.rb +0 -458
  3231. data/lib/google/ads/google_ads/v6/services/campaign_criterion_service/credentials.rb +0 -44
  3232. data/lib/google/ads/google_ads/v6/services/campaign_criterion_service/paths.rb +0 -71
  3233. data/lib/google/ads/google_ads/v6/services/campaign_criterion_service_pb.rb +0 -59
  3234. data/lib/google/ads/google_ads/v6/services/campaign_criterion_service_services_pb.rb +0 -51
  3235. data/lib/google/ads/google_ads/v6/services/campaign_criterion_simulation_service.rb +0 -51
  3236. data/lib/google/ads/google_ads/v6/services/campaign_criterion_simulation_service/client.rb +0 -372
  3237. data/lib/google/ads/google_ads/v6/services/campaign_criterion_simulation_service/credentials.rb +0 -44
  3238. data/lib/google/ads/google_ads/v6/services/campaign_criterion_simulation_service/paths.rb +0 -62
  3239. data/lib/google/ads/google_ads/v6/services/campaign_criterion_simulation_service_pb.rb +0 -29
  3240. data/lib/google/ads/google_ads/v6/services/campaign_criterion_simulation_service_services_pb.rb +0 -49
  3241. data/lib/google/ads/google_ads/v6/services/campaign_draft_service.rb +0 -52
  3242. data/lib/google/ads/google_ads/v6/services/campaign_draft_service/client.rb +0 -638
  3243. data/lib/google/ads/google_ads/v6/services/campaign_draft_service/credentials.rb +0 -44
  3244. data/lib/google/ads/google_ads/v6/services/campaign_draft_service/operations.rb +0 -657
  3245. data/lib/google/ads/google_ads/v6/services/campaign_draft_service/paths.rb +0 -71
  3246. data/lib/google/ads/google_ads/v6/services/campaign_draft_service_pb.rb +0 -75
  3247. data/lib/google/ads/google_ads/v6/services/campaign_draft_service_services_pb.rb +0 -66
  3248. data/lib/google/ads/google_ads/v6/services/campaign_experiment_service.rb +0 -61
  3249. data/lib/google/ads/google_ads/v6/services/campaign_experiment_service/client.rb +0 -884
  3250. data/lib/google/ads/google_ads/v6/services/campaign_experiment_service/credentials.rb +0 -44
  3251. data/lib/google/ads/google_ads/v6/services/campaign_experiment_service/operations.rb +0 -657
  3252. data/lib/google/ads/google_ads/v6/services/campaign_experiment_service/paths.rb +0 -88
  3253. data/lib/google/ads/google_ads/v6/services/campaign_experiment_service_pb.rb +0 -98
  3254. data/lib/google/ads/google_ads/v6/services/campaign_experiment_service_services_pb.rb +0 -89
  3255. data/lib/google/ads/google_ads/v6/services/campaign_extension_setting_service.rb +0 -51
  3256. data/lib/google/ads/google_ads/v6/services/campaign_extension_setting_service/client.rb +0 -458
  3257. data/lib/google/ads/google_ads/v6/services/campaign_extension_setting_service/credentials.rb +0 -44
  3258. data/lib/google/ads/google_ads/v6/services/campaign_extension_setting_service/paths.rb +0 -88
  3259. data/lib/google/ads/google_ads/v6/services/campaign_extension_setting_service_pb.rb +0 -56
  3260. data/lib/google/ads/google_ads/v6/services/campaign_extension_setting_service_services_pb.rb +0 -52
  3261. data/lib/google/ads/google_ads/v6/services/campaign_feed_service.rb +0 -51
  3262. data/lib/google/ads/google_ads/v6/services/campaign_feed_service/client.rb +0 -459
  3263. data/lib/google/ads/google_ads/v6/services/campaign_feed_service/credentials.rb +0 -44
  3264. data/lib/google/ads/google_ads/v6/services/campaign_feed_service/paths.rb +0 -88
  3265. data/lib/google/ads/google_ads/v6/services/campaign_feed_service_pb.rb +0 -59
  3266. data/lib/google/ads/google_ads/v6/services/campaign_feed_service_services_pb.rb +0 -52
  3267. data/lib/google/ads/google_ads/v6/services/campaign_label_service.rb +0 -51
  3268. data/lib/google/ads/google_ads/v6/services/campaign_label_service/client.rb +0 -456
  3269. data/lib/google/ads/google_ads/v6/services/campaign_label_service/credentials.rb +0 -44
  3270. data/lib/google/ads/google_ads/v6/services/campaign_label_service/paths.rb +0 -88
  3271. data/lib/google/ads/google_ads/v6/services/campaign_label_service_pb.rb +0 -53
  3272. data/lib/google/ads/google_ads/v6/services/campaign_label_service_services_pb.rb +0 -52
  3273. data/lib/google/ads/google_ads/v6/services/campaign_service.rb +0 -51
  3274. data/lib/google/ads/google_ads/v6/services/campaign_service/client.rb +0 -458
  3275. data/lib/google/ads/google_ads/v6/services/campaign_service/credentials.rb +0 -44
  3276. data/lib/google/ads/google_ads/v6/services/campaign_service/paths.rb +0 -139
  3277. data/lib/google/ads/google_ads/v6/services/campaign_service_pb.rb +0 -59
  3278. data/lib/google/ads/google_ads/v6/services/campaign_service_services_pb.rb +0 -51
  3279. data/lib/google/ads/google_ads/v6/services/campaign_shared_set_service.rb +0 -51
  3280. data/lib/google/ads/google_ads/v6/services/campaign_shared_set_service/client.rb +0 -458
  3281. data/lib/google/ads/google_ads/v6/services/campaign_shared_set_service/credentials.rb +0 -44
  3282. data/lib/google/ads/google_ads/v6/services/campaign_shared_set_service/paths.rb +0 -88
  3283. data/lib/google/ads/google_ads/v6/services/campaign_shared_set_service_pb.rb +0 -56
  3284. data/lib/google/ads/google_ads/v6/services/campaign_shared_set_service_services_pb.rb +0 -51
  3285. data/lib/google/ads/google_ads/v6/services/carrier_constant_service.rb +0 -51
  3286. data/lib/google/ads/google_ads/v6/services/carrier_constant_service/client.rb +0 -372
  3287. data/lib/google/ads/google_ads/v6/services/carrier_constant_service/credentials.rb +0 -44
  3288. data/lib/google/ads/google_ads/v6/services/carrier_constant_service/paths.rb +0 -49
  3289. data/lib/google/ads/google_ads/v6/services/carrier_constant_service_pb.rb +0 -29
  3290. data/lib/google/ads/google_ads/v6/services/carrier_constant_service_services_pb.rb +0 -49
  3291. data/lib/google/ads/google_ads/v6/services/change_status_service.rb +0 -51
  3292. data/lib/google/ads/google_ads/v6/services/change_status_service/client.rb +0 -372
  3293. data/lib/google/ads/google_ads/v6/services/change_status_service/credentials.rb +0 -44
  3294. data/lib/google/ads/google_ads/v6/services/change_status_service/paths.rb +0 -236
  3295. data/lib/google/ads/google_ads/v6/services/change_status_service_pb.rb +0 -29
  3296. data/lib/google/ads/google_ads/v6/services/change_status_service_services_pb.rb +0 -49
  3297. data/lib/google/ads/google_ads/v6/services/click_view_service.rb +0 -51
  3298. data/lib/google/ads/google_ads/v6/services/click_view_service/client.rb +0 -372
  3299. data/lib/google/ads/google_ads/v6/services/click_view_service/credentials.rb +0 -44
  3300. data/lib/google/ads/google_ads/v6/services/click_view_service/paths.rb +0 -104
  3301. data/lib/google/ads/google_ads/v6/services/click_view_service_pb.rb +0 -29
  3302. data/lib/google/ads/google_ads/v6/services/click_view_service_services_pb.rb +0 -49
  3303. data/lib/google/ads/google_ads/v6/services/combined_audience_service.rb +0 -53
  3304. data/lib/google/ads/google_ads/v6/services/combined_audience_service/client.rb +0 -374
  3305. data/lib/google/ads/google_ads/v6/services/combined_audience_service/credentials.rb +0 -44
  3306. data/lib/google/ads/google_ads/v6/services/combined_audience_service/paths.rb +0 -52
  3307. data/lib/google/ads/google_ads/v6/services/combined_audience_service_pb.rb +0 -29
  3308. data/lib/google/ads/google_ads/v6/services/combined_audience_service_services_pb.rb +0 -51
  3309. data/lib/google/ads/google_ads/v6/services/conversion_action_service.rb +0 -51
  3310. data/lib/google/ads/google_ads/v6/services/conversion_action_service/client.rb +0 -456
  3311. data/lib/google/ads/google_ads/v6/services/conversion_action_service/credentials.rb +0 -44
  3312. data/lib/google/ads/google_ads/v6/services/conversion_action_service/paths.rb +0 -66
  3313. data/lib/google/ads/google_ads/v6/services/conversion_action_service_pb.rb +0 -56
  3314. data/lib/google/ads/google_ads/v6/services/conversion_action_service_services_pb.rb +0 -52
  3315. data/lib/google/ads/google_ads/v6/services/conversion_adjustment_upload_service.rb +0 -50
  3316. data/lib/google/ads/google_ads/v6/services/conversion_adjustment_upload_service/client.rb +0 -383
  3317. data/lib/google/ads/google_ads/v6/services/conversion_adjustment_upload_service/credentials.rb +0 -44
  3318. data/lib/google/ads/google_ads/v6/services/conversion_adjustment_upload_service_pb.rb +0 -68
  3319. data/lib/google/ads/google_ads/v6/services/conversion_adjustment_upload_service_services_pb.rb +0 -47
  3320. data/lib/google/ads/google_ads/v6/services/conversion_upload_service.rb +0 -50
  3321. data/lib/google/ads/google_ads/v6/services/conversion_upload_service/client.rb +0 -469
  3322. data/lib/google/ads/google_ads/v6/services/conversion_upload_service/credentials.rb +0 -44
  3323. data/lib/google/ads/google_ads/v6/services/conversion_upload_service_pb.rb +0 -85
  3324. data/lib/google/ads/google_ads/v6/services/conversion_upload_service_services_pb.rb +0 -49
  3325. data/lib/google/ads/google_ads/v6/services/currency_constant_service.rb +0 -51
  3326. data/lib/google/ads/google_ads/v6/services/currency_constant_service/client.rb +0 -372
  3327. data/lib/google/ads/google_ads/v6/services/currency_constant_service/credentials.rb +0 -44
  3328. data/lib/google/ads/google_ads/v6/services/currency_constant_service/paths.rb +0 -49
  3329. data/lib/google/ads/google_ads/v6/services/currency_constant_service_pb.rb +0 -29
  3330. data/lib/google/ads/google_ads/v6/services/currency_constant_service_services_pb.rb +0 -47
  3331. data/lib/google/ads/google_ads/v6/services/custom_audience_service.rb +0 -51
  3332. data/lib/google/ads/google_ads/v6/services/custom_audience_service/client.rb +0 -450
  3333. data/lib/google/ads/google_ads/v6/services/custom_audience_service/credentials.rb +0 -44
  3334. data/lib/google/ads/google_ads/v6/services/custom_audience_service/paths.rb +0 -52
  3335. data/lib/google/ads/google_ads/v6/services/custom_audience_service_pb.rb +0 -53
  3336. data/lib/google/ads/google_ads/v6/services/custom_audience_service_services_pb.rb +0 -51
  3337. data/lib/google/ads/google_ads/v6/services/custom_interest_service.rb +0 -51
  3338. data/lib/google/ads/google_ads/v6/services/custom_interest_service/client.rb +0 -450
  3339. data/lib/google/ads/google_ads/v6/services/custom_interest_service/credentials.rb +0 -44
  3340. data/lib/google/ads/google_ads/v6/services/custom_interest_service/paths.rb +0 -52
  3341. data/lib/google/ads/google_ads/v6/services/custom_interest_service_pb.rb +0 -52
  3342. data/lib/google/ads/google_ads/v6/services/custom_interest_service_services_pb.rb +0 -51
  3343. data/lib/google/ads/google_ads/v6/services/customer_client_link_service.rb +0 -51
  3344. data/lib/google/ads/google_ads/v6/services/customer_client_link_service/client.rb +0 -447
  3345. data/lib/google/ads/google_ads/v6/services/customer_client_link_service/credentials.rb +0 -44
  3346. data/lib/google/ads/google_ads/v6/services/customer_client_link_service/paths.rb +0 -68
  3347. data/lib/google/ads/google_ads/v6/services/customer_client_link_service_pb.rb +0 -51
  3348. data/lib/google/ads/google_ads/v6/services/customer_client_link_service_services_pb.rb +0 -49
  3349. data/lib/google/ads/google_ads/v6/services/customer_client_service.rb +0 -51
  3350. data/lib/google/ads/google_ads/v6/services/customer_client_service/client.rb +0 -372
  3351. data/lib/google/ads/google_ads/v6/services/customer_client_service/credentials.rb +0 -44
  3352. data/lib/google/ads/google_ads/v6/services/customer_client_service/paths.rb +0 -66
  3353. data/lib/google/ads/google_ads/v6/services/customer_client_service_pb.rb +0 -29
  3354. data/lib/google/ads/google_ads/v6/services/customer_client_service_services_pb.rb +0 -49
  3355. data/lib/google/ads/google_ads/v6/services/customer_extension_setting_service.rb +0 -51
  3356. data/lib/google/ads/google_ads/v6/services/customer_extension_setting_service/client.rb +0 -458
  3357. data/lib/google/ads/google_ads/v6/services/customer_extension_setting_service/credentials.rb +0 -44
  3358. data/lib/google/ads/google_ads/v6/services/customer_extension_setting_service/paths.rb +0 -69
  3359. data/lib/google/ads/google_ads/v6/services/customer_extension_setting_service_pb.rb +0 -56
  3360. data/lib/google/ads/google_ads/v6/services/customer_extension_setting_service_services_pb.rb +0 -52
  3361. data/lib/google/ads/google_ads/v6/services/customer_feed_service.rb +0 -51
  3362. data/lib/google/ads/google_ads/v6/services/customer_feed_service/client.rb +0 -459
  3363. data/lib/google/ads/google_ads/v6/services/customer_feed_service/credentials.rb +0 -44
  3364. data/lib/google/ads/google_ads/v6/services/customer_feed_service/paths.rb +0 -69
  3365. data/lib/google/ads/google_ads/v6/services/customer_feed_service_pb.rb +0 -59
  3366. data/lib/google/ads/google_ads/v6/services/customer_feed_service_services_pb.rb +0 -52
  3367. data/lib/google/ads/google_ads/v6/services/customer_label_service.rb +0 -51
  3368. data/lib/google/ads/google_ads/v6/services/customer_label_service/client.rb +0 -456
  3369. data/lib/google/ads/google_ads/v6/services/customer_label_service/credentials.rb +0 -44
  3370. data/lib/google/ads/google_ads/v6/services/customer_label_service/paths.rb +0 -83
  3371. data/lib/google/ads/google_ads/v6/services/customer_label_service_pb.rb +0 -53
  3372. data/lib/google/ads/google_ads/v6/services/customer_label_service_services_pb.rb +0 -52
  3373. data/lib/google/ads/google_ads/v6/services/customer_manager_link_service.rb +0 -51
  3374. data/lib/google/ads/google_ads/v6/services/customer_manager_link_service/client.rb +0 -531
  3375. data/lib/google/ads/google_ads/v6/services/customer_manager_link_service/credentials.rb +0 -44
  3376. data/lib/google/ads/google_ads/v6/services/customer_manager_link_service/paths.rb +0 -68
  3377. data/lib/google/ads/google_ads/v6/services/customer_manager_link_service_pb.rb +0 -60
  3378. data/lib/google/ads/google_ads/v6/services/customer_manager_link_service_services_pb.rb +0 -55
  3379. data/lib/google/ads/google_ads/v6/services/customer_negative_criterion_service.rb +0 -51
  3380. data/lib/google/ads/google_ads/v6/services/customer_negative_criterion_service/client.rb +0 -458
  3381. data/lib/google/ads/google_ads/v6/services/customer_negative_criterion_service/credentials.rb +0 -44
  3382. data/lib/google/ads/google_ads/v6/services/customer_negative_criterion_service/paths.rb +0 -52
  3383. data/lib/google/ads/google_ads/v6/services/customer_negative_criterion_service_pb.rb +0 -56
  3384. data/lib/google/ads/google_ads/v6/services/customer_negative_criterion_service_services_pb.rb +0 -51
  3385. data/lib/google/ads/google_ads/v6/services/customer_service.rb +0 -51
  3386. data/lib/google/ads/google_ads/v6/services/customer_service/client.rb +0 -595
  3387. data/lib/google/ads/google_ads/v6/services/customer_service/credentials.rb +0 -44
  3388. data/lib/google/ads/google_ads/v6/services/customer_service/paths.rb +0 -66
  3389. data/lib/google/ads/google_ads/v6/services/customer_service_pb.rb +0 -72
  3390. data/lib/google/ads/google_ads/v6/services/customer_service_services_pb.rb +0 -56
  3391. data/lib/google/ads/google_ads/v6/services/customer_user_access_invitation_service.rb +0 -52
  3392. data/lib/google/ads/google_ads/v6/services/customer_user_access_invitation_service/client.rb +0 -448
  3393. data/lib/google/ads/google_ads/v6/services/customer_user_access_invitation_service/credentials.rb +0 -44
  3394. data/lib/google/ads/google_ads/v6/services/customer_user_access_invitation_service/paths.rb +0 -52
  3395. data/lib/google/ads/google_ads/v6/services/customer_user_access_invitation_service_pb.rb +0 -49
  3396. data/lib/google/ads/google_ads/v6/services/customer_user_access_invitation_service_services_pb.rb +0 -52
  3397. data/lib/google/ads/google_ads/v6/services/customer_user_access_service.rb +0 -51
  3398. data/lib/google/ads/google_ads/v6/services/customer_user_access_service/client.rb +0 -448
  3399. data/lib/google/ads/google_ads/v6/services/customer_user_access_service/credentials.rb +0 -44
  3400. data/lib/google/ads/google_ads/v6/services/customer_user_access_service/paths.rb +0 -52
  3401. data/lib/google/ads/google_ads/v6/services/customer_user_access_service_pb.rb +0 -51
  3402. data/lib/google/ads/google_ads/v6/services/customer_user_access_service_services_pb.rb +0 -50
  3403. data/lib/google/ads/google_ads/v6/services/detail_placement_view_service.rb +0 -51
  3404. data/lib/google/ads/google_ads/v6/services/detail_placement_view_service/client.rb +0 -372
  3405. data/lib/google/ads/google_ads/v6/services/detail_placement_view_service/credentials.rb +0 -44
  3406. data/lib/google/ads/google_ads/v6/services/detail_placement_view_service/paths.rb +0 -54
  3407. data/lib/google/ads/google_ads/v6/services/detail_placement_view_service_pb.rb +0 -29
  3408. data/lib/google/ads/google_ads/v6/services/detail_placement_view_service_services_pb.rb +0 -49
  3409. data/lib/google/ads/google_ads/v6/services/display_keyword_view_service.rb +0 -51
  3410. data/lib/google/ads/google_ads/v6/services/display_keyword_view_service/client.rb +0 -372
  3411. data/lib/google/ads/google_ads/v6/services/display_keyword_view_service/credentials.rb +0 -44
  3412. data/lib/google/ads/google_ads/v6/services/display_keyword_view_service/paths.rb +0 -54
  3413. data/lib/google/ads/google_ads/v6/services/display_keyword_view_service_pb.rb +0 -29
  3414. data/lib/google/ads/google_ads/v6/services/display_keyword_view_service_services_pb.rb +0 -49
  3415. data/lib/google/ads/google_ads/v6/services/distance_view_service.rb +0 -51
  3416. data/lib/google/ads/google_ads/v6/services/distance_view_service/client.rb +0 -372
  3417. data/lib/google/ads/google_ads/v6/services/distance_view_service/credentials.rb +0 -44
  3418. data/lib/google/ads/google_ads/v6/services/distance_view_service/paths.rb +0 -54
  3419. data/lib/google/ads/google_ads/v6/services/distance_view_service_pb.rb +0 -29
  3420. data/lib/google/ads/google_ads/v6/services/distance_view_service_services_pb.rb +0 -49
  3421. data/lib/google/ads/google_ads/v6/services/domain_category_service.rb +0 -51
  3422. data/lib/google/ads/google_ads/v6/services/domain_category_service/client.rb +0 -372
  3423. data/lib/google/ads/google_ads/v6/services/domain_category_service/credentials.rb +0 -44
  3424. data/lib/google/ads/google_ads/v6/services/domain_category_service/paths.rb +0 -73
  3425. data/lib/google/ads/google_ads/v6/services/domain_category_service_pb.rb +0 -29
  3426. data/lib/google/ads/google_ads/v6/services/domain_category_service_services_pb.rb +0 -49
  3427. data/lib/google/ads/google_ads/v6/services/dynamic_search_ads_search_term_view_service.rb +0 -51
  3428. data/lib/google/ads/google_ads/v6/services/dynamic_search_ads_search_term_view_service/client.rb +0 -372
  3429. data/lib/google/ads/google_ads/v6/services/dynamic_search_ads_search_term_view_service/credentials.rb +0 -44
  3430. data/lib/google/ads/google_ads/v6/services/dynamic_search_ads_search_term_view_service/paths.rb +0 -60
  3431. data/lib/google/ads/google_ads/v6/services/dynamic_search_ads_search_term_view_service_pb.rb +0 -29
  3432. data/lib/google/ads/google_ads/v6/services/dynamic_search_ads_search_term_view_service_services_pb.rb +0 -49
  3433. data/lib/google/ads/google_ads/v6/services/expanded_landing_page_view_service.rb +0 -51
  3434. data/lib/google/ads/google_ads/v6/services/expanded_landing_page_view_service/client.rb +0 -372
  3435. data/lib/google/ads/google_ads/v6/services/expanded_landing_page_view_service/credentials.rb +0 -44
  3436. data/lib/google/ads/google_ads/v6/services/expanded_landing_page_view_service/paths.rb +0 -52
  3437. data/lib/google/ads/google_ads/v6/services/expanded_landing_page_view_service_pb.rb +0 -29
  3438. data/lib/google/ads/google_ads/v6/services/expanded_landing_page_view_service_services_pb.rb +0 -49
  3439. data/lib/google/ads/google_ads/v6/services/extension_feed_item_service.rb +0 -51
  3440. data/lib/google/ads/google_ads/v6/services/extension_feed_item_service/client.rb +0 -460
  3441. data/lib/google/ads/google_ads/v6/services/extension_feed_item_service/credentials.rb +0 -44
  3442. data/lib/google/ads/google_ads/v6/services/extension_feed_item_service/paths.rb +0 -117
  3443. data/lib/google/ads/google_ads/v6/services/extension_feed_item_service_pb.rb +0 -59
  3444. data/lib/google/ads/google_ads/v6/services/extension_feed_item_service_services_pb.rb +0 -52
  3445. data/lib/google/ads/google_ads/v6/services/feed_item_service.rb +0 -51
  3446. data/lib/google/ads/google_ads/v6/services/feed_item_service/client.rb +0 -459
  3447. data/lib/google/ads/google_ads/v6/services/feed_item_service/credentials.rb +0 -44
  3448. data/lib/google/ads/google_ads/v6/services/feed_item_service/paths.rb +0 -71
  3449. data/lib/google/ads/google_ads/v6/services/feed_item_service_pb.rb +0 -59
  3450. data/lib/google/ads/google_ads/v6/services/feed_item_service_services_pb.rb +0 -52
  3451. data/lib/google/ads/google_ads/v6/services/feed_item_set_link_service.rb +0 -51
  3452. data/lib/google/ads/google_ads/v6/services/feed_item_set_link_service/client.rb +0 -455
  3453. data/lib/google/ads/google_ads/v6/services/feed_item_set_link_service/credentials.rb +0 -44
  3454. data/lib/google/ads/google_ads/v6/services/feed_item_set_link_service/paths.rb +0 -94
  3455. data/lib/google/ads/google_ads/v6/services/feed_item_set_link_service_pb.rb +0 -51
  3456. data/lib/google/ads/google_ads/v6/services/feed_item_set_link_service_services_pb.rb +0 -51
  3457. data/lib/google/ads/google_ads/v6/services/feed_item_set_service.rb +0 -51
  3458. data/lib/google/ads/google_ads/v6/services/feed_item_set_service/client.rb +0 -456
  3459. data/lib/google/ads/google_ads/v6/services/feed_item_set_service/credentials.rb +0 -44
  3460. data/lib/google/ads/google_ads/v6/services/feed_item_set_service/paths.rb +0 -71
  3461. data/lib/google/ads/google_ads/v6/services/feed_item_set_service_pb.rb +0 -54
  3462. data/lib/google/ads/google_ads/v6/services/feed_item_set_service_services_pb.rb +0 -52
  3463. data/lib/google/ads/google_ads/v6/services/feed_item_target_service.rb +0 -51
  3464. data/lib/google/ads/google_ads/v6/services/feed_item_target_service/client.rb +0 -450
  3465. data/lib/google/ads/google_ads/v6/services/feed_item_target_service/credentials.rb +0 -44
  3466. data/lib/google/ads/google_ads/v6/services/feed_item_target_service/paths.rb +0 -125
  3467. data/lib/google/ads/google_ads/v6/services/feed_item_target_service_pb.rb +0 -52
  3468. data/lib/google/ads/google_ads/v6/services/feed_item_target_service_services_pb.rb +0 -51
  3469. data/lib/google/ads/google_ads/v6/services/feed_mapping_service.rb +0 -51
  3470. data/lib/google/ads/google_ads/v6/services/feed_mapping_service/client.rb +0 -459
  3471. data/lib/google/ads/google_ads/v6/services/feed_mapping_service/credentials.rb +0 -44
  3472. data/lib/google/ads/google_ads/v6/services/feed_mapping_service/paths.rb +0 -71
  3473. data/lib/google/ads/google_ads/v6/services/feed_mapping_service_pb.rb +0 -56
  3474. data/lib/google/ads/google_ads/v6/services/feed_mapping_service_services_pb.rb +0 -52
  3475. data/lib/google/ads/google_ads/v6/services/feed_placeholder_view_service.rb +0 -51
  3476. data/lib/google/ads/google_ads/v6/services/feed_placeholder_view_service/client.rb +0 -372
  3477. data/lib/google/ads/google_ads/v6/services/feed_placeholder_view_service/credentials.rb +0 -44
  3478. data/lib/google/ads/google_ads/v6/services/feed_placeholder_view_service/paths.rb +0 -52
  3479. data/lib/google/ads/google_ads/v6/services/feed_placeholder_view_service_pb.rb +0 -29
  3480. data/lib/google/ads/google_ads/v6/services/feed_placeholder_view_service_services_pb.rb +0 -49
  3481. data/lib/google/ads/google_ads/v6/services/feed_service.rb +0 -51
  3482. data/lib/google/ads/google_ads/v6/services/feed_service/client.rb +0 -459
  3483. data/lib/google/ads/google_ads/v6/services/feed_service/credentials.rb +0 -44
  3484. data/lib/google/ads/google_ads/v6/services/feed_service/paths.rb +0 -52
  3485. data/lib/google/ads/google_ads/v6/services/feed_service_pb.rb +0 -59
  3486. data/lib/google/ads/google_ads/v6/services/feed_service_services_pb.rb +0 -52
  3487. data/lib/google/ads/google_ads/v6/services/gender_view_service.rb +0 -51
  3488. data/lib/google/ads/google_ads/v6/services/gender_view_service/client.rb +0 -372
  3489. data/lib/google/ads/google_ads/v6/services/gender_view_service/credentials.rb +0 -44
  3490. data/lib/google/ads/google_ads/v6/services/gender_view_service/paths.rb +0 -54
  3491. data/lib/google/ads/google_ads/v6/services/gender_view_service_pb.rb +0 -29
  3492. data/lib/google/ads/google_ads/v6/services/gender_view_service_services_pb.rb +0 -49
  3493. data/lib/google/ads/google_ads/v6/services/geo_target_constant_service.rb +0 -51
  3494. data/lib/google/ads/google_ads/v6/services/geo_target_constant_service/client.rb +0 -447
  3495. data/lib/google/ads/google_ads/v6/services/geo_target_constant_service/credentials.rb +0 -44
  3496. data/lib/google/ads/google_ads/v6/services/geo_target_constant_service/paths.rb +0 -49
  3497. data/lib/google/ads/google_ads/v6/services/geo_target_constant_service_pb.rb +0 -58
  3498. data/lib/google/ads/google_ads/v6/services/geo_target_constant_service_services_pb.rb +0 -51
  3499. data/lib/google/ads/google_ads/v6/services/geographic_view_service.rb +0 -51
  3500. data/lib/google/ads/google_ads/v6/services/geographic_view_service/client.rb +0 -372
  3501. data/lib/google/ads/google_ads/v6/services/geographic_view_service/credentials.rb +0 -44
  3502. data/lib/google/ads/google_ads/v6/services/geographic_view_service/paths.rb +0 -54
  3503. data/lib/google/ads/google_ads/v6/services/geographic_view_service_pb.rb +0 -29
  3504. data/lib/google/ads/google_ads/v6/services/geographic_view_service_services_pb.rb +0 -49
  3505. data/lib/google/ads/google_ads/v6/services/google_ads_field_service.rb +0 -51
  3506. data/lib/google/ads/google_ads/v6/services/google_ads_field_service/client.rb +0 -448
  3507. data/lib/google/ads/google_ads/v6/services/google_ads_field_service/credentials.rb +0 -44
  3508. data/lib/google/ads/google_ads/v6/services/google_ads_field_service/paths.rb +0 -49
  3509. data/lib/google/ads/google_ads/v6/services/google_ads_field_service_pb.rb +0 -41
  3510. data/lib/google/ads/google_ads/v6/services/google_ads_field_service_services_pb.rb +0 -51
  3511. data/lib/google/ads/google_ads/v6/services/google_ads_service.rb +0 -51
  3512. data/lib/google/ads/google_ads/v6/services/google_ads_service/client.rb +0 -611
  3513. data/lib/google/ads/google_ads/v6/services/google_ads_service/credentials.rb +0 -44
  3514. data/lib/google/ads/google_ads/v6/services/google_ads_service/paths.rb +0 -2070
  3515. data/lib/google/ads/google_ads/v6/services/google_ads_service_pb.rb +0 -451
  3516. data/lib/google/ads/google_ads/v6/services/google_ads_service_services_pb.rb +0 -103
  3517. data/lib/google/ads/google_ads/v6/services/group_placement_view_service.rb +0 -51
  3518. data/lib/google/ads/google_ads/v6/services/group_placement_view_service/client.rb +0 -372
  3519. data/lib/google/ads/google_ads/v6/services/group_placement_view_service/credentials.rb +0 -44
  3520. data/lib/google/ads/google_ads/v6/services/group_placement_view_service/paths.rb +0 -54
  3521. data/lib/google/ads/google_ads/v6/services/group_placement_view_service_pb.rb +0 -29
  3522. data/lib/google/ads/google_ads/v6/services/group_placement_view_service_services_pb.rb +0 -49
  3523. data/lib/google/ads/google_ads/v6/services/hotel_group_view_service.rb +0 -51
  3524. data/lib/google/ads/google_ads/v6/services/hotel_group_view_service/client.rb +0 -372
  3525. data/lib/google/ads/google_ads/v6/services/hotel_group_view_service/credentials.rb +0 -44
  3526. data/lib/google/ads/google_ads/v6/services/hotel_group_view_service/paths.rb +0 -54
  3527. data/lib/google/ads/google_ads/v6/services/hotel_group_view_service_pb.rb +0 -29
  3528. data/lib/google/ads/google_ads/v6/services/hotel_group_view_service_services_pb.rb +0 -49
  3529. data/lib/google/ads/google_ads/v6/services/hotel_performance_view_service.rb +0 -51
  3530. data/lib/google/ads/google_ads/v6/services/hotel_performance_view_service/client.rb +0 -372
  3531. data/lib/google/ads/google_ads/v6/services/hotel_performance_view_service/credentials.rb +0 -44
  3532. data/lib/google/ads/google_ads/v6/services/hotel_performance_view_service/paths.rb +0 -49
  3533. data/lib/google/ads/google_ads/v6/services/hotel_performance_view_service_pb.rb +0 -29
  3534. data/lib/google/ads/google_ads/v6/services/hotel_performance_view_service_services_pb.rb +0 -49
  3535. data/lib/google/ads/google_ads/v6/services/income_range_view_service.rb +0 -51
  3536. data/lib/google/ads/google_ads/v6/services/income_range_view_service/client.rb +0 -372
  3537. data/lib/google/ads/google_ads/v6/services/income_range_view_service/credentials.rb +0 -44
  3538. data/lib/google/ads/google_ads/v6/services/income_range_view_service/paths.rb +0 -54
  3539. data/lib/google/ads/google_ads/v6/services/income_range_view_service_pb.rb +0 -29
  3540. data/lib/google/ads/google_ads/v6/services/income_range_view_service_services_pb.rb +0 -49
  3541. data/lib/google/ads/google_ads/v6/services/invoice_service.rb +0 -51
  3542. data/lib/google/ads/google_ads/v6/services/invoice_service/client.rb +0 -381
  3543. data/lib/google/ads/google_ads/v6/services/invoice_service/credentials.rb +0 -44
  3544. data/lib/google/ads/google_ads/v6/services/invoice_service/paths.rb +0 -52
  3545. data/lib/google/ads/google_ads/v6/services/invoice_service_pb.rb +0 -36
  3546. data/lib/google/ads/google_ads/v6/services/invoice_service_services_pb.rb +0 -49
  3547. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_keyword_service.rb +0 -55
  3548. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_keyword_service/client.rb +0 -462
  3549. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_keyword_service/credentials.rb +0 -44
  3550. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_keyword_service/paths.rb +0 -69
  3551. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_keyword_service_pb.rb +0 -56
  3552. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_keyword_service_services_pb.rb +0 -56
  3553. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_service.rb +0 -51
  3554. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_service/client.rb +0 -456
  3555. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_service/credentials.rb +0 -44
  3556. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_service/paths.rb +0 -69
  3557. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_service_pb.rb +0 -56
  3558. data/lib/google/ads/google_ads/v6/services/keyword_plan_ad_group_service_services_pb.rb +0 -52
  3559. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_keyword_service.rb +0 -54
  3560. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_keyword_service/client.rb +0 -460
  3561. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_keyword_service/credentials.rb +0 -44
  3562. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_keyword_service/paths.rb +0 -69
  3563. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_keyword_service_pb.rb +0 -56
  3564. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_keyword_service_services_pb.rb +0 -55
  3565. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_service.rb +0 -51
  3566. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_service/client.rb +0 -456
  3567. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_service/credentials.rb +0 -44
  3568. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_service/paths.rb +0 -97
  3569. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_service_pb.rb +0 -56
  3570. data/lib/google/ads/google_ads/v6/services/keyword_plan_campaign_service_services_pb.rb +0 -52
  3571. data/lib/google/ads/google_ads/v6/services/keyword_plan_idea_service.rb +0 -50
  3572. data/lib/google/ads/google_ads/v6/services/keyword_plan_idea_service/client.rb +0 -404
  3573. data/lib/google/ads/google_ads/v6/services/keyword_plan_idea_service/credentials.rb +0 -44
  3574. data/lib/google/ads/google_ads/v6/services/keyword_plan_idea_service_pb.rb +0 -68
  3575. data/lib/google/ads/google_ads/v6/services/keyword_plan_idea_service_services_pb.rb +0 -49
  3576. data/lib/google/ads/google_ads/v6/services/keyword_plan_service.rb +0 -51
  3577. data/lib/google/ads/google_ads/v6/services/keyword_plan_service/client.rb +0 -760
  3578. data/lib/google/ads/google_ads/v6/services/keyword_plan_service/credentials.rb +0 -44
  3579. data/lib/google/ads/google_ads/v6/services/keyword_plan_service/paths.rb +0 -52
  3580. data/lib/google/ads/google_ads/v6/services/keyword_plan_service_pb.rb +0 -144
  3581. data/lib/google/ads/google_ads/v6/services/keyword_plan_service_services_pb.rb +0 -71
  3582. data/lib/google/ads/google_ads/v6/services/keyword_view_service.rb +0 -51
  3583. data/lib/google/ads/google_ads/v6/services/keyword_view_service/client.rb +0 -372
  3584. data/lib/google/ads/google_ads/v6/services/keyword_view_service/credentials.rb +0 -44
  3585. data/lib/google/ads/google_ads/v6/services/keyword_view_service/paths.rb +0 -54
  3586. data/lib/google/ads/google_ads/v6/services/keyword_view_service_pb.rb +0 -29
  3587. data/lib/google/ads/google_ads/v6/services/keyword_view_service_services_pb.rb +0 -49
  3588. data/lib/google/ads/google_ads/v6/services/label_service.rb +0 -51
  3589. data/lib/google/ads/google_ads/v6/services/label_service/client.rb +0 -458
  3590. data/lib/google/ads/google_ads/v6/services/label_service/credentials.rb +0 -44
  3591. data/lib/google/ads/google_ads/v6/services/label_service/paths.rb +0 -52
  3592. data/lib/google/ads/google_ads/v6/services/label_service_pb.rb +0 -59
  3593. data/lib/google/ads/google_ads/v6/services/label_service_services_pb.rb +0 -49
  3594. data/lib/google/ads/google_ads/v6/services/landing_page_view_service.rb +0 -51
  3595. data/lib/google/ads/google_ads/v6/services/landing_page_view_service/client.rb +0 -372
  3596. data/lib/google/ads/google_ads/v6/services/landing_page_view_service/credentials.rb +0 -44
  3597. data/lib/google/ads/google_ads/v6/services/landing_page_view_service/paths.rb +0 -52
  3598. data/lib/google/ads/google_ads/v6/services/landing_page_view_service_pb.rb +0 -29
  3599. data/lib/google/ads/google_ads/v6/services/landing_page_view_service_services_pb.rb +0 -49
  3600. data/lib/google/ads/google_ads/v6/services/language_constant_service.rb +0 -51
  3601. data/lib/google/ads/google_ads/v6/services/language_constant_service/client.rb +0 -372
  3602. data/lib/google/ads/google_ads/v6/services/language_constant_service/credentials.rb +0 -44
  3603. data/lib/google/ads/google_ads/v6/services/language_constant_service/paths.rb +0 -49
  3604. data/lib/google/ads/google_ads/v6/services/language_constant_service_pb.rb +0 -29
  3605. data/lib/google/ads/google_ads/v6/services/language_constant_service_services_pb.rb +0 -49
  3606. data/lib/google/ads/google_ads/v6/services/location_view_service.rb +0 -51
  3607. data/lib/google/ads/google_ads/v6/services/location_view_service/client.rb +0 -372
  3608. data/lib/google/ads/google_ads/v6/services/location_view_service/credentials.rb +0 -44
  3609. data/lib/google/ads/google_ads/v6/services/location_view_service/paths.rb +0 -54
  3610. data/lib/google/ads/google_ads/v6/services/location_view_service_pb.rb +0 -29
  3611. data/lib/google/ads/google_ads/v6/services/location_view_service_services_pb.rb +0 -49
  3612. data/lib/google/ads/google_ads/v6/services/managed_placement_view_service.rb +0 -51
  3613. data/lib/google/ads/google_ads/v6/services/managed_placement_view_service/client.rb +0 -372
  3614. data/lib/google/ads/google_ads/v6/services/managed_placement_view_service/credentials.rb +0 -44
  3615. data/lib/google/ads/google_ads/v6/services/managed_placement_view_service/paths.rb +0 -54
  3616. data/lib/google/ads/google_ads/v6/services/managed_placement_view_service_pb.rb +0 -29
  3617. data/lib/google/ads/google_ads/v6/services/managed_placement_view_service_services_pb.rb +0 -49
  3618. data/lib/google/ads/google_ads/v6/services/media_file_service.rb +0 -51
  3619. data/lib/google/ads/google_ads/v6/services/media_file_service/client.rb +0 -458
  3620. data/lib/google/ads/google_ads/v6/services/media_file_service/credentials.rb +0 -44
  3621. data/lib/google/ads/google_ads/v6/services/media_file_service/paths.rb +0 -52
  3622. data/lib/google/ads/google_ads/v6/services/media_file_service_pb.rb +0 -55
  3623. data/lib/google/ads/google_ads/v6/services/media_file_service_services_pb.rb +0 -51
  3624. data/lib/google/ads/google_ads/v6/services/merchant_center_link_service.rb +0 -52
  3625. data/lib/google/ads/google_ads/v6/services/merchant_center_link_service/client.rb +0 -522
  3626. data/lib/google/ads/google_ads/v6/services/merchant_center_link_service/credentials.rb +0 -44
  3627. data/lib/google/ads/google_ads/v6/services/merchant_center_link_service/paths.rb +0 -52
  3628. data/lib/google/ads/google_ads/v6/services/merchant_center_link_service_pb.rb +0 -59
  3629. data/lib/google/ads/google_ads/v6/services/merchant_center_link_service_services_pb.rb +0 -54
  3630. data/lib/google/ads/google_ads/v6/services/mobile_app_category_constant_service.rb +0 -51
  3631. data/lib/google/ads/google_ads/v6/services/mobile_app_category_constant_service/client.rb +0 -372
  3632. data/lib/google/ads/google_ads/v6/services/mobile_app_category_constant_service/credentials.rb +0 -44
  3633. data/lib/google/ads/google_ads/v6/services/mobile_app_category_constant_service/paths.rb +0 -49
  3634. data/lib/google/ads/google_ads/v6/services/mobile_app_category_constant_service_pb.rb +0 -29
  3635. data/lib/google/ads/google_ads/v6/services/mobile_app_category_constant_service_services_pb.rb +0 -47
  3636. data/lib/google/ads/google_ads/v6/services/mobile_device_constant_service.rb +0 -51
  3637. data/lib/google/ads/google_ads/v6/services/mobile_device_constant_service/client.rb +0 -372
  3638. data/lib/google/ads/google_ads/v6/services/mobile_device_constant_service/credentials.rb +0 -44
  3639. data/lib/google/ads/google_ads/v6/services/mobile_device_constant_service/paths.rb +0 -49
  3640. data/lib/google/ads/google_ads/v6/services/mobile_device_constant_service_pb.rb +0 -29
  3641. data/lib/google/ads/google_ads/v6/services/mobile_device_constant_service_services_pb.rb +0 -49
  3642. data/lib/google/ads/google_ads/v6/services/offline_user_data_job_service.rb +0 -52
  3643. data/lib/google/ads/google_ads/v6/services/offline_user_data_job_service/client.rb +0 -613
  3644. data/lib/google/ads/google_ads/v6/services/offline_user_data_job_service/credentials.rb +0 -44
  3645. data/lib/google/ads/google_ads/v6/services/offline_user_data_job_service/operations.rb +0 -657
  3646. data/lib/google/ads/google_ads/v6/services/offline_user_data_job_service/paths.rb +0 -52
  3647. data/lib/google/ads/google_ads/v6/services/offline_user_data_job_service_pb.rb +0 -63
  3648. data/lib/google/ads/google_ads/v6/services/offline_user_data_job_service_services_pb.rb +0 -58
  3649. data/lib/google/ads/google_ads/v6/services/operating_system_version_constant_service.rb +0 -51
  3650. data/lib/google/ads/google_ads/v6/services/operating_system_version_constant_service/client.rb +0 -372
  3651. data/lib/google/ads/google_ads/v6/services/operating_system_version_constant_service/credentials.rb +0 -44
  3652. data/lib/google/ads/google_ads/v6/services/operating_system_version_constant_service/paths.rb +0 -49
  3653. data/lib/google/ads/google_ads/v6/services/operating_system_version_constant_service_pb.rb +0 -29
  3654. data/lib/google/ads/google_ads/v6/services/operating_system_version_constant_service_services_pb.rb +0 -49
  3655. data/lib/google/ads/google_ads/v6/services/paid_organic_search_term_view_service.rb +0 -51
  3656. data/lib/google/ads/google_ads/v6/services/paid_organic_search_term_view_service/client.rb +0 -372
  3657. data/lib/google/ads/google_ads/v6/services/paid_organic_search_term_view_service/credentials.rb +0 -44
  3658. data/lib/google/ads/google_ads/v6/services/paid_organic_search_term_view_service/paths.rb +0 -56
  3659. data/lib/google/ads/google_ads/v6/services/paid_organic_search_term_view_service_pb.rb +0 -29
  3660. data/lib/google/ads/google_ads/v6/services/paid_organic_search_term_view_service_services_pb.rb +0 -49
  3661. data/lib/google/ads/google_ads/v6/services/parental_status_view_service.rb +0 -51
  3662. data/lib/google/ads/google_ads/v6/services/parental_status_view_service/client.rb +0 -372
  3663. data/lib/google/ads/google_ads/v6/services/parental_status_view_service/credentials.rb +0 -44
  3664. data/lib/google/ads/google_ads/v6/services/parental_status_view_service/paths.rb +0 -54
  3665. data/lib/google/ads/google_ads/v6/services/parental_status_view_service_pb.rb +0 -29
  3666. data/lib/google/ads/google_ads/v6/services/parental_status_view_service_services_pb.rb +0 -49
  3667. data/lib/google/ads/google_ads/v6/services/payments_account_service.rb +0 -52
  3668. data/lib/google/ads/google_ads/v6/services/payments_account_service/client.rb +0 -375
  3669. data/lib/google/ads/google_ads/v6/services/payments_account_service/credentials.rb +0 -44
  3670. data/lib/google/ads/google_ads/v6/services/payments_account_service/paths.rb +0 -66
  3671. data/lib/google/ads/google_ads/v6/services/payments_account_service_pb.rb +0 -32
  3672. data/lib/google/ads/google_ads/v6/services/payments_account_service_services_pb.rb +0 -52
  3673. data/lib/google/ads/google_ads/v6/services/product_bidding_category_constant_service.rb +0 -51
  3674. data/lib/google/ads/google_ads/v6/services/product_bidding_category_constant_service/client.rb +0 -372
  3675. data/lib/google/ads/google_ads/v6/services/product_bidding_category_constant_service/credentials.rb +0 -44
  3676. data/lib/google/ads/google_ads/v6/services/product_bidding_category_constant_service/paths.rb +0 -54
  3677. data/lib/google/ads/google_ads/v6/services/product_bidding_category_constant_service_pb.rb +0 -29
  3678. data/lib/google/ads/google_ads/v6/services/product_bidding_category_constant_service_services_pb.rb +0 -49
  3679. data/lib/google/ads/google_ads/v6/services/product_group_view_service.rb +0 -51
  3680. data/lib/google/ads/google_ads/v6/services/product_group_view_service/client.rb +0 -372
  3681. data/lib/google/ads/google_ads/v6/services/product_group_view_service/credentials.rb +0 -44
  3682. data/lib/google/ads/google_ads/v6/services/product_group_view_service/paths.rb +0 -54
  3683. data/lib/google/ads/google_ads/v6/services/product_group_view_service_pb.rb +0 -29
  3684. data/lib/google/ads/google_ads/v6/services/product_group_view_service_services_pb.rb +0 -49
  3685. data/lib/google/ads/google_ads/v6/services/reach_plan_service.rb +0 -54
  3686. data/lib/google/ads/google_ads/v6/services/reach_plan_service/client.rb +0 -630
  3687. data/lib/google/ads/google_ads/v6/services/reach_plan_service/credentials.rb +0 -44
  3688. data/lib/google/ads/google_ads/v6/services/reach_plan_service_pb.rb +0 -160
  3689. data/lib/google/ads/google_ads/v6/services/reach_plan_service_services_pb.rb +0 -62
  3690. data/lib/google/ads/google_ads/v6/services/recommendation_service.rb +0 -51
  3691. data/lib/google/ads/google_ads/v6/services/recommendation_service/client.rb +0 -536
  3692. data/lib/google/ads/google_ads/v6/services/recommendation_service/credentials.rb +0 -44
  3693. data/lib/google/ads/google_ads/v6/services/recommendation_service/paths.rb +0 -120
  3694. data/lib/google/ads/google_ads/v6/services/recommendation_service_pb.rb +0 -127
  3695. data/lib/google/ads/google_ads/v6/services/recommendation_service_services_pb.rb +0 -53
  3696. data/lib/google/ads/google_ads/v6/services/remarketing_action_service.rb +0 -51
  3697. data/lib/google/ads/google_ads/v6/services/remarketing_action_service/client.rb +0 -455
  3698. data/lib/google/ads/google_ads/v6/services/remarketing_action_service/credentials.rb +0 -44
  3699. data/lib/google/ads/google_ads/v6/services/remarketing_action_service/paths.rb +0 -52
  3700. data/lib/google/ads/google_ads/v6/services/remarketing_action_service_pb.rb +0 -55
  3701. data/lib/google/ads/google_ads/v6/services/remarketing_action_service_services_pb.rb +0 -51
  3702. data/lib/google/ads/google_ads/v6/services/search_term_view_service.rb +0 -51
  3703. data/lib/google/ads/google_ads/v6/services/search_term_view_service/client.rb +0 -372
  3704. data/lib/google/ads/google_ads/v6/services/search_term_view_service/credentials.rb +0 -44
  3705. data/lib/google/ads/google_ads/v6/services/search_term_view_service/paths.rb +0 -73
  3706. data/lib/google/ads/google_ads/v6/services/search_term_view_service_pb.rb +0 -29
  3707. data/lib/google/ads/google_ads/v6/services/search_term_view_service_services_pb.rb +0 -49
  3708. data/lib/google/ads/google_ads/v6/services/shared_criterion_service.rb +0 -51
  3709. data/lib/google/ads/google_ads/v6/services/shared_criterion_service/client.rb +0 -458
  3710. data/lib/google/ads/google_ads/v6/services/shared_criterion_service/credentials.rb +0 -44
  3711. data/lib/google/ads/google_ads/v6/services/shared_criterion_service/paths.rb +0 -71
  3712. data/lib/google/ads/google_ads/v6/services/shared_criterion_service_pb.rb +0 -56
  3713. data/lib/google/ads/google_ads/v6/services/shared_criterion_service_services_pb.rb +0 -51
  3714. data/lib/google/ads/google_ads/v6/services/shared_set_service.rb +0 -51
  3715. data/lib/google/ads/google_ads/v6/services/shared_set_service/client.rb +0 -458
  3716. data/lib/google/ads/google_ads/v6/services/shared_set_service/credentials.rb +0 -44
  3717. data/lib/google/ads/google_ads/v6/services/shared_set_service/paths.rb +0 -52
  3718. data/lib/google/ads/google_ads/v6/services/shared_set_service_pb.rb +0 -59
  3719. data/lib/google/ads/google_ads/v6/services/shared_set_service_services_pb.rb +0 -51
  3720. data/lib/google/ads/google_ads/v6/services/shopping_performance_view_service.rb +0 -51
  3721. data/lib/google/ads/google_ads/v6/services/shopping_performance_view_service/client.rb +0 -372
  3722. data/lib/google/ads/google_ads/v6/services/shopping_performance_view_service/credentials.rb +0 -44
  3723. data/lib/google/ads/google_ads/v6/services/shopping_performance_view_service/paths.rb +0 -49
  3724. data/lib/google/ads/google_ads/v6/services/shopping_performance_view_service_pb.rb +0 -29
  3725. data/lib/google/ads/google_ads/v6/services/shopping_performance_view_service_services_pb.rb +0 -49
  3726. data/lib/google/ads/google_ads/v6/services/third_party_app_analytics_link_service.rb +0 -52
  3727. data/lib/google/ads/google_ads/v6/services/third_party_app_analytics_link_service/client.rb +0 -447
  3728. data/lib/google/ads/google_ads/v6/services/third_party_app_analytics_link_service/credentials.rb +0 -44
  3729. data/lib/google/ads/google_ads/v6/services/third_party_app_analytics_link_service/paths.rb +0 -52
  3730. data/lib/google/ads/google_ads/v6/services/third_party_app_analytics_link_service_pb.rb +0 -35
  3731. data/lib/google/ads/google_ads/v6/services/third_party_app_analytics_link_service_services_pb.rb +0 -51
  3732. data/lib/google/ads/google_ads/v6/services/topic_constant_service.rb +0 -51
  3733. data/lib/google/ads/google_ads/v6/services/topic_constant_service/client.rb +0 -372
  3734. data/lib/google/ads/google_ads/v6/services/topic_constant_service/credentials.rb +0 -44
  3735. data/lib/google/ads/google_ads/v6/services/topic_constant_service/paths.rb +0 -49
  3736. data/lib/google/ads/google_ads/v6/services/topic_constant_service_pb.rb +0 -29
  3737. data/lib/google/ads/google_ads/v6/services/topic_constant_service_services_pb.rb +0 -49
  3738. data/lib/google/ads/google_ads/v6/services/topic_view_service.rb +0 -51
  3739. data/lib/google/ads/google_ads/v6/services/topic_view_service/client.rb +0 -372
  3740. data/lib/google/ads/google_ads/v6/services/topic_view_service/credentials.rb +0 -44
  3741. data/lib/google/ads/google_ads/v6/services/topic_view_service/paths.rb +0 -54
  3742. data/lib/google/ads/google_ads/v6/services/topic_view_service_pb.rb +0 -29
  3743. data/lib/google/ads/google_ads/v6/services/topic_view_service_services_pb.rb +0 -49
  3744. data/lib/google/ads/google_ads/v6/services/user_data_service.rb +0 -51
  3745. data/lib/google/ads/google_ads/v6/services/user_data_service/client.rb +0 -375
  3746. data/lib/google/ads/google_ads/v6/services/user_data_service/credentials.rb +0 -44
  3747. data/lib/google/ads/google_ads/v6/services/user_data_service_pb.rb +0 -44
  3748. data/lib/google/ads/google_ads/v6/services/user_data_service_services_pb.rb +0 -50
  3749. data/lib/google/ads/google_ads/v6/services/user_interest_service.rb +0 -51
  3750. data/lib/google/ads/google_ads/v6/services/user_interest_service/client.rb +0 -372
  3751. data/lib/google/ads/google_ads/v6/services/user_interest_service/credentials.rb +0 -44
  3752. data/lib/google/ads/google_ads/v6/services/user_interest_service/paths.rb +0 -52
  3753. data/lib/google/ads/google_ads/v6/services/user_interest_service_pb.rb +0 -29
  3754. data/lib/google/ads/google_ads/v6/services/user_interest_service_services_pb.rb +0 -49
  3755. data/lib/google/ads/google_ads/v6/services/user_list_service.rb +0 -51
  3756. data/lib/google/ads/google_ads/v6/services/user_list_service/client.rb +0 -455
  3757. data/lib/google/ads/google_ads/v6/services/user_list_service/credentials.rb +0 -44
  3758. data/lib/google/ads/google_ads/v6/services/user_list_service/paths.rb +0 -52
  3759. data/lib/google/ads/google_ads/v6/services/user_list_service_pb.rb +0 -56
  3760. data/lib/google/ads/google_ads/v6/services/user_list_service_services_pb.rb +0 -51
  3761. data/lib/google/ads/google_ads/v6/services/user_location_view_service.rb +0 -51
  3762. data/lib/google/ads/google_ads/v6/services/user_location_view_service/client.rb +0 -372
  3763. data/lib/google/ads/google_ads/v6/services/user_location_view_service/credentials.rb +0 -44
  3764. data/lib/google/ads/google_ads/v6/services/user_location_view_service/paths.rb +0 -54
  3765. data/lib/google/ads/google_ads/v6/services/user_location_view_service_pb.rb +0 -29
  3766. data/lib/google/ads/google_ads/v6/services/user_location_view_service_services_pb.rb +0 -49
  3767. data/lib/google/ads/google_ads/v6/services/video_service.rb +0 -51
  3768. data/lib/google/ads/google_ads/v6/services/video_service/client.rb +0 -372
  3769. data/lib/google/ads/google_ads/v6/services/video_service/credentials.rb +0 -44
  3770. data/lib/google/ads/google_ads/v6/services/video_service/paths.rb +0 -52
  3771. data/lib/google/ads/google_ads/v6/services/video_service_pb.rb +0 -29
  3772. data/lib/google/ads/google_ads/v6/services/video_service_services_pb.rb +0 -49
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d5a148aca85b83c7451ab99962426d3ff2332688d8608fb488c30c8ec6dd4e5
4
- data.tar.gz: c5ce60706e432aeb55ec3fcdd87fcacd55c0b189170074088d5a18e5726d18d9
3
+ metadata.gz: 495eba1317aaefce01fc735781fde41fef39e88aa2b51aa8b25f422f547a2ca0
4
+ data.tar.gz: 306178c492177131d7490995e8aa2796bef0130f2409a582d96e2589add4b2e0
5
5
  SHA512:
6
- metadata.gz: 67b1b331386c257f8d3831cd38e672dea9af31455f863f17225ac4f131a58cb214521651b2226aa7c4c4b89b6352faa65e4c9e1ba12386550292c8764f241df8
7
- data.tar.gz: 94c5ec2044e6ed9fe234243273488072a90e3c788701a1a387539b0cf593183f37b2ba638c2d038dcf0a5b4e5ee63297aa9ed36aef02381af3b07b35ad5b2628
6
+ metadata.gz: f2905af0a12bef88893935d6f6a8d72edd45d07bb9fa81b43b5eb2243cd0cd1848bfa0063a9d4533a1bc01a4e137e640c15ba7e339359e4c0a4c45bffd5b5a76
7
+ data.tar.gz: 7e4de6f5404b8c33a7d86164220d37d6377e47824efd06537633f6d62b1ef3754b19b6dc323184a8d11b10a7b87f26e122c56c1d02030fb2d759ec7f9b159645
data/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 14.0.0:
2
+ - Compatibility with v8.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
3
+ - Removed support for v6.
4
+
5
+ 13.0.0:
6
+ - Removed support for v5.
7
+
8
+ 12.0.2:
9
+ - Fixed a missing type in path lookup util.
10
+
11
+ 12.0.1:
12
+ - Fixed an issue in the gem factories files.
13
+
14
+ 12.0.0:
15
+ - Compatibility with v8 of the API: https://developers.google.com/google-ads/api/docs/release-notes
16
+
1
17
  11.0.0:
2
18
  - Compatibility with v7 of the API: https://developers.google.com/google-ads/api/docs/release-notes
3
19
  - Removed support for v4.
data/README.md CHANGED
@@ -22,9 +22,10 @@ easy-to-use client library for the [Google Ads API][].
22
22
 
23
23
  The recommended way to install is using [bundler][].
24
24
 
25
- Add a line to your `Gemfile`:
25
+ Add a line to your `Gemfile` (replacing x.y.z with the version number
26
+ you're interested in):
26
27
 
27
- gem "google-ads-googleads", "~> x.y.z"
28
+ gem 'google-ads-googleads', '~> x.y.z'
28
29
 
29
30
  Then run:
30
31
 
@@ -1,8 +1,8 @@
1
1
  module Google
2
2
  module Ads
3
3
  module GoogleAds
4
- KNOWN_API_VERSIONS = [:V5, :V6, :V7]
5
- DEFAULT_API_VERSION = :V7
4
+ KNOWN_API_VERSIONS = [:V7, :V8]
5
+ DEFAULT_API_VERSION = :V8
6
6
 
7
7
  def self.default_api_version
8
8
  DEFAULT_API_VERSION
@@ -1,40 +1,21 @@
1
1
  require "google/ads/google_ads/version_alternate"
2
2
 
3
- require "google/ads/google_ads/factories/v5/resources"
4
- require "google/ads/google_ads/factories/v5/services"
5
- require "google/ads/google_ads/factories/v5/enums"
6
- require "google/ads/google_ads/factories/v5/operations"
7
-
8
- require "google/ads/google_ads/factories/v6/resources"
9
- require "google/ads/google_ads/factories/v6/services"
10
- require "google/ads/google_ads/factories/v6/enums"
11
- require "google/ads/google_ads/factories/v6/operations"
12
-
13
3
  require "google/ads/google_ads/factories/v7/resources"
14
4
  require "google/ads/google_ads/factories/v7/services"
15
5
  require "google/ads/google_ads/factories/v7/enums"
16
6
  require "google/ads/google_ads/factories/v7/operations"
17
7
 
8
+ require "google/ads/google_ads/factories/v8/resources"
9
+ require "google/ads/google_ads/factories/v8/services"
10
+ require "google/ads/google_ads/factories/v8/enums"
11
+ require "google/ads/google_ads/factories/v8/operations"
12
+
18
13
  module Google
19
14
  module Ads
20
15
  module GoogleAds
21
16
  module Factories
22
17
  Factory = Struct.new(:resources, :services, :enums, :operations)
23
18
 
24
- FACTORY_V5 = Factory.new(
25
- V5::Resources,
26
- V5::Services,
27
- V5::Enums,
28
- V5::Operations
29
- ).freeze
30
-
31
- FACTORY_V6 = Factory.new(
32
- V6::Resources,
33
- V6::Services,
34
- V6::Enums,
35
- V6::Operations
36
- ).freeze
37
-
38
19
  FACTORY_V7 = Factory.new(
39
20
  V7::Resources,
40
21
  V7::Services,
@@ -42,17 +23,22 @@ module Google
42
23
  V7::Operations
43
24
  ).freeze
44
25
 
45
- VERSIONS = [
26
+ FACTORY_V8 = Factory.new(
27
+ V8::Resources,
28
+ V8::Services,
29
+ V8::Enums,
30
+ V8::Operations
31
+ ).freeze
46
32
 
47
- :V5,
33
+ VERSIONS = [
48
34
 
49
- :V6,
35
+ :V7,
50
36
 
51
- :V7
37
+ :V8
52
38
 
53
39
  ]
54
40
 
55
- HIGHEST_VERSION = :V7
41
+ HIGHEST_VERSION = :V8
56
42
 
57
43
  def self.version_alternate_for(type)
58
44
  unless [:resources, :services, :enums, :operations].include?(type)
@@ -62,14 +48,12 @@ module Google
62
48
  end
63
49
 
64
50
  VersionAlternate.new(
65
- FACTORY_V7.public_send(type),
51
+ FACTORY_V8.public_send(type),
66
52
  {
67
53
 
68
- V5: FACTORY_V5.public_send(type),
69
-
70
- V6: FACTORY_V6.public_send(type),
54
+ V7: FACTORY_V7.public_send(type),
71
55
 
72
- V7: FACTORY_V7.public_send(type)
56
+ V8: FACTORY_V8.public_send(type)
73
57
 
74
58
  }
75
59
  )
@@ -81,15 +65,12 @@ module Google
81
65
  def self.at_version(version)
82
66
  case version
83
67
 
84
- when :V5
85
- FACTORY_V5
86
-
87
- when :V6
88
- FACTORY_V6
89
-
90
68
  when :V7
91
69
  FACTORY_V7
92
70
 
71
+ when :V8
72
+ FACTORY_V8
73
+
93
74
  else
94
75
  raise ArgumentError.new("Got unkown version: #{version}")
95
76
  end
@@ -4,7 +4,7 @@ module Google
4
4
  module Factories
5
5
  module V7
6
6
  module Resources
7
- # Returns a new instance of CriterionCategoryAvailability, optionally
7
+ # Returns a new instance of criterion_category_availability, optionally
8
8
  # yielding it to a passed block so that attributes can be set on it.
9
9
  #
10
10
  # @yield [Google::Ads::GoogleAds::V7::Common::CriterionCategoryAvailability] the new instance that will be returned so attributes
@@ -17,7 +17,7 @@ module Google
17
17
  res
18
18
  end
19
19
 
20
- # Returns a new instance of CriterionCategoryChannelAvailability, optionally
20
+ # Returns a new instance of criterion_category_channel_availability, optionally
21
21
  # yielding it to a passed block so that attributes can be set on it.
22
22
  #
23
23
  # @yield [Google::Ads::GoogleAds::V7::Common::CriterionCategoryChannelAvailability] the new instance that will be returned so attributes
@@ -30,7 +30,7 @@ module Google
30
30
  res
31
31
  end
32
32
 
33
- # Returns a new instance of CriterionCategoryLocaleAvailability, optionally
33
+ # Returns a new instance of criterion_category_locale_availability, optionally
34
34
  # yielding it to a passed block so that attributes can be set on it.
35
35
  #
36
36
  # @yield [Google::Ads::GoogleAds::V7::Common::CriterionCategoryLocaleAvailability] the new instance that will be returned so attributes
@@ -43,7 +43,7 @@ module Google
43
43
  res
44
44
  end
45
45
 
46
- # Returns a new instance of LifeEvent, optionally
46
+ # Returns a new instance of life_event, optionally
47
47
  # yielding it to a passed block so that attributes can be set on it.
48
48
  #
49
49
  # @yield [Google::Ads::GoogleAds::V7::Resources::LifeEvent] the new instance that will be returned so attributes
@@ -56,7 +56,7 @@ module Google
56
56
  res
57
57
  end
58
58
 
59
- # Returns a new instance of TopicView, optionally
59
+ # Returns a new instance of topic_view, optionally
60
60
  # yielding it to a passed block so that attributes can be set on it.
61
61
  #
62
62
  # @yield [Google::Ads::GoogleAds::V7::Resources::TopicView] the new instance that will be returned so attributes
@@ -69,7 +69,7 @@ module Google
69
69
  res
70
70
  end
71
71
 
72
- # Returns a new instance of CampaignLabel, optionally
72
+ # Returns a new instance of campaign_label, optionally
73
73
  # yielding it to a passed block so that attributes can be set on it.
74
74
  #
75
75
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignLabel] the new instance that will be returned so attributes
@@ -82,7 +82,7 @@ module Google
82
82
  res
83
83
  end
84
84
 
85
- # Returns a new instance of DetailPlacementView, optionally
85
+ # Returns a new instance of detail_placement_view, optionally
86
86
  # yielding it to a passed block so that attributes can be set on it.
87
87
  #
88
88
  # @yield [Google::Ads::GoogleAds::V7::Resources::DetailPlacementView] the new instance that will be returned so attributes
@@ -95,7 +95,7 @@ module Google
95
95
  res
96
96
  end
97
97
 
98
- # Returns a new instance of CustomParameter, optionally
98
+ # Returns a new instance of custom_parameter, optionally
99
99
  # yielding it to a passed block so that attributes can be set on it.
100
100
  #
101
101
  # @yield [Google::Ads::GoogleAds::V7::Common::CustomParameter] the new instance that will be returned so attributes
@@ -108,7 +108,7 @@ module Google
108
108
  res
109
109
  end
110
110
 
111
- # Returns a new instance of Money, optionally
111
+ # Returns a new instance of money, optionally
112
112
  # yielding it to a passed block so that attributes can be set on it.
113
113
  #
114
114
  # @yield [Google::Ads::GoogleAds::V7::Common::Money] the new instance that will be returned so attributes
@@ -121,7 +121,7 @@ module Google
121
121
  res
122
122
  end
123
123
 
124
- # Returns a new instance of PolicyViolationKey, optionally
124
+ # Returns a new instance of policy_violation_key, optionally
125
125
  # yielding it to a passed block so that attributes can be set on it.
126
126
  #
127
127
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyViolationKey] the new instance that will be returned so attributes
@@ -134,7 +134,7 @@ module Google
134
134
  res
135
135
  end
136
136
 
137
- # Returns a new instance of PolicyValidationParameter, optionally
137
+ # Returns a new instance of policy_validation_parameter, optionally
138
138
  # yielding it to a passed block so that attributes can be set on it.
139
139
  #
140
140
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyValidationParameter] the new instance that will be returned so attributes
@@ -147,7 +147,7 @@ module Google
147
147
  res
148
148
  end
149
149
 
150
- # Returns a new instance of PolicyTopicEntry, optionally
150
+ # Returns a new instance of policy_topic_entry, optionally
151
151
  # yielding it to a passed block so that attributes can be set on it.
152
152
  #
153
153
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyTopicEntry] the new instance that will be returned so attributes
@@ -160,7 +160,7 @@ module Google
160
160
  res
161
161
  end
162
162
 
163
- # Returns a new instance of PolicyTopicEvidence, optionally
163
+ # Returns a new instance of policy_topic_evidence, optionally
164
164
  # yielding it to a passed block so that attributes can be set on it.
165
165
  #
166
166
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyTopicEvidence] the new instance that will be returned so attributes
@@ -173,7 +173,7 @@ module Google
173
173
  res
174
174
  end
175
175
 
176
- # Returns a new instance of TextList, optionally
176
+ # Returns a new instance of text_list, optionally
177
177
  # yielding it to a passed block so that attributes can be set on it.
178
178
  #
179
179
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyTopicEvidence::TextList] the new instance that will be returned so attributes
@@ -186,7 +186,7 @@ module Google
186
186
  res
187
187
  end
188
188
 
189
- # Returns a new instance of WebsiteList, optionally
189
+ # Returns a new instance of website_list, optionally
190
190
  # yielding it to a passed block so that attributes can be set on it.
191
191
  #
192
192
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyTopicEvidence::WebsiteList] the new instance that will be returned so attributes
@@ -199,7 +199,7 @@ module Google
199
199
  res
200
200
  end
201
201
 
202
- # Returns a new instance of DestinationTextList, optionally
202
+ # Returns a new instance of destination_text_list, optionally
203
203
  # yielding it to a passed block so that attributes can be set on it.
204
204
  #
205
205
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyTopicEvidence::DestinationTextList] the new instance that will be returned so attributes
@@ -212,7 +212,7 @@ module Google
212
212
  res
213
213
  end
214
214
 
215
- # Returns a new instance of DestinationMismatch, optionally
215
+ # Returns a new instance of destination_mismatch, optionally
216
216
  # yielding it to a passed block so that attributes can be set on it.
217
217
  #
218
218
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyTopicEvidence::DestinationMismatch] the new instance that will be returned so attributes
@@ -225,7 +225,7 @@ module Google
225
225
  res
226
226
  end
227
227
 
228
- # Returns a new instance of DestinationNotWorking, optionally
228
+ # Returns a new instance of destination_not_working, optionally
229
229
  # yielding it to a passed block so that attributes can be set on it.
230
230
  #
231
231
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyTopicEvidence::DestinationNotWorking] the new instance that will be returned so attributes
@@ -238,7 +238,7 @@ module Google
238
238
  res
239
239
  end
240
240
 
241
- # Returns a new instance of PolicyTopicConstraint, optionally
241
+ # Returns a new instance of policy_topic_constraint, optionally
242
242
  # yielding it to a passed block so that attributes can be set on it.
243
243
  #
244
244
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyTopicConstraint] the new instance that will be returned so attributes
@@ -251,7 +251,7 @@ module Google
251
251
  res
252
252
  end
253
253
 
254
- # Returns a new instance of CountryConstraintList, optionally
254
+ # Returns a new instance of country_constraint_list, optionally
255
255
  # yielding it to a passed block so that attributes can be set on it.
256
256
  #
257
257
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyTopicConstraint::CountryConstraintList] the new instance that will be returned so attributes
@@ -264,7 +264,7 @@ module Google
264
264
  res
265
265
  end
266
266
 
267
- # Returns a new instance of ResellerConstraint, optionally
267
+ # Returns a new instance of reseller_constraint, optionally
268
268
  # yielding it to a passed block so that attributes can be set on it.
269
269
  #
270
270
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyTopicConstraint::ResellerConstraint] the new instance that will be returned so attributes
@@ -277,7 +277,7 @@ module Google
277
277
  res
278
278
  end
279
279
 
280
- # Returns a new instance of CountryConstraint, optionally
280
+ # Returns a new instance of country_constraint, optionally
281
281
  # yielding it to a passed block so that attributes can be set on it.
282
282
  #
283
283
  # @yield [Google::Ads::GoogleAds::V7::Common::PolicyTopicConstraint::CountryConstraint] the new instance that will be returned so attributes
@@ -290,7 +290,7 @@ module Google
290
290
  res
291
291
  end
292
292
 
293
- # Returns a new instance of FeedItem, optionally
293
+ # Returns a new instance of feed_item, optionally
294
294
  # yielding it to a passed block so that attributes can be set on it.
295
295
  #
296
296
  # @yield [Google::Ads::GoogleAds::V7::Resources::FeedItem] the new instance that will be returned so attributes
@@ -303,7 +303,7 @@ module Google
303
303
  res
304
304
  end
305
305
 
306
- # Returns a new instance of FeedItemAttributeValue, optionally
306
+ # Returns a new instance of feed_item_attribute_value, optionally
307
307
  # yielding it to a passed block so that attributes can be set on it.
308
308
  #
309
309
  # @yield [Google::Ads::GoogleAds::V7::Resources::FeedItemAttributeValue] the new instance that will be returned so attributes
@@ -316,7 +316,7 @@ module Google
316
316
  res
317
317
  end
318
318
 
319
- # Returns a new instance of FeedItemPlaceholderPolicyInfo, optionally
319
+ # Returns a new instance of feed_item_placeholder_policy_info, optionally
320
320
  # yielding it to a passed block so that attributes can be set on it.
321
321
  #
322
322
  # @yield [Google::Ads::GoogleAds::V7::Resources::FeedItemPlaceholderPolicyInfo] the new instance that will be returned so attributes
@@ -329,7 +329,7 @@ module Google
329
329
  res
330
330
  end
331
331
 
332
- # Returns a new instance of FeedItemValidationError, optionally
332
+ # Returns a new instance of feed_item_validation_error, optionally
333
333
  # yielding it to a passed block so that attributes can be set on it.
334
334
  #
335
335
  # @yield [Google::Ads::GoogleAds::V7::Resources::FeedItemValidationError] the new instance that will be returned so attributes
@@ -342,7 +342,7 @@ module Google
342
342
  res
343
343
  end
344
344
 
345
- # Returns a new instance of MobileDeviceConstant, optionally
345
+ # Returns a new instance of mobile_device_constant, optionally
346
346
  # yielding it to a passed block so that attributes can be set on it.
347
347
  #
348
348
  # @yield [Google::Ads::GoogleAds::V7::Resources::MobileDeviceConstant] the new instance that will be returned so attributes
@@ -355,7 +355,7 @@ module Google
355
355
  res
356
356
  end
357
357
 
358
- # Returns a new instance of AdGroupAudienceView, optionally
358
+ # Returns a new instance of ad_group_audience_view, optionally
359
359
  # yielding it to a passed block so that attributes can be set on it.
360
360
  #
361
361
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupAudienceView] the new instance that will be returned so attributes
@@ -368,7 +368,7 @@ module Google
368
368
  res
369
369
  end
370
370
 
371
- # Returns a new instance of Customer, optionally
371
+ # Returns a new instance of customer, optionally
372
372
  # yielding it to a passed block so that attributes can be set on it.
373
373
  #
374
374
  # @yield [Google::Ads::GoogleAds::V7::Resources::Customer] the new instance that will be returned so attributes
@@ -381,7 +381,7 @@ module Google
381
381
  res
382
382
  end
383
383
 
384
- # Returns a new instance of CallReportingSetting, optionally
384
+ # Returns a new instance of call_reporting_setting, optionally
385
385
  # yielding it to a passed block so that attributes can be set on it.
386
386
  #
387
387
  # @yield [Google::Ads::GoogleAds::V7::Resources::CallReportingSetting] the new instance that will be returned so attributes
@@ -394,7 +394,7 @@ module Google
394
394
  res
395
395
  end
396
396
 
397
- # Returns a new instance of ConversionTrackingSetting, optionally
397
+ # Returns a new instance of conversion_tracking_setting, optionally
398
398
  # yielding it to a passed block so that attributes can be set on it.
399
399
  #
400
400
  # @yield [Google::Ads::GoogleAds::V7::Resources::ConversionTrackingSetting] the new instance that will be returned so attributes
@@ -407,7 +407,7 @@ module Google
407
407
  res
408
408
  end
409
409
 
410
- # Returns a new instance of RemarketingSetting, optionally
410
+ # Returns a new instance of remarketing_setting, optionally
411
411
  # yielding it to a passed block so that attributes can be set on it.
412
412
  #
413
413
  # @yield [Google::Ads::GoogleAds::V7::Resources::RemarketingSetting] the new instance that will be returned so attributes
@@ -420,7 +420,7 @@ module Google
420
420
  res
421
421
  end
422
422
 
423
- # Returns a new instance of DomainCategory, optionally
423
+ # Returns a new instance of domain_category, optionally
424
424
  # yielding it to a passed block so that attributes can be set on it.
425
425
  #
426
426
  # @yield [Google::Ads::GoogleAds::V7::Resources::DomainCategory] the new instance that will be returned so attributes
@@ -433,7 +433,7 @@ module Google
433
433
  res
434
434
  end
435
435
 
436
- # Returns a new instance of CampaignExtensionSetting, optionally
436
+ # Returns a new instance of campaign_extension_setting, optionally
437
437
  # yielding it to a passed block so that attributes can be set on it.
438
438
  #
439
439
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignExtensionSetting] the new instance that will be returned so attributes
@@ -446,7 +446,7 @@ module Google
446
446
  res
447
447
  end
448
448
 
449
- # Returns a new instance of GeoTargetConstant, optionally
449
+ # Returns a new instance of geo_target_constant, optionally
450
450
  # yielding it to a passed block so that attributes can be set on it.
451
451
  #
452
452
  # @yield [Google::Ads::GoogleAds::V7::Resources::GeoTargetConstant] the new instance that will be returned so attributes
@@ -459,7 +459,7 @@ module Google
459
459
  res
460
460
  end
461
461
 
462
- # Returns a new instance of AdParameter, optionally
462
+ # Returns a new instance of ad_parameter, optionally
463
463
  # yielding it to a passed block so that attributes can be set on it.
464
464
  #
465
465
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdParameter] the new instance that will be returned so attributes
@@ -472,7 +472,7 @@ module Google
472
472
  res
473
473
  end
474
474
 
475
- # Returns a new instance of CallView, optionally
475
+ # Returns a new instance of call_view, optionally
476
476
  # yielding it to a passed block so that attributes can be set on it.
477
477
  #
478
478
  # @yield [Google::Ads::GoogleAds::V7::Resources::CallView] the new instance that will be returned so attributes
@@ -485,7 +485,7 @@ module Google
485
485
  res
486
486
  end
487
487
 
488
- # Returns a new instance of CurrencyConstant, optionally
488
+ # Returns a new instance of currency_constant, optionally
489
489
  # yielding it to a passed block so that attributes can be set on it.
490
490
  #
491
491
  # @yield [Google::Ads::GoogleAds::V7::Resources::CurrencyConstant] the new instance that will be returned so attributes
@@ -498,7 +498,7 @@ module Google
498
498
  res
499
499
  end
500
500
 
501
- # Returns a new instance of CampaignBudget, optionally
501
+ # Returns a new instance of campaign_budget, optionally
502
502
  # yielding it to a passed block so that attributes can be set on it.
503
503
  #
504
504
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignBudget] the new instance that will be returned so attributes
@@ -511,7 +511,7 @@ module Google
511
511
  res
512
512
  end
513
513
 
514
- # Returns a new instance of CampaignAudienceView, optionally
514
+ # Returns a new instance of campaign_audience_view, optionally
515
515
  # yielding it to a passed block so that attributes can be set on it.
516
516
  #
517
517
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignAudienceView] the new instance that will be returned so attributes
@@ -524,7 +524,7 @@ module Google
524
524
  res
525
525
  end
526
526
 
527
- # Returns a new instance of CustomerAsset, optionally
527
+ # Returns a new instance of customer_asset, optionally
528
528
  # yielding it to a passed block so that attributes can be set on it.
529
529
  #
530
530
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomerAsset] the new instance that will be returned so attributes
@@ -537,7 +537,7 @@ module Google
537
537
  res
538
538
  end
539
539
 
540
- # Returns a new instance of HotelPerformanceView, optionally
540
+ # Returns a new instance of hotel_performance_view, optionally
541
541
  # yielding it to a passed block so that attributes can be set on it.
542
542
  #
543
543
  # @yield [Google::Ads::GoogleAds::V7::Resources::HotelPerformanceView] the new instance that will be returned so attributes
@@ -550,7 +550,7 @@ module Google
550
550
  res
551
551
  end
552
552
 
553
- # Returns a new instance of IncomeRangeView, optionally
553
+ # Returns a new instance of income_range_view, optionally
554
554
  # yielding it to a passed block so that attributes can be set on it.
555
555
  #
556
556
  # @yield [Google::Ads::GoogleAds::V7::Resources::IncomeRangeView] the new instance that will be returned so attributes
@@ -563,7 +563,7 @@ module Google
563
563
  res
564
564
  end
565
565
 
566
- # Returns a new instance of DateRange, optionally
566
+ # Returns a new instance of date_range, optionally
567
567
  # yielding it to a passed block so that attributes can be set on it.
568
568
  #
569
569
  # @yield [Google::Ads::GoogleAds::V7::Common::DateRange] the new instance that will be returned so attributes
@@ -576,7 +576,7 @@ module Google
576
576
  res
577
577
  end
578
578
 
579
- # Returns a new instance of YearMonthRange, optionally
579
+ # Returns a new instance of year_month_range, optionally
580
580
  # yielding it to a passed block so that attributes can be set on it.
581
581
  #
582
582
  # @yield [Google::Ads::GoogleAds::V7::Common::YearMonthRange] the new instance that will be returned so attributes
@@ -589,7 +589,7 @@ module Google
589
589
  res
590
590
  end
591
591
 
592
- # Returns a new instance of YearMonth, optionally
592
+ # Returns a new instance of year_month, optionally
593
593
  # yielding it to a passed block so that attributes can be set on it.
594
594
  #
595
595
  # @yield [Google::Ads::GoogleAds::V7::Common::YearMonth] the new instance that will be returned so attributes
@@ -602,7 +602,7 @@ module Google
602
602
  res
603
603
  end
604
604
 
605
- # Returns a new instance of Invoice, optionally
605
+ # Returns a new instance of invoice, optionally
606
606
  # yielding it to a passed block so that attributes can be set on it.
607
607
  #
608
608
  # @yield [Google::Ads::GoogleAds::V7::Resources::Invoice] the new instance that will be returned so attributes
@@ -615,7 +615,7 @@ module Google
615
615
  res
616
616
  end
617
617
 
618
- # Returns a new instance of AccountBudgetSummary, optionally
618
+ # Returns a new instance of account_budget_summary, optionally
619
619
  # yielding it to a passed block so that attributes can be set on it.
620
620
  #
621
621
  # @yield [Google::Ads::GoogleAds::V7::Resources::Invoice::AccountBudgetSummary] the new instance that will be returned so attributes
@@ -628,7 +628,7 @@ module Google
628
628
  res
629
629
  end
630
630
 
631
- # Returns a new instance of MatchingFunction, optionally
631
+ # Returns a new instance of matching_function, optionally
632
632
  # yielding it to a passed block so that attributes can be set on it.
633
633
  #
634
634
  # @yield [Google::Ads::GoogleAds::V7::Common::MatchingFunction] the new instance that will be returned so attributes
@@ -641,7 +641,7 @@ module Google
641
641
  res
642
642
  end
643
643
 
644
- # Returns a new instance of Operand, optionally
644
+ # Returns a new instance of operand, optionally
645
645
  # yielding it to a passed block so that attributes can be set on it.
646
646
  #
647
647
  # @yield [Google::Ads::GoogleAds::V7::Common::Operand] the new instance that will be returned so attributes
@@ -654,7 +654,7 @@ module Google
654
654
  res
655
655
  end
656
656
 
657
- # Returns a new instance of ConstantOperand, optionally
657
+ # Returns a new instance of constant_operand, optionally
658
658
  # yielding it to a passed block so that attributes can be set on it.
659
659
  #
660
660
  # @yield [Google::Ads::GoogleAds::V7::Common::Operand::ConstantOperand] the new instance that will be returned so attributes
@@ -667,7 +667,7 @@ module Google
667
667
  res
668
668
  end
669
669
 
670
- # Returns a new instance of FeedAttributeOperand, optionally
670
+ # Returns a new instance of feed_attribute_operand, optionally
671
671
  # yielding it to a passed block so that attributes can be set on it.
672
672
  #
673
673
  # @yield [Google::Ads::GoogleAds::V7::Common::Operand::FeedAttributeOperand] the new instance that will be returned so attributes
@@ -680,7 +680,7 @@ module Google
680
680
  res
681
681
  end
682
682
 
683
- # Returns a new instance of FunctionOperand, optionally
683
+ # Returns a new instance of function_operand, optionally
684
684
  # yielding it to a passed block so that attributes can be set on it.
685
685
  #
686
686
  # @yield [Google::Ads::GoogleAds::V7::Common::Operand::FunctionOperand] the new instance that will be returned so attributes
@@ -693,7 +693,7 @@ module Google
693
693
  res
694
694
  end
695
695
 
696
- # Returns a new instance of RequestContextOperand, optionally
696
+ # Returns a new instance of request_context_operand, optionally
697
697
  # yielding it to a passed block so that attributes can be set on it.
698
698
  #
699
699
  # @yield [Google::Ads::GoogleAds::V7::Common::Operand::RequestContextOperand] the new instance that will be returned so attributes
@@ -706,7 +706,7 @@ module Google
706
706
  res
707
707
  end
708
708
 
709
- # Returns a new instance of CustomerFeed, optionally
709
+ # Returns a new instance of customer_feed, optionally
710
710
  # yielding it to a passed block so that attributes can be set on it.
711
711
  #
712
712
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomerFeed] the new instance that will be returned so attributes
@@ -719,7 +719,7 @@ module Google
719
719
  res
720
720
  end
721
721
 
722
- # Returns a new instance of CampaignFeed, optionally
722
+ # Returns a new instance of campaign_feed, optionally
723
723
  # yielding it to a passed block so that attributes can be set on it.
724
724
  #
725
725
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignFeed] the new instance that will be returned so attributes
@@ -732,7 +732,7 @@ module Google
732
732
  res
733
733
  end
734
734
 
735
- # Returns a new instance of CustomerExtensionSetting, optionally
735
+ # Returns a new instance of customer_extension_setting, optionally
736
736
  # yielding it to a passed block so that attributes can be set on it.
737
737
  #
738
738
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomerExtensionSetting] the new instance that will be returned so attributes
@@ -745,7 +745,7 @@ module Google
745
745
  res
746
746
  end
747
747
 
748
- # Returns a new instance of FeedMapping, optionally
748
+ # Returns a new instance of feed_mapping, optionally
749
749
  # yielding it to a passed block so that attributes can be set on it.
750
750
  #
751
751
  # @yield [Google::Ads::GoogleAds::V7::Resources::FeedMapping] the new instance that will be returned so attributes
@@ -758,7 +758,7 @@ module Google
758
758
  res
759
759
  end
760
760
 
761
- # Returns a new instance of AttributeFieldMapping, optionally
761
+ # Returns a new instance of attribute_field_mapping, optionally
762
762
  # yielding it to a passed block so that attributes can be set on it.
763
763
  #
764
764
  # @yield [Google::Ads::GoogleAds::V7::Resources::AttributeFieldMapping] the new instance that will be returned so attributes
@@ -771,7 +771,7 @@ module Google
771
771
  res
772
772
  end
773
773
 
774
- # Returns a new instance of Feed, optionally
774
+ # Returns a new instance of feed, optionally
775
775
  # yielding it to a passed block so that attributes can be set on it.
776
776
  #
777
777
  # @yield [Google::Ads::GoogleAds::V7::Resources::Feed] the new instance that will be returned so attributes
@@ -784,7 +784,7 @@ module Google
784
784
  res
785
785
  end
786
786
 
787
- # Returns a new instance of PlacesLocationFeedData, optionally
787
+ # Returns a new instance of places_location_feed_data, optionally
788
788
  # yielding it to a passed block so that attributes can be set on it.
789
789
  #
790
790
  # @yield [Google::Ads::GoogleAds::V7::Resources::Feed::PlacesLocationFeedData] the new instance that will be returned so attributes
@@ -797,7 +797,7 @@ module Google
797
797
  res
798
798
  end
799
799
 
800
- # Returns a new instance of OAuthInfo, optionally
800
+ # Returns a new instance of o_auth_info, optionally
801
801
  # yielding it to a passed block so that attributes can be set on it.
802
802
  #
803
803
  # @yield [Google::Ads::GoogleAds::V7::Resources::Feed::PlacesLocationFeedData::OAuthInfo] the new instance that will be returned so attributes
@@ -810,7 +810,7 @@ module Google
810
810
  res
811
811
  end
812
812
 
813
- # Returns a new instance of AffiliateLocationFeedData, optionally
813
+ # Returns a new instance of affiliate_location_feed_data, optionally
814
814
  # yielding it to a passed block so that attributes can be set on it.
815
815
  #
816
816
  # @yield [Google::Ads::GoogleAds::V7::Resources::Feed::AffiliateLocationFeedData] the new instance that will be returned so attributes
@@ -823,7 +823,7 @@ module Google
823
823
  res
824
824
  end
825
825
 
826
- # Returns a new instance of FeedAttribute, optionally
826
+ # Returns a new instance of feed_attribute, optionally
827
827
  # yielding it to a passed block so that attributes can be set on it.
828
828
  #
829
829
  # @yield [Google::Ads::GoogleAds::V7::Resources::FeedAttribute] the new instance that will be returned so attributes
@@ -836,7 +836,7 @@ module Google
836
836
  res
837
837
  end
838
838
 
839
- # Returns a new instance of BidModifierSimulationPointList, optionally
839
+ # Returns a new instance of bid_modifier_simulation_point_list, optionally
840
840
  # yielding it to a passed block so that attributes can be set on it.
841
841
  #
842
842
  # @yield [Google::Ads::GoogleAds::V7::Common::BidModifierSimulationPointList] the new instance that will be returned so attributes
@@ -849,7 +849,7 @@ module Google
849
849
  res
850
850
  end
851
851
 
852
- # Returns a new instance of CpcBidSimulationPointList, optionally
852
+ # Returns a new instance of cpc_bid_simulation_point_list, optionally
853
853
  # yielding it to a passed block so that attributes can be set on it.
854
854
  #
855
855
  # @yield [Google::Ads::GoogleAds::V7::Common::CpcBidSimulationPointList] the new instance that will be returned so attributes
@@ -862,7 +862,7 @@ module Google
862
862
  res
863
863
  end
864
864
 
865
- # Returns a new instance of CpvBidSimulationPointList, optionally
865
+ # Returns a new instance of cpv_bid_simulation_point_list, optionally
866
866
  # yielding it to a passed block so that attributes can be set on it.
867
867
  #
868
868
  # @yield [Google::Ads::GoogleAds::V7::Common::CpvBidSimulationPointList] the new instance that will be returned so attributes
@@ -875,7 +875,7 @@ module Google
875
875
  res
876
876
  end
877
877
 
878
- # Returns a new instance of TargetCpaSimulationPointList, optionally
878
+ # Returns a new instance of target_cpa_simulation_point_list, optionally
879
879
  # yielding it to a passed block so that attributes can be set on it.
880
880
  #
881
881
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetCpaSimulationPointList] the new instance that will be returned so attributes
@@ -888,7 +888,7 @@ module Google
888
888
  res
889
889
  end
890
890
 
891
- # Returns a new instance of TargetRoasSimulationPointList, optionally
891
+ # Returns a new instance of target_roas_simulation_point_list, optionally
892
892
  # yielding it to a passed block so that attributes can be set on it.
893
893
  #
894
894
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetRoasSimulationPointList] the new instance that will be returned so attributes
@@ -901,7 +901,7 @@ module Google
901
901
  res
902
902
  end
903
903
 
904
- # Returns a new instance of PercentCpcBidSimulationPointList, optionally
904
+ # Returns a new instance of percent_cpc_bid_simulation_point_list, optionally
905
905
  # yielding it to a passed block so that attributes can be set on it.
906
906
  #
907
907
  # @yield [Google::Ads::GoogleAds::V7::Common::PercentCpcBidSimulationPointList] the new instance that will be returned so attributes
@@ -914,7 +914,7 @@ module Google
914
914
  res
915
915
  end
916
916
 
917
- # Returns a new instance of BudgetSimulationPointList, optionally
917
+ # Returns a new instance of budget_simulation_point_list, optionally
918
918
  # yielding it to a passed block so that attributes can be set on it.
919
919
  #
920
920
  # @yield [Google::Ads::GoogleAds::V7::Common::BudgetSimulationPointList] the new instance that will be returned so attributes
@@ -927,7 +927,7 @@ module Google
927
927
  res
928
928
  end
929
929
 
930
- # Returns a new instance of TargetImpressionShareSimulationPointList, optionally
930
+ # Returns a new instance of target_impression_share_simulation_point_list, optionally
931
931
  # yielding it to a passed block so that attributes can be set on it.
932
932
  #
933
933
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetImpressionShareSimulationPointList] the new instance that will be returned so attributes
@@ -940,7 +940,7 @@ module Google
940
940
  res
941
941
  end
942
942
 
943
- # Returns a new instance of BidModifierSimulationPoint, optionally
943
+ # Returns a new instance of bid_modifier_simulation_point, optionally
944
944
  # yielding it to a passed block so that attributes can be set on it.
945
945
  #
946
946
  # @yield [Google::Ads::GoogleAds::V7::Common::BidModifierSimulationPoint] the new instance that will be returned so attributes
@@ -953,7 +953,7 @@ module Google
953
953
  res
954
954
  end
955
955
 
956
- # Returns a new instance of CpcBidSimulationPoint, optionally
956
+ # Returns a new instance of cpc_bid_simulation_point, optionally
957
957
  # yielding it to a passed block so that attributes can be set on it.
958
958
  #
959
959
  # @yield [Google::Ads::GoogleAds::V7::Common::CpcBidSimulationPoint] the new instance that will be returned so attributes
@@ -966,7 +966,7 @@ module Google
966
966
  res
967
967
  end
968
968
 
969
- # Returns a new instance of CpvBidSimulationPoint, optionally
969
+ # Returns a new instance of cpv_bid_simulation_point, optionally
970
970
  # yielding it to a passed block so that attributes can be set on it.
971
971
  #
972
972
  # @yield [Google::Ads::GoogleAds::V7::Common::CpvBidSimulationPoint] the new instance that will be returned so attributes
@@ -979,7 +979,7 @@ module Google
979
979
  res
980
980
  end
981
981
 
982
- # Returns a new instance of TargetCpaSimulationPoint, optionally
982
+ # Returns a new instance of target_cpa_simulation_point, optionally
983
983
  # yielding it to a passed block so that attributes can be set on it.
984
984
  #
985
985
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetCpaSimulationPoint] the new instance that will be returned so attributes
@@ -992,7 +992,7 @@ module Google
992
992
  res
993
993
  end
994
994
 
995
- # Returns a new instance of TargetRoasSimulationPoint, optionally
995
+ # Returns a new instance of target_roas_simulation_point, optionally
996
996
  # yielding it to a passed block so that attributes can be set on it.
997
997
  #
998
998
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetRoasSimulationPoint] the new instance that will be returned so attributes
@@ -1005,7 +1005,7 @@ module Google
1005
1005
  res
1006
1006
  end
1007
1007
 
1008
- # Returns a new instance of PercentCpcBidSimulationPoint, optionally
1008
+ # Returns a new instance of percent_cpc_bid_simulation_point, optionally
1009
1009
  # yielding it to a passed block so that attributes can be set on it.
1010
1010
  #
1011
1011
  # @yield [Google::Ads::GoogleAds::V7::Common::PercentCpcBidSimulationPoint] the new instance that will be returned so attributes
@@ -1018,7 +1018,7 @@ module Google
1018
1018
  res
1019
1019
  end
1020
1020
 
1021
- # Returns a new instance of BudgetSimulationPoint, optionally
1021
+ # Returns a new instance of budget_simulation_point, optionally
1022
1022
  # yielding it to a passed block so that attributes can be set on it.
1023
1023
  #
1024
1024
  # @yield [Google::Ads::GoogleAds::V7::Common::BudgetSimulationPoint] the new instance that will be returned so attributes
@@ -1031,7 +1031,7 @@ module Google
1031
1031
  res
1032
1032
  end
1033
1033
 
1034
- # Returns a new instance of TargetImpressionShareSimulationPoint, optionally
1034
+ # Returns a new instance of target_impression_share_simulation_point, optionally
1035
1035
  # yielding it to a passed block so that attributes can be set on it.
1036
1036
  #
1037
1037
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetImpressionShareSimulationPoint] the new instance that will be returned so attributes
@@ -1044,7 +1044,7 @@ module Google
1044
1044
  res
1045
1045
  end
1046
1046
 
1047
- # Returns a new instance of AdGroupSimulation, optionally
1047
+ # Returns a new instance of ad_group_simulation, optionally
1048
1048
  # yielding it to a passed block so that attributes can be set on it.
1049
1049
  #
1050
1050
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupSimulation] the new instance that will be returned so attributes
@@ -1057,7 +1057,7 @@ module Google
1057
1057
  res
1058
1058
  end
1059
1059
 
1060
- # Returns a new instance of ProductGroupView, optionally
1060
+ # Returns a new instance of product_group_view, optionally
1061
1061
  # yielding it to a passed block so that attributes can be set on it.
1062
1062
  #
1063
1063
  # @yield [Google::Ads::GoogleAds::V7::Resources::ProductGroupView] the new instance that will be returned so attributes
@@ -1070,7 +1070,7 @@ module Google
1070
1070
  res
1071
1071
  end
1072
1072
 
1073
- # Returns a new instance of AdGroupFeed, optionally
1073
+ # Returns a new instance of ad_group_feed, optionally
1074
1074
  # yielding it to a passed block so that attributes can be set on it.
1075
1075
  #
1076
1076
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupFeed] the new instance that will be returned so attributes
@@ -1083,7 +1083,7 @@ module Google
1083
1083
  res
1084
1084
  end
1085
1085
 
1086
- # Returns a new instance of KeywordInfo, optionally
1086
+ # Returns a new instance of keyword_info, optionally
1087
1087
  # yielding it to a passed block so that attributes can be set on it.
1088
1088
  #
1089
1089
  # @yield [Google::Ads::GoogleAds::V7::Common::KeywordInfo] the new instance that will be returned so attributes
@@ -1096,7 +1096,7 @@ module Google
1096
1096
  res
1097
1097
  end
1098
1098
 
1099
- # Returns a new instance of PlacementInfo, optionally
1099
+ # Returns a new instance of placement_info, optionally
1100
1100
  # yielding it to a passed block so that attributes can be set on it.
1101
1101
  #
1102
1102
  # @yield [Google::Ads::GoogleAds::V7::Common::PlacementInfo] the new instance that will be returned so attributes
@@ -1109,7 +1109,7 @@ module Google
1109
1109
  res
1110
1110
  end
1111
1111
 
1112
- # Returns a new instance of MobileAppCategoryInfo, optionally
1112
+ # Returns a new instance of mobile_app_category_info, optionally
1113
1113
  # yielding it to a passed block so that attributes can be set on it.
1114
1114
  #
1115
1115
  # @yield [Google::Ads::GoogleAds::V7::Common::MobileAppCategoryInfo] the new instance that will be returned so attributes
@@ -1122,7 +1122,7 @@ module Google
1122
1122
  res
1123
1123
  end
1124
1124
 
1125
- # Returns a new instance of MobileApplicationInfo, optionally
1125
+ # Returns a new instance of mobile_application_info, optionally
1126
1126
  # yielding it to a passed block so that attributes can be set on it.
1127
1127
  #
1128
1128
  # @yield [Google::Ads::GoogleAds::V7::Common::MobileApplicationInfo] the new instance that will be returned so attributes
@@ -1135,7 +1135,7 @@ module Google
1135
1135
  res
1136
1136
  end
1137
1137
 
1138
- # Returns a new instance of LocationInfo, optionally
1138
+ # Returns a new instance of location_info, optionally
1139
1139
  # yielding it to a passed block so that attributes can be set on it.
1140
1140
  #
1141
1141
  # @yield [Google::Ads::GoogleAds::V7::Common::LocationInfo] the new instance that will be returned so attributes
@@ -1148,7 +1148,7 @@ module Google
1148
1148
  res
1149
1149
  end
1150
1150
 
1151
- # Returns a new instance of DeviceInfo, optionally
1151
+ # Returns a new instance of device_info, optionally
1152
1152
  # yielding it to a passed block so that attributes can be set on it.
1153
1153
  #
1154
1154
  # @yield [Google::Ads::GoogleAds::V7::Common::DeviceInfo] the new instance that will be returned so attributes
@@ -1161,7 +1161,7 @@ module Google
1161
1161
  res
1162
1162
  end
1163
1163
 
1164
- # Returns a new instance of PreferredContentInfo, optionally
1164
+ # Returns a new instance of preferred_content_info, optionally
1165
1165
  # yielding it to a passed block so that attributes can be set on it.
1166
1166
  #
1167
1167
  # @yield [Google::Ads::GoogleAds::V7::Common::PreferredContentInfo] the new instance that will be returned so attributes
@@ -1174,7 +1174,7 @@ module Google
1174
1174
  res
1175
1175
  end
1176
1176
 
1177
- # Returns a new instance of ListingGroupInfo, optionally
1177
+ # Returns a new instance of listing_group_info, optionally
1178
1178
  # yielding it to a passed block so that attributes can be set on it.
1179
1179
  #
1180
1180
  # @yield [Google::Ads::GoogleAds::V7::Common::ListingGroupInfo] the new instance that will be returned so attributes
@@ -1187,7 +1187,7 @@ module Google
1187
1187
  res
1188
1188
  end
1189
1189
 
1190
- # Returns a new instance of ListingScopeInfo, optionally
1190
+ # Returns a new instance of listing_scope_info, optionally
1191
1191
  # yielding it to a passed block so that attributes can be set on it.
1192
1192
  #
1193
1193
  # @yield [Google::Ads::GoogleAds::V7::Common::ListingScopeInfo] the new instance that will be returned so attributes
@@ -1200,7 +1200,7 @@ module Google
1200
1200
  res
1201
1201
  end
1202
1202
 
1203
- # Returns a new instance of ListingDimensionInfo, optionally
1203
+ # Returns a new instance of listing_dimension_info, optionally
1204
1204
  # yielding it to a passed block so that attributes can be set on it.
1205
1205
  #
1206
1206
  # @yield [Google::Ads::GoogleAds::V7::Common::ListingDimensionInfo] the new instance that will be returned so attributes
@@ -1213,7 +1213,7 @@ module Google
1213
1213
  res
1214
1214
  end
1215
1215
 
1216
- # Returns a new instance of HotelIdInfo, optionally
1216
+ # Returns a new instance of hotel_id_info, optionally
1217
1217
  # yielding it to a passed block so that attributes can be set on it.
1218
1218
  #
1219
1219
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelIdInfo] the new instance that will be returned so attributes
@@ -1226,7 +1226,7 @@ module Google
1226
1226
  res
1227
1227
  end
1228
1228
 
1229
- # Returns a new instance of HotelClassInfo, optionally
1229
+ # Returns a new instance of hotel_class_info, optionally
1230
1230
  # yielding it to a passed block so that attributes can be set on it.
1231
1231
  #
1232
1232
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelClassInfo] the new instance that will be returned so attributes
@@ -1239,7 +1239,7 @@ module Google
1239
1239
  res
1240
1240
  end
1241
1241
 
1242
- # Returns a new instance of HotelCountryRegionInfo, optionally
1242
+ # Returns a new instance of hotel_country_region_info, optionally
1243
1243
  # yielding it to a passed block so that attributes can be set on it.
1244
1244
  #
1245
1245
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelCountryRegionInfo] the new instance that will be returned so attributes
@@ -1252,7 +1252,7 @@ module Google
1252
1252
  res
1253
1253
  end
1254
1254
 
1255
- # Returns a new instance of HotelStateInfo, optionally
1255
+ # Returns a new instance of hotel_state_info, optionally
1256
1256
  # yielding it to a passed block so that attributes can be set on it.
1257
1257
  #
1258
1258
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelStateInfo] the new instance that will be returned so attributes
@@ -1265,7 +1265,7 @@ module Google
1265
1265
  res
1266
1266
  end
1267
1267
 
1268
- # Returns a new instance of HotelCityInfo, optionally
1268
+ # Returns a new instance of hotel_city_info, optionally
1269
1269
  # yielding it to a passed block so that attributes can be set on it.
1270
1270
  #
1271
1271
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelCityInfo] the new instance that will be returned so attributes
@@ -1278,7 +1278,7 @@ module Google
1278
1278
  res
1279
1279
  end
1280
1280
 
1281
- # Returns a new instance of ProductBiddingCategoryInfo, optionally
1281
+ # Returns a new instance of product_bidding_category_info, optionally
1282
1282
  # yielding it to a passed block so that attributes can be set on it.
1283
1283
  #
1284
1284
  # @yield [Google::Ads::GoogleAds::V7::Common::ProductBiddingCategoryInfo] the new instance that will be returned so attributes
@@ -1291,7 +1291,7 @@ module Google
1291
1291
  res
1292
1292
  end
1293
1293
 
1294
- # Returns a new instance of ProductBrandInfo, optionally
1294
+ # Returns a new instance of product_brand_info, optionally
1295
1295
  # yielding it to a passed block so that attributes can be set on it.
1296
1296
  #
1297
1297
  # @yield [Google::Ads::GoogleAds::V7::Common::ProductBrandInfo] the new instance that will be returned so attributes
@@ -1304,7 +1304,7 @@ module Google
1304
1304
  res
1305
1305
  end
1306
1306
 
1307
- # Returns a new instance of ProductChannelInfo, optionally
1307
+ # Returns a new instance of product_channel_info, optionally
1308
1308
  # yielding it to a passed block so that attributes can be set on it.
1309
1309
  #
1310
1310
  # @yield [Google::Ads::GoogleAds::V7::Common::ProductChannelInfo] the new instance that will be returned so attributes
@@ -1317,7 +1317,7 @@ module Google
1317
1317
  res
1318
1318
  end
1319
1319
 
1320
- # Returns a new instance of ProductChannelExclusivityInfo, optionally
1320
+ # Returns a new instance of product_channel_exclusivity_info, optionally
1321
1321
  # yielding it to a passed block so that attributes can be set on it.
1322
1322
  #
1323
1323
  # @yield [Google::Ads::GoogleAds::V7::Common::ProductChannelExclusivityInfo] the new instance that will be returned so attributes
@@ -1330,7 +1330,7 @@ module Google
1330
1330
  res
1331
1331
  end
1332
1332
 
1333
- # Returns a new instance of ProductConditionInfo, optionally
1333
+ # Returns a new instance of product_condition_info, optionally
1334
1334
  # yielding it to a passed block so that attributes can be set on it.
1335
1335
  #
1336
1336
  # @yield [Google::Ads::GoogleAds::V7::Common::ProductConditionInfo] the new instance that will be returned so attributes
@@ -1343,7 +1343,7 @@ module Google
1343
1343
  res
1344
1344
  end
1345
1345
 
1346
- # Returns a new instance of ProductCustomAttributeInfo, optionally
1346
+ # Returns a new instance of product_custom_attribute_info, optionally
1347
1347
  # yielding it to a passed block so that attributes can be set on it.
1348
1348
  #
1349
1349
  # @yield [Google::Ads::GoogleAds::V7::Common::ProductCustomAttributeInfo] the new instance that will be returned so attributes
@@ -1356,7 +1356,7 @@ module Google
1356
1356
  res
1357
1357
  end
1358
1358
 
1359
- # Returns a new instance of ProductItemIdInfo, optionally
1359
+ # Returns a new instance of product_item_id_info, optionally
1360
1360
  # yielding it to a passed block so that attributes can be set on it.
1361
1361
  #
1362
1362
  # @yield [Google::Ads::GoogleAds::V7::Common::ProductItemIdInfo] the new instance that will be returned so attributes
@@ -1369,7 +1369,7 @@ module Google
1369
1369
  res
1370
1370
  end
1371
1371
 
1372
- # Returns a new instance of ProductTypeInfo, optionally
1372
+ # Returns a new instance of product_type_info, optionally
1373
1373
  # yielding it to a passed block so that attributes can be set on it.
1374
1374
  #
1375
1375
  # @yield [Google::Ads::GoogleAds::V7::Common::ProductTypeInfo] the new instance that will be returned so attributes
@@ -1382,7 +1382,7 @@ module Google
1382
1382
  res
1383
1383
  end
1384
1384
 
1385
- # Returns a new instance of UnknownListingDimensionInfo, optionally
1385
+ # Returns a new instance of unknown_listing_dimension_info, optionally
1386
1386
  # yielding it to a passed block so that attributes can be set on it.
1387
1387
  #
1388
1388
  # @yield [Google::Ads::GoogleAds::V7::Common::UnknownListingDimensionInfo] the new instance that will be returned so attributes
@@ -1395,7 +1395,7 @@ module Google
1395
1395
  res
1396
1396
  end
1397
1397
 
1398
- # Returns a new instance of HotelDateSelectionTypeInfo, optionally
1398
+ # Returns a new instance of hotel_date_selection_type_info, optionally
1399
1399
  # yielding it to a passed block so that attributes can be set on it.
1400
1400
  #
1401
1401
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelDateSelectionTypeInfo] the new instance that will be returned so attributes
@@ -1408,7 +1408,7 @@ module Google
1408
1408
  res
1409
1409
  end
1410
1410
 
1411
- # Returns a new instance of HotelAdvanceBookingWindowInfo, optionally
1411
+ # Returns a new instance of hotel_advance_booking_window_info, optionally
1412
1412
  # yielding it to a passed block so that attributes can be set on it.
1413
1413
  #
1414
1414
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelAdvanceBookingWindowInfo] the new instance that will be returned so attributes
@@ -1421,7 +1421,7 @@ module Google
1421
1421
  res
1422
1422
  end
1423
1423
 
1424
- # Returns a new instance of HotelLengthOfStayInfo, optionally
1424
+ # Returns a new instance of hotel_length_of_stay_info, optionally
1425
1425
  # yielding it to a passed block so that attributes can be set on it.
1426
1426
  #
1427
1427
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelLengthOfStayInfo] the new instance that will be returned so attributes
@@ -1434,7 +1434,7 @@ module Google
1434
1434
  res
1435
1435
  end
1436
1436
 
1437
- # Returns a new instance of HotelCheckInDateRangeInfo, optionally
1437
+ # Returns a new instance of hotel_check_in_date_range_info, optionally
1438
1438
  # yielding it to a passed block so that attributes can be set on it.
1439
1439
  #
1440
1440
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelCheckInDateRangeInfo] the new instance that will be returned so attributes
@@ -1447,7 +1447,7 @@ module Google
1447
1447
  res
1448
1448
  end
1449
1449
 
1450
- # Returns a new instance of HotelCheckInDayInfo, optionally
1450
+ # Returns a new instance of hotel_check_in_day_info, optionally
1451
1451
  # yielding it to a passed block so that attributes can be set on it.
1452
1452
  #
1453
1453
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelCheckInDayInfo] the new instance that will be returned so attributes
@@ -1460,7 +1460,7 @@ module Google
1460
1460
  res
1461
1461
  end
1462
1462
 
1463
- # Returns a new instance of InteractionTypeInfo, optionally
1463
+ # Returns a new instance of interaction_type_info, optionally
1464
1464
  # yielding it to a passed block so that attributes can be set on it.
1465
1465
  #
1466
1466
  # @yield [Google::Ads::GoogleAds::V7::Common::InteractionTypeInfo] the new instance that will be returned so attributes
@@ -1473,7 +1473,7 @@ module Google
1473
1473
  res
1474
1474
  end
1475
1475
 
1476
- # Returns a new instance of AdScheduleInfo, optionally
1476
+ # Returns a new instance of ad_schedule_info, optionally
1477
1477
  # yielding it to a passed block so that attributes can be set on it.
1478
1478
  #
1479
1479
  # @yield [Google::Ads::GoogleAds::V7::Common::AdScheduleInfo] the new instance that will be returned so attributes
@@ -1486,7 +1486,7 @@ module Google
1486
1486
  res
1487
1487
  end
1488
1488
 
1489
- # Returns a new instance of AgeRangeInfo, optionally
1489
+ # Returns a new instance of age_range_info, optionally
1490
1490
  # yielding it to a passed block so that attributes can be set on it.
1491
1491
  #
1492
1492
  # @yield [Google::Ads::GoogleAds::V7::Common::AgeRangeInfo] the new instance that will be returned so attributes
@@ -1499,7 +1499,7 @@ module Google
1499
1499
  res
1500
1500
  end
1501
1501
 
1502
- # Returns a new instance of GenderInfo, optionally
1502
+ # Returns a new instance of gender_info, optionally
1503
1503
  # yielding it to a passed block so that attributes can be set on it.
1504
1504
  #
1505
1505
  # @yield [Google::Ads::GoogleAds::V7::Common::GenderInfo] the new instance that will be returned so attributes
@@ -1512,7 +1512,7 @@ module Google
1512
1512
  res
1513
1513
  end
1514
1514
 
1515
- # Returns a new instance of IncomeRangeInfo, optionally
1515
+ # Returns a new instance of income_range_info, optionally
1516
1516
  # yielding it to a passed block so that attributes can be set on it.
1517
1517
  #
1518
1518
  # @yield [Google::Ads::GoogleAds::V7::Common::IncomeRangeInfo] the new instance that will be returned so attributes
@@ -1525,7 +1525,7 @@ module Google
1525
1525
  res
1526
1526
  end
1527
1527
 
1528
- # Returns a new instance of ParentalStatusInfo, optionally
1528
+ # Returns a new instance of parental_status_info, optionally
1529
1529
  # yielding it to a passed block so that attributes can be set on it.
1530
1530
  #
1531
1531
  # @yield [Google::Ads::GoogleAds::V7::Common::ParentalStatusInfo] the new instance that will be returned so attributes
@@ -1538,7 +1538,7 @@ module Google
1538
1538
  res
1539
1539
  end
1540
1540
 
1541
- # Returns a new instance of YouTubeVideoInfo, optionally
1541
+ # Returns a new instance of you_tube_video_info, optionally
1542
1542
  # yielding it to a passed block so that attributes can be set on it.
1543
1543
  #
1544
1544
  # @yield [Google::Ads::GoogleAds::V7::Common::YouTubeVideoInfo] the new instance that will be returned so attributes
@@ -1551,7 +1551,7 @@ module Google
1551
1551
  res
1552
1552
  end
1553
1553
 
1554
- # Returns a new instance of YouTubeChannelInfo, optionally
1554
+ # Returns a new instance of you_tube_channel_info, optionally
1555
1555
  # yielding it to a passed block so that attributes can be set on it.
1556
1556
  #
1557
1557
  # @yield [Google::Ads::GoogleAds::V7::Common::YouTubeChannelInfo] the new instance that will be returned so attributes
@@ -1564,7 +1564,7 @@ module Google
1564
1564
  res
1565
1565
  end
1566
1566
 
1567
- # Returns a new instance of UserListInfo, optionally
1567
+ # Returns a new instance of user_list_info, optionally
1568
1568
  # yielding it to a passed block so that attributes can be set on it.
1569
1569
  #
1570
1570
  # @yield [Google::Ads::GoogleAds::V7::Common::UserListInfo] the new instance that will be returned so attributes
@@ -1577,7 +1577,7 @@ module Google
1577
1577
  res
1578
1578
  end
1579
1579
 
1580
- # Returns a new instance of ProximityInfo, optionally
1580
+ # Returns a new instance of proximity_info, optionally
1581
1581
  # yielding it to a passed block so that attributes can be set on it.
1582
1582
  #
1583
1583
  # @yield [Google::Ads::GoogleAds::V7::Common::ProximityInfo] the new instance that will be returned so attributes
@@ -1590,7 +1590,7 @@ module Google
1590
1590
  res
1591
1591
  end
1592
1592
 
1593
- # Returns a new instance of GeoPointInfo, optionally
1593
+ # Returns a new instance of geo_point_info, optionally
1594
1594
  # yielding it to a passed block so that attributes can be set on it.
1595
1595
  #
1596
1596
  # @yield [Google::Ads::GoogleAds::V7::Common::GeoPointInfo] the new instance that will be returned so attributes
@@ -1603,7 +1603,7 @@ module Google
1603
1603
  res
1604
1604
  end
1605
1605
 
1606
- # Returns a new instance of AddressInfo, optionally
1606
+ # Returns a new instance of address_info, optionally
1607
1607
  # yielding it to a passed block so that attributes can be set on it.
1608
1608
  #
1609
1609
  # @yield [Google::Ads::GoogleAds::V7::Common::AddressInfo] the new instance that will be returned so attributes
@@ -1616,7 +1616,7 @@ module Google
1616
1616
  res
1617
1617
  end
1618
1618
 
1619
- # Returns a new instance of TopicInfo, optionally
1619
+ # Returns a new instance of topic_info, optionally
1620
1620
  # yielding it to a passed block so that attributes can be set on it.
1621
1621
  #
1622
1622
  # @yield [Google::Ads::GoogleAds::V7::Common::TopicInfo] the new instance that will be returned so attributes
@@ -1629,7 +1629,7 @@ module Google
1629
1629
  res
1630
1630
  end
1631
1631
 
1632
- # Returns a new instance of LanguageInfo, optionally
1632
+ # Returns a new instance of language_info, optionally
1633
1633
  # yielding it to a passed block so that attributes can be set on it.
1634
1634
  #
1635
1635
  # @yield [Google::Ads::GoogleAds::V7::Common::LanguageInfo] the new instance that will be returned so attributes
@@ -1642,7 +1642,7 @@ module Google
1642
1642
  res
1643
1643
  end
1644
1644
 
1645
- # Returns a new instance of IpBlockInfo, optionally
1645
+ # Returns a new instance of ip_block_info, optionally
1646
1646
  # yielding it to a passed block so that attributes can be set on it.
1647
1647
  #
1648
1648
  # @yield [Google::Ads::GoogleAds::V7::Common::IpBlockInfo] the new instance that will be returned so attributes
@@ -1655,7 +1655,7 @@ module Google
1655
1655
  res
1656
1656
  end
1657
1657
 
1658
- # Returns a new instance of ContentLabelInfo, optionally
1658
+ # Returns a new instance of content_label_info, optionally
1659
1659
  # yielding it to a passed block so that attributes can be set on it.
1660
1660
  #
1661
1661
  # @yield [Google::Ads::GoogleAds::V7::Common::ContentLabelInfo] the new instance that will be returned so attributes
@@ -1668,7 +1668,7 @@ module Google
1668
1668
  res
1669
1669
  end
1670
1670
 
1671
- # Returns a new instance of CarrierInfo, optionally
1671
+ # Returns a new instance of carrier_info, optionally
1672
1672
  # yielding it to a passed block so that attributes can be set on it.
1673
1673
  #
1674
1674
  # @yield [Google::Ads::GoogleAds::V7::Common::CarrierInfo] the new instance that will be returned so attributes
@@ -1681,7 +1681,7 @@ module Google
1681
1681
  res
1682
1682
  end
1683
1683
 
1684
- # Returns a new instance of UserInterestInfo, optionally
1684
+ # Returns a new instance of user_interest_info, optionally
1685
1685
  # yielding it to a passed block so that attributes can be set on it.
1686
1686
  #
1687
1687
  # @yield [Google::Ads::GoogleAds::V7::Common::UserInterestInfo] the new instance that will be returned so attributes
@@ -1694,7 +1694,7 @@ module Google
1694
1694
  res
1695
1695
  end
1696
1696
 
1697
- # Returns a new instance of WebpageInfo, optionally
1697
+ # Returns a new instance of webpage_info, optionally
1698
1698
  # yielding it to a passed block so that attributes can be set on it.
1699
1699
  #
1700
1700
  # @yield [Google::Ads::GoogleAds::V7::Common::WebpageInfo] the new instance that will be returned so attributes
@@ -1707,7 +1707,7 @@ module Google
1707
1707
  res
1708
1708
  end
1709
1709
 
1710
- # Returns a new instance of WebpageConditionInfo, optionally
1710
+ # Returns a new instance of webpage_condition_info, optionally
1711
1711
  # yielding it to a passed block so that attributes can be set on it.
1712
1712
  #
1713
1713
  # @yield [Google::Ads::GoogleAds::V7::Common::WebpageConditionInfo] the new instance that will be returned so attributes
@@ -1720,7 +1720,7 @@ module Google
1720
1720
  res
1721
1721
  end
1722
1722
 
1723
- # Returns a new instance of WebpageSampleInfo, optionally
1723
+ # Returns a new instance of webpage_sample_info, optionally
1724
1724
  # yielding it to a passed block so that attributes can be set on it.
1725
1725
  #
1726
1726
  # @yield [Google::Ads::GoogleAds::V7::Common::WebpageSampleInfo] the new instance that will be returned so attributes
@@ -1733,7 +1733,7 @@ module Google
1733
1733
  res
1734
1734
  end
1735
1735
 
1736
- # Returns a new instance of OperatingSystemVersionInfo, optionally
1736
+ # Returns a new instance of operating_system_version_info, optionally
1737
1737
  # yielding it to a passed block so that attributes can be set on it.
1738
1738
  #
1739
1739
  # @yield [Google::Ads::GoogleAds::V7::Common::OperatingSystemVersionInfo] the new instance that will be returned so attributes
@@ -1746,7 +1746,7 @@ module Google
1746
1746
  res
1747
1747
  end
1748
1748
 
1749
- # Returns a new instance of AppPaymentModelInfo, optionally
1749
+ # Returns a new instance of app_payment_model_info, optionally
1750
1750
  # yielding it to a passed block so that attributes can be set on it.
1751
1751
  #
1752
1752
  # @yield [Google::Ads::GoogleAds::V7::Common::AppPaymentModelInfo] the new instance that will be returned so attributes
@@ -1759,7 +1759,7 @@ module Google
1759
1759
  res
1760
1760
  end
1761
1761
 
1762
- # Returns a new instance of MobileDeviceInfo, optionally
1762
+ # Returns a new instance of mobile_device_info, optionally
1763
1763
  # yielding it to a passed block so that attributes can be set on it.
1764
1764
  #
1765
1765
  # @yield [Google::Ads::GoogleAds::V7::Common::MobileDeviceInfo] the new instance that will be returned so attributes
@@ -1772,7 +1772,7 @@ module Google
1772
1772
  res
1773
1773
  end
1774
1774
 
1775
- # Returns a new instance of CustomAffinityInfo, optionally
1775
+ # Returns a new instance of custom_affinity_info, optionally
1776
1776
  # yielding it to a passed block so that attributes can be set on it.
1777
1777
  #
1778
1778
  # @yield [Google::Ads::GoogleAds::V7::Common::CustomAffinityInfo] the new instance that will be returned so attributes
@@ -1785,7 +1785,7 @@ module Google
1785
1785
  res
1786
1786
  end
1787
1787
 
1788
- # Returns a new instance of CustomIntentInfo, optionally
1788
+ # Returns a new instance of custom_intent_info, optionally
1789
1789
  # yielding it to a passed block so that attributes can be set on it.
1790
1790
  #
1791
1791
  # @yield [Google::Ads::GoogleAds::V7::Common::CustomIntentInfo] the new instance that will be returned so attributes
@@ -1798,7 +1798,7 @@ module Google
1798
1798
  res
1799
1799
  end
1800
1800
 
1801
- # Returns a new instance of LocationGroupInfo, optionally
1801
+ # Returns a new instance of location_group_info, optionally
1802
1802
  # yielding it to a passed block so that attributes can be set on it.
1803
1803
  #
1804
1804
  # @yield [Google::Ads::GoogleAds::V7::Common::LocationGroupInfo] the new instance that will be returned so attributes
@@ -1811,7 +1811,7 @@ module Google
1811
1811
  res
1812
1812
  end
1813
1813
 
1814
- # Returns a new instance of CustomAudienceInfo, optionally
1814
+ # Returns a new instance of custom_audience_info, optionally
1815
1815
  # yielding it to a passed block so that attributes can be set on it.
1816
1816
  #
1817
1817
  # @yield [Google::Ads::GoogleAds::V7::Common::CustomAudienceInfo] the new instance that will be returned so attributes
@@ -1824,7 +1824,7 @@ module Google
1824
1824
  res
1825
1825
  end
1826
1826
 
1827
- # Returns a new instance of CombinedAudienceInfo, optionally
1827
+ # Returns a new instance of combined_audience_info, optionally
1828
1828
  # yielding it to a passed block so that attributes can be set on it.
1829
1829
  #
1830
1830
  # @yield [Google::Ads::GoogleAds::V7::Common::CombinedAudienceInfo] the new instance that will be returned so attributes
@@ -1837,7 +1837,7 @@ module Google
1837
1837
  res
1838
1838
  end
1839
1839
 
1840
- # Returns a new instance of CampaignBidModifier, optionally
1840
+ # Returns a new instance of campaign_bid_modifier, optionally
1841
1841
  # yielding it to a passed block so that attributes can be set on it.
1842
1842
  #
1843
1843
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignBidModifier] the new instance that will be returned so attributes
@@ -1850,7 +1850,7 @@ module Google
1850
1850
  res
1851
1851
  end
1852
1852
 
1853
- # Returns a new instance of CustomerClient, optionally
1853
+ # Returns a new instance of customer_client, optionally
1854
1854
  # yielding it to a passed block so that attributes can be set on it.
1855
1855
  #
1856
1856
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomerClient] the new instance that will be returned so attributes
@@ -1863,7 +1863,7 @@ module Google
1863
1863
  res
1864
1864
  end
1865
1865
 
1866
- # Returns a new instance of SharedCriterion, optionally
1866
+ # Returns a new instance of shared_criterion, optionally
1867
1867
  # yielding it to a passed block so that attributes can be set on it.
1868
1868
  #
1869
1869
  # @yield [Google::Ads::GoogleAds::V7::Resources::SharedCriterion] the new instance that will be returned so attributes
@@ -1876,7 +1876,7 @@ module Google
1876
1876
  res
1877
1877
  end
1878
1878
 
1879
- # Returns a new instance of BillingSetup, optionally
1879
+ # Returns a new instance of billing_setup, optionally
1880
1880
  # yielding it to a passed block so that attributes can be set on it.
1881
1881
  #
1882
1882
  # @yield [Google::Ads::GoogleAds::V7::Resources::BillingSetup] the new instance that will be returned so attributes
@@ -1889,7 +1889,7 @@ module Google
1889
1889
  res
1890
1890
  end
1891
1891
 
1892
- # Returns a new instance of PaymentsAccountInfo, optionally
1892
+ # Returns a new instance of payments_account_info, optionally
1893
1893
  # yielding it to a passed block so that attributes can be set on it.
1894
1894
  #
1895
1895
  # @yield [Google::Ads::GoogleAds::V7::Resources::BillingSetup::PaymentsAccountInfo] the new instance that will be returned so attributes
@@ -1902,7 +1902,7 @@ module Google
1902
1902
  res
1903
1903
  end
1904
1904
 
1905
- # Returns a new instance of AdGroupLabel, optionally
1905
+ # Returns a new instance of ad_group_label, optionally
1906
1906
  # yielding it to a passed block so that attributes can be set on it.
1907
1907
  #
1908
1908
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupLabel] the new instance that will be returned so attributes
@@ -1915,7 +1915,7 @@ module Google
1915
1915
  res
1916
1916
  end
1917
1917
 
1918
- # Returns a new instance of AdAssetPolicySummary, optionally
1918
+ # Returns a new instance of ad_asset_policy_summary, optionally
1919
1919
  # yielding it to a passed block so that attributes can be set on it.
1920
1920
  #
1921
1921
  # @yield [Google::Ads::GoogleAds::V7::Common::AdAssetPolicySummary] the new instance that will be returned so attributes
@@ -1928,7 +1928,7 @@ module Google
1928
1928
  res
1929
1929
  end
1930
1930
 
1931
- # Returns a new instance of AdTextAsset, optionally
1931
+ # Returns a new instance of ad_text_asset, optionally
1932
1932
  # yielding it to a passed block so that attributes can be set on it.
1933
1933
  #
1934
1934
  # @yield [Google::Ads::GoogleAds::V7::Common::AdTextAsset] the new instance that will be returned so attributes
@@ -1941,7 +1941,7 @@ module Google
1941
1941
  res
1942
1942
  end
1943
1943
 
1944
- # Returns a new instance of AdImageAsset, optionally
1944
+ # Returns a new instance of ad_image_asset, optionally
1945
1945
  # yielding it to a passed block so that attributes can be set on it.
1946
1946
  #
1947
1947
  # @yield [Google::Ads::GoogleAds::V7::Common::AdImageAsset] the new instance that will be returned so attributes
@@ -1954,7 +1954,7 @@ module Google
1954
1954
  res
1955
1955
  end
1956
1956
 
1957
- # Returns a new instance of AdVideoAsset, optionally
1957
+ # Returns a new instance of ad_video_asset, optionally
1958
1958
  # yielding it to a passed block so that attributes can be set on it.
1959
1959
  #
1960
1960
  # @yield [Google::Ads::GoogleAds::V7::Common::AdVideoAsset] the new instance that will be returned so attributes
@@ -1967,7 +1967,7 @@ module Google
1967
1967
  res
1968
1968
  end
1969
1969
 
1970
- # Returns a new instance of AdMediaBundleAsset, optionally
1970
+ # Returns a new instance of ad_media_bundle_asset, optionally
1971
1971
  # yielding it to a passed block so that attributes can be set on it.
1972
1972
  #
1973
1973
  # @yield [Google::Ads::GoogleAds::V7::Common::AdMediaBundleAsset] the new instance that will be returned so attributes
@@ -1980,7 +1980,7 @@ module Google
1980
1980
  res
1981
1981
  end
1982
1982
 
1983
- # Returns a new instance of TextAdInfo, optionally
1983
+ # Returns a new instance of text_ad_info, optionally
1984
1984
  # yielding it to a passed block so that attributes can be set on it.
1985
1985
  #
1986
1986
  # @yield [Google::Ads::GoogleAds::V7::Common::TextAdInfo] the new instance that will be returned so attributes
@@ -1993,7 +1993,7 @@ module Google
1993
1993
  res
1994
1994
  end
1995
1995
 
1996
- # Returns a new instance of ExpandedTextAdInfo, optionally
1996
+ # Returns a new instance of expanded_text_ad_info, optionally
1997
1997
  # yielding it to a passed block so that attributes can be set on it.
1998
1998
  #
1999
1999
  # @yield [Google::Ads::GoogleAds::V7::Common::ExpandedTextAdInfo] the new instance that will be returned so attributes
@@ -2006,7 +2006,7 @@ module Google
2006
2006
  res
2007
2007
  end
2008
2008
 
2009
- # Returns a new instance of CallOnlyAdInfo, optionally
2009
+ # Returns a new instance of call_only_ad_info, optionally
2010
2010
  # yielding it to a passed block so that attributes can be set on it.
2011
2011
  #
2012
2012
  # @yield [Google::Ads::GoogleAds::V7::Common::CallOnlyAdInfo] the new instance that will be returned so attributes
@@ -2019,7 +2019,7 @@ module Google
2019
2019
  res
2020
2020
  end
2021
2021
 
2022
- # Returns a new instance of ExpandedDynamicSearchAdInfo, optionally
2022
+ # Returns a new instance of expanded_dynamic_search_ad_info, optionally
2023
2023
  # yielding it to a passed block so that attributes can be set on it.
2024
2024
  #
2025
2025
  # @yield [Google::Ads::GoogleAds::V7::Common::ExpandedDynamicSearchAdInfo] the new instance that will be returned so attributes
@@ -2032,7 +2032,7 @@ module Google
2032
2032
  res
2033
2033
  end
2034
2034
 
2035
- # Returns a new instance of HotelAdInfo, optionally
2035
+ # Returns a new instance of hotel_ad_info, optionally
2036
2036
  # yielding it to a passed block so that attributes can be set on it.
2037
2037
  #
2038
2038
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelAdInfo] the new instance that will be returned so attributes
@@ -2045,7 +2045,7 @@ module Google
2045
2045
  res
2046
2046
  end
2047
2047
 
2048
- # Returns a new instance of ShoppingSmartAdInfo, optionally
2048
+ # Returns a new instance of shopping_smart_ad_info, optionally
2049
2049
  # yielding it to a passed block so that attributes can be set on it.
2050
2050
  #
2051
2051
  # @yield [Google::Ads::GoogleAds::V7::Common::ShoppingSmartAdInfo] the new instance that will be returned so attributes
@@ -2058,7 +2058,7 @@ module Google
2058
2058
  res
2059
2059
  end
2060
2060
 
2061
- # Returns a new instance of ShoppingProductAdInfo, optionally
2061
+ # Returns a new instance of shopping_product_ad_info, optionally
2062
2062
  # yielding it to a passed block so that attributes can be set on it.
2063
2063
  #
2064
2064
  # @yield [Google::Ads::GoogleAds::V7::Common::ShoppingProductAdInfo] the new instance that will be returned so attributes
@@ -2071,7 +2071,7 @@ module Google
2071
2071
  res
2072
2072
  end
2073
2073
 
2074
- # Returns a new instance of ShoppingComparisonListingAdInfo, optionally
2074
+ # Returns a new instance of shopping_comparison_listing_ad_info, optionally
2075
2075
  # yielding it to a passed block so that attributes can be set on it.
2076
2076
  #
2077
2077
  # @yield [Google::Ads::GoogleAds::V7::Common::ShoppingComparisonListingAdInfo] the new instance that will be returned so attributes
@@ -2084,7 +2084,7 @@ module Google
2084
2084
  res
2085
2085
  end
2086
2086
 
2087
- # Returns a new instance of GmailAdInfo, optionally
2087
+ # Returns a new instance of gmail_ad_info, optionally
2088
2088
  # yielding it to a passed block so that attributes can be set on it.
2089
2089
  #
2090
2090
  # @yield [Google::Ads::GoogleAds::V7::Common::GmailAdInfo] the new instance that will be returned so attributes
@@ -2097,7 +2097,7 @@ module Google
2097
2097
  res
2098
2098
  end
2099
2099
 
2100
- # Returns a new instance of GmailTeaser, optionally
2100
+ # Returns a new instance of gmail_teaser, optionally
2101
2101
  # yielding it to a passed block so that attributes can be set on it.
2102
2102
  #
2103
2103
  # @yield [Google::Ads::GoogleAds::V7::Common::GmailTeaser] the new instance that will be returned so attributes
@@ -2110,7 +2110,7 @@ module Google
2110
2110
  res
2111
2111
  end
2112
2112
 
2113
- # Returns a new instance of DisplayCallToAction, optionally
2113
+ # Returns a new instance of display_call_to_action, optionally
2114
2114
  # yielding it to a passed block so that attributes can be set on it.
2115
2115
  #
2116
2116
  # @yield [Google::Ads::GoogleAds::V7::Common::DisplayCallToAction] the new instance that will be returned so attributes
@@ -2123,7 +2123,7 @@ module Google
2123
2123
  res
2124
2124
  end
2125
2125
 
2126
- # Returns a new instance of ProductImage, optionally
2126
+ # Returns a new instance of product_image, optionally
2127
2127
  # yielding it to a passed block so that attributes can be set on it.
2128
2128
  #
2129
2129
  # @yield [Google::Ads::GoogleAds::V7::Common::ProductImage] the new instance that will be returned so attributes
@@ -2136,7 +2136,7 @@ module Google
2136
2136
  res
2137
2137
  end
2138
2138
 
2139
- # Returns a new instance of ProductVideo, optionally
2139
+ # Returns a new instance of product_video, optionally
2140
2140
  # yielding it to a passed block so that attributes can be set on it.
2141
2141
  #
2142
2142
  # @yield [Google::Ads::GoogleAds::V7::Common::ProductVideo] the new instance that will be returned so attributes
@@ -2149,7 +2149,7 @@ module Google
2149
2149
  res
2150
2150
  end
2151
2151
 
2152
- # Returns a new instance of ImageAdInfo, optionally
2152
+ # Returns a new instance of image_ad_info, optionally
2153
2153
  # yielding it to a passed block so that attributes can be set on it.
2154
2154
  #
2155
2155
  # @yield [Google::Ads::GoogleAds::V7::Common::ImageAdInfo] the new instance that will be returned so attributes
@@ -2162,7 +2162,7 @@ module Google
2162
2162
  res
2163
2163
  end
2164
2164
 
2165
- # Returns a new instance of VideoBumperInStreamAdInfo, optionally
2165
+ # Returns a new instance of video_bumper_in_stream_ad_info, optionally
2166
2166
  # yielding it to a passed block so that attributes can be set on it.
2167
2167
  #
2168
2168
  # @yield [Google::Ads::GoogleAds::V7::Common::VideoBumperInStreamAdInfo] the new instance that will be returned so attributes
@@ -2175,7 +2175,7 @@ module Google
2175
2175
  res
2176
2176
  end
2177
2177
 
2178
- # Returns a new instance of VideoNonSkippableInStreamAdInfo, optionally
2178
+ # Returns a new instance of video_non_skippable_in_stream_ad_info, optionally
2179
2179
  # yielding it to a passed block so that attributes can be set on it.
2180
2180
  #
2181
2181
  # @yield [Google::Ads::GoogleAds::V7::Common::VideoNonSkippableInStreamAdInfo] the new instance that will be returned so attributes
@@ -2188,7 +2188,7 @@ module Google
2188
2188
  res
2189
2189
  end
2190
2190
 
2191
- # Returns a new instance of VideoTrueViewInStreamAdInfo, optionally
2191
+ # Returns a new instance of video_true_view_in_stream_ad_info, optionally
2192
2192
  # yielding it to a passed block so that attributes can be set on it.
2193
2193
  #
2194
2194
  # @yield [Google::Ads::GoogleAds::V7::Common::VideoTrueViewInStreamAdInfo] the new instance that will be returned so attributes
@@ -2201,7 +2201,7 @@ module Google
2201
2201
  res
2202
2202
  end
2203
2203
 
2204
- # Returns a new instance of VideoOutstreamAdInfo, optionally
2204
+ # Returns a new instance of video_outstream_ad_info, optionally
2205
2205
  # yielding it to a passed block so that attributes can be set on it.
2206
2206
  #
2207
2207
  # @yield [Google::Ads::GoogleAds::V7::Common::VideoOutstreamAdInfo] the new instance that will be returned so attributes
@@ -2214,7 +2214,7 @@ module Google
2214
2214
  res
2215
2215
  end
2216
2216
 
2217
- # Returns a new instance of VideoTrueViewDiscoveryAdInfo, optionally
2217
+ # Returns a new instance of video_true_view_discovery_ad_info, optionally
2218
2218
  # yielding it to a passed block so that attributes can be set on it.
2219
2219
  #
2220
2220
  # @yield [Google::Ads::GoogleAds::V7::Common::VideoTrueViewDiscoveryAdInfo] the new instance that will be returned so attributes
@@ -2227,7 +2227,7 @@ module Google
2227
2227
  res
2228
2228
  end
2229
2229
 
2230
- # Returns a new instance of VideoAdInfo, optionally
2230
+ # Returns a new instance of video_ad_info, optionally
2231
2231
  # yielding it to a passed block so that attributes can be set on it.
2232
2232
  #
2233
2233
  # @yield [Google::Ads::GoogleAds::V7::Common::VideoAdInfo] the new instance that will be returned so attributes
@@ -2240,7 +2240,7 @@ module Google
2240
2240
  res
2241
2241
  end
2242
2242
 
2243
- # Returns a new instance of VideoResponsiveAdInfo, optionally
2243
+ # Returns a new instance of video_responsive_ad_info, optionally
2244
2244
  # yielding it to a passed block so that attributes can be set on it.
2245
2245
  #
2246
2246
  # @yield [Google::Ads::GoogleAds::V7::Common::VideoResponsiveAdInfo] the new instance that will be returned so attributes
@@ -2253,7 +2253,7 @@ module Google
2253
2253
  res
2254
2254
  end
2255
2255
 
2256
- # Returns a new instance of ResponsiveSearchAdInfo, optionally
2256
+ # Returns a new instance of responsive_search_ad_info, optionally
2257
2257
  # yielding it to a passed block so that attributes can be set on it.
2258
2258
  #
2259
2259
  # @yield [Google::Ads::GoogleAds::V7::Common::ResponsiveSearchAdInfo] the new instance that will be returned so attributes
@@ -2266,7 +2266,7 @@ module Google
2266
2266
  res
2267
2267
  end
2268
2268
 
2269
- # Returns a new instance of LegacyResponsiveDisplayAdInfo, optionally
2269
+ # Returns a new instance of legacy_responsive_display_ad_info, optionally
2270
2270
  # yielding it to a passed block so that attributes can be set on it.
2271
2271
  #
2272
2272
  # @yield [Google::Ads::GoogleAds::V7::Common::LegacyResponsiveDisplayAdInfo] the new instance that will be returned so attributes
@@ -2279,7 +2279,7 @@ module Google
2279
2279
  res
2280
2280
  end
2281
2281
 
2282
- # Returns a new instance of AppAdInfo, optionally
2282
+ # Returns a new instance of app_ad_info, optionally
2283
2283
  # yielding it to a passed block so that attributes can be set on it.
2284
2284
  #
2285
2285
  # @yield [Google::Ads::GoogleAds::V7::Common::AppAdInfo] the new instance that will be returned so attributes
@@ -2292,7 +2292,7 @@ module Google
2292
2292
  res
2293
2293
  end
2294
2294
 
2295
- # Returns a new instance of AppEngagementAdInfo, optionally
2295
+ # Returns a new instance of app_engagement_ad_info, optionally
2296
2296
  # yielding it to a passed block so that attributes can be set on it.
2297
2297
  #
2298
2298
  # @yield [Google::Ads::GoogleAds::V7::Common::AppEngagementAdInfo] the new instance that will be returned so attributes
@@ -2305,7 +2305,7 @@ module Google
2305
2305
  res
2306
2306
  end
2307
2307
 
2308
- # Returns a new instance of LegacyAppInstallAdInfo, optionally
2308
+ # Returns a new instance of legacy_app_install_ad_info, optionally
2309
2309
  # yielding it to a passed block so that attributes can be set on it.
2310
2310
  #
2311
2311
  # @yield [Google::Ads::GoogleAds::V7::Common::LegacyAppInstallAdInfo] the new instance that will be returned so attributes
@@ -2318,7 +2318,7 @@ module Google
2318
2318
  res
2319
2319
  end
2320
2320
 
2321
- # Returns a new instance of ResponsiveDisplayAdInfo, optionally
2321
+ # Returns a new instance of responsive_display_ad_info, optionally
2322
2322
  # yielding it to a passed block so that attributes can be set on it.
2323
2323
  #
2324
2324
  # @yield [Google::Ads::GoogleAds::V7::Common::ResponsiveDisplayAdInfo] the new instance that will be returned so attributes
@@ -2331,7 +2331,7 @@ module Google
2331
2331
  res
2332
2332
  end
2333
2333
 
2334
- # Returns a new instance of LocalAdInfo, optionally
2334
+ # Returns a new instance of local_ad_info, optionally
2335
2335
  # yielding it to a passed block so that attributes can be set on it.
2336
2336
  #
2337
2337
  # @yield [Google::Ads::GoogleAds::V7::Common::LocalAdInfo] the new instance that will be returned so attributes
@@ -2344,7 +2344,7 @@ module Google
2344
2344
  res
2345
2345
  end
2346
2346
 
2347
- # Returns a new instance of DisplayUploadAdInfo, optionally
2347
+ # Returns a new instance of display_upload_ad_info, optionally
2348
2348
  # yielding it to a passed block so that attributes can be set on it.
2349
2349
  #
2350
2350
  # @yield [Google::Ads::GoogleAds::V7::Common::DisplayUploadAdInfo] the new instance that will be returned so attributes
@@ -2357,7 +2357,7 @@ module Google
2357
2357
  res
2358
2358
  end
2359
2359
 
2360
- # Returns a new instance of ResponsiveDisplayAdControlSpec, optionally
2360
+ # Returns a new instance of responsive_display_ad_control_spec, optionally
2361
2361
  # yielding it to a passed block so that attributes can be set on it.
2362
2362
  #
2363
2363
  # @yield [Google::Ads::GoogleAds::V7::Common::ResponsiveDisplayAdControlSpec] the new instance that will be returned so attributes
@@ -2370,7 +2370,7 @@ module Google
2370
2370
  res
2371
2371
  end
2372
2372
 
2373
- # Returns a new instance of FinalAppUrl, optionally
2373
+ # Returns a new instance of final_app_url, optionally
2374
2374
  # yielding it to a passed block so that attributes can be set on it.
2375
2375
  #
2376
2376
  # @yield [Google::Ads::GoogleAds::V7::Common::FinalAppUrl] the new instance that will be returned so attributes
@@ -2383,7 +2383,7 @@ module Google
2383
2383
  res
2384
2384
  end
2385
2385
 
2386
- # Returns a new instance of UrlCollection, optionally
2386
+ # Returns a new instance of url_collection, optionally
2387
2387
  # yielding it to a passed block so that attributes can be set on it.
2388
2388
  #
2389
2389
  # @yield [Google::Ads::GoogleAds::V7::Common::UrlCollection] the new instance that will be returned so attributes
@@ -2396,7 +2396,7 @@ module Google
2396
2396
  res
2397
2397
  end
2398
2398
 
2399
- # Returns a new instance of Ad, optionally
2399
+ # Returns a new instance of ad, optionally
2400
2400
  # yielding it to a passed block so that attributes can be set on it.
2401
2401
  #
2402
2402
  # @yield [Google::Ads::GoogleAds::V7::Resources::Ad] the new instance that will be returned so attributes
@@ -2409,7 +2409,7 @@ module Google
2409
2409
  res
2410
2410
  end
2411
2411
 
2412
- # Returns a new instance of WebpageView, optionally
2412
+ # Returns a new instance of webpage_view, optionally
2413
2413
  # yielding it to a passed block so that attributes can be set on it.
2414
2414
  #
2415
2415
  # @yield [Google::Ads::GoogleAds::V7::Resources::WebpageView] the new instance that will be returned so attributes
@@ -2422,7 +2422,7 @@ module Google
2422
2422
  res
2423
2423
  end
2424
2424
 
2425
- # Returns a new instance of CustomerManagerLink, optionally
2425
+ # Returns a new instance of customer_manager_link, optionally
2426
2426
  # yielding it to a passed block so that attributes can be set on it.
2427
2427
  #
2428
2428
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomerManagerLink] the new instance that will be returned so attributes
@@ -2435,7 +2435,7 @@ module Google
2435
2435
  res
2436
2436
  end
2437
2437
 
2438
- # Returns a new instance of CarrierConstant, optionally
2438
+ # Returns a new instance of carrier_constant, optionally
2439
2439
  # yielding it to a passed block so that attributes can be set on it.
2440
2440
  #
2441
2441
  # @yield [Google::Ads::GoogleAds::V7::Resources::CarrierConstant] the new instance that will be returned so attributes
@@ -2448,7 +2448,7 @@ module Google
2448
2448
  res
2449
2449
  end
2450
2450
 
2451
- # Returns a new instance of Commission, optionally
2451
+ # Returns a new instance of commission, optionally
2452
2452
  # yielding it to a passed block so that attributes can be set on it.
2453
2453
  #
2454
2454
  # @yield [Google::Ads::GoogleAds::V7::Common::Commission] the new instance that will be returned so attributes
@@ -2461,7 +2461,7 @@ module Google
2461
2461
  res
2462
2462
  end
2463
2463
 
2464
- # Returns a new instance of EnhancedCpc, optionally
2464
+ # Returns a new instance of enhanced_cpc, optionally
2465
2465
  # yielding it to a passed block so that attributes can be set on it.
2466
2466
  #
2467
2467
  # @yield [Google::Ads::GoogleAds::V7::Common::EnhancedCpc] the new instance that will be returned so attributes
@@ -2474,7 +2474,7 @@ module Google
2474
2474
  res
2475
2475
  end
2476
2476
 
2477
- # Returns a new instance of ManualCpc, optionally
2477
+ # Returns a new instance of manual_cpc, optionally
2478
2478
  # yielding it to a passed block so that attributes can be set on it.
2479
2479
  #
2480
2480
  # @yield [Google::Ads::GoogleAds::V7::Common::ManualCpc] the new instance that will be returned so attributes
@@ -2487,7 +2487,7 @@ module Google
2487
2487
  res
2488
2488
  end
2489
2489
 
2490
- # Returns a new instance of ManualCpm, optionally
2490
+ # Returns a new instance of manual_cpm, optionally
2491
2491
  # yielding it to a passed block so that attributes can be set on it.
2492
2492
  #
2493
2493
  # @yield [Google::Ads::GoogleAds::V7::Common::ManualCpm] the new instance that will be returned so attributes
@@ -2500,7 +2500,7 @@ module Google
2500
2500
  res
2501
2501
  end
2502
2502
 
2503
- # Returns a new instance of ManualCpv, optionally
2503
+ # Returns a new instance of manual_cpv, optionally
2504
2504
  # yielding it to a passed block so that attributes can be set on it.
2505
2505
  #
2506
2506
  # @yield [Google::Ads::GoogleAds::V7::Common::ManualCpv] the new instance that will be returned so attributes
@@ -2513,7 +2513,7 @@ module Google
2513
2513
  res
2514
2514
  end
2515
2515
 
2516
- # Returns a new instance of MaximizeConversions, optionally
2516
+ # Returns a new instance of maximize_conversions, optionally
2517
2517
  # yielding it to a passed block so that attributes can be set on it.
2518
2518
  #
2519
2519
  # @yield [Google::Ads::GoogleAds::V7::Common::MaximizeConversions] the new instance that will be returned so attributes
@@ -2526,7 +2526,7 @@ module Google
2526
2526
  res
2527
2527
  end
2528
2528
 
2529
- # Returns a new instance of MaximizeConversionValue, optionally
2529
+ # Returns a new instance of maximize_conversion_value, optionally
2530
2530
  # yielding it to a passed block so that attributes can be set on it.
2531
2531
  #
2532
2532
  # @yield [Google::Ads::GoogleAds::V7::Common::MaximizeConversionValue] the new instance that will be returned so attributes
@@ -2539,7 +2539,7 @@ module Google
2539
2539
  res
2540
2540
  end
2541
2541
 
2542
- # Returns a new instance of TargetCpa, optionally
2542
+ # Returns a new instance of target_cpa, optionally
2543
2543
  # yielding it to a passed block so that attributes can be set on it.
2544
2544
  #
2545
2545
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetCpa] the new instance that will be returned so attributes
@@ -2552,7 +2552,7 @@ module Google
2552
2552
  res
2553
2553
  end
2554
2554
 
2555
- # Returns a new instance of TargetCpm, optionally
2555
+ # Returns a new instance of target_cpm, optionally
2556
2556
  # yielding it to a passed block so that attributes can be set on it.
2557
2557
  #
2558
2558
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetCpm] the new instance that will be returned so attributes
@@ -2565,7 +2565,7 @@ module Google
2565
2565
  res
2566
2566
  end
2567
2567
 
2568
- # Returns a new instance of TargetImpressionShare, optionally
2568
+ # Returns a new instance of target_impression_share, optionally
2569
2569
  # yielding it to a passed block so that attributes can be set on it.
2570
2570
  #
2571
2571
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetImpressionShare] the new instance that will be returned so attributes
@@ -2578,7 +2578,7 @@ module Google
2578
2578
  res
2579
2579
  end
2580
2580
 
2581
- # Returns a new instance of TargetRoas, optionally
2581
+ # Returns a new instance of target_roas, optionally
2582
2582
  # yielding it to a passed block so that attributes can be set on it.
2583
2583
  #
2584
2584
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetRoas] the new instance that will be returned so attributes
@@ -2591,7 +2591,7 @@ module Google
2591
2591
  res
2592
2592
  end
2593
2593
 
2594
- # Returns a new instance of TargetSpend, optionally
2594
+ # Returns a new instance of target_spend, optionally
2595
2595
  # yielding it to a passed block so that attributes can be set on it.
2596
2596
  #
2597
2597
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetSpend] the new instance that will be returned so attributes
@@ -2604,7 +2604,7 @@ module Google
2604
2604
  res
2605
2605
  end
2606
2606
 
2607
- # Returns a new instance of PercentCpc, optionally
2607
+ # Returns a new instance of percent_cpc, optionally
2608
2608
  # yielding it to a passed block so that attributes can be set on it.
2609
2609
  #
2610
2610
  # @yield [Google::Ads::GoogleAds::V7::Common::PercentCpc] the new instance that will be returned so attributes
@@ -2617,7 +2617,7 @@ module Google
2617
2617
  res
2618
2618
  end
2619
2619
 
2620
- # Returns a new instance of BiddingStrategy, optionally
2620
+ # Returns a new instance of bidding_strategy, optionally
2621
2621
  # yielding it to a passed block so that attributes can be set on it.
2622
2622
  #
2623
2623
  # @yield [Google::Ads::GoogleAds::V7::Resources::BiddingStrategy] the new instance that will be returned so attributes
@@ -2630,7 +2630,7 @@ module Google
2630
2630
  res
2631
2631
  end
2632
2632
 
2633
- # Returns a new instance of AgeRangeView, optionally
2633
+ # Returns a new instance of age_range_view, optionally
2634
2634
  # yielding it to a passed block so that attributes can be set on it.
2635
2635
  #
2636
2636
  # @yield [Google::Ads::GoogleAds::V7::Resources::AgeRangeView] the new instance that will be returned so attributes
@@ -2643,7 +2643,7 @@ module Google
2643
2643
  res
2644
2644
  end
2645
2645
 
2646
- # Returns a new instance of ClickLocation, optionally
2646
+ # Returns a new instance of click_location, optionally
2647
2647
  # yielding it to a passed block so that attributes can be set on it.
2648
2648
  #
2649
2649
  # @yield [Google::Ads::GoogleAds::V7::Common::ClickLocation] the new instance that will be returned so attributes
@@ -2656,7 +2656,7 @@ module Google
2656
2656
  res
2657
2657
  end
2658
2658
 
2659
- # Returns a new instance of ClickView, optionally
2659
+ # Returns a new instance of click_view, optionally
2660
2660
  # yielding it to a passed block so that attributes can be set on it.
2661
2661
  #
2662
2662
  # @yield [Google::Ads::GoogleAds::V7::Resources::ClickView] the new instance that will be returned so attributes
@@ -2669,7 +2669,7 @@ module Google
2669
2669
  res
2670
2670
  end
2671
2671
 
2672
- # Returns a new instance of ManagedPlacementView, optionally
2672
+ # Returns a new instance of managed_placement_view, optionally
2673
2673
  # yielding it to a passed block so that attributes can be set on it.
2674
2674
  #
2675
2675
  # @yield [Google::Ads::GoogleAds::V7::Resources::ManagedPlacementView] the new instance that will be returned so attributes
@@ -2682,7 +2682,7 @@ module Google
2682
2682
  res
2683
2683
  end
2684
2684
 
2685
- # Returns a new instance of PaymentsAccount, optionally
2685
+ # Returns a new instance of payments_account, optionally
2686
2686
  # yielding it to a passed block so that attributes can be set on it.
2687
2687
  #
2688
2688
  # @yield [Google::Ads::GoogleAds::V7::Resources::PaymentsAccount] the new instance that will be returned so attributes
@@ -2695,7 +2695,7 @@ module Google
2695
2695
  res
2696
2696
  end
2697
2697
 
2698
- # Returns a new instance of CampaignSharedSet, optionally
2698
+ # Returns a new instance of campaign_shared_set, optionally
2699
2699
  # yielding it to a passed block so that attributes can be set on it.
2700
2700
  #
2701
2701
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignSharedSet] the new instance that will be returned so attributes
@@ -2708,7 +2708,7 @@ module Google
2708
2708
  res
2709
2709
  end
2710
2710
 
2711
- # Returns a new instance of SimilarUserListInfo, optionally
2711
+ # Returns a new instance of similar_user_list_info, optionally
2712
2712
  # yielding it to a passed block so that attributes can be set on it.
2713
2713
  #
2714
2714
  # @yield [Google::Ads::GoogleAds::V7::Common::SimilarUserListInfo] the new instance that will be returned so attributes
@@ -2721,7 +2721,7 @@ module Google
2721
2721
  res
2722
2722
  end
2723
2723
 
2724
- # Returns a new instance of CrmBasedUserListInfo, optionally
2724
+ # Returns a new instance of crm_based_user_list_info, optionally
2725
2725
  # yielding it to a passed block so that attributes can be set on it.
2726
2726
  #
2727
2727
  # @yield [Google::Ads::GoogleAds::V7::Common::CrmBasedUserListInfo] the new instance that will be returned so attributes
@@ -2734,7 +2734,7 @@ module Google
2734
2734
  res
2735
2735
  end
2736
2736
 
2737
- # Returns a new instance of UserListRuleInfo, optionally
2737
+ # Returns a new instance of user_list_rule_info, optionally
2738
2738
  # yielding it to a passed block so that attributes can be set on it.
2739
2739
  #
2740
2740
  # @yield [Google::Ads::GoogleAds::V7::Common::UserListRuleInfo] the new instance that will be returned so attributes
@@ -2747,7 +2747,7 @@ module Google
2747
2747
  res
2748
2748
  end
2749
2749
 
2750
- # Returns a new instance of UserListRuleItemGroupInfo, optionally
2750
+ # Returns a new instance of user_list_rule_item_group_info, optionally
2751
2751
  # yielding it to a passed block so that attributes can be set on it.
2752
2752
  #
2753
2753
  # @yield [Google::Ads::GoogleAds::V7::Common::UserListRuleItemGroupInfo] the new instance that will be returned so attributes
@@ -2760,7 +2760,7 @@ module Google
2760
2760
  res
2761
2761
  end
2762
2762
 
2763
- # Returns a new instance of UserListRuleItemInfo, optionally
2763
+ # Returns a new instance of user_list_rule_item_info, optionally
2764
2764
  # yielding it to a passed block so that attributes can be set on it.
2765
2765
  #
2766
2766
  # @yield [Google::Ads::GoogleAds::V7::Common::UserListRuleItemInfo] the new instance that will be returned so attributes
@@ -2773,7 +2773,7 @@ module Google
2773
2773
  res
2774
2774
  end
2775
2775
 
2776
- # Returns a new instance of UserListDateRuleItemInfo, optionally
2776
+ # Returns a new instance of user_list_date_rule_item_info, optionally
2777
2777
  # yielding it to a passed block so that attributes can be set on it.
2778
2778
  #
2779
2779
  # @yield [Google::Ads::GoogleAds::V7::Common::UserListDateRuleItemInfo] the new instance that will be returned so attributes
@@ -2786,7 +2786,7 @@ module Google
2786
2786
  res
2787
2787
  end
2788
2788
 
2789
- # Returns a new instance of UserListNumberRuleItemInfo, optionally
2789
+ # Returns a new instance of user_list_number_rule_item_info, optionally
2790
2790
  # yielding it to a passed block so that attributes can be set on it.
2791
2791
  #
2792
2792
  # @yield [Google::Ads::GoogleAds::V7::Common::UserListNumberRuleItemInfo] the new instance that will be returned so attributes
@@ -2799,7 +2799,7 @@ module Google
2799
2799
  res
2800
2800
  end
2801
2801
 
2802
- # Returns a new instance of UserListStringRuleItemInfo, optionally
2802
+ # Returns a new instance of user_list_string_rule_item_info, optionally
2803
2803
  # yielding it to a passed block so that attributes can be set on it.
2804
2804
  #
2805
2805
  # @yield [Google::Ads::GoogleAds::V7::Common::UserListStringRuleItemInfo] the new instance that will be returned so attributes
@@ -2812,7 +2812,7 @@ module Google
2812
2812
  res
2813
2813
  end
2814
2814
 
2815
- # Returns a new instance of CombinedRuleUserListInfo, optionally
2815
+ # Returns a new instance of combined_rule_user_list_info, optionally
2816
2816
  # yielding it to a passed block so that attributes can be set on it.
2817
2817
  #
2818
2818
  # @yield [Google::Ads::GoogleAds::V7::Common::CombinedRuleUserListInfo] the new instance that will be returned so attributes
@@ -2825,7 +2825,7 @@ module Google
2825
2825
  res
2826
2826
  end
2827
2827
 
2828
- # Returns a new instance of DateSpecificRuleUserListInfo, optionally
2828
+ # Returns a new instance of date_specific_rule_user_list_info, optionally
2829
2829
  # yielding it to a passed block so that attributes can be set on it.
2830
2830
  #
2831
2831
  # @yield [Google::Ads::GoogleAds::V7::Common::DateSpecificRuleUserListInfo] the new instance that will be returned so attributes
@@ -2838,7 +2838,7 @@ module Google
2838
2838
  res
2839
2839
  end
2840
2840
 
2841
- # Returns a new instance of ExpressionRuleUserListInfo, optionally
2841
+ # Returns a new instance of expression_rule_user_list_info, optionally
2842
2842
  # yielding it to a passed block so that attributes can be set on it.
2843
2843
  #
2844
2844
  # @yield [Google::Ads::GoogleAds::V7::Common::ExpressionRuleUserListInfo] the new instance that will be returned so attributes
@@ -2851,7 +2851,7 @@ module Google
2851
2851
  res
2852
2852
  end
2853
2853
 
2854
- # Returns a new instance of RuleBasedUserListInfo, optionally
2854
+ # Returns a new instance of rule_based_user_list_info, optionally
2855
2855
  # yielding it to a passed block so that attributes can be set on it.
2856
2856
  #
2857
2857
  # @yield [Google::Ads::GoogleAds::V7::Common::RuleBasedUserListInfo] the new instance that will be returned so attributes
@@ -2864,7 +2864,7 @@ module Google
2864
2864
  res
2865
2865
  end
2866
2866
 
2867
- # Returns a new instance of LogicalUserListInfo, optionally
2867
+ # Returns a new instance of logical_user_list_info, optionally
2868
2868
  # yielding it to a passed block so that attributes can be set on it.
2869
2869
  #
2870
2870
  # @yield [Google::Ads::GoogleAds::V7::Common::LogicalUserListInfo] the new instance that will be returned so attributes
@@ -2877,7 +2877,7 @@ module Google
2877
2877
  res
2878
2878
  end
2879
2879
 
2880
- # Returns a new instance of UserListLogicalRuleInfo, optionally
2880
+ # Returns a new instance of user_list_logical_rule_info, optionally
2881
2881
  # yielding it to a passed block so that attributes can be set on it.
2882
2882
  #
2883
2883
  # @yield [Google::Ads::GoogleAds::V7::Common::UserListLogicalRuleInfo] the new instance that will be returned so attributes
@@ -2890,7 +2890,7 @@ module Google
2890
2890
  res
2891
2891
  end
2892
2892
 
2893
- # Returns a new instance of LogicalUserListOperandInfo, optionally
2893
+ # Returns a new instance of logical_user_list_operand_info, optionally
2894
2894
  # yielding it to a passed block so that attributes can be set on it.
2895
2895
  #
2896
2896
  # @yield [Google::Ads::GoogleAds::V7::Common::LogicalUserListOperandInfo] the new instance that will be returned so attributes
@@ -2903,7 +2903,7 @@ module Google
2903
2903
  res
2904
2904
  end
2905
2905
 
2906
- # Returns a new instance of BasicUserListInfo, optionally
2906
+ # Returns a new instance of basic_user_list_info, optionally
2907
2907
  # yielding it to a passed block so that attributes can be set on it.
2908
2908
  #
2909
2909
  # @yield [Google::Ads::GoogleAds::V7::Common::BasicUserListInfo] the new instance that will be returned so attributes
@@ -2916,7 +2916,7 @@ module Google
2916
2916
  res
2917
2917
  end
2918
2918
 
2919
- # Returns a new instance of UserListActionInfo, optionally
2919
+ # Returns a new instance of user_list_action_info, optionally
2920
2920
  # yielding it to a passed block so that attributes can be set on it.
2921
2921
  #
2922
2922
  # @yield [Google::Ads::GoogleAds::V7::Common::UserListActionInfo] the new instance that will be returned so attributes
@@ -2929,7 +2929,7 @@ module Google
2929
2929
  res
2930
2930
  end
2931
2931
 
2932
- # Returns a new instance of UserList, optionally
2932
+ # Returns a new instance of user_list, optionally
2933
2933
  # yielding it to a passed block so that attributes can be set on it.
2934
2934
  #
2935
2935
  # @yield [Google::Ads::GoogleAds::V7::Resources::UserList] the new instance that will be returned so attributes
@@ -2942,7 +2942,7 @@ module Google
2942
2942
  res
2943
2943
  end
2944
2944
 
2945
- # Returns a new instance of ExplorerAutoOptimizerSetting, optionally
2945
+ # Returns a new instance of explorer_auto_optimizer_setting, optionally
2946
2946
  # yielding it to a passed block so that attributes can be set on it.
2947
2947
  #
2948
2948
  # @yield [Google::Ads::GoogleAds::V7::Common::ExplorerAutoOptimizerSetting] the new instance that will be returned so attributes
@@ -2955,7 +2955,7 @@ module Google
2955
2955
  res
2956
2956
  end
2957
2957
 
2958
- # Returns a new instance of TargetingSetting, optionally
2958
+ # Returns a new instance of targeting_setting, optionally
2959
2959
  # yielding it to a passed block so that attributes can be set on it.
2960
2960
  #
2961
2961
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetingSetting] the new instance that will be returned so attributes
@@ -2968,7 +2968,7 @@ module Google
2968
2968
  res
2969
2969
  end
2970
2970
 
2971
- # Returns a new instance of TargetRestriction, optionally
2971
+ # Returns a new instance of target_restriction, optionally
2972
2972
  # yielding it to a passed block so that attributes can be set on it.
2973
2973
  #
2974
2974
  # @yield [Google::Ads::GoogleAds::V7::Common::TargetRestriction] the new instance that will be returned so attributes
@@ -2981,7 +2981,7 @@ module Google
2981
2981
  res
2982
2982
  end
2983
2983
 
2984
- # Returns a new instance of AdGroup, optionally
2984
+ # Returns a new instance of ad_group, optionally
2985
2985
  # yielding it to a passed block so that attributes can be set on it.
2986
2986
  #
2987
2987
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroup] the new instance that will be returned so attributes
@@ -2994,7 +2994,7 @@ module Google
2994
2994
  res
2995
2995
  end
2996
2996
 
2997
- # Returns a new instance of AdGroupAd, optionally
2997
+ # Returns a new instance of ad_group_ad, optionally
2998
2998
  # yielding it to a passed block so that attributes can be set on it.
2999
2999
  #
3000
3000
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupAd] the new instance that will be returned so attributes
@@ -3007,7 +3007,7 @@ module Google
3007
3007
  res
3008
3008
  end
3009
3009
 
3010
- # Returns a new instance of AdGroupAdPolicySummary, optionally
3010
+ # Returns a new instance of ad_group_ad_policy_summary, optionally
3011
3011
  # yielding it to a passed block so that attributes can be set on it.
3012
3012
  #
3013
3013
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupAdPolicySummary] the new instance that will be returned so attributes
@@ -3020,7 +3020,7 @@ module Google
3020
3020
  res
3021
3021
  end
3022
3022
 
3023
- # Returns a new instance of AdGroupBidModifier, optionally
3023
+ # Returns a new instance of ad_group_bid_modifier, optionally
3024
3024
  # yielding it to a passed block so that attributes can be set on it.
3025
3025
  #
3026
3026
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupBidModifier] the new instance that will be returned so attributes
@@ -3033,7 +3033,7 @@ module Google
3033
3033
  res
3034
3034
  end
3035
3035
 
3036
- # Returns a new instance of AdGroupCriterion, optionally
3036
+ # Returns a new instance of ad_group_criterion, optionally
3037
3037
  # yielding it to a passed block so that attributes can be set on it.
3038
3038
  #
3039
3039
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupCriterion] the new instance that will be returned so attributes
@@ -3046,7 +3046,7 @@ module Google
3046
3046
  res
3047
3047
  end
3048
3048
 
3049
- # Returns a new instance of QualityInfo, optionally
3049
+ # Returns a new instance of quality_info, optionally
3050
3050
  # yielding it to a passed block so that attributes can be set on it.
3051
3051
  #
3052
3052
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupCriterion::QualityInfo] the new instance that will be returned so attributes
@@ -3059,7 +3059,7 @@ module Google
3059
3059
  res
3060
3060
  end
3061
3061
 
3062
- # Returns a new instance of PositionEstimates, optionally
3062
+ # Returns a new instance of position_estimates, optionally
3063
3063
  # yielding it to a passed block so that attributes can be set on it.
3064
3064
  #
3065
3065
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupCriterion::PositionEstimates] the new instance that will be returned so attributes
@@ -3072,7 +3072,7 @@ module Google
3072
3072
  res
3073
3073
  end
3074
3074
 
3075
- # Returns a new instance of FrequencyCapEntry, optionally
3075
+ # Returns a new instance of frequency_cap_entry, optionally
3076
3076
  # yielding it to a passed block so that attributes can be set on it.
3077
3077
  #
3078
3078
  # @yield [Google::Ads::GoogleAds::V7::Common::FrequencyCapEntry] the new instance that will be returned so attributes
@@ -3085,7 +3085,7 @@ module Google
3085
3085
  res
3086
3086
  end
3087
3087
 
3088
- # Returns a new instance of FrequencyCapKey, optionally
3088
+ # Returns a new instance of frequency_cap_key, optionally
3089
3089
  # yielding it to a passed block so that attributes can be set on it.
3090
3090
  #
3091
3091
  # @yield [Google::Ads::GoogleAds::V7::Common::FrequencyCapKey] the new instance that will be returned so attributes
@@ -3098,7 +3098,7 @@ module Google
3098
3098
  res
3099
3099
  end
3100
3100
 
3101
- # Returns a new instance of RealTimeBiddingSetting, optionally
3101
+ # Returns a new instance of real_time_bidding_setting, optionally
3102
3102
  # yielding it to a passed block so that attributes can be set on it.
3103
3103
  #
3104
3104
  # @yield [Google::Ads::GoogleAds::V7::Common::RealTimeBiddingSetting] the new instance that will be returned so attributes
@@ -3111,7 +3111,7 @@ module Google
3111
3111
  res
3112
3112
  end
3113
3113
 
3114
- # Returns a new instance of Campaign, optionally
3114
+ # Returns a new instance of campaign, optionally
3115
3115
  # yielding it to a passed block so that attributes can be set on it.
3116
3116
  #
3117
3117
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign] the new instance that will be returned so attributes
@@ -3124,7 +3124,7 @@ module Google
3124
3124
  res
3125
3125
  end
3126
3126
 
3127
- # Returns a new instance of NetworkSettings, optionally
3127
+ # Returns a new instance of network_settings, optionally
3128
3128
  # yielding it to a passed block so that attributes can be set on it.
3129
3129
  #
3130
3130
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign::NetworkSettings] the new instance that will be returned so attributes
@@ -3137,7 +3137,7 @@ module Google
3137
3137
  res
3138
3138
  end
3139
3139
 
3140
- # Returns a new instance of HotelSettingInfo, optionally
3140
+ # Returns a new instance of hotel_setting_info, optionally
3141
3141
  # yielding it to a passed block so that attributes can be set on it.
3142
3142
  #
3143
3143
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign::HotelSettingInfo] the new instance that will be returned so attributes
@@ -3150,7 +3150,7 @@ module Google
3150
3150
  res
3151
3151
  end
3152
3152
 
3153
- # Returns a new instance of LocalCampaignSetting, optionally
3153
+ # Returns a new instance of local_campaign_setting, optionally
3154
3154
  # yielding it to a passed block so that attributes can be set on it.
3155
3155
  #
3156
3156
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign::LocalCampaignSetting] the new instance that will be returned so attributes
@@ -3163,7 +3163,7 @@ module Google
3163
3163
  res
3164
3164
  end
3165
3165
 
3166
- # Returns a new instance of DynamicSearchAdsSetting, optionally
3166
+ # Returns a new instance of dynamic_search_ads_setting, optionally
3167
3167
  # yielding it to a passed block so that attributes can be set on it.
3168
3168
  #
3169
3169
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign::DynamicSearchAdsSetting] the new instance that will be returned so attributes
@@ -3176,7 +3176,7 @@ module Google
3176
3176
  res
3177
3177
  end
3178
3178
 
3179
- # Returns a new instance of TrackingSetting, optionally
3179
+ # Returns a new instance of tracking_setting, optionally
3180
3180
  # yielding it to a passed block so that attributes can be set on it.
3181
3181
  #
3182
3182
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign::TrackingSetting] the new instance that will be returned so attributes
@@ -3189,7 +3189,7 @@ module Google
3189
3189
  res
3190
3190
  end
3191
3191
 
3192
- # Returns a new instance of VanityPharma, optionally
3192
+ # Returns a new instance of vanity_pharma, optionally
3193
3193
  # yielding it to a passed block so that attributes can be set on it.
3194
3194
  #
3195
3195
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign::VanityPharma] the new instance that will be returned so attributes
@@ -3202,7 +3202,7 @@ module Google
3202
3202
  res
3203
3203
  end
3204
3204
 
3205
- # Returns a new instance of ShoppingSetting, optionally
3205
+ # Returns a new instance of shopping_setting, optionally
3206
3206
  # yielding it to a passed block so that attributes can be set on it.
3207
3207
  #
3208
3208
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign::ShoppingSetting] the new instance that will be returned so attributes
@@ -3215,7 +3215,7 @@ module Google
3215
3215
  res
3216
3216
  end
3217
3217
 
3218
- # Returns a new instance of OptimizationGoalSetting, optionally
3218
+ # Returns a new instance of optimization_goal_setting, optionally
3219
3219
  # yielding it to a passed block so that attributes can be set on it.
3220
3220
  #
3221
3221
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign::OptimizationGoalSetting] the new instance that will be returned so attributes
@@ -3228,7 +3228,7 @@ module Google
3228
3228
  res
3229
3229
  end
3230
3230
 
3231
- # Returns a new instance of GeoTargetTypeSetting, optionally
3231
+ # Returns a new instance of geo_target_type_setting, optionally
3232
3232
  # yielding it to a passed block so that attributes can be set on it.
3233
3233
  #
3234
3234
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign::GeoTargetTypeSetting] the new instance that will be returned so attributes
@@ -3241,7 +3241,7 @@ module Google
3241
3241
  res
3242
3242
  end
3243
3243
 
3244
- # Returns a new instance of SelectiveOptimization, optionally
3244
+ # Returns a new instance of selective_optimization, optionally
3245
3245
  # yielding it to a passed block so that attributes can be set on it.
3246
3246
  #
3247
3247
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign::SelectiveOptimization] the new instance that will be returned so attributes
@@ -3254,7 +3254,7 @@ module Google
3254
3254
  res
3255
3255
  end
3256
3256
 
3257
- # Returns a new instance of AppCampaignSetting, optionally
3257
+ # Returns a new instance of app_campaign_setting, optionally
3258
3258
  # yielding it to a passed block so that attributes can be set on it.
3259
3259
  #
3260
3260
  # @yield [Google::Ads::GoogleAds::V7::Resources::Campaign::AppCampaignSetting] the new instance that will be returned so attributes
@@ -3267,7 +3267,7 @@ module Google
3267
3267
  res
3268
3268
  end
3269
3269
 
3270
- # Returns a new instance of CampaignCriterion, optionally
3270
+ # Returns a new instance of campaign_criterion, optionally
3271
3271
  # yielding it to a passed block so that attributes can be set on it.
3272
3272
  #
3273
3273
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignCriterion] the new instance that will be returned so attributes
@@ -3280,7 +3280,7 @@ module Google
3280
3280
  res
3281
3281
  end
3282
3282
 
3283
- # Returns a new instance of ChangeEvent, optionally
3283
+ # Returns a new instance of change_event, optionally
3284
3284
  # yielding it to a passed block so that attributes can be set on it.
3285
3285
  #
3286
3286
  # @yield [Google::Ads::GoogleAds::V7::Resources::ChangeEvent] the new instance that will be returned so attributes
@@ -3293,7 +3293,7 @@ module Google
3293
3293
  res
3294
3294
  end
3295
3295
 
3296
- # Returns a new instance of ChangedResource, optionally
3296
+ # Returns a new instance of changed_resource, optionally
3297
3297
  # yielding it to a passed block so that attributes can be set on it.
3298
3298
  #
3299
3299
  # @yield [Google::Ads::GoogleAds::V7::Resources::ChangeEvent::ChangedResource] the new instance that will be returned so attributes
@@ -3306,7 +3306,7 @@ module Google
3306
3306
  res
3307
3307
  end
3308
3308
 
3309
- # Returns a new instance of CustomAudience, optionally
3309
+ # Returns a new instance of custom_audience, optionally
3310
3310
  # yielding it to a passed block so that attributes can be set on it.
3311
3311
  #
3312
3312
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomAudience] the new instance that will be returned so attributes
@@ -3319,7 +3319,7 @@ module Google
3319
3319
  res
3320
3320
  end
3321
3321
 
3322
- # Returns a new instance of CustomAudienceMember, optionally
3322
+ # Returns a new instance of custom_audience_member, optionally
3323
3323
  # yielding it to a passed block so that attributes can be set on it.
3324
3324
  #
3325
3325
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomAudienceMember] the new instance that will be returned so attributes
@@ -3332,7 +3332,7 @@ module Google
3332
3332
  res
3333
3333
  end
3334
3334
 
3335
- # Returns a new instance of ProductBiddingCategoryConstant, optionally
3335
+ # Returns a new instance of product_bidding_category_constant, optionally
3336
3336
  # yielding it to a passed block so that attributes can be set on it.
3337
3337
  #
3338
3338
  # @yield [Google::Ads::GoogleAds::V7::Resources::ProductBiddingCategoryConstant] the new instance that will be returned so attributes
@@ -3345,7 +3345,7 @@ module Google
3345
3345
  res
3346
3346
  end
3347
3347
 
3348
- # Returns a new instance of MerchantCenterLink, optionally
3348
+ # Returns a new instance of merchant_center_link, optionally
3349
3349
  # yielding it to a passed block so that attributes can be set on it.
3350
3350
  #
3351
3351
  # @yield [Google::Ads::GoogleAds::V7::Resources::MerchantCenterLink] the new instance that will be returned so attributes
@@ -3358,7 +3358,7 @@ module Google
3358
3358
  res
3359
3359
  end
3360
3360
 
3361
- # Returns a new instance of DisplayKeywordView, optionally
3361
+ # Returns a new instance of display_keyword_view, optionally
3362
3362
  # yielding it to a passed block so that attributes can be set on it.
3363
3363
  #
3364
3364
  # @yield [Google::Ads::GoogleAds::V7::Resources::DisplayKeywordView] the new instance that will be returned so attributes
@@ -3371,7 +3371,7 @@ module Google
3371
3371
  res
3372
3372
  end
3373
3373
 
3374
- # Returns a new instance of AdGroupExtensionSetting, optionally
3374
+ # Returns a new instance of ad_group_extension_setting, optionally
3375
3375
  # yielding it to a passed block so that attributes can be set on it.
3376
3376
  #
3377
3377
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupExtensionSetting] the new instance that will be returned so attributes
@@ -3384,7 +3384,7 @@ module Google
3384
3384
  res
3385
3385
  end
3386
3386
 
3387
- # Returns a new instance of AdGroupAdAssetView, optionally
3387
+ # Returns a new instance of ad_group_ad_asset_view, optionally
3388
3388
  # yielding it to a passed block so that attributes can be set on it.
3389
3389
  #
3390
3390
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupAdAssetView] the new instance that will be returned so attributes
@@ -3397,7 +3397,7 @@ module Google
3397
3397
  res
3398
3398
  end
3399
3399
 
3400
- # Returns a new instance of AdGroupAdAssetPolicySummary, optionally
3400
+ # Returns a new instance of ad_group_ad_asset_policy_summary, optionally
3401
3401
  # yielding it to a passed block so that attributes can be set on it.
3402
3402
  #
3403
3403
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupAdAssetPolicySummary] the new instance that will be returned so attributes
@@ -3410,7 +3410,7 @@ module Google
3410
3410
  res
3411
3411
  end
3412
3412
 
3413
- # Returns a new instance of FeedItemTarget, optionally
3413
+ # Returns a new instance of feed_item_target, optionally
3414
3414
  # yielding it to a passed block so that attributes can be set on it.
3415
3415
  #
3416
3416
  # @yield [Google::Ads::GoogleAds::V7::Resources::FeedItemTarget] the new instance that will be returned so attributes
@@ -3423,7 +3423,7 @@ module Google
3423
3423
  res
3424
3424
  end
3425
3425
 
3426
- # Returns a new instance of AppFeedItem, optionally
3426
+ # Returns a new instance of app_feed_item, optionally
3427
3427
  # yielding it to a passed block so that attributes can be set on it.
3428
3428
  #
3429
3429
  # @yield [Google::Ads::GoogleAds::V7::Common::AppFeedItem] the new instance that will be returned so attributes
@@ -3436,7 +3436,7 @@ module Google
3436
3436
  res
3437
3437
  end
3438
3438
 
3439
- # Returns a new instance of CallFeedItem, optionally
3439
+ # Returns a new instance of call_feed_item, optionally
3440
3440
  # yielding it to a passed block so that attributes can be set on it.
3441
3441
  #
3442
3442
  # @yield [Google::Ads::GoogleAds::V7::Common::CallFeedItem] the new instance that will be returned so attributes
@@ -3449,7 +3449,7 @@ module Google
3449
3449
  res
3450
3450
  end
3451
3451
 
3452
- # Returns a new instance of CalloutFeedItem, optionally
3452
+ # Returns a new instance of callout_feed_item, optionally
3453
3453
  # yielding it to a passed block so that attributes can be set on it.
3454
3454
  #
3455
3455
  # @yield [Google::Ads::GoogleAds::V7::Common::CalloutFeedItem] the new instance that will be returned so attributes
@@ -3462,7 +3462,7 @@ module Google
3462
3462
  res
3463
3463
  end
3464
3464
 
3465
- # Returns a new instance of LocationFeedItem, optionally
3465
+ # Returns a new instance of location_feed_item, optionally
3466
3466
  # yielding it to a passed block so that attributes can be set on it.
3467
3467
  #
3468
3468
  # @yield [Google::Ads::GoogleAds::V7::Common::LocationFeedItem] the new instance that will be returned so attributes
@@ -3475,7 +3475,7 @@ module Google
3475
3475
  res
3476
3476
  end
3477
3477
 
3478
- # Returns a new instance of AffiliateLocationFeedItem, optionally
3478
+ # Returns a new instance of affiliate_location_feed_item, optionally
3479
3479
  # yielding it to a passed block so that attributes can be set on it.
3480
3480
  #
3481
3481
  # @yield [Google::Ads::GoogleAds::V7::Common::AffiliateLocationFeedItem] the new instance that will be returned so attributes
@@ -3488,7 +3488,7 @@ module Google
3488
3488
  res
3489
3489
  end
3490
3490
 
3491
- # Returns a new instance of TextMessageFeedItem, optionally
3491
+ # Returns a new instance of text_message_feed_item, optionally
3492
3492
  # yielding it to a passed block so that attributes can be set on it.
3493
3493
  #
3494
3494
  # @yield [Google::Ads::GoogleAds::V7::Common::TextMessageFeedItem] the new instance that will be returned so attributes
@@ -3501,7 +3501,7 @@ module Google
3501
3501
  res
3502
3502
  end
3503
3503
 
3504
- # Returns a new instance of PriceFeedItem, optionally
3504
+ # Returns a new instance of price_feed_item, optionally
3505
3505
  # yielding it to a passed block so that attributes can be set on it.
3506
3506
  #
3507
3507
  # @yield [Google::Ads::GoogleAds::V7::Common::PriceFeedItem] the new instance that will be returned so attributes
@@ -3514,7 +3514,7 @@ module Google
3514
3514
  res
3515
3515
  end
3516
3516
 
3517
- # Returns a new instance of PriceOffer, optionally
3517
+ # Returns a new instance of price_offer, optionally
3518
3518
  # yielding it to a passed block so that attributes can be set on it.
3519
3519
  #
3520
3520
  # @yield [Google::Ads::GoogleAds::V7::Common::PriceOffer] the new instance that will be returned so attributes
@@ -3527,7 +3527,7 @@ module Google
3527
3527
  res
3528
3528
  end
3529
3529
 
3530
- # Returns a new instance of PromotionFeedItem, optionally
3530
+ # Returns a new instance of promotion_feed_item, optionally
3531
3531
  # yielding it to a passed block so that attributes can be set on it.
3532
3532
  #
3533
3533
  # @yield [Google::Ads::GoogleAds::V7::Common::PromotionFeedItem] the new instance that will be returned so attributes
@@ -3540,7 +3540,7 @@ module Google
3540
3540
  res
3541
3541
  end
3542
3542
 
3543
- # Returns a new instance of StructuredSnippetFeedItem, optionally
3543
+ # Returns a new instance of structured_snippet_feed_item, optionally
3544
3544
  # yielding it to a passed block so that attributes can be set on it.
3545
3545
  #
3546
3546
  # @yield [Google::Ads::GoogleAds::V7::Common::StructuredSnippetFeedItem] the new instance that will be returned so attributes
@@ -3553,7 +3553,7 @@ module Google
3553
3553
  res
3554
3554
  end
3555
3555
 
3556
- # Returns a new instance of SitelinkFeedItem, optionally
3556
+ # Returns a new instance of sitelink_feed_item, optionally
3557
3557
  # yielding it to a passed block so that attributes can be set on it.
3558
3558
  #
3559
3559
  # @yield [Google::Ads::GoogleAds::V7::Common::SitelinkFeedItem] the new instance that will be returned so attributes
@@ -3566,7 +3566,7 @@ module Google
3566
3566
  res
3567
3567
  end
3568
3568
 
3569
- # Returns a new instance of HotelCalloutFeedItem, optionally
3569
+ # Returns a new instance of hotel_callout_feed_item, optionally
3570
3570
  # yielding it to a passed block so that attributes can be set on it.
3571
3571
  #
3572
3572
  # @yield [Google::Ads::GoogleAds::V7::Common::HotelCalloutFeedItem] the new instance that will be returned so attributes
@@ -3579,7 +3579,7 @@ module Google
3579
3579
  res
3580
3580
  end
3581
3581
 
3582
- # Returns a new instance of ImageFeedItem, optionally
3582
+ # Returns a new instance of image_feed_item, optionally
3583
3583
  # yielding it to a passed block so that attributes can be set on it.
3584
3584
  #
3585
3585
  # @yield [Google::Ads::GoogleAds::V7::Common::ImageFeedItem] the new instance that will be returned so attributes
@@ -3592,7 +3592,7 @@ module Google
3592
3592
  res
3593
3593
  end
3594
3594
 
3595
- # Returns a new instance of ExtensionFeedItem, optionally
3595
+ # Returns a new instance of extension_feed_item, optionally
3596
3596
  # yielding it to a passed block so that attributes can be set on it.
3597
3597
  #
3598
3598
  # @yield [Google::Ads::GoogleAds::V7::Resources::ExtensionFeedItem] the new instance that will be returned so attributes
@@ -3605,7 +3605,7 @@ module Google
3605
3605
  res
3606
3606
  end
3607
3607
 
3608
- # Returns a new instance of AdGroupAdLabel, optionally
3608
+ # Returns a new instance of ad_group_ad_label, optionally
3609
3609
  # yielding it to a passed block so that attributes can be set on it.
3610
3610
  #
3611
3611
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupAdLabel] the new instance that will be returned so attributes
@@ -3618,7 +3618,7 @@ module Google
3618
3618
  res
3619
3619
  end
3620
3620
 
3621
- # Returns a new instance of OfflineUserAddressInfo, optionally
3621
+ # Returns a new instance of offline_user_address_info, optionally
3622
3622
  # yielding it to a passed block so that attributes can be set on it.
3623
3623
  #
3624
3624
  # @yield [Google::Ads::GoogleAds::V7::Common::OfflineUserAddressInfo] the new instance that will be returned so attributes
@@ -3631,7 +3631,7 @@ module Google
3631
3631
  res
3632
3632
  end
3633
3633
 
3634
- # Returns a new instance of UserIdentifier, optionally
3634
+ # Returns a new instance of user_identifier, optionally
3635
3635
  # yielding it to a passed block so that attributes can be set on it.
3636
3636
  #
3637
3637
  # @yield [Google::Ads::GoogleAds::V7::Common::UserIdentifier] the new instance that will be returned so attributes
@@ -3644,7 +3644,7 @@ module Google
3644
3644
  res
3645
3645
  end
3646
3646
 
3647
- # Returns a new instance of TransactionAttribute, optionally
3647
+ # Returns a new instance of transaction_attribute, optionally
3648
3648
  # yielding it to a passed block so that attributes can be set on it.
3649
3649
  #
3650
3650
  # @yield [Google::Ads::GoogleAds::V7::Common::TransactionAttribute] the new instance that will be returned so attributes
@@ -3657,7 +3657,7 @@ module Google
3657
3657
  res
3658
3658
  end
3659
3659
 
3660
- # Returns a new instance of StoreAttribute, optionally
3660
+ # Returns a new instance of store_attribute, optionally
3661
3661
  # yielding it to a passed block so that attributes can be set on it.
3662
3662
  #
3663
3663
  # @yield [Google::Ads::GoogleAds::V7::Common::StoreAttribute] the new instance that will be returned so attributes
@@ -3670,7 +3670,7 @@ module Google
3670
3670
  res
3671
3671
  end
3672
3672
 
3673
- # Returns a new instance of UserData, optionally
3673
+ # Returns a new instance of user_data, optionally
3674
3674
  # yielding it to a passed block so that attributes can be set on it.
3675
3675
  #
3676
3676
  # @yield [Google::Ads::GoogleAds::V7::Common::UserData] the new instance that will be returned so attributes
@@ -3683,7 +3683,7 @@ module Google
3683
3683
  res
3684
3684
  end
3685
3685
 
3686
- # Returns a new instance of UserAttribute, optionally
3686
+ # Returns a new instance of user_attribute, optionally
3687
3687
  # yielding it to a passed block so that attributes can be set on it.
3688
3688
  #
3689
3689
  # @yield [Google::Ads::GoogleAds::V7::Common::UserAttribute] the new instance that will be returned so attributes
@@ -3696,7 +3696,7 @@ module Google
3696
3696
  res
3697
3697
  end
3698
3698
 
3699
- # Returns a new instance of CustomerMatchUserListMetadata, optionally
3699
+ # Returns a new instance of customer_match_user_list_metadata, optionally
3700
3700
  # yielding it to a passed block so that attributes can be set on it.
3701
3701
  #
3702
3702
  # @yield [Google::Ads::GoogleAds::V7::Common::CustomerMatchUserListMetadata] the new instance that will be returned so attributes
@@ -3709,7 +3709,7 @@ module Google
3709
3709
  res
3710
3710
  end
3711
3711
 
3712
- # Returns a new instance of StoreSalesMetadata, optionally
3712
+ # Returns a new instance of store_sales_metadata, optionally
3713
3713
  # yielding it to a passed block so that attributes can be set on it.
3714
3714
  #
3715
3715
  # @yield [Google::Ads::GoogleAds::V7::Common::StoreSalesMetadata] the new instance that will be returned so attributes
@@ -3722,7 +3722,7 @@ module Google
3722
3722
  res
3723
3723
  end
3724
3724
 
3725
- # Returns a new instance of StoreSalesThirdPartyMetadata, optionally
3725
+ # Returns a new instance of store_sales_third_party_metadata, optionally
3726
3726
  # yielding it to a passed block so that attributes can be set on it.
3727
3727
  #
3728
3728
  # @yield [Google::Ads::GoogleAds::V7::Common::StoreSalesThirdPartyMetadata] the new instance that will be returned so attributes
@@ -3735,7 +3735,7 @@ module Google
3735
3735
  res
3736
3736
  end
3737
3737
 
3738
- # Returns a new instance of OfflineUserDataJob, optionally
3738
+ # Returns a new instance of offline_user_data_job, optionally
3739
3739
  # yielding it to a passed block so that attributes can be set on it.
3740
3740
  #
3741
3741
  # @yield [Google::Ads::GoogleAds::V7::Resources::OfflineUserDataJob] the new instance that will be returned so attributes
@@ -3748,7 +3748,7 @@ module Google
3748
3748
  res
3749
3749
  end
3750
3750
 
3751
- # Returns a new instance of AdGroupCriterionSimulation, optionally
3751
+ # Returns a new instance of ad_group_criterion_simulation, optionally
3752
3752
  # yielding it to a passed block so that attributes can be set on it.
3753
3753
  #
3754
3754
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupCriterionSimulation] the new instance that will be returned so attributes
@@ -3761,7 +3761,7 @@ module Google
3761
3761
  res
3762
3762
  end
3763
3763
 
3764
- # Returns a new instance of YoutubeVideoAsset, optionally
3764
+ # Returns a new instance of youtube_video_asset, optionally
3765
3765
  # yielding it to a passed block so that attributes can be set on it.
3766
3766
  #
3767
3767
  # @yield [Google::Ads::GoogleAds::V7::Common::YoutubeVideoAsset] the new instance that will be returned so attributes
@@ -3774,7 +3774,7 @@ module Google
3774
3774
  res
3775
3775
  end
3776
3776
 
3777
- # Returns a new instance of MediaBundleAsset, optionally
3777
+ # Returns a new instance of media_bundle_asset, optionally
3778
3778
  # yielding it to a passed block so that attributes can be set on it.
3779
3779
  #
3780
3780
  # @yield [Google::Ads::GoogleAds::V7::Common::MediaBundleAsset] the new instance that will be returned so attributes
@@ -3787,7 +3787,7 @@ module Google
3787
3787
  res
3788
3788
  end
3789
3789
 
3790
- # Returns a new instance of ImageAsset, optionally
3790
+ # Returns a new instance of image_asset, optionally
3791
3791
  # yielding it to a passed block so that attributes can be set on it.
3792
3792
  #
3793
3793
  # @yield [Google::Ads::GoogleAds::V7::Common::ImageAsset] the new instance that will be returned so attributes
@@ -3800,7 +3800,7 @@ module Google
3800
3800
  res
3801
3801
  end
3802
3802
 
3803
- # Returns a new instance of ImageDimension, optionally
3803
+ # Returns a new instance of image_dimension, optionally
3804
3804
  # yielding it to a passed block so that attributes can be set on it.
3805
3805
  #
3806
3806
  # @yield [Google::Ads::GoogleAds::V7::Common::ImageDimension] the new instance that will be returned so attributes
@@ -3813,7 +3813,7 @@ module Google
3813
3813
  res
3814
3814
  end
3815
3815
 
3816
- # Returns a new instance of TextAsset, optionally
3816
+ # Returns a new instance of text_asset, optionally
3817
3817
  # yielding it to a passed block so that attributes can be set on it.
3818
3818
  #
3819
3819
  # @yield [Google::Ads::GoogleAds::V7::Common::TextAsset] the new instance that will be returned so attributes
@@ -3826,7 +3826,7 @@ module Google
3826
3826
  res
3827
3827
  end
3828
3828
 
3829
- # Returns a new instance of LeadFormAsset, optionally
3829
+ # Returns a new instance of lead_form_asset, optionally
3830
3830
  # yielding it to a passed block so that attributes can be set on it.
3831
3831
  #
3832
3832
  # @yield [Google::Ads::GoogleAds::V7::Common::LeadFormAsset] the new instance that will be returned so attributes
@@ -3839,7 +3839,7 @@ module Google
3839
3839
  res
3840
3840
  end
3841
3841
 
3842
- # Returns a new instance of LeadFormField, optionally
3842
+ # Returns a new instance of lead_form_field, optionally
3843
3843
  # yielding it to a passed block so that attributes can be set on it.
3844
3844
  #
3845
3845
  # @yield [Google::Ads::GoogleAds::V7::Common::LeadFormField] the new instance that will be returned so attributes
@@ -3852,7 +3852,7 @@ module Google
3852
3852
  res
3853
3853
  end
3854
3854
 
3855
- # Returns a new instance of LeadFormSingleChoiceAnswers, optionally
3855
+ # Returns a new instance of lead_form_single_choice_answers, optionally
3856
3856
  # yielding it to a passed block so that attributes can be set on it.
3857
3857
  #
3858
3858
  # @yield [Google::Ads::GoogleAds::V7::Common::LeadFormSingleChoiceAnswers] the new instance that will be returned so attributes
@@ -3865,7 +3865,7 @@ module Google
3865
3865
  res
3866
3866
  end
3867
3867
 
3868
- # Returns a new instance of LeadFormDeliveryMethod, optionally
3868
+ # Returns a new instance of lead_form_delivery_method, optionally
3869
3869
  # yielding it to a passed block so that attributes can be set on it.
3870
3870
  #
3871
3871
  # @yield [Google::Ads::GoogleAds::V7::Common::LeadFormDeliveryMethod] the new instance that will be returned so attributes
@@ -3878,7 +3878,7 @@ module Google
3878
3878
  res
3879
3879
  end
3880
3880
 
3881
- # Returns a new instance of WebhookDelivery, optionally
3881
+ # Returns a new instance of webhook_delivery, optionally
3882
3882
  # yielding it to a passed block so that attributes can be set on it.
3883
3883
  #
3884
3884
  # @yield [Google::Ads::GoogleAds::V7::Common::WebhookDelivery] the new instance that will be returned so attributes
@@ -3891,7 +3891,7 @@ module Google
3891
3891
  res
3892
3892
  end
3893
3893
 
3894
- # Returns a new instance of BookOnGoogleAsset, optionally
3894
+ # Returns a new instance of book_on_google_asset, optionally
3895
3895
  # yielding it to a passed block so that attributes can be set on it.
3896
3896
  #
3897
3897
  # @yield [Google::Ads::GoogleAds::V7::Common::BookOnGoogleAsset] the new instance that will be returned so attributes
@@ -3904,7 +3904,7 @@ module Google
3904
3904
  res
3905
3905
  end
3906
3906
 
3907
- # Returns a new instance of PromotionAsset, optionally
3907
+ # Returns a new instance of promotion_asset, optionally
3908
3908
  # yielding it to a passed block so that attributes can be set on it.
3909
3909
  #
3910
3910
  # @yield [Google::Ads::GoogleAds::V7::Common::PromotionAsset] the new instance that will be returned so attributes
@@ -3917,7 +3917,7 @@ module Google
3917
3917
  res
3918
3918
  end
3919
3919
 
3920
- # Returns a new instance of CalloutAsset, optionally
3920
+ # Returns a new instance of callout_asset, optionally
3921
3921
  # yielding it to a passed block so that attributes can be set on it.
3922
3922
  #
3923
3923
  # @yield [Google::Ads::GoogleAds::V7::Common::CalloutAsset] the new instance that will be returned so attributes
@@ -3930,7 +3930,7 @@ module Google
3930
3930
  res
3931
3931
  end
3932
3932
 
3933
- # Returns a new instance of StructuredSnippetAsset, optionally
3933
+ # Returns a new instance of structured_snippet_asset, optionally
3934
3934
  # yielding it to a passed block so that attributes can be set on it.
3935
3935
  #
3936
3936
  # @yield [Google::Ads::GoogleAds::V7::Common::StructuredSnippetAsset] the new instance that will be returned so attributes
@@ -3943,7 +3943,7 @@ module Google
3943
3943
  res
3944
3944
  end
3945
3945
 
3946
- # Returns a new instance of SitelinkAsset, optionally
3946
+ # Returns a new instance of sitelink_asset, optionally
3947
3947
  # yielding it to a passed block so that attributes can be set on it.
3948
3948
  #
3949
3949
  # @yield [Google::Ads::GoogleAds::V7::Common::SitelinkAsset] the new instance that will be returned so attributes
@@ -3956,7 +3956,7 @@ module Google
3956
3956
  res
3957
3957
  end
3958
3958
 
3959
- # Returns a new instance of Asset, optionally
3959
+ # Returns a new instance of asset, optionally
3960
3960
  # yielding it to a passed block so that attributes can be set on it.
3961
3961
  #
3962
3962
  # @yield [Google::Ads::GoogleAds::V7::Resources::Asset] the new instance that will be returned so attributes
@@ -3969,7 +3969,7 @@ module Google
3969
3969
  res
3970
3970
  end
3971
3971
 
3972
- # Returns a new instance of AssetPolicySummary, optionally
3972
+ # Returns a new instance of asset_policy_summary, optionally
3973
3973
  # yielding it to a passed block so that attributes can be set on it.
3974
3974
  #
3975
3975
  # @yield [Google::Ads::GoogleAds::V7::Resources::AssetPolicySummary] the new instance that will be returned so attributes
@@ -3982,7 +3982,7 @@ module Google
3982
3982
  res
3983
3983
  end
3984
3984
 
3985
- # Returns a new instance of CampaignDraft, optionally
3985
+ # Returns a new instance of campaign_draft, optionally
3986
3986
  # yielding it to a passed block so that attributes can be set on it.
3987
3987
  #
3988
3988
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignDraft] the new instance that will be returned so attributes
@@ -3995,7 +3995,7 @@ module Google
3995
3995
  res
3996
3996
  end
3997
3997
 
3998
- # Returns a new instance of ParentalStatusView, optionally
3998
+ # Returns a new instance of parental_status_view, optionally
3999
3999
  # yielding it to a passed block so that attributes can be set on it.
4000
4000
  #
4001
4001
  # @yield [Google::Ads::GoogleAds::V7::Resources::ParentalStatusView] the new instance that will be returned so attributes
@@ -4008,7 +4008,7 @@ module Google
4008
4008
  res
4009
4009
  end
4010
4010
 
4011
- # Returns a new instance of AccountLink, optionally
4011
+ # Returns a new instance of account_link, optionally
4012
4012
  # yielding it to a passed block so that attributes can be set on it.
4013
4013
  #
4014
4014
  # @yield [Google::Ads::GoogleAds::V7::Resources::AccountLink] the new instance that will be returned so attributes
@@ -4021,7 +4021,7 @@ module Google
4021
4021
  res
4022
4022
  end
4023
4023
 
4024
- # Returns a new instance of ThirdPartyAppAnalyticsLinkIdentifier, optionally
4024
+ # Returns a new instance of third_party_app_analytics_link_identifier, optionally
4025
4025
  # yielding it to a passed block so that attributes can be set on it.
4026
4026
  #
4027
4027
  # @yield [Google::Ads::GoogleAds::V7::Resources::ThirdPartyAppAnalyticsLinkIdentifier] the new instance that will be returned so attributes
@@ -4034,7 +4034,7 @@ module Google
4034
4034
  res
4035
4035
  end
4036
4036
 
4037
- # Returns a new instance of DataPartnerLinkIdentifier, optionally
4037
+ # Returns a new instance of data_partner_link_identifier, optionally
4038
4038
  # yielding it to a passed block so that attributes can be set on it.
4039
4039
  #
4040
4040
  # @yield [Google::Ads::GoogleAds::V7::Resources::DataPartnerLinkIdentifier] the new instance that will be returned so attributes
@@ -4047,7 +4047,7 @@ module Google
4047
4047
  res
4048
4048
  end
4049
4049
 
4050
- # Returns a new instance of GoogleAdsLinkIdentifier, optionally
4050
+ # Returns a new instance of google_ads_link_identifier, optionally
4051
4051
  # yielding it to a passed block so that attributes can be set on it.
4052
4052
  #
4053
4053
  # @yield [Google::Ads::GoogleAds::V7::Resources::GoogleAdsLinkIdentifier] the new instance that will be returned so attributes
@@ -4060,7 +4060,7 @@ module Google
4060
4060
  res
4061
4061
  end
4062
4062
 
4063
- # Returns a new instance of Video, optionally
4063
+ # Returns a new instance of video, optionally
4064
4064
  # yielding it to a passed block so that attributes can be set on it.
4065
4065
  #
4066
4066
  # @yield [Google::Ads::GoogleAds::V7::Resources::Video] the new instance that will be returned so attributes
@@ -4073,7 +4073,7 @@ module Google
4073
4073
  res
4074
4074
  end
4075
4075
 
4076
- # Returns a new instance of MediaFile, optionally
4076
+ # Returns a new instance of media_file, optionally
4077
4077
  # yielding it to a passed block so that attributes can be set on it.
4078
4078
  #
4079
4079
  # @yield [Google::Ads::GoogleAds::V7::Resources::MediaFile] the new instance that will be returned so attributes
@@ -4086,7 +4086,7 @@ module Google
4086
4086
  res
4087
4087
  end
4088
4088
 
4089
- # Returns a new instance of MediaImage, optionally
4089
+ # Returns a new instance of media_image, optionally
4090
4090
  # yielding it to a passed block so that attributes can be set on it.
4091
4091
  #
4092
4092
  # @yield [Google::Ads::GoogleAds::V7::Resources::MediaImage] the new instance that will be returned so attributes
@@ -4099,7 +4099,7 @@ module Google
4099
4099
  res
4100
4100
  end
4101
4101
 
4102
- # Returns a new instance of MediaBundle, optionally
4102
+ # Returns a new instance of media_bundle, optionally
4103
4103
  # yielding it to a passed block so that attributes can be set on it.
4104
4104
  #
4105
4105
  # @yield [Google::Ads::GoogleAds::V7::Resources::MediaBundle] the new instance that will be returned so attributes
@@ -4112,7 +4112,7 @@ module Google
4112
4112
  res
4113
4113
  end
4114
4114
 
4115
- # Returns a new instance of MediaAudio, optionally
4115
+ # Returns a new instance of media_audio, optionally
4116
4116
  # yielding it to a passed block so that attributes can be set on it.
4117
4117
  #
4118
4118
  # @yield [Google::Ads::GoogleAds::V7::Resources::MediaAudio] the new instance that will be returned so attributes
@@ -4125,7 +4125,7 @@ module Google
4125
4125
  res
4126
4126
  end
4127
4127
 
4128
- # Returns a new instance of MediaVideo, optionally
4128
+ # Returns a new instance of media_video, optionally
4129
4129
  # yielding it to a passed block so that attributes can be set on it.
4130
4130
  #
4131
4131
  # @yield [Google::Ads::GoogleAds::V7::Resources::MediaVideo] the new instance that will be returned so attributes
@@ -4138,7 +4138,7 @@ module Google
4138
4138
  res
4139
4139
  end
4140
4140
 
4141
- # Returns a new instance of DistanceView, optionally
4141
+ # Returns a new instance of distance_view, optionally
4142
4142
  # yielding it to a passed block so that attributes can be set on it.
4143
4143
  #
4144
4144
  # @yield [Google::Ads::GoogleAds::V7::Resources::DistanceView] the new instance that will be returned so attributes
@@ -4151,7 +4151,7 @@ module Google
4151
4151
  res
4152
4152
  end
4153
4153
 
4154
- # Returns a new instance of CampaignAsset, optionally
4154
+ # Returns a new instance of campaign_asset, optionally
4155
4155
  # yielding it to a passed block so that attributes can be set on it.
4156
4156
  #
4157
4157
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignAsset] the new instance that will be returned so attributes
@@ -4164,7 +4164,7 @@ module Google
4164
4164
  res
4165
4165
  end
4166
4166
 
4167
- # Returns a new instance of CampaignExperiment, optionally
4167
+ # Returns a new instance of campaign_experiment, optionally
4168
4168
  # yielding it to a passed block so that attributes can be set on it.
4169
4169
  #
4170
4170
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignExperiment] the new instance that will be returned so attributes
@@ -4177,7 +4177,7 @@ module Google
4177
4177
  res
4178
4178
  end
4179
4179
 
4180
- # Returns a new instance of CustomerNegativeCriterion, optionally
4180
+ # Returns a new instance of customer_negative_criterion, optionally
4181
4181
  # yielding it to a passed block so that attributes can be set on it.
4182
4182
  #
4183
4183
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomerNegativeCriterion] the new instance that will be returned so attributes
@@ -4190,7 +4190,7 @@ module Google
4190
4190
  res
4191
4191
  end
4192
4192
 
4193
- # Returns a new instance of BiddingStrategySimulation, optionally
4193
+ # Returns a new instance of bidding_strategy_simulation, optionally
4194
4194
  # yielding it to a passed block so that attributes can be set on it.
4195
4195
  #
4196
4196
  # @yield [Google::Ads::GoogleAds::V7::Resources::BiddingStrategySimulation] the new instance that will be returned so attributes
@@ -4203,7 +4203,7 @@ module Google
4203
4203
  res
4204
4204
  end
4205
4205
 
4206
- # Returns a new instance of DynamicLocationSetFilter, optionally
4206
+ # Returns a new instance of dynamic_location_set_filter, optionally
4207
4207
  # yielding it to a passed block so that attributes can be set on it.
4208
4208
  #
4209
4209
  # @yield [Google::Ads::GoogleAds::V7::Common::DynamicLocationSetFilter] the new instance that will be returned so attributes
@@ -4216,7 +4216,7 @@ module Google
4216
4216
  res
4217
4217
  end
4218
4218
 
4219
- # Returns a new instance of BusinessNameFilter, optionally
4219
+ # Returns a new instance of business_name_filter, optionally
4220
4220
  # yielding it to a passed block so that attributes can be set on it.
4221
4221
  #
4222
4222
  # @yield [Google::Ads::GoogleAds::V7::Common::BusinessNameFilter] the new instance that will be returned so attributes
@@ -4229,7 +4229,7 @@ module Google
4229
4229
  res
4230
4230
  end
4231
4231
 
4232
- # Returns a new instance of DynamicAffiliateLocationSetFilter, optionally
4232
+ # Returns a new instance of dynamic_affiliate_location_set_filter, optionally
4233
4233
  # yielding it to a passed block so that attributes can be set on it.
4234
4234
  #
4235
4235
  # @yield [Google::Ads::GoogleAds::V7::Common::DynamicAffiliateLocationSetFilter] the new instance that will be returned so attributes
@@ -4242,7 +4242,7 @@ module Google
4242
4242
  res
4243
4243
  end
4244
4244
 
4245
- # Returns a new instance of FeedItemSet, optionally
4245
+ # Returns a new instance of feed_item_set, optionally
4246
4246
  # yielding it to a passed block so that attributes can be set on it.
4247
4247
  #
4248
4248
  # @yield [Google::Ads::GoogleAds::V7::Resources::FeedItemSet] the new instance that will be returned so attributes
@@ -4255,7 +4255,7 @@ module Google
4255
4255
  res
4256
4256
  end
4257
4257
 
4258
- # Returns a new instance of KeywordPlanAdGroup, optionally
4258
+ # Returns a new instance of keyword_plan_ad_group, optionally
4259
4259
  # yielding it to a passed block so that attributes can be set on it.
4260
4260
  #
4261
4261
  # @yield [Google::Ads::GoogleAds::V7::Resources::KeywordPlanAdGroup] the new instance that will be returned so attributes
@@ -4268,7 +4268,7 @@ module Google
4268
4268
  res
4269
4269
  end
4270
4270
 
4271
- # Returns a new instance of KeywordPlanCampaign, optionally
4271
+ # Returns a new instance of keyword_plan_campaign, optionally
4272
4272
  # yielding it to a passed block so that attributes can be set on it.
4273
4273
  #
4274
4274
  # @yield [Google::Ads::GoogleAds::V7::Resources::KeywordPlanCampaign] the new instance that will be returned so attributes
@@ -4281,7 +4281,7 @@ module Google
4281
4281
  res
4282
4282
  end
4283
4283
 
4284
- # Returns a new instance of KeywordPlanGeoTarget, optionally
4284
+ # Returns a new instance of keyword_plan_geo_target, optionally
4285
4285
  # yielding it to a passed block so that attributes can be set on it.
4286
4286
  #
4287
4287
  # @yield [Google::Ads::GoogleAds::V7::Resources::KeywordPlanGeoTarget] the new instance that will be returned so attributes
@@ -4294,7 +4294,7 @@ module Google
4294
4294
  res
4295
4295
  end
4296
4296
 
4297
- # Returns a new instance of UserInterest, optionally
4297
+ # Returns a new instance of user_interest, optionally
4298
4298
  # yielding it to a passed block so that attributes can be set on it.
4299
4299
  #
4300
4300
  # @yield [Google::Ads::GoogleAds::V7::Resources::UserInterest] the new instance that will be returned so attributes
@@ -4307,7 +4307,7 @@ module Google
4307
4307
  res
4308
4308
  end
4309
4309
 
4310
- # Returns a new instance of CustomerClientLink, optionally
4310
+ # Returns a new instance of customer_client_link, optionally
4311
4311
  # yielding it to a passed block so that attributes can be set on it.
4312
4312
  #
4313
4313
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomerClientLink] the new instance that will be returned so attributes
@@ -4320,7 +4320,7 @@ module Google
4320
4320
  res
4321
4321
  end
4322
4322
 
4323
- # Returns a new instance of KeywordView, optionally
4323
+ # Returns a new instance of keyword_view, optionally
4324
4324
  # yielding it to a passed block so that attributes can be set on it.
4325
4325
  #
4326
4326
  # @yield [Google::Ads::GoogleAds::V7::Resources::KeywordView] the new instance that will be returned so attributes
@@ -4333,7 +4333,7 @@ module Google
4333
4333
  res
4334
4334
  end
4335
4335
 
4336
- # Returns a new instance of GeographicView, optionally
4336
+ # Returns a new instance of geographic_view, optionally
4337
4337
  # yielding it to a passed block so that attributes can be set on it.
4338
4338
  #
4339
4339
  # @yield [Google::Ads::GoogleAds::V7::Resources::GeographicView] the new instance that will be returned so attributes
@@ -4346,7 +4346,7 @@ module Google
4346
4346
  res
4347
4347
  end
4348
4348
 
4349
- # Returns a new instance of FeedPlaceholderView, optionally
4349
+ # Returns a new instance of feed_placeholder_view, optionally
4350
4350
  # yielding it to a passed block so that attributes can be set on it.
4351
4351
  #
4352
4352
  # @yield [Google::Ads::GoogleAds::V7::Resources::FeedPlaceholderView] the new instance that will be returned so attributes
@@ -4359,7 +4359,7 @@ module Google
4359
4359
  res
4360
4360
  end
4361
4361
 
4362
- # Returns a new instance of CustomerLabel, optionally
4362
+ # Returns a new instance of customer_label, optionally
4363
4363
  # yielding it to a passed block so that attributes can be set on it.
4364
4364
  #
4365
4365
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomerLabel] the new instance that will be returned so attributes
@@ -4372,7 +4372,7 @@ module Google
4372
4372
  res
4373
4373
  end
4374
4374
 
4375
- # Returns a new instance of PaidOrganicSearchTermView, optionally
4375
+ # Returns a new instance of paid_organic_search_term_view, optionally
4376
4376
  # yielding it to a passed block so that attributes can be set on it.
4377
4377
  #
4378
4378
  # @yield [Google::Ads::GoogleAds::V7::Resources::PaidOrganicSearchTermView] the new instance that will be returned so attributes
@@ -4385,7 +4385,7 @@ module Google
4385
4385
  res
4386
4386
  end
4387
4387
 
4388
- # Returns a new instance of GenderView, optionally
4388
+ # Returns a new instance of gender_view, optionally
4389
4389
  # yielding it to a passed block so that attributes can be set on it.
4390
4390
  #
4391
4391
  # @yield [Google::Ads::GoogleAds::V7::Resources::GenderView] the new instance that will be returned so attributes
@@ -4398,7 +4398,7 @@ module Google
4398
4398
  res
4399
4399
  end
4400
4400
 
4401
- # Returns a new instance of CampaignCriterionSimulation, optionally
4401
+ # Returns a new instance of campaign_criterion_simulation, optionally
4402
4402
  # yielding it to a passed block so that attributes can be set on it.
4403
4403
  #
4404
4404
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignCriterionSimulation] the new instance that will be returned so attributes
@@ -4411,7 +4411,7 @@ module Google
4411
4411
  res
4412
4412
  end
4413
4413
 
4414
- # Returns a new instance of Recommendation, optionally
4414
+ # Returns a new instance of recommendation, optionally
4415
4415
  # yielding it to a passed block so that attributes can be set on it.
4416
4416
  #
4417
4417
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation] the new instance that will be returned so attributes
@@ -4424,7 +4424,7 @@ module Google
4424
4424
  res
4425
4425
  end
4426
4426
 
4427
- # Returns a new instance of RecommendationImpact, optionally
4427
+ # Returns a new instance of recommendation_impact, optionally
4428
4428
  # yielding it to a passed block so that attributes can be set on it.
4429
4429
  #
4430
4430
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::RecommendationImpact] the new instance that will be returned so attributes
@@ -4437,7 +4437,7 @@ module Google
4437
4437
  res
4438
4438
  end
4439
4439
 
4440
- # Returns a new instance of RecommendationMetrics, optionally
4440
+ # Returns a new instance of recommendation_metrics, optionally
4441
4441
  # yielding it to a passed block so that attributes can be set on it.
4442
4442
  #
4443
4443
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::RecommendationMetrics] the new instance that will be returned so attributes
@@ -4450,7 +4450,7 @@ module Google
4450
4450
  res
4451
4451
  end
4452
4452
 
4453
- # Returns a new instance of CampaignBudgetRecommendation, optionally
4453
+ # Returns a new instance of campaign_budget_recommendation, optionally
4454
4454
  # yielding it to a passed block so that attributes can be set on it.
4455
4455
  #
4456
4456
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::CampaignBudgetRecommendation] the new instance that will be returned so attributes
@@ -4463,7 +4463,7 @@ module Google
4463
4463
  res
4464
4464
  end
4465
4465
 
4466
- # Returns a new instance of CampaignBudgetRecommendationOption, optionally
4466
+ # Returns a new instance of campaign_budget_recommendation_option, optionally
4467
4467
  # yielding it to a passed block so that attributes can be set on it.
4468
4468
  #
4469
4469
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::CampaignBudgetRecommendation::CampaignBudgetRecommendationOption] the new instance that will be returned so attributes
@@ -4476,7 +4476,7 @@ module Google
4476
4476
  res
4477
4477
  end
4478
4478
 
4479
- # Returns a new instance of KeywordRecommendation, optionally
4479
+ # Returns a new instance of keyword_recommendation, optionally
4480
4480
  # yielding it to a passed block so that attributes can be set on it.
4481
4481
  #
4482
4482
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::KeywordRecommendation] the new instance that will be returned so attributes
@@ -4489,7 +4489,7 @@ module Google
4489
4489
  res
4490
4490
  end
4491
4491
 
4492
- # Returns a new instance of SearchPartnersOptInRecommendation, optionally
4492
+ # Returns a new instance of search_partners_opt_in_recommendation, optionally
4493
4493
  # yielding it to a passed block so that attributes can be set on it.
4494
4494
  #
4495
4495
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::SearchPartnersOptInRecommendation] the new instance that will be returned so attributes
@@ -4502,7 +4502,7 @@ module Google
4502
4502
  res
4503
4503
  end
4504
4504
 
4505
- # Returns a new instance of MaximizeClicksOptInRecommendation, optionally
4505
+ # Returns a new instance of maximize_clicks_opt_in_recommendation, optionally
4506
4506
  # yielding it to a passed block so that attributes can be set on it.
4507
4507
  #
4508
4508
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::MaximizeClicksOptInRecommendation] the new instance that will be returned so attributes
@@ -4515,7 +4515,7 @@ module Google
4515
4515
  res
4516
4516
  end
4517
4517
 
4518
- # Returns a new instance of TextAdRecommendation, optionally
4518
+ # Returns a new instance of text_ad_recommendation, optionally
4519
4519
  # yielding it to a passed block so that attributes can be set on it.
4520
4520
  #
4521
4521
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::TextAdRecommendation] the new instance that will be returned so attributes
@@ -4528,7 +4528,7 @@ module Google
4528
4528
  res
4529
4529
  end
4530
4530
 
4531
- # Returns a new instance of TargetCpaOptInRecommendation, optionally
4531
+ # Returns a new instance of target_cpa_opt_in_recommendation, optionally
4532
4532
  # yielding it to a passed block so that attributes can be set on it.
4533
4533
  #
4534
4534
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::TargetCpaOptInRecommendation] the new instance that will be returned so attributes
@@ -4541,7 +4541,7 @@ module Google
4541
4541
  res
4542
4542
  end
4543
4543
 
4544
- # Returns a new instance of TargetCpaOptInRecommendationOption, optionally
4544
+ # Returns a new instance of target_cpa_opt_in_recommendation_option, optionally
4545
4545
  # yielding it to a passed block so that attributes can be set on it.
4546
4546
  #
4547
4547
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::TargetCpaOptInRecommendation::TargetCpaOptInRecommendationOption] the new instance that will be returned so attributes
@@ -4554,7 +4554,7 @@ module Google
4554
4554
  res
4555
4555
  end
4556
4556
 
4557
- # Returns a new instance of MaximizeConversionsOptInRecommendation, optionally
4557
+ # Returns a new instance of maximize_conversions_opt_in_recommendation, optionally
4558
4558
  # yielding it to a passed block so that attributes can be set on it.
4559
4559
  #
4560
4560
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::MaximizeConversionsOptInRecommendation] the new instance that will be returned so attributes
@@ -4567,7 +4567,7 @@ module Google
4567
4567
  res
4568
4568
  end
4569
4569
 
4570
- # Returns a new instance of OptimizeAdRotationRecommendation, optionally
4570
+ # Returns a new instance of optimize_ad_rotation_recommendation, optionally
4571
4571
  # yielding it to a passed block so that attributes can be set on it.
4572
4572
  #
4573
4573
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::OptimizeAdRotationRecommendation] the new instance that will be returned so attributes
@@ -4580,7 +4580,7 @@ module Google
4580
4580
  res
4581
4581
  end
4582
4582
 
4583
- # Returns a new instance of ResponsiveSearchAdRecommendation, optionally
4583
+ # Returns a new instance of responsive_search_ad_recommendation, optionally
4584
4584
  # yielding it to a passed block so that attributes can be set on it.
4585
4585
  #
4586
4586
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::ResponsiveSearchAdRecommendation] the new instance that will be returned so attributes
@@ -4593,7 +4593,7 @@ module Google
4593
4593
  res
4594
4594
  end
4595
4595
 
4596
- # Returns a new instance of EnhancedCpcOptInRecommendation, optionally
4596
+ # Returns a new instance of enhanced_cpc_opt_in_recommendation, optionally
4597
4597
  # yielding it to a passed block so that attributes can be set on it.
4598
4598
  #
4599
4599
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::EnhancedCpcOptInRecommendation] the new instance that will be returned so attributes
@@ -4606,7 +4606,7 @@ module Google
4606
4606
  res
4607
4607
  end
4608
4608
 
4609
- # Returns a new instance of TargetRoasOptInRecommendation, optionally
4609
+ # Returns a new instance of target_roas_opt_in_recommendation, optionally
4610
4610
  # yielding it to a passed block so that attributes can be set on it.
4611
4611
  #
4612
4612
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::TargetRoasOptInRecommendation] the new instance that will be returned so attributes
@@ -4619,7 +4619,7 @@ module Google
4619
4619
  res
4620
4620
  end
4621
4621
 
4622
- # Returns a new instance of CalloutExtensionRecommendation, optionally
4622
+ # Returns a new instance of callout_extension_recommendation, optionally
4623
4623
  # yielding it to a passed block so that attributes can be set on it.
4624
4624
  #
4625
4625
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::CalloutExtensionRecommendation] the new instance that will be returned so attributes
@@ -4632,7 +4632,7 @@ module Google
4632
4632
  res
4633
4633
  end
4634
4634
 
4635
- # Returns a new instance of SitelinkExtensionRecommendation, optionally
4635
+ # Returns a new instance of sitelink_extension_recommendation, optionally
4636
4636
  # yielding it to a passed block so that attributes can be set on it.
4637
4637
  #
4638
4638
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::SitelinkExtensionRecommendation] the new instance that will be returned so attributes
@@ -4645,7 +4645,7 @@ module Google
4645
4645
  res
4646
4646
  end
4647
4647
 
4648
- # Returns a new instance of CallExtensionRecommendation, optionally
4648
+ # Returns a new instance of call_extension_recommendation, optionally
4649
4649
  # yielding it to a passed block so that attributes can be set on it.
4650
4650
  #
4651
4651
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::CallExtensionRecommendation] the new instance that will be returned so attributes
@@ -4658,7 +4658,7 @@ module Google
4658
4658
  res
4659
4659
  end
4660
4660
 
4661
- # Returns a new instance of KeywordMatchTypeRecommendation, optionally
4661
+ # Returns a new instance of keyword_match_type_recommendation, optionally
4662
4662
  # yielding it to a passed block so that attributes can be set on it.
4663
4663
  #
4664
4664
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::KeywordMatchTypeRecommendation] the new instance that will be returned so attributes
@@ -4671,7 +4671,7 @@ module Google
4671
4671
  res
4672
4672
  end
4673
4673
 
4674
- # Returns a new instance of MoveUnusedBudgetRecommendation, optionally
4674
+ # Returns a new instance of move_unused_budget_recommendation, optionally
4675
4675
  # yielding it to a passed block so that attributes can be set on it.
4676
4676
  #
4677
4677
  # @yield [Google::Ads::GoogleAds::V7::Resources::Recommendation::MoveUnusedBudgetRecommendation] the new instance that will be returned so attributes
@@ -4684,7 +4684,7 @@ module Google
4684
4684
  res
4685
4685
  end
4686
4686
 
4687
- # Returns a new instance of KeywordPlanAdGroupKeyword, optionally
4687
+ # Returns a new instance of keyword_plan_ad_group_keyword, optionally
4688
4688
  # yielding it to a passed block so that attributes can be set on it.
4689
4689
  #
4690
4690
  # @yield [Google::Ads::GoogleAds::V7::Resources::KeywordPlanAdGroupKeyword] the new instance that will be returned so attributes
@@ -4697,7 +4697,7 @@ module Google
4697
4697
  res
4698
4698
  end
4699
4699
 
4700
- # Returns a new instance of SharedSet, optionally
4700
+ # Returns a new instance of shared_set, optionally
4701
4701
  # yielding it to a passed block so that attributes can be set on it.
4702
4702
  #
4703
4703
  # @yield [Google::Ads::GoogleAds::V7::Resources::SharedSet] the new instance that will be returned so attributes
@@ -4710,7 +4710,7 @@ module Google
4710
4710
  res
4711
4711
  end
4712
4712
 
4713
- # Returns a new instance of FeedItemSetLink, optionally
4713
+ # Returns a new instance of feed_item_set_link, optionally
4714
4714
  # yielding it to a passed block so that attributes can be set on it.
4715
4715
  #
4716
4716
  # @yield [Google::Ads::GoogleAds::V7::Resources::FeedItemSetLink] the new instance that will be returned so attributes
@@ -4723,7 +4723,7 @@ module Google
4723
4723
  res
4724
4724
  end
4725
4725
 
4726
- # Returns a new instance of ShoppingPerformanceView, optionally
4726
+ # Returns a new instance of shopping_performance_view, optionally
4727
4727
  # yielding it to a passed block so that attributes can be set on it.
4728
4728
  #
4729
4729
  # @yield [Google::Ads::GoogleAds::V7::Resources::ShoppingPerformanceView] the new instance that will be returned so attributes
@@ -4736,7 +4736,7 @@ module Google
4736
4736
  res
4737
4737
  end
4738
4738
 
4739
- # Returns a new instance of TagSnippet, optionally
4739
+ # Returns a new instance of tag_snippet, optionally
4740
4740
  # yielding it to a passed block so that attributes can be set on it.
4741
4741
  #
4742
4742
  # @yield [Google::Ads::GoogleAds::V7::Common::TagSnippet] the new instance that will be returned so attributes
@@ -4749,7 +4749,7 @@ module Google
4749
4749
  res
4750
4750
  end
4751
4751
 
4752
- # Returns a new instance of RemarketingAction, optionally
4752
+ # Returns a new instance of remarketing_action, optionally
4753
4753
  # yielding it to a passed block so that attributes can be set on it.
4754
4754
  #
4755
4755
  # @yield [Google::Ads::GoogleAds::V7::Resources::RemarketingAction] the new instance that will be returned so attributes
@@ -4762,7 +4762,7 @@ module Google
4762
4762
  res
4763
4763
  end
4764
4764
 
4765
- # Returns a new instance of TextLabel, optionally
4765
+ # Returns a new instance of text_label, optionally
4766
4766
  # yielding it to a passed block so that attributes can be set on it.
4767
4767
  #
4768
4768
  # @yield [Google::Ads::GoogleAds::V7::Common::TextLabel] the new instance that will be returned so attributes
@@ -4775,7 +4775,7 @@ module Google
4775
4775
  res
4776
4776
  end
4777
4777
 
4778
- # Returns a new instance of Label, optionally
4778
+ # Returns a new instance of label, optionally
4779
4779
  # yielding it to a passed block so that attributes can be set on it.
4780
4780
  #
4781
4781
  # @yield [Google::Ads::GoogleAds::V7::Resources::Label] the new instance that will be returned so attributes
@@ -4788,7 +4788,7 @@ module Google
4788
4788
  res
4789
4789
  end
4790
4790
 
4791
- # Returns a new instance of HotelGroupView, optionally
4791
+ # Returns a new instance of hotel_group_view, optionally
4792
4792
  # yielding it to a passed block so that attributes can be set on it.
4793
4793
  #
4794
4794
  # @yield [Google::Ads::GoogleAds::V7::Resources::HotelGroupView] the new instance that will be returned so attributes
@@ -4801,7 +4801,7 @@ module Google
4801
4801
  res
4802
4802
  end
4803
4803
 
4804
- # Returns a new instance of GroupPlacementView, optionally
4804
+ # Returns a new instance of group_placement_view, optionally
4805
4805
  # yielding it to a passed block so that attributes can be set on it.
4806
4806
  #
4807
4807
  # @yield [Google::Ads::GoogleAds::V7::Resources::GroupPlacementView] the new instance that will be returned so attributes
@@ -4814,7 +4814,7 @@ module Google
4814
4814
  res
4815
4815
  end
4816
4816
 
4817
- # Returns a new instance of TopicConstant, optionally
4817
+ # Returns a new instance of topic_constant, optionally
4818
4818
  # yielding it to a passed block so that attributes can be set on it.
4819
4819
  #
4820
4820
  # @yield [Google::Ads::GoogleAds::V7::Resources::TopicConstant] the new instance that will be returned so attributes
@@ -4827,7 +4827,7 @@ module Google
4827
4827
  res
4828
4828
  end
4829
4829
 
4830
- # Returns a new instance of KeywordPlanCampaignKeyword, optionally
4830
+ # Returns a new instance of keyword_plan_campaign_keyword, optionally
4831
4831
  # yielding it to a passed block so that attributes can be set on it.
4832
4832
  #
4833
4833
  # @yield [Google::Ads::GoogleAds::V7::Resources::KeywordPlanCampaignKeyword] the new instance that will be returned so attributes
@@ -4840,7 +4840,7 @@ module Google
4840
4840
  res
4841
4841
  end
4842
4842
 
4843
- # Returns a new instance of ThirdPartyAppAnalyticsLink, optionally
4843
+ # Returns a new instance of third_party_app_analytics_link, optionally
4844
4844
  # yielding it to a passed block so that attributes can be set on it.
4845
4845
  #
4846
4846
  # @yield [Google::Ads::GoogleAds::V7::Resources::ThirdPartyAppAnalyticsLink] the new instance that will be returned so attributes
@@ -4853,7 +4853,7 @@ module Google
4853
4853
  res
4854
4854
  end
4855
4855
 
4856
- # Returns a new instance of LocationView, optionally
4856
+ # Returns a new instance of location_view, optionally
4857
4857
  # yielding it to a passed block so that attributes can be set on it.
4858
4858
  #
4859
4859
  # @yield [Google::Ads::GoogleAds::V7::Resources::LocationView] the new instance that will be returned so attributes
@@ -4866,7 +4866,7 @@ module Google
4866
4866
  res
4867
4867
  end
4868
4868
 
4869
- # Returns a new instance of LanguageConstant, optionally
4869
+ # Returns a new instance of language_constant, optionally
4870
4870
  # yielding it to a passed block so that attributes can be set on it.
4871
4871
  #
4872
4872
  # @yield [Google::Ads::GoogleAds::V7::Resources::LanguageConstant] the new instance that will be returned so attributes
@@ -4879,7 +4879,7 @@ module Google
4879
4879
  res
4880
4880
  end
4881
4881
 
4882
- # Returns a new instance of CombinedAudience, optionally
4882
+ # Returns a new instance of combined_audience, optionally
4883
4883
  # yielding it to a passed block so that attributes can be set on it.
4884
4884
  #
4885
4885
  # @yield [Google::Ads::GoogleAds::V7::Resources::CombinedAudience] the new instance that will be returned so attributes
@@ -4892,7 +4892,7 @@ module Google
4892
4892
  res
4893
4893
  end
4894
4894
 
4895
- # Returns a new instance of ConversionCustomVariable, optionally
4895
+ # Returns a new instance of conversion_custom_variable, optionally
4896
4896
  # yielding it to a passed block so that attributes can be set on it.
4897
4897
  #
4898
4898
  # @yield [Google::Ads::GoogleAds::V7::Resources::ConversionCustomVariable] the new instance that will be returned so attributes
@@ -4905,7 +4905,7 @@ module Google
4905
4905
  res
4906
4906
  end
4907
4907
 
4908
- # Returns a new instance of BatchJob, optionally
4908
+ # Returns a new instance of batch_job, optionally
4909
4909
  # yielding it to a passed block so that attributes can be set on it.
4910
4910
  #
4911
4911
  # @yield [Google::Ads::GoogleAds::V7::Resources::BatchJob] the new instance that will be returned so attributes
@@ -4918,7 +4918,7 @@ module Google
4918
4918
  res
4919
4919
  end
4920
4920
 
4921
- # Returns a new instance of BatchJobMetadata, optionally
4921
+ # Returns a new instance of batch_job_metadata, optionally
4922
4922
  # yielding it to a passed block so that attributes can be set on it.
4923
4923
  #
4924
4924
  # @yield [Google::Ads::GoogleAds::V7::Resources::BatchJob::BatchJobMetadata] the new instance that will be returned so attributes
@@ -4931,7 +4931,7 @@ module Google
4931
4931
  res
4932
4932
  end
4933
4933
 
4934
- # Returns a new instance of DynamicSearchAdsSearchTermView, optionally
4934
+ # Returns a new instance of dynamic_search_ads_search_term_view, optionally
4935
4935
  # yielding it to a passed block so that attributes can be set on it.
4936
4936
  #
4937
4937
  # @yield [Google::Ads::GoogleAds::V7::Resources::DynamicSearchAdsSearchTermView] the new instance that will be returned so attributes
@@ -4944,7 +4944,7 @@ module Google
4944
4944
  res
4945
4945
  end
4946
4946
 
4947
- # Returns a new instance of CustomInterest, optionally
4947
+ # Returns a new instance of custom_interest, optionally
4948
4948
  # yielding it to a passed block so that attributes can be set on it.
4949
4949
  #
4950
4950
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomInterest] the new instance that will be returned so attributes
@@ -4957,7 +4957,7 @@ module Google
4957
4957
  res
4958
4958
  end
4959
4959
 
4960
- # Returns a new instance of CustomInterestMember, optionally
4960
+ # Returns a new instance of custom_interest_member, optionally
4961
4961
  # yielding it to a passed block so that attributes can be set on it.
4962
4962
  #
4963
4963
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomInterestMember] the new instance that will be returned so attributes
@@ -4970,7 +4970,7 @@ module Google
4970
4970
  res
4971
4971
  end
4972
4972
 
4973
- # Returns a new instance of ExpandedLandingPageView, optionally
4973
+ # Returns a new instance of expanded_landing_page_view, optionally
4974
4974
  # yielding it to a passed block so that attributes can be set on it.
4975
4975
  #
4976
4976
  # @yield [Google::Ads::GoogleAds::V7::Resources::ExpandedLandingPageView] the new instance that will be returned so attributes
@@ -4983,7 +4983,7 @@ module Google
4983
4983
  res
4984
4984
  end
4985
4985
 
4986
- # Returns a new instance of ChangeStatus, optionally
4986
+ # Returns a new instance of change_status, optionally
4987
4987
  # yielding it to a passed block so that attributes can be set on it.
4988
4988
  #
4989
4989
  # @yield [Google::Ads::GoogleAds::V7::Resources::ChangeStatus] the new instance that will be returned so attributes
@@ -4996,7 +4996,7 @@ module Google
4996
4996
  res
4997
4997
  end
4998
4998
 
4999
- # Returns a new instance of SearchTermView, optionally
4999
+ # Returns a new instance of search_term_view, optionally
5000
5000
  # yielding it to a passed block so that attributes can be set on it.
5001
5001
  #
5002
5002
  # @yield [Google::Ads::GoogleAds::V7::Resources::SearchTermView] the new instance that will be returned so attributes
@@ -5009,7 +5009,7 @@ module Google
5009
5009
  res
5010
5010
  end
5011
5011
 
5012
- # Returns a new instance of CustomerUserAccessInvitation, optionally
5012
+ # Returns a new instance of customer_user_access_invitation, optionally
5013
5013
  # yielding it to a passed block so that attributes can be set on it.
5014
5014
  #
5015
5015
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomerUserAccessInvitation] the new instance that will be returned so attributes
@@ -5022,7 +5022,7 @@ module Google
5022
5022
  res
5023
5023
  end
5024
5024
 
5025
- # Returns a new instance of UserLocationView, optionally
5025
+ # Returns a new instance of user_location_view, optionally
5026
5026
  # yielding it to a passed block so that attributes can be set on it.
5027
5027
  #
5028
5028
  # @yield [Google::Ads::GoogleAds::V7::Resources::UserLocationView] the new instance that will be returned so attributes
@@ -5035,7 +5035,7 @@ module Google
5035
5035
  res
5036
5036
  end
5037
5037
 
5038
- # Returns a new instance of GoogleAdsField, optionally
5038
+ # Returns a new instance of google_ads_field, optionally
5039
5039
  # yielding it to a passed block so that attributes can be set on it.
5040
5040
  #
5041
5041
  # @yield [Google::Ads::GoogleAds::V7::Resources::GoogleAdsField] the new instance that will be returned so attributes
@@ -5048,7 +5048,7 @@ module Google
5048
5048
  res
5049
5049
  end
5050
5050
 
5051
- # Returns a new instance of MobileAppCategoryConstant, optionally
5051
+ # Returns a new instance of mobile_app_category_constant, optionally
5052
5052
  # yielding it to a passed block so that attributes can be set on it.
5053
5053
  #
5054
5054
  # @yield [Google::Ads::GoogleAds::V7::Resources::MobileAppCategoryConstant] the new instance that will be returned so attributes
@@ -5061,7 +5061,7 @@ module Google
5061
5061
  res
5062
5062
  end
5063
5063
 
5064
- # Returns a new instance of AdGroupCriterionLabel, optionally
5064
+ # Returns a new instance of ad_group_criterion_label, optionally
5065
5065
  # yielding it to a passed block so that attributes can be set on it.
5066
5066
  #
5067
5067
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupCriterionLabel] the new instance that will be returned so attributes
@@ -5074,7 +5074,7 @@ module Google
5074
5074
  res
5075
5075
  end
5076
5076
 
5077
- # Returns a new instance of CampaignSimulation, optionally
5077
+ # Returns a new instance of campaign_simulation, optionally
5078
5078
  # yielding it to a passed block so that attributes can be set on it.
5079
5079
  #
5080
5080
  # @yield [Google::Ads::GoogleAds::V7::Resources::CampaignSimulation] the new instance that will be returned so attributes
@@ -5087,7 +5087,7 @@ module Google
5087
5087
  res
5088
5088
  end
5089
5089
 
5090
- # Returns a new instance of LandingPageView, optionally
5090
+ # Returns a new instance of landing_page_view, optionally
5091
5091
  # yielding it to a passed block so that attributes can be set on it.
5092
5092
  #
5093
5093
  # @yield [Google::Ads::GoogleAds::V7::Resources::LandingPageView] the new instance that will be returned so attributes
@@ -5100,7 +5100,7 @@ module Google
5100
5100
  res
5101
5101
  end
5102
5102
 
5103
- # Returns a new instance of AccountBudget, optionally
5103
+ # Returns a new instance of account_budget, optionally
5104
5104
  # yielding it to a passed block so that attributes can be set on it.
5105
5105
  #
5106
5106
  # @yield [Google::Ads::GoogleAds::V7::Resources::AccountBudget] the new instance that will be returned so attributes
@@ -5113,7 +5113,7 @@ module Google
5113
5113
  res
5114
5114
  end
5115
5115
 
5116
- # Returns a new instance of PendingAccountBudgetProposal, optionally
5116
+ # Returns a new instance of pending_account_budget_proposal, optionally
5117
5117
  # yielding it to a passed block so that attributes can be set on it.
5118
5118
  #
5119
5119
  # @yield [Google::Ads::GoogleAds::V7::Resources::AccountBudget::PendingAccountBudgetProposal] the new instance that will be returned so attributes
@@ -5126,7 +5126,7 @@ module Google
5126
5126
  res
5127
5127
  end
5128
5128
 
5129
- # Returns a new instance of CustomerUserAccess, optionally
5129
+ # Returns a new instance of customer_user_access, optionally
5130
5130
  # yielding it to a passed block so that attributes can be set on it.
5131
5131
  #
5132
5132
  # @yield [Google::Ads::GoogleAds::V7::Resources::CustomerUserAccess] the new instance that will be returned so attributes
@@ -5139,7 +5139,7 @@ module Google
5139
5139
  res
5140
5140
  end
5141
5141
 
5142
- # Returns a new instance of AdScheduleView, optionally
5142
+ # Returns a new instance of ad_schedule_view, optionally
5143
5143
  # yielding it to a passed block so that attributes can be set on it.
5144
5144
  #
5145
5145
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdScheduleView] the new instance that will be returned so attributes
@@ -5152,7 +5152,7 @@ module Google
5152
5152
  res
5153
5153
  end
5154
5154
 
5155
- # Returns a new instance of OperatingSystemVersionConstant, optionally
5155
+ # Returns a new instance of operating_system_version_constant, optionally
5156
5156
  # yielding it to a passed block so that attributes can be set on it.
5157
5157
  #
5158
5158
  # @yield [Google::Ads::GoogleAds::V7::Resources::OperatingSystemVersionConstant] the new instance that will be returned so attributes
@@ -5165,7 +5165,7 @@ module Google
5165
5165
  res
5166
5166
  end
5167
5167
 
5168
- # Returns a new instance of ConversionAction, optionally
5168
+ # Returns a new instance of conversion_action, optionally
5169
5169
  # yielding it to a passed block so that attributes can be set on it.
5170
5170
  #
5171
5171
  # @yield [Google::Ads::GoogleAds::V7::Resources::ConversionAction] the new instance that will be returned so attributes
@@ -5178,7 +5178,7 @@ module Google
5178
5178
  res
5179
5179
  end
5180
5180
 
5181
- # Returns a new instance of AttributionModelSettings, optionally
5181
+ # Returns a new instance of attribution_model_settings, optionally
5182
5182
  # yielding it to a passed block so that attributes can be set on it.
5183
5183
  #
5184
5184
  # @yield [Google::Ads::GoogleAds::V7::Resources::ConversionAction::AttributionModelSettings] the new instance that will be returned so attributes
@@ -5191,7 +5191,7 @@ module Google
5191
5191
  res
5192
5192
  end
5193
5193
 
5194
- # Returns a new instance of ValueSettings, optionally
5194
+ # Returns a new instance of value_settings, optionally
5195
5195
  # yielding it to a passed block so that attributes can be set on it.
5196
5196
  #
5197
5197
  # @yield [Google::Ads::GoogleAds::V7::Resources::ConversionAction::ValueSettings] the new instance that will be returned so attributes
@@ -5204,7 +5204,7 @@ module Google
5204
5204
  res
5205
5205
  end
5206
5206
 
5207
- # Returns a new instance of FirebaseSettings, optionally
5207
+ # Returns a new instance of firebase_settings, optionally
5208
5208
  # yielding it to a passed block so that attributes can be set on it.
5209
5209
  #
5210
5210
  # @yield [Google::Ads::GoogleAds::V7::Resources::ConversionAction::FirebaseSettings] the new instance that will be returned so attributes
@@ -5217,7 +5217,7 @@ module Google
5217
5217
  res
5218
5218
  end
5219
5219
 
5220
- # Returns a new instance of ThirdPartyAppAnalyticsSettings, optionally
5220
+ # Returns a new instance of third_party_app_analytics_settings, optionally
5221
5221
  # yielding it to a passed block so that attributes can be set on it.
5222
5222
  #
5223
5223
  # @yield [Google::Ads::GoogleAds::V7::Resources::ConversionAction::ThirdPartyAppAnalyticsSettings] the new instance that will be returned so attributes
@@ -5230,7 +5230,7 @@ module Google
5230
5230
  res
5231
5231
  end
5232
5232
 
5233
- # Returns a new instance of AccountBudgetProposal, optionally
5233
+ # Returns a new instance of account_budget_proposal, optionally
5234
5234
  # yielding it to a passed block so that attributes can be set on it.
5235
5235
  #
5236
5236
  # @yield [Google::Ads::GoogleAds::V7::Resources::AccountBudgetProposal] the new instance that will be returned so attributes
@@ -5243,7 +5243,7 @@ module Google
5243
5243
  res
5244
5244
  end
5245
5245
 
5246
- # Returns a new instance of KeywordPlan, optionally
5246
+ # Returns a new instance of keyword_plan, optionally
5247
5247
  # yielding it to a passed block so that attributes can be set on it.
5248
5248
  #
5249
5249
  # @yield [Google::Ads::GoogleAds::V7::Resources::KeywordPlan] the new instance that will be returned so attributes
@@ -5256,7 +5256,7 @@ module Google
5256
5256
  res
5257
5257
  end
5258
5258
 
5259
- # Returns a new instance of KeywordPlanForecastPeriod, optionally
5259
+ # Returns a new instance of keyword_plan_forecast_period, optionally
5260
5260
  # yielding it to a passed block so that attributes can be set on it.
5261
5261
  #
5262
5262
  # @yield [Google::Ads::GoogleAds::V7::Resources::KeywordPlanForecastPeriod] the new instance that will be returned so attributes
@@ -5269,7 +5269,7 @@ module Google
5269
5269
  res
5270
5270
  end
5271
5271
 
5272
- # Returns a new instance of AdGroupAsset, optionally
5272
+ # Returns a new instance of ad_group_asset, optionally
5273
5273
  # yielding it to a passed block so that attributes can be set on it.
5274
5274
  #
5275
5275
  # @yield [Google::Ads::GoogleAds::V7::Resources::AdGroupAsset] the new instance that will be returned so attributes
@@ -5282,7 +5282,7 @@ module Google
5282
5282
  res
5283
5283
  end
5284
5284
 
5285
- # Returns a new instance of MutateCampaignCriterionResult, optionally
5285
+ # Returns a new instance of mutate_campaign_criterion_result, optionally
5286
5286
  # yielding it to a passed block so that attributes can be set on it.
5287
5287
  #
5288
5288
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCampaignCriterionResult] the new instance that will be returned so attributes
@@ -5295,7 +5295,7 @@ module Google
5295
5295
  res
5296
5296
  end
5297
5297
 
5298
- # Returns a new instance of Metrics, optionally
5298
+ # Returns a new instance of metrics, optionally
5299
5299
  # yielding it to a passed block so that attributes can be set on it.
5300
5300
  #
5301
5301
  # @yield [Google::Ads::GoogleAds::V7::Common::Metrics] the new instance that will be returned so attributes
@@ -5308,7 +5308,7 @@ module Google
5308
5308
  res
5309
5309
  end
5310
5310
 
5311
- # Returns a new instance of Segments, optionally
5311
+ # Returns a new instance of segments, optionally
5312
5312
  # yielding it to a passed block so that attributes can be set on it.
5313
5313
  #
5314
5314
  # @yield [Google::Ads::GoogleAds::V7::Common::Segments] the new instance that will be returned so attributes
@@ -5321,7 +5321,7 @@ module Google
5321
5321
  res
5322
5322
  end
5323
5323
 
5324
- # Returns a new instance of Keyword, optionally
5324
+ # Returns a new instance of keyword, optionally
5325
5325
  # yielding it to a passed block so that attributes can be set on it.
5326
5326
  #
5327
5327
  # @yield [Google::Ads::GoogleAds::V7::Common::Keyword] the new instance that will be returned so attributes
@@ -5334,7 +5334,7 @@ module Google
5334
5334
  res
5335
5335
  end
5336
5336
 
5337
- # Returns a new instance of BudgetCampaignAssociationStatus, optionally
5337
+ # Returns a new instance of budget_campaign_association_status, optionally
5338
5338
  # yielding it to a passed block so that attributes can be set on it.
5339
5339
  #
5340
5340
  # @yield [Google::Ads::GoogleAds::V7::Common::BudgetCampaignAssociationStatus] the new instance that will be returned so attributes
@@ -5347,7 +5347,7 @@ module Google
5347
5347
  res
5348
5348
  end
5349
5349
 
5350
- # Returns a new instance of MutateAdGroupAdLabelResult, optionally
5350
+ # Returns a new instance of mutate_ad_group_ad_label_result, optionally
5351
5351
  # yielding it to a passed block so that attributes can be set on it.
5352
5352
  #
5353
5353
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdGroupAdLabelResult] the new instance that will be returned so attributes
@@ -5360,7 +5360,7 @@ module Google
5360
5360
  res
5361
5361
  end
5362
5362
 
5363
- # Returns a new instance of MutateAdGroupAdResult, optionally
5363
+ # Returns a new instance of mutate_ad_group_ad_result, optionally
5364
5364
  # yielding it to a passed block so that attributes can be set on it.
5365
5365
  #
5366
5366
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdGroupAdResult] the new instance that will be returned so attributes
@@ -5373,7 +5373,7 @@ module Google
5373
5373
  res
5374
5374
  end
5375
5375
 
5376
- # Returns a new instance of MutateAdGroupAssetResult, optionally
5376
+ # Returns a new instance of mutate_ad_group_asset_result, optionally
5377
5377
  # yielding it to a passed block so that attributes can be set on it.
5378
5378
  #
5379
5379
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdGroupAssetResult] the new instance that will be returned so attributes
@@ -5386,7 +5386,7 @@ module Google
5386
5386
  res
5387
5387
  end
5388
5388
 
5389
- # Returns a new instance of MutateAdGroupBidModifierResult, optionally
5389
+ # Returns a new instance of mutate_ad_group_bid_modifier_result, optionally
5390
5390
  # yielding it to a passed block so that attributes can be set on it.
5391
5391
  #
5392
5392
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdGroupBidModifierResult] the new instance that will be returned so attributes
@@ -5399,7 +5399,7 @@ module Google
5399
5399
  res
5400
5400
  end
5401
5401
 
5402
- # Returns a new instance of MutateAdGroupCriterionLabelResult, optionally
5402
+ # Returns a new instance of mutate_ad_group_criterion_label_result, optionally
5403
5403
  # yielding it to a passed block so that attributes can be set on it.
5404
5404
  #
5405
5405
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdGroupCriterionLabelResult] the new instance that will be returned so attributes
@@ -5412,7 +5412,7 @@ module Google
5412
5412
  res
5413
5413
  end
5414
5414
 
5415
- # Returns a new instance of MutateAdGroupCriterionResult, optionally
5415
+ # Returns a new instance of mutate_ad_group_criterion_result, optionally
5416
5416
  # yielding it to a passed block so that attributes can be set on it.
5417
5417
  #
5418
5418
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdGroupCriterionResult] the new instance that will be returned so attributes
@@ -5425,7 +5425,7 @@ module Google
5425
5425
  res
5426
5426
  end
5427
5427
 
5428
- # Returns a new instance of MutateAdGroupExtensionSettingResult, optionally
5428
+ # Returns a new instance of mutate_ad_group_extension_setting_result, optionally
5429
5429
  # yielding it to a passed block so that attributes can be set on it.
5430
5430
  #
5431
5431
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdGroupExtensionSettingResult] the new instance that will be returned so attributes
@@ -5438,7 +5438,7 @@ module Google
5438
5438
  res
5439
5439
  end
5440
5440
 
5441
- # Returns a new instance of MutateAdGroupFeedResult, optionally
5441
+ # Returns a new instance of mutate_ad_group_feed_result, optionally
5442
5442
  # yielding it to a passed block so that attributes can be set on it.
5443
5443
  #
5444
5444
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdGroupFeedResult] the new instance that will be returned so attributes
@@ -5451,7 +5451,7 @@ module Google
5451
5451
  res
5452
5452
  end
5453
5453
 
5454
- # Returns a new instance of MutateAdGroupLabelResult, optionally
5454
+ # Returns a new instance of mutate_ad_group_label_result, optionally
5455
5455
  # yielding it to a passed block so that attributes can be set on it.
5456
5456
  #
5457
5457
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdGroupLabelResult] the new instance that will be returned so attributes
@@ -5464,7 +5464,7 @@ module Google
5464
5464
  res
5465
5465
  end
5466
5466
 
5467
- # Returns a new instance of MutateAdGroupResult, optionally
5467
+ # Returns a new instance of mutate_ad_group_result, optionally
5468
5468
  # yielding it to a passed block so that attributes can be set on it.
5469
5469
  #
5470
5470
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdGroupResult] the new instance that will be returned so attributes
@@ -5477,7 +5477,7 @@ module Google
5477
5477
  res
5478
5478
  end
5479
5479
 
5480
- # Returns a new instance of MutateAdParameterResult, optionally
5480
+ # Returns a new instance of mutate_ad_parameter_result, optionally
5481
5481
  # yielding it to a passed block so that attributes can be set on it.
5482
5482
  #
5483
5483
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdParameterResult] the new instance that will be returned so attributes
@@ -5490,7 +5490,7 @@ module Google
5490
5490
  res
5491
5491
  end
5492
5492
 
5493
- # Returns a new instance of MutateAdResult, optionally
5493
+ # Returns a new instance of mutate_ad_result, optionally
5494
5494
  # yielding it to a passed block so that attributes can be set on it.
5495
5495
  #
5496
5496
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAdResult] the new instance that will be returned so attributes
@@ -5503,7 +5503,7 @@ module Google
5503
5503
  res
5504
5504
  end
5505
5505
 
5506
- # Returns a new instance of MutateAssetResult, optionally
5506
+ # Returns a new instance of mutate_asset_result, optionally
5507
5507
  # yielding it to a passed block so that attributes can be set on it.
5508
5508
  #
5509
5509
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAssetResult] the new instance that will be returned so attributes
@@ -5516,7 +5516,7 @@ module Google
5516
5516
  res
5517
5517
  end
5518
5518
 
5519
- # Returns a new instance of MutateBiddingStrategyResult, optionally
5519
+ # Returns a new instance of mutate_bidding_strategy_result, optionally
5520
5520
  # yielding it to a passed block so that attributes can be set on it.
5521
5521
  #
5522
5522
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateBiddingStrategyResult] the new instance that will be returned so attributes
@@ -5529,7 +5529,7 @@ module Google
5529
5529
  res
5530
5530
  end
5531
5531
 
5532
- # Returns a new instance of MutateCampaignAssetResult, optionally
5532
+ # Returns a new instance of mutate_campaign_asset_result, optionally
5533
5533
  # yielding it to a passed block so that attributes can be set on it.
5534
5534
  #
5535
5535
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCampaignAssetResult] the new instance that will be returned so attributes
@@ -5542,7 +5542,7 @@ module Google
5542
5542
  res
5543
5543
  end
5544
5544
 
5545
- # Returns a new instance of MutateCampaignBidModifierResult, optionally
5545
+ # Returns a new instance of mutate_campaign_bid_modifier_result, optionally
5546
5546
  # yielding it to a passed block so that attributes can be set on it.
5547
5547
  #
5548
5548
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCampaignBidModifierResult] the new instance that will be returned so attributes
@@ -5555,7 +5555,7 @@ module Google
5555
5555
  res
5556
5556
  end
5557
5557
 
5558
- # Returns a new instance of MutateCampaignBudgetResult, optionally
5558
+ # Returns a new instance of mutate_campaign_budget_result, optionally
5559
5559
  # yielding it to a passed block so that attributes can be set on it.
5560
5560
  #
5561
5561
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCampaignBudgetResult] the new instance that will be returned so attributes
@@ -5568,7 +5568,7 @@ module Google
5568
5568
  res
5569
5569
  end
5570
5570
 
5571
- # Returns a new instance of MutateCampaignDraftResult, optionally
5571
+ # Returns a new instance of mutate_campaign_draft_result, optionally
5572
5572
  # yielding it to a passed block so that attributes can be set on it.
5573
5573
  #
5574
5574
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCampaignDraftResult] the new instance that will be returned so attributes
@@ -5581,7 +5581,7 @@ module Google
5581
5581
  res
5582
5582
  end
5583
5583
 
5584
- # Returns a new instance of MutateCampaignExperimentResult, optionally
5584
+ # Returns a new instance of mutate_campaign_experiment_result, optionally
5585
5585
  # yielding it to a passed block so that attributes can be set on it.
5586
5586
  #
5587
5587
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCampaignExperimentResult] the new instance that will be returned so attributes
@@ -5594,7 +5594,7 @@ module Google
5594
5594
  res
5595
5595
  end
5596
5596
 
5597
- # Returns a new instance of CreateCampaignExperimentMetadata, optionally
5597
+ # Returns a new instance of create_campaign_experiment_metadata, optionally
5598
5598
  # yielding it to a passed block so that attributes can be set on it.
5599
5599
  #
5600
5600
  # @yield [Google::Ads::GoogleAds::V7::Services::CreateCampaignExperimentMetadata] the new instance that will be returned so attributes
@@ -5607,7 +5607,7 @@ module Google
5607
5607
  res
5608
5608
  end
5609
5609
 
5610
- # Returns a new instance of MutateCampaignExtensionSettingResult, optionally
5610
+ # Returns a new instance of mutate_campaign_extension_setting_result, optionally
5611
5611
  # yielding it to a passed block so that attributes can be set on it.
5612
5612
  #
5613
5613
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCampaignExtensionSettingResult] the new instance that will be returned so attributes
@@ -5620,7 +5620,7 @@ module Google
5620
5620
  res
5621
5621
  end
5622
5622
 
5623
- # Returns a new instance of MutateCampaignFeedResult, optionally
5623
+ # Returns a new instance of mutate_campaign_feed_result, optionally
5624
5624
  # yielding it to a passed block so that attributes can be set on it.
5625
5625
  #
5626
5626
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCampaignFeedResult] the new instance that will be returned so attributes
@@ -5633,7 +5633,7 @@ module Google
5633
5633
  res
5634
5634
  end
5635
5635
 
5636
- # Returns a new instance of MutateCampaignLabelResult, optionally
5636
+ # Returns a new instance of mutate_campaign_label_result, optionally
5637
5637
  # yielding it to a passed block so that attributes can be set on it.
5638
5638
  #
5639
5639
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCampaignLabelResult] the new instance that will be returned so attributes
@@ -5646,7 +5646,7 @@ module Google
5646
5646
  res
5647
5647
  end
5648
5648
 
5649
- # Returns a new instance of MutateCampaignResult, optionally
5649
+ # Returns a new instance of mutate_campaign_result, optionally
5650
5650
  # yielding it to a passed block so that attributes can be set on it.
5651
5651
  #
5652
5652
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCampaignResult] the new instance that will be returned so attributes
@@ -5659,7 +5659,7 @@ module Google
5659
5659
  res
5660
5660
  end
5661
5661
 
5662
- # Returns a new instance of MutateCampaignSharedSetResult, optionally
5662
+ # Returns a new instance of mutate_campaign_shared_set_result, optionally
5663
5663
  # yielding it to a passed block so that attributes can be set on it.
5664
5664
  #
5665
5665
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCampaignSharedSetResult] the new instance that will be returned so attributes
@@ -5672,7 +5672,7 @@ module Google
5672
5672
  res
5673
5673
  end
5674
5674
 
5675
- # Returns a new instance of MutateConversionActionResult, optionally
5675
+ # Returns a new instance of mutate_conversion_action_result, optionally
5676
5676
  # yielding it to a passed block so that attributes can be set on it.
5677
5677
  #
5678
5678
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateConversionActionResult] the new instance that will be returned so attributes
@@ -5685,7 +5685,7 @@ module Google
5685
5685
  res
5686
5686
  end
5687
5687
 
5688
- # Returns a new instance of MutateConversionCustomVariableResult, optionally
5688
+ # Returns a new instance of mutate_conversion_custom_variable_result, optionally
5689
5689
  # yielding it to a passed block so that attributes can be set on it.
5690
5690
  #
5691
5691
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateConversionCustomVariableResult] the new instance that will be returned so attributes
@@ -5698,7 +5698,7 @@ module Google
5698
5698
  res
5699
5699
  end
5700
5700
 
5701
- # Returns a new instance of MutateCustomerAssetResult, optionally
5701
+ # Returns a new instance of mutate_customer_asset_result, optionally
5702
5702
  # yielding it to a passed block so that attributes can be set on it.
5703
5703
  #
5704
5704
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomerAssetResult] the new instance that will be returned so attributes
@@ -5711,7 +5711,7 @@ module Google
5711
5711
  res
5712
5712
  end
5713
5713
 
5714
- # Returns a new instance of MutateCustomerExtensionSettingResult, optionally
5714
+ # Returns a new instance of mutate_customer_extension_setting_result, optionally
5715
5715
  # yielding it to a passed block so that attributes can be set on it.
5716
5716
  #
5717
5717
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomerExtensionSettingResult] the new instance that will be returned so attributes
@@ -5724,7 +5724,7 @@ module Google
5724
5724
  res
5725
5725
  end
5726
5726
 
5727
- # Returns a new instance of MutateCustomerFeedResult, optionally
5727
+ # Returns a new instance of mutate_customer_feed_result, optionally
5728
5728
  # yielding it to a passed block so that attributes can be set on it.
5729
5729
  #
5730
5730
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomerFeedResult] the new instance that will be returned so attributes
@@ -5737,7 +5737,7 @@ module Google
5737
5737
  res
5738
5738
  end
5739
5739
 
5740
- # Returns a new instance of MutateCustomerLabelResult, optionally
5740
+ # Returns a new instance of mutate_customer_label_result, optionally
5741
5741
  # yielding it to a passed block so that attributes can be set on it.
5742
5742
  #
5743
5743
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomerLabelResult] the new instance that will be returned so attributes
@@ -5750,7 +5750,7 @@ module Google
5750
5750
  res
5751
5751
  end
5752
5752
 
5753
- # Returns a new instance of MutateCustomerNegativeCriteriaResult, optionally
5753
+ # Returns a new instance of mutate_customer_negative_criteria_result, optionally
5754
5754
  # yielding it to a passed block so that attributes can be set on it.
5755
5755
  #
5756
5756
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomerNegativeCriteriaResult] the new instance that will be returned so attributes
@@ -5763,7 +5763,7 @@ module Google
5763
5763
  res
5764
5764
  end
5765
5765
 
5766
- # Returns a new instance of MutateCustomerResult, optionally
5766
+ # Returns a new instance of mutate_customer_result, optionally
5767
5767
  # yielding it to a passed block so that attributes can be set on it.
5768
5768
  #
5769
5769
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomerResult] the new instance that will be returned so attributes
@@ -5776,7 +5776,7 @@ module Google
5776
5776
  res
5777
5777
  end
5778
5778
 
5779
- # Returns a new instance of MutateExtensionFeedItemResult, optionally
5779
+ # Returns a new instance of mutate_extension_feed_item_result, optionally
5780
5780
  # yielding it to a passed block so that attributes can be set on it.
5781
5781
  #
5782
5782
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateExtensionFeedItemResult] the new instance that will be returned so attributes
@@ -5789,7 +5789,7 @@ module Google
5789
5789
  res
5790
5790
  end
5791
5791
 
5792
- # Returns a new instance of MutateFeedItemResult, optionally
5792
+ # Returns a new instance of mutate_feed_item_result, optionally
5793
5793
  # yielding it to a passed block so that attributes can be set on it.
5794
5794
  #
5795
5795
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateFeedItemResult] the new instance that will be returned so attributes
@@ -5802,7 +5802,7 @@ module Google
5802
5802
  res
5803
5803
  end
5804
5804
 
5805
- # Returns a new instance of MutateFeedItemSetLinkResult, optionally
5805
+ # Returns a new instance of mutate_feed_item_set_link_result, optionally
5806
5806
  # yielding it to a passed block so that attributes can be set on it.
5807
5807
  #
5808
5808
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateFeedItemSetLinkResult] the new instance that will be returned so attributes
@@ -5815,7 +5815,7 @@ module Google
5815
5815
  res
5816
5816
  end
5817
5817
 
5818
- # Returns a new instance of MutateFeedItemSetResult, optionally
5818
+ # Returns a new instance of mutate_feed_item_set_result, optionally
5819
5819
  # yielding it to a passed block so that attributes can be set on it.
5820
5820
  #
5821
5821
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateFeedItemSetResult] the new instance that will be returned so attributes
@@ -5828,7 +5828,7 @@ module Google
5828
5828
  res
5829
5829
  end
5830
5830
 
5831
- # Returns a new instance of MutateFeedItemTargetResult, optionally
5831
+ # Returns a new instance of mutate_feed_item_target_result, optionally
5832
5832
  # yielding it to a passed block so that attributes can be set on it.
5833
5833
  #
5834
5834
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateFeedItemTargetResult] the new instance that will be returned so attributes
@@ -5841,7 +5841,7 @@ module Google
5841
5841
  res
5842
5842
  end
5843
5843
 
5844
- # Returns a new instance of MutateFeedMappingResult, optionally
5844
+ # Returns a new instance of mutate_feed_mapping_result, optionally
5845
5845
  # yielding it to a passed block so that attributes can be set on it.
5846
5846
  #
5847
5847
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateFeedMappingResult] the new instance that will be returned so attributes
@@ -5854,7 +5854,7 @@ module Google
5854
5854
  res
5855
5855
  end
5856
5856
 
5857
- # Returns a new instance of MutateFeedResult, optionally
5857
+ # Returns a new instance of mutate_feed_result, optionally
5858
5858
  # yielding it to a passed block so that attributes can be set on it.
5859
5859
  #
5860
5860
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateFeedResult] the new instance that will be returned so attributes
@@ -5867,7 +5867,7 @@ module Google
5867
5867
  res
5868
5868
  end
5869
5869
 
5870
- # Returns a new instance of MutateKeywordPlanAdGroupKeywordResult, optionally
5870
+ # Returns a new instance of mutate_keyword_plan_ad_group_keyword_result, optionally
5871
5871
  # yielding it to a passed block so that attributes can be set on it.
5872
5872
  #
5873
5873
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateKeywordPlanAdGroupKeywordResult] the new instance that will be returned so attributes
@@ -5880,7 +5880,7 @@ module Google
5880
5880
  res
5881
5881
  end
5882
5882
 
5883
- # Returns a new instance of MutateKeywordPlanAdGroupResult, optionally
5883
+ # Returns a new instance of mutate_keyword_plan_ad_group_result, optionally
5884
5884
  # yielding it to a passed block so that attributes can be set on it.
5885
5885
  #
5886
5886
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateKeywordPlanAdGroupResult] the new instance that will be returned so attributes
@@ -5893,7 +5893,7 @@ module Google
5893
5893
  res
5894
5894
  end
5895
5895
 
5896
- # Returns a new instance of MutateKeywordPlanCampaignKeywordResult, optionally
5896
+ # Returns a new instance of mutate_keyword_plan_campaign_keyword_result, optionally
5897
5897
  # yielding it to a passed block so that attributes can be set on it.
5898
5898
  #
5899
5899
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateKeywordPlanCampaignKeywordResult] the new instance that will be returned so attributes
@@ -5906,7 +5906,7 @@ module Google
5906
5906
  res
5907
5907
  end
5908
5908
 
5909
- # Returns a new instance of MutateKeywordPlanCampaignResult, optionally
5909
+ # Returns a new instance of mutate_keyword_plan_campaign_result, optionally
5910
5910
  # yielding it to a passed block so that attributes can be set on it.
5911
5911
  #
5912
5912
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateKeywordPlanCampaignResult] the new instance that will be returned so attributes
@@ -5919,7 +5919,7 @@ module Google
5919
5919
  res
5920
5920
  end
5921
5921
 
5922
- # Returns a new instance of KeywordPlanHistoricalMetrics, optionally
5922
+ # Returns a new instance of keyword_plan_historical_metrics, optionally
5923
5923
  # yielding it to a passed block so that attributes can be set on it.
5924
5924
  #
5925
5925
  # @yield [Google::Ads::GoogleAds::V7::Common::KeywordPlanHistoricalMetrics] the new instance that will be returned so attributes
@@ -5932,7 +5932,7 @@ module Google
5932
5932
  res
5933
5933
  end
5934
5934
 
5935
- # Returns a new instance of HistoricalMetricsOptions, optionally
5935
+ # Returns a new instance of historical_metrics_options, optionally
5936
5936
  # yielding it to a passed block so that attributes can be set on it.
5937
5937
  #
5938
5938
  # @yield [Google::Ads::GoogleAds::V7::Common::HistoricalMetricsOptions] the new instance that will be returned so attributes
@@ -5945,7 +5945,7 @@ module Google
5945
5945
  res
5946
5946
  end
5947
5947
 
5948
- # Returns a new instance of MonthlySearchVolume, optionally
5948
+ # Returns a new instance of monthly_search_volume, optionally
5949
5949
  # yielding it to a passed block so that attributes can be set on it.
5950
5950
  #
5951
5951
  # @yield [Google::Ads::GoogleAds::V7::Common::MonthlySearchVolume] the new instance that will be returned so attributes
@@ -5958,7 +5958,7 @@ module Google
5958
5958
  res
5959
5959
  end
5960
5960
 
5961
- # Returns a new instance of KeywordPlanAggregateMetrics, optionally
5961
+ # Returns a new instance of keyword_plan_aggregate_metrics, optionally
5962
5962
  # yielding it to a passed block so that attributes can be set on it.
5963
5963
  #
5964
5964
  # @yield [Google::Ads::GoogleAds::V7::Common::KeywordPlanAggregateMetrics] the new instance that will be returned so attributes
@@ -5971,7 +5971,7 @@ module Google
5971
5971
  res
5972
5972
  end
5973
5973
 
5974
- # Returns a new instance of KeywordPlanAggregateMetricResults, optionally
5974
+ # Returns a new instance of keyword_plan_aggregate_metric_results, optionally
5975
5975
  # yielding it to a passed block so that attributes can be set on it.
5976
5976
  #
5977
5977
  # @yield [Google::Ads::GoogleAds::V7::Common::KeywordPlanAggregateMetricResults] the new instance that will be returned so attributes
@@ -5984,7 +5984,7 @@ module Google
5984
5984
  res
5985
5985
  end
5986
5986
 
5987
- # Returns a new instance of KeywordPlanDeviceSearches, optionally
5987
+ # Returns a new instance of keyword_plan_device_searches, optionally
5988
5988
  # yielding it to a passed block so that attributes can be set on it.
5989
5989
  #
5990
5990
  # @yield [Google::Ads::GoogleAds::V7::Common::KeywordPlanDeviceSearches] the new instance that will be returned so attributes
@@ -5997,7 +5997,7 @@ module Google
5997
5997
  res
5998
5998
  end
5999
5999
 
6000
- # Returns a new instance of KeywordAnnotations, optionally
6000
+ # Returns a new instance of keyword_annotations, optionally
6001
6001
  # yielding it to a passed block so that attributes can be set on it.
6002
6002
  #
6003
6003
  # @yield [Google::Ads::GoogleAds::V7::Common::KeywordAnnotations] the new instance that will be returned so attributes
@@ -6010,7 +6010,7 @@ module Google
6010
6010
  res
6011
6011
  end
6012
6012
 
6013
- # Returns a new instance of KeywordConcept, optionally
6013
+ # Returns a new instance of keyword_concept, optionally
6014
6014
  # yielding it to a passed block so that attributes can be set on it.
6015
6015
  #
6016
6016
  # @yield [Google::Ads::GoogleAds::V7::Common::KeywordConcept] the new instance that will be returned so attributes
@@ -6023,7 +6023,7 @@ module Google
6023
6023
  res
6024
6024
  end
6025
6025
 
6026
- # Returns a new instance of ConceptGroup, optionally
6026
+ # Returns a new instance of concept_group, optionally
6027
6027
  # yielding it to a passed block so that attributes can be set on it.
6028
6028
  #
6029
6029
  # @yield [Google::Ads::GoogleAds::V7::Common::ConceptGroup] the new instance that will be returned so attributes
@@ -6036,7 +6036,7 @@ module Google
6036
6036
  res
6037
6037
  end
6038
6038
 
6039
- # Returns a new instance of MutateKeywordPlansResult, optionally
6039
+ # Returns a new instance of mutate_keyword_plans_result, optionally
6040
6040
  # yielding it to a passed block so that attributes can be set on it.
6041
6041
  #
6042
6042
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateKeywordPlansResult] the new instance that will be returned so attributes
@@ -6049,7 +6049,7 @@ module Google
6049
6049
  res
6050
6050
  end
6051
6051
 
6052
- # Returns a new instance of KeywordPlanCampaignForecast, optionally
6052
+ # Returns a new instance of keyword_plan_campaign_forecast, optionally
6053
6053
  # yielding it to a passed block so that attributes can be set on it.
6054
6054
  #
6055
6055
  # @yield [Google::Ads::GoogleAds::V7::Services::KeywordPlanCampaignForecast] the new instance that will be returned so attributes
@@ -6062,7 +6062,7 @@ module Google
6062
6062
  res
6063
6063
  end
6064
6064
 
6065
- # Returns a new instance of KeywordPlanAdGroupForecast, optionally
6065
+ # Returns a new instance of keyword_plan_ad_group_forecast, optionally
6066
6066
  # yielding it to a passed block so that attributes can be set on it.
6067
6067
  #
6068
6068
  # @yield [Google::Ads::GoogleAds::V7::Services::KeywordPlanAdGroupForecast] the new instance that will be returned so attributes
@@ -6075,7 +6075,7 @@ module Google
6075
6075
  res
6076
6076
  end
6077
6077
 
6078
- # Returns a new instance of KeywordPlanKeywordForecast, optionally
6078
+ # Returns a new instance of keyword_plan_keyword_forecast, optionally
6079
6079
  # yielding it to a passed block so that attributes can be set on it.
6080
6080
  #
6081
6081
  # @yield [Google::Ads::GoogleAds::V7::Services::KeywordPlanKeywordForecast] the new instance that will be returned so attributes
@@ -6088,7 +6088,7 @@ module Google
6088
6088
  res
6089
6089
  end
6090
6090
 
6091
- # Returns a new instance of KeywordPlanCampaignForecastCurve, optionally
6091
+ # Returns a new instance of keyword_plan_campaign_forecast_curve, optionally
6092
6092
  # yielding it to a passed block so that attributes can be set on it.
6093
6093
  #
6094
6094
  # @yield [Google::Ads::GoogleAds::V7::Services::KeywordPlanCampaignForecastCurve] the new instance that will be returned so attributes
@@ -6101,7 +6101,7 @@ module Google
6101
6101
  res
6102
6102
  end
6103
6103
 
6104
- # Returns a new instance of KeywordPlanMaxCpcBidForecastCurve, optionally
6104
+ # Returns a new instance of keyword_plan_max_cpc_bid_forecast_curve, optionally
6105
6105
  # yielding it to a passed block so that attributes can be set on it.
6106
6106
  #
6107
6107
  # @yield [Google::Ads::GoogleAds::V7::Services::KeywordPlanMaxCpcBidForecastCurve] the new instance that will be returned so attributes
@@ -6114,7 +6114,7 @@ module Google
6114
6114
  res
6115
6115
  end
6116
6116
 
6117
- # Returns a new instance of KeywordPlanMaxCpcBidForecast, optionally
6117
+ # Returns a new instance of keyword_plan_max_cpc_bid_forecast, optionally
6118
6118
  # yielding it to a passed block so that attributes can be set on it.
6119
6119
  #
6120
6120
  # @yield [Google::Ads::GoogleAds::V7::Services::KeywordPlanMaxCpcBidForecast] the new instance that will be returned so attributes
@@ -6127,7 +6127,7 @@ module Google
6127
6127
  res
6128
6128
  end
6129
6129
 
6130
- # Returns a new instance of KeywordPlanWeeklyTimeSeriesForecast, optionally
6130
+ # Returns a new instance of keyword_plan_weekly_time_series_forecast, optionally
6131
6131
  # yielding it to a passed block so that attributes can be set on it.
6132
6132
  #
6133
6133
  # @yield [Google::Ads::GoogleAds::V7::Services::KeywordPlanWeeklyTimeSeriesForecast] the new instance that will be returned so attributes
@@ -6140,7 +6140,7 @@ module Google
6140
6140
  res
6141
6141
  end
6142
6142
 
6143
- # Returns a new instance of KeywordPlanWeeklyForecast, optionally
6143
+ # Returns a new instance of keyword_plan_weekly_forecast, optionally
6144
6144
  # yielding it to a passed block so that attributes can be set on it.
6145
6145
  #
6146
6146
  # @yield [Google::Ads::GoogleAds::V7::Services::KeywordPlanWeeklyForecast] the new instance that will be returned so attributes
@@ -6153,7 +6153,7 @@ module Google
6153
6153
  res
6154
6154
  end
6155
6155
 
6156
- # Returns a new instance of ForecastMetrics, optionally
6156
+ # Returns a new instance of forecast_metrics, optionally
6157
6157
  # yielding it to a passed block so that attributes can be set on it.
6158
6158
  #
6159
6159
  # @yield [Google::Ads::GoogleAds::V7::Services::ForecastMetrics] the new instance that will be returned so attributes
@@ -6166,7 +6166,7 @@ module Google
6166
6166
  res
6167
6167
  end
6168
6168
 
6169
- # Returns a new instance of KeywordPlanKeywordHistoricalMetrics, optionally
6169
+ # Returns a new instance of keyword_plan_keyword_historical_metrics, optionally
6170
6170
  # yielding it to a passed block so that attributes can be set on it.
6171
6171
  #
6172
6172
  # @yield [Google::Ads::GoogleAds::V7::Services::KeywordPlanKeywordHistoricalMetrics] the new instance that will be returned so attributes
@@ -6179,7 +6179,7 @@ module Google
6179
6179
  res
6180
6180
  end
6181
6181
 
6182
- # Returns a new instance of MutateLabelResult, optionally
6182
+ # Returns a new instance of mutate_label_result, optionally
6183
6183
  # yielding it to a passed block so that attributes can be set on it.
6184
6184
  #
6185
6185
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateLabelResult] the new instance that will be returned so attributes
@@ -6192,7 +6192,7 @@ module Google
6192
6192
  res
6193
6193
  end
6194
6194
 
6195
- # Returns a new instance of MutateMediaFileResult, optionally
6195
+ # Returns a new instance of mutate_media_file_result, optionally
6196
6196
  # yielding it to a passed block so that attributes can be set on it.
6197
6197
  #
6198
6198
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateMediaFileResult] the new instance that will be returned so attributes
@@ -6205,7 +6205,7 @@ module Google
6205
6205
  res
6206
6206
  end
6207
6207
 
6208
- # Returns a new instance of MutateRemarketingActionResult, optionally
6208
+ # Returns a new instance of mutate_remarketing_action_result, optionally
6209
6209
  # yielding it to a passed block so that attributes can be set on it.
6210
6210
  #
6211
6211
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateRemarketingActionResult] the new instance that will be returned so attributes
@@ -6218,7 +6218,7 @@ module Google
6218
6218
  res
6219
6219
  end
6220
6220
 
6221
- # Returns a new instance of MutateSharedCriterionResult, optionally
6221
+ # Returns a new instance of mutate_shared_criterion_result, optionally
6222
6222
  # yielding it to a passed block so that attributes can be set on it.
6223
6223
  #
6224
6224
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateSharedCriterionResult] the new instance that will be returned so attributes
@@ -6231,7 +6231,7 @@ module Google
6231
6231
  res
6232
6232
  end
6233
6233
 
6234
- # Returns a new instance of MutateSharedSetResult, optionally
6234
+ # Returns a new instance of mutate_shared_set_result, optionally
6235
6235
  # yielding it to a passed block so that attributes can be set on it.
6236
6236
  #
6237
6237
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateSharedSetResult] the new instance that will be returned so attributes
@@ -6244,7 +6244,7 @@ module Google
6244
6244
  res
6245
6245
  end
6246
6246
 
6247
- # Returns a new instance of MutateUserListResult, optionally
6247
+ # Returns a new instance of mutate_user_list_result, optionally
6248
6248
  # yielding it to a passed block so that attributes can be set on it.
6249
6249
  #
6250
6250
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateUserListResult] the new instance that will be returned so attributes
@@ -6257,7 +6257,7 @@ module Google
6257
6257
  res
6258
6258
  end
6259
6259
 
6260
- # Returns a new instance of GoogleAdsRow, optionally
6260
+ # Returns a new instance of google_ads_row, optionally
6261
6261
  # yielding it to a passed block so that attributes can be set on it.
6262
6262
  #
6263
6263
  # @yield [Google::Ads::GoogleAds::V7::Services::GoogleAdsRow] the new instance that will be returned so attributes
@@ -6270,7 +6270,7 @@ module Google
6270
6270
  res
6271
6271
  end
6272
6272
 
6273
- # Returns a new instance of LocationNames, optionally
6273
+ # Returns a new instance of location_names, optionally
6274
6274
  # yielding it to a passed block so that attributes can be set on it.
6275
6275
  #
6276
6276
  # @yield [Google::Ads::GoogleAds::V7::Services::SuggestGeoTargetConstantsRequest::LocationNames] the new instance that will be returned so attributes
@@ -6283,7 +6283,7 @@ module Google
6283
6283
  res
6284
6284
  end
6285
6285
 
6286
- # Returns a new instance of GeoTargets, optionally
6286
+ # Returns a new instance of geo_targets, optionally
6287
6287
  # yielding it to a passed block so that attributes can be set on it.
6288
6288
  #
6289
6289
  # @yield [Google::Ads::GoogleAds::V7::Services::SuggestGeoTargetConstantsRequest::GeoTargets] the new instance that will be returned so attributes
@@ -6296,7 +6296,7 @@ module Google
6296
6296
  res
6297
6297
  end
6298
6298
 
6299
- # Returns a new instance of GeoTargetConstantSuggestion, optionally
6299
+ # Returns a new instance of geo_target_constant_suggestion, optionally
6300
6300
  # yielding it to a passed block so that attributes can be set on it.
6301
6301
  #
6302
6302
  # @yield [Google::Ads::GoogleAds::V7::Services::GeoTargetConstantSuggestion] the new instance that will be returned so attributes
@@ -6309,7 +6309,7 @@ module Google
6309
6309
  res
6310
6310
  end
6311
6311
 
6312
- # Returns a new instance of MutateBatchJobResult, optionally
6312
+ # Returns a new instance of mutate_batch_job_result, optionally
6313
6313
  # yielding it to a passed block so that attributes can be set on it.
6314
6314
  #
6315
6315
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateBatchJobResult] the new instance that will be returned so attributes
@@ -6322,7 +6322,7 @@ module Google
6322
6322
  res
6323
6323
  end
6324
6324
 
6325
- # Returns a new instance of BatchJobResult, optionally
6325
+ # Returns a new instance of batch_job_result, optionally
6326
6326
  # yielding it to a passed block so that attributes can be set on it.
6327
6327
  #
6328
6328
  # @yield [Google::Ads::GoogleAds::V7::Services::BatchJobResult] the new instance that will be returned so attributes
@@ -6335,7 +6335,7 @@ module Google
6335
6335
  res
6336
6336
  end
6337
6337
 
6338
- # Returns a new instance of MutateAccountBudgetProposalResult, optionally
6338
+ # Returns a new instance of mutate_account_budget_proposal_result, optionally
6339
6339
  # yielding it to a passed block so that attributes can be set on it.
6340
6340
  #
6341
6341
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAccountBudgetProposalResult] the new instance that will be returned so attributes
@@ -6348,7 +6348,7 @@ module Google
6348
6348
  res
6349
6349
  end
6350
6350
 
6351
- # Returns a new instance of MutateBillingSetupResult, optionally
6351
+ # Returns a new instance of mutate_billing_setup_result, optionally
6352
6352
  # yielding it to a passed block so that attributes can be set on it.
6353
6353
  #
6354
6354
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateBillingSetupResult] the new instance that will be returned so attributes
@@ -6361,7 +6361,7 @@ module Google
6361
6361
  res
6362
6362
  end
6363
6363
 
6364
- # Returns a new instance of ClickConversion, optionally
6364
+ # Returns a new instance of click_conversion, optionally
6365
6365
  # yielding it to a passed block so that attributes can be set on it.
6366
6366
  #
6367
6367
  # @yield [Google::Ads::GoogleAds::V7::Services::ClickConversion] the new instance that will be returned so attributes
@@ -6374,7 +6374,7 @@ module Google
6374
6374
  res
6375
6375
  end
6376
6376
 
6377
- # Returns a new instance of CallConversion, optionally
6377
+ # Returns a new instance of call_conversion, optionally
6378
6378
  # yielding it to a passed block so that attributes can be set on it.
6379
6379
  #
6380
6380
  # @yield [Google::Ads::GoogleAds::V7::Services::CallConversion] the new instance that will be returned so attributes
@@ -6387,7 +6387,7 @@ module Google
6387
6387
  res
6388
6388
  end
6389
6389
 
6390
- # Returns a new instance of ExternalAttributionData, optionally
6390
+ # Returns a new instance of external_attribution_data, optionally
6391
6391
  # yielding it to a passed block so that attributes can be set on it.
6392
6392
  #
6393
6393
  # @yield [Google::Ads::GoogleAds::V7::Services::ExternalAttributionData] the new instance that will be returned so attributes
@@ -6400,7 +6400,7 @@ module Google
6400
6400
  res
6401
6401
  end
6402
6402
 
6403
- # Returns a new instance of ClickConversionResult, optionally
6403
+ # Returns a new instance of click_conversion_result, optionally
6404
6404
  # yielding it to a passed block so that attributes can be set on it.
6405
6405
  #
6406
6406
  # @yield [Google::Ads::GoogleAds::V7::Services::ClickConversionResult] the new instance that will be returned so attributes
@@ -6413,7 +6413,7 @@ module Google
6413
6413
  res
6414
6414
  end
6415
6415
 
6416
- # Returns a new instance of CallConversionResult, optionally
6416
+ # Returns a new instance of call_conversion_result, optionally
6417
6417
  # yielding it to a passed block so that attributes can be set on it.
6418
6418
  #
6419
6419
  # @yield [Google::Ads::GoogleAds::V7::Services::CallConversionResult] the new instance that will be returned so attributes
@@ -6426,7 +6426,7 @@ module Google
6426
6426
  res
6427
6427
  end
6428
6428
 
6429
- # Returns a new instance of CustomVariable, optionally
6429
+ # Returns a new instance of custom_variable, optionally
6430
6430
  # yielding it to a passed block so that attributes can be set on it.
6431
6431
  #
6432
6432
  # @yield [Google::Ads::GoogleAds::V7::Services::CustomVariable] the new instance that will be returned so attributes
@@ -6439,7 +6439,7 @@ module Google
6439
6439
  res
6440
6440
  end
6441
6441
 
6442
- # Returns a new instance of PlannableLocation, optionally
6442
+ # Returns a new instance of plannable_location, optionally
6443
6443
  # yielding it to a passed block so that attributes can be set on it.
6444
6444
  #
6445
6445
  # @yield [Google::Ads::GoogleAds::V7::Services::PlannableLocation] the new instance that will be returned so attributes
@@ -6452,7 +6452,7 @@ module Google
6452
6452
  res
6453
6453
  end
6454
6454
 
6455
- # Returns a new instance of ProductMetadata, optionally
6455
+ # Returns a new instance of product_metadata, optionally
6456
6456
  # yielding it to a passed block so that attributes can be set on it.
6457
6457
  #
6458
6458
  # @yield [Google::Ads::GoogleAds::V7::Services::ProductMetadata] the new instance that will be returned so attributes
@@ -6465,7 +6465,7 @@ module Google
6465
6465
  res
6466
6466
  end
6467
6467
 
6468
- # Returns a new instance of PlannableTargeting, optionally
6468
+ # Returns a new instance of plannable_targeting, optionally
6469
6469
  # yielding it to a passed block so that attributes can be set on it.
6470
6470
  #
6471
6471
  # @yield [Google::Ads::GoogleAds::V7::Services::PlannableTargeting] the new instance that will be returned so attributes
@@ -6478,7 +6478,7 @@ module Google
6478
6478
  res
6479
6479
  end
6480
6480
 
6481
- # Returns a new instance of Preferences, optionally
6481
+ # Returns a new instance of preferences, optionally
6482
6482
  # yielding it to a passed block so that attributes can be set on it.
6483
6483
  #
6484
6484
  # @yield [Google::Ads::GoogleAds::V7::Services::Preferences] the new instance that will be returned so attributes
@@ -6491,7 +6491,7 @@ module Google
6491
6491
  res
6492
6492
  end
6493
6493
 
6494
- # Returns a new instance of ProductAllocation, optionally
6494
+ # Returns a new instance of product_allocation, optionally
6495
6495
  # yielding it to a passed block so that attributes can be set on it.
6496
6496
  #
6497
6497
  # @yield [Google::Ads::GoogleAds::V7::Services::ProductAllocation] the new instance that will be returned so attributes
@@ -6504,7 +6504,7 @@ module Google
6504
6504
  res
6505
6505
  end
6506
6506
 
6507
- # Returns a new instance of FrequencyCap, optionally
6507
+ # Returns a new instance of frequency_cap, optionally
6508
6508
  # yielding it to a passed block so that attributes can be set on it.
6509
6509
  #
6510
6510
  # @yield [Google::Ads::GoogleAds::V7::Services::FrequencyCap] the new instance that will be returned so attributes
@@ -6517,7 +6517,7 @@ module Google
6517
6517
  res
6518
6518
  end
6519
6519
 
6520
- # Returns a new instance of Targeting, optionally
6520
+ # Returns a new instance of targeting, optionally
6521
6521
  # yielding it to a passed block so that attributes can be set on it.
6522
6522
  #
6523
6523
  # @yield [Google::Ads::GoogleAds::V7::Services::Targeting] the new instance that will be returned so attributes
@@ -6530,7 +6530,7 @@ module Google
6530
6530
  res
6531
6531
  end
6532
6532
 
6533
- # Returns a new instance of CampaignDuration, optionally
6533
+ # Returns a new instance of campaign_duration, optionally
6534
6534
  # yielding it to a passed block so that attributes can be set on it.
6535
6535
  #
6536
6536
  # @yield [Google::Ads::GoogleAds::V7::Services::CampaignDuration] the new instance that will be returned so attributes
@@ -6543,7 +6543,7 @@ module Google
6543
6543
  res
6544
6544
  end
6545
6545
 
6546
- # Returns a new instance of PlannedProduct, optionally
6546
+ # Returns a new instance of planned_product, optionally
6547
6547
  # yielding it to a passed block so that attributes can be set on it.
6548
6548
  #
6549
6549
  # @yield [Google::Ads::GoogleAds::V7::Services::PlannedProduct] the new instance that will be returned so attributes
@@ -6556,7 +6556,7 @@ module Google
6556
6556
  res
6557
6557
  end
6558
6558
 
6559
- # Returns a new instance of ReachCurve, optionally
6559
+ # Returns a new instance of reach_curve, optionally
6560
6560
  # yielding it to a passed block so that attributes can be set on it.
6561
6561
  #
6562
6562
  # @yield [Google::Ads::GoogleAds::V7::Services::ReachCurve] the new instance that will be returned so attributes
@@ -6569,7 +6569,7 @@ module Google
6569
6569
  res
6570
6570
  end
6571
6571
 
6572
- # Returns a new instance of ReachForecast, optionally
6572
+ # Returns a new instance of reach_forecast, optionally
6573
6573
  # yielding it to a passed block so that attributes can be set on it.
6574
6574
  #
6575
6575
  # @yield [Google::Ads::GoogleAds::V7::Services::ReachForecast] the new instance that will be returned so attributes
@@ -6582,7 +6582,7 @@ module Google
6582
6582
  res
6583
6583
  end
6584
6584
 
6585
- # Returns a new instance of Forecast, optionally
6585
+ # Returns a new instance of forecast, optionally
6586
6586
  # yielding it to a passed block so that attributes can be set on it.
6587
6587
  #
6588
6588
  # @yield [Google::Ads::GoogleAds::V7::Services::Forecast] the new instance that will be returned so attributes
@@ -6595,7 +6595,7 @@ module Google
6595
6595
  res
6596
6596
  end
6597
6597
 
6598
- # Returns a new instance of PlannedProductReachForecast, optionally
6598
+ # Returns a new instance of planned_product_reach_forecast, optionally
6599
6599
  # yielding it to a passed block so that attributes can be set on it.
6600
6600
  #
6601
6601
  # @yield [Google::Ads::GoogleAds::V7::Services::PlannedProductReachForecast] the new instance that will be returned so attributes
@@ -6608,7 +6608,7 @@ module Google
6608
6608
  res
6609
6609
  end
6610
6610
 
6611
- # Returns a new instance of PlannedProductForecast, optionally
6611
+ # Returns a new instance of planned_product_forecast, optionally
6612
6612
  # yielding it to a passed block so that attributes can be set on it.
6613
6613
  #
6614
6614
  # @yield [Google::Ads::GoogleAds::V7::Services::PlannedProductForecast] the new instance that will be returned so attributes
@@ -6621,7 +6621,7 @@ module Google
6621
6621
  res
6622
6622
  end
6623
6623
 
6624
- # Returns a new instance of OnTargetAudienceMetrics, optionally
6624
+ # Returns a new instance of on_target_audience_metrics, optionally
6625
6625
  # yielding it to a passed block so that attributes can be set on it.
6626
6626
  #
6627
6627
  # @yield [Google::Ads::GoogleAds::V7::Services::OnTargetAudienceMetrics] the new instance that will be returned so attributes
@@ -6634,7 +6634,7 @@ module Google
6634
6634
  res
6635
6635
  end
6636
6636
 
6637
- # Returns a new instance of MutateCustomerUserAccessInvitationResult, optionally
6637
+ # Returns a new instance of mutate_customer_user_access_invitation_result, optionally
6638
6638
  # yielding it to a passed block so that attributes can be set on it.
6639
6639
  #
6640
6640
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomerUserAccessInvitationResult] the new instance that will be returned so attributes
@@ -6647,7 +6647,7 @@ module Google
6647
6647
  res
6648
6648
  end
6649
6649
 
6650
- # Returns a new instance of MutateCustomerClientLinkResult, optionally
6650
+ # Returns a new instance of mutate_customer_client_link_result, optionally
6651
6651
  # yielding it to a passed block so that attributes can be set on it.
6652
6652
  #
6653
6653
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomerClientLinkResult] the new instance that will be returned so attributes
@@ -6660,7 +6660,7 @@ module Google
6660
6660
  res
6661
6661
  end
6662
6662
 
6663
- # Returns a new instance of MutateAccountLinkResult, optionally
6663
+ # Returns a new instance of mutate_account_link_result, optionally
6664
6664
  # yielding it to a passed block so that attributes can be set on it.
6665
6665
  #
6666
6666
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateAccountLinkResult] the new instance that will be returned so attributes
@@ -6673,7 +6673,7 @@ module Google
6673
6673
  res
6674
6674
  end
6675
6675
 
6676
- # Returns a new instance of KeywordAndUrlSeed, optionally
6676
+ # Returns a new instance of keyword_and_url_seed, optionally
6677
6677
  # yielding it to a passed block so that attributes can be set on it.
6678
6678
  #
6679
6679
  # @yield [Google::Ads::GoogleAds::V7::Services::KeywordAndUrlSeed] the new instance that will be returned so attributes
@@ -6686,7 +6686,7 @@ module Google
6686
6686
  res
6687
6687
  end
6688
6688
 
6689
- # Returns a new instance of KeywordSeed, optionally
6689
+ # Returns a new instance of keyword_seed, optionally
6690
6690
  # yielding it to a passed block so that attributes can be set on it.
6691
6691
  #
6692
6692
  # @yield [Google::Ads::GoogleAds::V7::Services::KeywordSeed] the new instance that will be returned so attributes
@@ -6699,7 +6699,7 @@ module Google
6699
6699
  res
6700
6700
  end
6701
6701
 
6702
- # Returns a new instance of SiteSeed, optionally
6702
+ # Returns a new instance of site_seed, optionally
6703
6703
  # yielding it to a passed block so that attributes can be set on it.
6704
6704
  #
6705
6705
  # @yield [Google::Ads::GoogleAds::V7::Services::SiteSeed] the new instance that will be returned so attributes
@@ -6712,7 +6712,7 @@ module Google
6712
6712
  res
6713
6713
  end
6714
6714
 
6715
- # Returns a new instance of UrlSeed, optionally
6715
+ # Returns a new instance of url_seed, optionally
6716
6716
  # yielding it to a passed block so that attributes can be set on it.
6717
6717
  #
6718
6718
  # @yield [Google::Ads::GoogleAds::V7::Services::UrlSeed] the new instance that will be returned so attributes
@@ -6725,7 +6725,7 @@ module Google
6725
6725
  res
6726
6726
  end
6727
6727
 
6728
- # Returns a new instance of GenerateKeywordIdeaResult, optionally
6728
+ # Returns a new instance of generate_keyword_idea_result, optionally
6729
6729
  # yielding it to a passed block so that attributes can be set on it.
6730
6730
  #
6731
6731
  # @yield [Google::Ads::GoogleAds::V7::Services::GenerateKeywordIdeaResult] the new instance that will be returned so attributes
@@ -6738,7 +6738,7 @@ module Google
6738
6738
  res
6739
6739
  end
6740
6740
 
6741
- # Returns a new instance of MutateCustomerManagerLinkResult, optionally
6741
+ # Returns a new instance of mutate_customer_manager_link_result, optionally
6742
6742
  # yielding it to a passed block so that attributes can be set on it.
6743
6743
  #
6744
6744
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomerManagerLinkResult] the new instance that will be returned so attributes
@@ -6751,7 +6751,7 @@ module Google
6751
6751
  res
6752
6752
  end
6753
6753
 
6754
- # Returns a new instance of MutateCustomerUserAccessResult, optionally
6754
+ # Returns a new instance of mutate_customer_user_access_result, optionally
6755
6755
  # yielding it to a passed block so that attributes can be set on it.
6756
6756
  #
6757
6757
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomerUserAccessResult] the new instance that will be returned so attributes
@@ -6764,7 +6764,7 @@ module Google
6764
6764
  res
6765
6765
  end
6766
6766
 
6767
- # Returns a new instance of ConversionAdjustment, optionally
6767
+ # Returns a new instance of conversion_adjustment, optionally
6768
6768
  # yielding it to a passed block so that attributes can be set on it.
6769
6769
  #
6770
6770
  # @yield [Google::Ads::GoogleAds::V7::Services::ConversionAdjustment] the new instance that will be returned so attributes
@@ -6777,7 +6777,7 @@ module Google
6777
6777
  res
6778
6778
  end
6779
6779
 
6780
- # Returns a new instance of RestatementValue, optionally
6780
+ # Returns a new instance of restatement_value, optionally
6781
6781
  # yielding it to a passed block so that attributes can be set on it.
6782
6782
  #
6783
6783
  # @yield [Google::Ads::GoogleAds::V7::Services::RestatementValue] the new instance that will be returned so attributes
@@ -6790,7 +6790,7 @@ module Google
6790
6790
  res
6791
6791
  end
6792
6792
 
6793
- # Returns a new instance of GclidDateTimePair, optionally
6793
+ # Returns a new instance of gclid_date_time_pair, optionally
6794
6794
  # yielding it to a passed block so that attributes can be set on it.
6795
6795
  #
6796
6796
  # @yield [Google::Ads::GoogleAds::V7::Services::GclidDateTimePair] the new instance that will be returned so attributes
@@ -6803,7 +6803,7 @@ module Google
6803
6803
  res
6804
6804
  end
6805
6805
 
6806
- # Returns a new instance of ConversionAdjustmentResult, optionally
6806
+ # Returns a new instance of conversion_adjustment_result, optionally
6807
6807
  # yielding it to a passed block so that attributes can be set on it.
6808
6808
  #
6809
6809
  # @yield [Google::Ads::GoogleAds::V7::Services::ConversionAdjustmentResult] the new instance that will be returned so attributes
@@ -6816,7 +6816,7 @@ module Google
6816
6816
  res
6817
6817
  end
6818
6818
 
6819
- # Returns a new instance of MutateMerchantCenterLinkResult, optionally
6819
+ # Returns a new instance of mutate_merchant_center_link_result, optionally
6820
6820
  # yielding it to a passed block so that attributes can be set on it.
6821
6821
  #
6822
6822
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateMerchantCenterLinkResult] the new instance that will be returned so attributes
@@ -6829,7 +6829,7 @@ module Google
6829
6829
  res
6830
6830
  end
6831
6831
 
6832
- # Returns a new instance of MutateCustomAudienceResult, optionally
6832
+ # Returns a new instance of mutate_custom_audience_result, optionally
6833
6833
  # yielding it to a passed block so that attributes can be set on it.
6834
6834
  #
6835
6835
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomAudienceResult] the new instance that will be returned so attributes
@@ -6842,7 +6842,7 @@ module Google
6842
6842
  res
6843
6843
  end
6844
6844
 
6845
- # Returns a new instance of MutateCustomInterestResult, optionally
6845
+ # Returns a new instance of mutate_custom_interest_result, optionally
6846
6846
  # yielding it to a passed block so that attributes can be set on it.
6847
6847
  #
6848
6848
  # @yield [Google::Ads::GoogleAds::V7::Services::MutateCustomInterestResult] the new instance that will be returned so attributes
@@ -6855,7 +6855,7 @@ module Google
6855
6855
  res
6856
6856
  end
6857
6857
 
6858
- # Returns a new instance of CampaignBudgetParameters, optionally
6858
+ # Returns a new instance of campaign_budget_parameters, optionally
6859
6859
  # yielding it to a passed block so that attributes can be set on it.
6860
6860
  #
6861
6861
  # @yield [Google::Ads::GoogleAds::V7::Services::ApplyRecommendationOperation::CampaignBudgetParameters] the new instance that will be returned so attributes
@@ -6868,7 +6868,7 @@ module Google
6868
6868
  res
6869
6869
  end
6870
6870
 
6871
- # Returns a new instance of TextAdParameters, optionally
6871
+ # Returns a new instance of text_ad_parameters, optionally
6872
6872
  # yielding it to a passed block so that attributes can be set on it.
6873
6873
  #
6874
6874
  # @yield [Google::Ads::GoogleAds::V7::Services::ApplyRecommendationOperation::TextAdParameters] the new instance that will be returned so attributes
@@ -6881,7 +6881,7 @@ module Google
6881
6881
  res
6882
6882
  end
6883
6883
 
6884
- # Returns a new instance of KeywordParameters, optionally
6884
+ # Returns a new instance of keyword_parameters, optionally
6885
6885
  # yielding it to a passed block so that attributes can be set on it.
6886
6886
  #
6887
6887
  # @yield [Google::Ads::GoogleAds::V7::Services::ApplyRecommendationOperation::KeywordParameters] the new instance that will be returned so attributes
@@ -6894,7 +6894,7 @@ module Google
6894
6894
  res
6895
6895
  end
6896
6896
 
6897
- # Returns a new instance of TargetCpaOptInParameters, optionally
6897
+ # Returns a new instance of target_cpa_opt_in_parameters, optionally
6898
6898
  # yielding it to a passed block so that attributes can be set on it.
6899
6899
  #
6900
6900
  # @yield [Google::Ads::GoogleAds::V7::Services::ApplyRecommendationOperation::TargetCpaOptInParameters] the new instance that will be returned so attributes
@@ -6907,7 +6907,7 @@ module Google
6907
6907
  res
6908
6908
  end
6909
6909
 
6910
- # Returns a new instance of TargetRoasOptInParameters, optionally
6910
+ # Returns a new instance of target_roas_opt_in_parameters, optionally
6911
6911
  # yielding it to a passed block so that attributes can be set on it.
6912
6912
  #
6913
6913
  # @yield [Google::Ads::GoogleAds::V7::Services::ApplyRecommendationOperation::TargetRoasOptInParameters] the new instance that will be returned so attributes
@@ -6920,7 +6920,7 @@ module Google
6920
6920
  res
6921
6921
  end
6922
6922
 
6923
- # Returns a new instance of CalloutExtensionParameters, optionally
6923
+ # Returns a new instance of callout_extension_parameters, optionally
6924
6924
  # yielding it to a passed block so that attributes can be set on it.
6925
6925
  #
6926
6926
  # @yield [Google::Ads::GoogleAds::V7::Services::ApplyRecommendationOperation::CalloutExtensionParameters] the new instance that will be returned so attributes
@@ -6933,7 +6933,7 @@ module Google
6933
6933
  res
6934
6934
  end
6935
6935
 
6936
- # Returns a new instance of CallExtensionParameters, optionally
6936
+ # Returns a new instance of call_extension_parameters, optionally
6937
6937
  # yielding it to a passed block so that attributes can be set on it.
6938
6938
  #
6939
6939
  # @yield [Google::Ads::GoogleAds::V7::Services::ApplyRecommendationOperation::CallExtensionParameters] the new instance that will be returned so attributes
@@ -6946,7 +6946,7 @@ module Google
6946
6946
  res
6947
6947
  end
6948
6948
 
6949
- # Returns a new instance of SitelinkExtensionParameters, optionally
6949
+ # Returns a new instance of sitelink_extension_parameters, optionally
6950
6950
  # yielding it to a passed block so that attributes can be set on it.
6951
6951
  #
6952
6952
  # @yield [Google::Ads::GoogleAds::V7::Services::ApplyRecommendationOperation::SitelinkExtensionParameters] the new instance that will be returned so attributes
@@ -6959,7 +6959,7 @@ module Google
6959
6959
  res
6960
6960
  end
6961
6961
 
6962
- # Returns a new instance of MoveUnusedBudgetParameters, optionally
6962
+ # Returns a new instance of move_unused_budget_parameters, optionally
6963
6963
  # yielding it to a passed block so that attributes can be set on it.
6964
6964
  #
6965
6965
  # @yield [Google::Ads::GoogleAds::V7::Services::ApplyRecommendationOperation::MoveUnusedBudgetParameters] the new instance that will be returned so attributes
@@ -6972,7 +6972,7 @@ module Google
6972
6972
  res
6973
6973
  end
6974
6974
 
6975
- # Returns a new instance of ResponsiveSearchAdParameters, optionally
6975
+ # Returns a new instance of responsive_search_ad_parameters, optionally
6976
6976
  # yielding it to a passed block so that attributes can be set on it.
6977
6977
  #
6978
6978
  # @yield [Google::Ads::GoogleAds::V7::Services::ApplyRecommendationOperation::ResponsiveSearchAdParameters] the new instance that will be returned so attributes
@@ -6985,7 +6985,7 @@ module Google
6985
6985
  res
6986
6986
  end
6987
6987
 
6988
- # Returns a new instance of ApplyRecommendationResult, optionally
6988
+ # Returns a new instance of apply_recommendation_result, optionally
6989
6989
  # yielding it to a passed block so that attributes can be set on it.
6990
6990
  #
6991
6991
  # @yield [Google::Ads::GoogleAds::V7::Services::ApplyRecommendationResult] the new instance that will be returned so attributes
@@ -6998,7 +6998,7 @@ module Google
6998
6998
  res
6999
6999
  end
7000
7000
 
7001
- # Returns a new instance of DismissRecommendationResult, optionally
7001
+ # Returns a new instance of dismiss_recommendation_result, optionally
7002
7002
  # yielding it to a passed block so that attributes can be set on it.
7003
7003
  #
7004
7004
  # @yield [Google::Ads::GoogleAds::V7::Services::DismissRecommendationResponse::DismissRecommendationResult] the new instance that will be returned so attributes
@@ -7011,7 +7011,7 @@ module Google
7011
7011
  res
7012
7012
  end
7013
7013
 
7014
- # Returns a new instance of Value, optionally
7014
+ # Returns a new instance of value, optionally
7015
7015
  # yielding it to a passed block so that attributes can be set on it.
7016
7016
  #
7017
7017
  # @yield [Google::Ads::GoogleAds::V7::Common::Value] the new instance that will be returned so attributes
@@ -7024,7 +7024,7 @@ module Google
7024
7024
  res
7025
7025
  end
7026
7026
 
7027
- # Returns a new instance of GoogleAdsFailure, optionally
7027
+ # Returns a new instance of google_ads_failure, optionally
7028
7028
  # yielding it to a passed block so that attributes can be set on it.
7029
7029
  #
7030
7030
  # @yield [Google::Ads::GoogleAds::V7::Errors::GoogleAdsFailure] the new instance that will be returned so attributes
@@ -7037,7 +7037,7 @@ module Google
7037
7037
  res
7038
7038
  end
7039
7039
 
7040
- # Returns a new instance of GoogleAdsError, optionally
7040
+ # Returns a new instance of google_ads_error, optionally
7041
7041
  # yielding it to a passed block so that attributes can be set on it.
7042
7042
  #
7043
7043
  # @yield [Google::Ads::GoogleAds::V7::Errors::GoogleAdsError] the new instance that will be returned so attributes
@@ -7050,7 +7050,7 @@ module Google
7050
7050
  res
7051
7051
  end
7052
7052
 
7053
- # Returns a new instance of ErrorCode, optionally
7053
+ # Returns a new instance of error_code, optionally
7054
7054
  # yielding it to a passed block so that attributes can be set on it.
7055
7055
  #
7056
7056
  # @yield [Google::Ads::GoogleAds::V7::Errors::ErrorCode] the new instance that will be returned so attributes
@@ -7063,7 +7063,7 @@ module Google
7063
7063
  res
7064
7064
  end
7065
7065
 
7066
- # Returns a new instance of ErrorLocation, optionally
7066
+ # Returns a new instance of error_location, optionally
7067
7067
  # yielding it to a passed block so that attributes can be set on it.
7068
7068
  #
7069
7069
  # @yield [Google::Ads::GoogleAds::V7::Errors::ErrorLocation] the new instance that will be returned so attributes
@@ -7076,7 +7076,7 @@ module Google
7076
7076
  res
7077
7077
  end
7078
7078
 
7079
- # Returns a new instance of FieldPathElement, optionally
7079
+ # Returns a new instance of field_path_element, optionally
7080
7080
  # yielding it to a passed block so that attributes can be set on it.
7081
7081
  #
7082
7082
  # @yield [Google::Ads::GoogleAds::V7::Errors::ErrorLocation::FieldPathElement] the new instance that will be returned so attributes
@@ -7089,7 +7089,7 @@ module Google
7089
7089
  res
7090
7090
  end
7091
7091
 
7092
- # Returns a new instance of ErrorDetails, optionally
7092
+ # Returns a new instance of error_details, optionally
7093
7093
  # yielding it to a passed block so that attributes can be set on it.
7094
7094
  #
7095
7095
  # @yield [Google::Ads::GoogleAds::V7::Errors::ErrorDetails] the new instance that will be returned so attributes
@@ -7102,7 +7102,7 @@ module Google
7102
7102
  res
7103
7103
  end
7104
7104
 
7105
- # Returns a new instance of PolicyViolationDetails, optionally
7105
+ # Returns a new instance of policy_violation_details, optionally
7106
7106
  # yielding it to a passed block so that attributes can be set on it.
7107
7107
  #
7108
7108
  # @yield [Google::Ads::GoogleAds::V7::Errors::PolicyViolationDetails] the new instance that will be returned so attributes
@@ -7115,7 +7115,7 @@ module Google
7115
7115
  res
7116
7116
  end
7117
7117
 
7118
- # Returns a new instance of PolicyFindingDetails, optionally
7118
+ # Returns a new instance of policy_finding_details, optionally
7119
7119
  # yielding it to a passed block so that attributes can be set on it.
7120
7120
  #
7121
7121
  # @yield [Google::Ads::GoogleAds::V7::Errors::PolicyFindingDetails] the new instance that will be returned so attributes
@@ -7128,7 +7128,7 @@ module Google
7128
7128
  res
7129
7129
  end
7130
7130
 
7131
- # Returns a new instance of QuotaErrorDetails, optionally
7131
+ # Returns a new instance of quota_error_details, optionally
7132
7132
  # yielding it to a passed block so that attributes can be set on it.
7133
7133
  #
7134
7134
  # @yield [Google::Ads::GoogleAds::V7::Errors::QuotaErrorDetails] the new instance that will be returned so attributes
@@ -7141,7 +7141,7 @@ module Google
7141
7141
  res
7142
7142
  end
7143
7143
 
7144
- # Returns a new instance of ResourceCountDetails, optionally
7144
+ # Returns a new instance of resource_count_details, optionally
7145
7145
  # yielding it to a passed block so that attributes can be set on it.
7146
7146
  #
7147
7147
  # @yield [Google::Ads::GoogleAds::V7::Errors::ResourceCountDetails] the new instance that will be returned so attributes