google-ads-googleads 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (223) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +4 -0
  3. data/google_ads_config.rb +9 -0
  4. data/lib/google/ads/google_ads/config.rb +2 -0
  5. data/lib/google/ads/google_ads/google_ads_client.rb +13 -1
  6. data/lib/google/ads/google_ads/path_lookup_util.rb +115 -0
  7. data/lib/google/ads/google_ads/proto_lookup_util.rb +237 -3
  8. data/lib/google/ads/google_ads/v0/common/ad_type_infos_pb.rb +37 -0
  9. data/lib/google/ads/google_ads/v0/common/criteria_pb.rb +34 -0
  10. data/lib/google/ads/google_ads/v0/common/criterion_category_availability_pb.rb +41 -0
  11. data/lib/google/ads/google_ads/v0/common/dates_pb.rb +24 -0
  12. data/lib/google/ads/google_ads/v0/common/explorer_auto_optimizer_setting_pb.rb +23 -0
  13. data/lib/google/ads/google_ads/v0/common/feed_common_pb.rb +24 -0
  14. data/lib/google/ads/google_ads/v0/common/frequency_cap_pb.rb +34 -0
  15. data/lib/google/ads/google_ads/v0/common/keyword_plan_common_pb.rb +25 -0
  16. data/lib/google/ads/google_ads/v0/common/matching_function_pb.rb +23 -0
  17. data/lib/google/ads/google_ads/v0/common/metrics_pb.rb +3 -0
  18. data/lib/google/ads/google_ads/v0/common/real_time_bidding_setting_pb.rb +23 -0
  19. data/lib/google/ads/google_ads/v0/common/user_lists_pb.rb +31 -0
  20. data/lib/google/ads/google_ads/v0/enums/access_reason_pb.rb +31 -0
  21. data/lib/google/ads/google_ads/v0/enums/ad_customizer_placeholder_field_pb.rb +30 -0
  22. data/lib/google/ads/google_ads/v0/enums/ad_type_pb.rb +3 -1
  23. data/lib/google/ads/google_ads/v0/enums/affiliate_location_feed_relationship_type_pb.rb +27 -0
  24. data/lib/google/ads/google_ads/v0/enums/app_placeholder_field_pb.rb +34 -0
  25. data/lib/google/ads/google_ads/v0/enums/call_placeholder_field_pb.rb +31 -0
  26. data/lib/google/ads/google_ads/v0/enums/callout_placeholder_field_pb.rb +27 -0
  27. data/lib/google/ads/google_ads/v0/enums/content_label_type_pb.rb +41 -0
  28. data/lib/google/ads/google_ads/v0/enums/criterion_category_channel_availability_mode_pb.rb +29 -0
  29. data/lib/google/ads/google_ads/v0/enums/criterion_category_locale_availability_mode_pb.rb +30 -0
  30. data/lib/google/ads/google_ads/v0/enums/criterion_type_pb.rb +7 -0
  31. data/lib/google/ads/google_ads/v0/enums/custom_placeholder_field_pb.rb +46 -0
  32. data/lib/google/ads/google_ads/v0/enums/customer_match_upload_key_type_pb.rb +29 -0
  33. data/lib/google/ads/google_ads/v0/enums/education_placeholder_field_pb.rb +43 -0
  34. data/lib/google/ads/google_ads/v0/enums/feed_attribute_type_pb.rb +39 -0
  35. data/lib/google/ads/google_ads/v0/enums/feed_item_status_pb.rb +28 -0
  36. data/lib/google/ads/google_ads/v0/enums/feed_link_status_pb.rb +28 -0
  37. data/lib/google/ads/google_ads/v0/enums/feed_mapping_criterion_type_pb.rb +28 -0
  38. data/lib/google/ads/google_ads/v0/enums/feed_mapping_status_pb.rb +28 -0
  39. data/lib/google/ads/google_ads/v0/enums/feed_origin_pb.rb +28 -0
  40. data/lib/google/ads/google_ads/v0/enums/feed_status_pb.rb +28 -0
  41. data/lib/google/ads/google_ads/v0/enums/flight_placeholder_field_pb.rb +43 -0
  42. data/lib/google/ads/google_ads/v0/enums/frequency_cap_event_type_pb.rb +28 -0
  43. data/lib/google/ads/google_ads/v0/enums/frequency_cap_level_pb.rb +29 -0
  44. data/lib/google/ads/google_ads/v0/enums/frequency_cap_time_unit_pb.rb +29 -0
  45. data/lib/google/ads/google_ads/v0/enums/geo_targeting_restriction_pb.rb +27 -0
  46. data/lib/google/ads/google_ads/v0/enums/hotel_placeholder_field_pb.rb +46 -0
  47. data/lib/google/ads/google_ads/v0/enums/job_placeholder_field_pb.rb +43 -0
  48. data/lib/google/ads/google_ads/v0/enums/keyword_plan_competition_level_pb.rb +29 -0
  49. data/lib/google/ads/google_ads/v0/enums/keyword_plan_forecast_interval_pb.rb +29 -0
  50. data/lib/google/ads/google_ads/v0/enums/keyword_plan_network_pb.rb +28 -0
  51. data/lib/google/ads/google_ads/v0/enums/local_placeholder_field_pb.rb +45 -0
  52. data/lib/google/ads/google_ads/v0/enums/message_placeholder_field_pb.rb +31 -0
  53. data/lib/google/ads/google_ads/v0/enums/placeholder_type_pb.rb +45 -0
  54. data/lib/google/ads/google_ads/v0/enums/preferred_content_type_pb.rb +27 -0
  55. data/lib/google/ads/google_ads/v0/enums/price_placeholder_field_pb.rb +79 -0
  56. data/lib/google/ads/google_ads/v0/enums/product_condition_pb.rb +0 -1
  57. data/lib/google/ads/google_ads/v0/enums/promotion_placeholder_field_pb.rb +40 -0
  58. data/lib/google/ads/google_ads/v0/enums/real_estate_placeholder_field_pb.rb +44 -0
  59. data/lib/google/ads/google_ads/v0/enums/search_term_match_type_pb.rb +31 -0
  60. data/lib/google/ads/google_ads/v0/enums/search_term_targeting_status_pb.rb +30 -0
  61. data/lib/google/ads/google_ads/v0/enums/sitelink_placeholder_field_pb.rb +33 -0
  62. data/lib/google/ads/google_ads/v0/enums/structured_snippet_placeholder_field_pb.rb +28 -0
  63. data/lib/google/ads/google_ads/v0/enums/targeting_dimension_pb.rb +34 -0
  64. data/lib/google/ads/google_ads/v0/enums/tracking_code_page_format_pb.rb +1 -0
  65. data/lib/google/ads/google_ads/v0/enums/travel_placeholder_field_pb.rb +46 -0
  66. data/lib/google/ads/google_ads/v0/enums/user_interest_taxonomy_type_pb.rb +31 -0
  67. data/lib/google/ads/google_ads/v0/enums/user_list_access_status_pb.rb +28 -0
  68. data/lib/google/ads/google_ads/v0/enums/user_list_closing_reason_pb.rb +27 -0
  69. data/lib/google/ads/google_ads/v0/enums/user_list_crm_data_source_type_pb.rb +29 -0
  70. data/lib/google/ads/google_ads/v0/enums/user_list_membership_status_pb.rb +28 -0
  71. data/lib/google/ads/google_ads/v0/enums/user_list_size_range_pb.rb +42 -0
  72. data/lib/google/ads/google_ads/v0/enums/user_list_type_pb.rb +32 -0
  73. data/lib/google/ads/google_ads/v0/errors/ad_group_feed_error_pb.rb +33 -0
  74. data/lib/google/ads/google_ads/v0/errors/authentication_error_pb.rb +1 -2
  75. data/lib/google/ads/google_ads/v0/errors/campaign_feed_error_pb.rb +32 -0
  76. data/lib/google/ads/google_ads/v0/errors/customer_error_pb.rb +1 -0
  77. data/lib/google/ads/google_ads/v0/errors/customer_feed_error_pb.rb +33 -0
  78. data/lib/google/ads/google_ads/v0/errors/date_error_pb.rb +2 -1
  79. data/lib/google/ads/google_ads/v0/errors/errors_pb.rb +26 -0
  80. data/lib/google/ads/google_ads/v0/errors/feed_error_pb.rb +45 -0
  81. data/lib/google/ads/google_ads/v0/errors/feed_item_error_pb.rb +35 -0
  82. data/lib/google/ads/google_ads/v0/errors/feed_mapping_error_pb.rb +42 -0
  83. data/lib/google/ads/google_ads/v0/errors/header_error_pb.rb +1 -0
  84. data/lib/google/ads/google_ads/v0/errors/keyword_plan_ad_group_error_pb.rb +28 -0
  85. data/lib/google/ads/google_ads/v0/errors/keyword_plan_campaign_error_pb.rb +31 -0
  86. data/lib/google/ads/google_ads/v0/errors/keyword_plan_error_pb.rb +40 -0
  87. data/lib/google/ads/google_ads/v0/errors/keyword_plan_idea_error_pb.rb +28 -0
  88. data/lib/google/ads/google_ads/v0/errors/keyword_plan_keyword_error_pb.rb +32 -0
  89. data/lib/google/ads/google_ads/v0/errors/keyword_plan_negative_keyword_error_pb.rb +26 -0
  90. data/lib/google/ads/google_ads/v0/errors/new_resource_creation_error_pb.rb +1 -1
  91. data/lib/google/ads/google_ads/v0/errors/operation_access_denied_error_pb.rb +1 -0
  92. data/lib/google/ads/google_ads/v0/errors/recommendation_error_pb.rb +5 -0
  93. data/lib/google/ads/google_ads/v0/errors/url_field_error_pb.rb +5 -0
  94. data/lib/google/ads/google_ads/v0/errors/user_list_error_pb.rb +49 -0
  95. data/lib/google/ads/google_ads/v0/resources/ad_group_bid_modifier_pb.rb +1 -0
  96. data/lib/google/ads/google_ads/v0/resources/ad_group_criterion_pb.rb +2 -0
  97. data/lib/google/ads/google_ads/v0/resources/ad_group_feed_pb.rb +31 -0
  98. data/lib/google/ads/google_ads/v0/resources/ad_group_pb.rb +5 -0
  99. data/lib/google/ads/google_ads/v0/resources/ad_pb.rb +3 -0
  100. data/lib/google/ads/google_ads/v0/resources/billing_setup_pb.rb +4 -0
  101. data/lib/google/ads/google_ads/v0/resources/campaign_audience_view_pb.rb +22 -0
  102. data/lib/google/ads/google_ads/v0/resources/campaign_budget_pb.rb +1 -0
  103. data/lib/google/ads/google_ads/v0/resources/campaign_criterion_pb.rb +7 -0
  104. data/lib/google/ads/google_ads/v0/resources/campaign_feed_pb.rb +31 -0
  105. data/lib/google/ads/google_ads/v0/resources/campaign_pb.rb +4 -0
  106. data/lib/google/ads/google_ads/v0/resources/carrier_constant_pb.rb +26 -0
  107. data/lib/google/ads/google_ads/v0/resources/customer_client_pb.rb +26 -0
  108. data/lib/google/ads/google_ads/v0/resources/customer_feed_pb.rb +30 -0
  109. data/lib/google/ads/google_ads/v0/resources/customer_pb.rb +1 -0
  110. data/lib/google/ads/google_ads/v0/resources/feed_item_pb.rb +48 -0
  111. data/lib/google/ads/google_ads/v0/resources/feed_mapping_pb.rb +74 -0
  112. data/lib/google/ads/google_ads/v0/resources/feed_pb.rb +75 -0
  113. data/lib/google/ads/google_ads/v0/resources/hotel_performance_view_pb.rb +22 -0
  114. data/lib/google/ads/google_ads/v0/resources/keyword_plan_ad_group_pb.rb +27 -0
  115. data/lib/google/ads/google_ads/v0/resources/keyword_plan_campaign_pb.rb +35 -0
  116. data/lib/google/ads/google_ads/v0/resources/keyword_plan_keyword_pb.rb +29 -0
  117. data/lib/google/ads/google_ads/v0/resources/keyword_plan_negative_keyword_pb.rb +28 -0
  118. data/lib/google/ads/google_ads/v0/resources/keyword_plan_pb.rb +35 -0
  119. data/lib/google/ads/google_ads/v0/resources/language_constant_pb.rb +26 -0
  120. data/lib/google/ads/google_ads/v0/resources/payments_account_pb.rb +28 -0
  121. data/lib/google/ads/google_ads/v0/resources/search_term_view_pb.rb +27 -0
  122. data/lib/google/ads/google_ads/v0/resources/user_interest_pb.rb +31 -0
  123. data/lib/google/ads/google_ads/v0/resources/user_list_pb.rb +51 -0
  124. data/lib/google/ads/google_ads/v0/services/ad_group_feed_service_client.rb +268 -0
  125. data/lib/google/ads/google_ads/v0/services/ad_group_feed_service_client_config.json +36 -0
  126. data/lib/google/ads/google_ads/v0/services/ad_group_feed_service_pb.rb +47 -0
  127. data/lib/google/ads/google_ads/v0/services/ad_group_feed_service_services_pb.rb +51 -0
  128. data/lib/google/ads/google_ads/v0/services/campaign_audience_view_service_client.rb +221 -0
  129. data/lib/google/ads/google_ads/v0/services/campaign_audience_view_service_client_config.json +31 -0
  130. data/lib/google/ads/google_ads/v0/services/campaign_audience_view_service_pb.rb +24 -0
  131. data/lib/google/ads/google_ads/v0/services/campaign_audience_view_service_services_pb.rb +48 -0
  132. data/lib/google/ads/google_ads/v0/services/campaign_feed_service_client.rb +268 -0
  133. data/lib/google/ads/google_ads/v0/services/campaign_feed_service_client_config.json +36 -0
  134. data/lib/google/ads/google_ads/v0/services/campaign_feed_service_pb.rb +47 -0
  135. data/lib/google/ads/google_ads/v0/services/campaign_feed_service_services_pb.rb +51 -0
  136. data/lib/google/ads/google_ads/v0/services/carrier_constant_service_client.rb +219 -0
  137. data/lib/google/ads/google_ads/v0/services/carrier_constant_service_client_config.json +31 -0
  138. data/lib/google/ads/google_ads/v0/services/carrier_constant_service_pb.rb +24 -0
  139. data/lib/google/ads/google_ads/v0/services/carrier_constant_service_services_pb.rb +48 -0
  140. data/lib/google/ads/google_ads/v0/services/customer_client_service_client.rb +221 -0
  141. data/lib/google/ads/google_ads/v0/services/customer_client_service_client_config.json +31 -0
  142. data/lib/google/ads/google_ads/v0/services/customer_client_service_pb.rb +24 -0
  143. data/lib/google/ads/google_ads/v0/services/customer_client_service_services_pb.rb +48 -0
  144. data/lib/google/ads/google_ads/v0/services/customer_feed_service_client.rb +268 -0
  145. data/lib/google/ads/google_ads/v0/services/customer_feed_service_client_config.json +36 -0
  146. data/lib/google/ads/google_ads/v0/services/customer_feed_service_pb.rb +47 -0
  147. data/lib/google/ads/google_ads/v0/services/customer_feed_service_services_pb.rb +51 -0
  148. data/lib/google/ads/google_ads/v0/services/customer_service_client.rb +93 -0
  149. data/lib/google/ads/google_ads/v0/services/customer_service_client_config.json +10 -0
  150. data/lib/google/ads/google_ads/v0/services/customer_service_pb.rb +28 -0
  151. data/lib/google/ads/google_ads/v0/services/customer_service_services_pb.rb +4 -0
  152. data/lib/google/ads/google_ads/v0/services/feed_item_service_client.rb +268 -0
  153. data/lib/google/ads/google_ads/v0/services/feed_item_service_client_config.json +36 -0
  154. data/lib/google/ads/google_ads/v0/services/feed_item_service_pb.rb +47 -0
  155. data/lib/google/ads/google_ads/v0/services/feed_item_service_services_pb.rb +51 -0
  156. data/lib/google/ads/google_ads/v0/services/feed_mapping_service_client.rb +268 -0
  157. data/lib/google/ads/google_ads/v0/services/feed_mapping_service_client_config.json +36 -0
  158. data/lib/google/ads/google_ads/v0/services/feed_mapping_service_pb.rb +44 -0
  159. data/lib/google/ads/google_ads/v0/services/feed_mapping_service_services_pb.rb +51 -0
  160. data/lib/google/ads/google_ads/v0/services/feed_service_client.rb +268 -0
  161. data/lib/google/ads/google_ads/v0/services/feed_service_client_config.json +36 -0
  162. data/lib/google/ads/google_ads/v0/services/feed_service_pb.rb +47 -0
  163. data/lib/google/ads/google_ads/v0/services/feed_service_services_pb.rb +51 -0
  164. data/lib/google/ads/google_ads/v0/services/geo_target_constant_service_client.rb +10 -1
  165. data/lib/google/ads/google_ads/v0/services/geo_target_constant_service_pb.rb +1 -0
  166. data/lib/google/ads/google_ads/v0/services/google_ads_service_client.rb +46 -0
  167. data/lib/google/ads/google_ads/v0/services/google_ads_service_client_config.json +5 -0
  168. data/lib/google/ads/google_ads/v0/services/google_ads_service_pb.rb +118 -0
  169. data/lib/google/ads/google_ads/v0/services/google_ads_service_services_pb.rb +2 -0
  170. data/lib/google/ads/google_ads/v0/services/hotel_performance_view_service_client.rb +219 -0
  171. data/lib/google/ads/google_ads/v0/services/hotel_performance_view_service_client_config.json +31 -0
  172. data/lib/google/ads/google_ads/v0/services/hotel_performance_view_service_pb.rb +24 -0
  173. data/lib/google/ads/google_ads/v0/services/hotel_performance_view_service_services_pb.rb +48 -0
  174. data/lib/google/ads/google_ads/v0/services/keyword_plan_ad_group_service_client.rb +268 -0
  175. data/lib/google/ads/google_ads/v0/services/keyword_plan_ad_group_service_client_config.json +36 -0
  176. data/lib/google/ads/google_ads/v0/services/keyword_plan_ad_group_service_pb.rb +47 -0
  177. data/lib/google/ads/google_ads/v0/services/keyword_plan_ad_group_service_services_pb.rb +51 -0
  178. data/lib/google/ads/google_ads/v0/services/keyword_plan_campaign_service_client.rb +268 -0
  179. data/lib/google/ads/google_ads/v0/services/keyword_plan_campaign_service_client_config.json +36 -0
  180. data/lib/google/ads/google_ads/v0/services/keyword_plan_campaign_service_pb.rb +47 -0
  181. data/lib/google/ads/google_ads/v0/services/keyword_plan_campaign_service_services_pb.rb +51 -0
  182. data/lib/google/ads/google_ads/v0/services/keyword_plan_idea_service_client.rb +252 -0
  183. data/lib/google/ads/google_ads/v0/services/keyword_plan_idea_service_client_config.json +31 -0
  184. data/lib/google/ads/google_ads/v0/services/keyword_plan_idea_service_pb.rb +56 -0
  185. data/lib/google/ads/google_ads/v0/services/keyword_plan_idea_service_services_pb.rb +48 -0
  186. data/lib/google/ads/google_ads/v0/services/keyword_plan_keyword_service_client.rb +268 -0
  187. data/lib/google/ads/google_ads/v0/services/keyword_plan_keyword_service_client_config.json +36 -0
  188. data/lib/google/ads/google_ads/v0/services/keyword_plan_keyword_service_pb.rb +47 -0
  189. data/lib/google/ads/google_ads/v0/services/keyword_plan_keyword_service_services_pb.rb +51 -0
  190. data/lib/google/ads/google_ads/v0/services/keyword_plan_negative_keyword_service_client.rb +269 -0
  191. data/lib/google/ads/google_ads/v0/services/keyword_plan_negative_keyword_service_client_config.json +36 -0
  192. data/lib/google/ads/google_ads/v0/services/keyword_plan_negative_keyword_service_pb.rb +47 -0
  193. data/lib/google/ads/google_ads/v0/services/keyword_plan_negative_keyword_service_services_pb.rb +51 -0
  194. data/lib/google/ads/google_ads/v0/services/keyword_plan_service_client.rb +339 -0
  195. data/lib/google/ads/google_ads/v0/services/keyword_plan_service_client_config.json +46 -0
  196. data/lib/google/ads/google_ads/v0/services/keyword_plan_service_pb.rb +95 -0
  197. data/lib/google/ads/google_ads/v0/services/keyword_plan_service_services_pb.rb +55 -0
  198. data/lib/google/ads/google_ads/v0/services/language_constant_service_client.rb +219 -0
  199. data/lib/google/ads/google_ads/v0/services/language_constant_service_client_config.json +31 -0
  200. data/lib/google/ads/google_ads/v0/services/language_constant_service_pb.rb +24 -0
  201. data/lib/google/ads/google_ads/v0/services/language_constant_service_services_pb.rb +48 -0
  202. data/lib/google/ads/google_ads/v0/services/payments_account_service_client.rb +209 -0
  203. data/lib/google/ads/google_ads/v0/services/payments_account_service_client_config.json +31 -0
  204. data/lib/google/ads/google_ads/v0/services/payments_account_service_pb.rb +28 -0
  205. data/lib/google/ads/google_ads/v0/services/payments_account_service_services_pb.rb +51 -0
  206. data/lib/google/ads/google_ads/v0/services/recommendation_service_client.rb +71 -1
  207. data/lib/google/ads/google_ads/v0/services/recommendation_service_client_config.json +5 -0
  208. data/lib/google/ads/google_ads/v0/services/recommendation_service_pb.rb +22 -4
  209. data/lib/google/ads/google_ads/v0/services/recommendation_service_services_pb.rb +2 -0
  210. data/lib/google/ads/google_ads/v0/services/search_term_view_service_client.rb +221 -0
  211. data/lib/google/ads/google_ads/v0/services/search_term_view_service_client_config.json +31 -0
  212. data/lib/google/ads/google_ads/v0/services/search_term_view_service_pb.rb +24 -0
  213. data/lib/google/ads/google_ads/v0/services/search_term_view_service_services_pb.rb +48 -0
  214. data/lib/google/ads/google_ads/v0/services/user_interest_service_client.rb +221 -0
  215. data/lib/google/ads/google_ads/v0/services/user_interest_service_client_config.json +31 -0
  216. data/lib/google/ads/google_ads/v0/services/user_interest_service_pb.rb +24 -0
  217. data/lib/google/ads/google_ads/v0/services/user_interest_service_services_pb.rb +48 -0
  218. data/lib/google/ads/google_ads/v0/services/user_list_service_client.rb +267 -0
  219. data/lib/google/ads/google_ads/v0/services/user_list_service_client_config.json +36 -0
  220. data/lib/google/ads/google_ads/v0/services/user_list_service_pb.rb +47 -0
  221. data/lib/google/ads/google_ads/v0/services/user_list_service_services_pb.rb +50 -0
  222. data/lib/google/ads/google_ads/version.rb +1 -1
  223. metadata +179 -4
@@ -9,7 +9,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  add_enum "google.ads.googleads.v0.errors.NewResourceCreationErrorEnum.NewResourceCreationError" do
10
10
  value :UNSPECIFIED, 0
11
11
  value :UNKNOWN, 1
12
- value :CANNOT_SET_ID_FOR_ADD, 2
12
+ value :CANNOT_SET_ID_FOR_CREATE, 2
13
13
  value :DUPLICATE_TEMP_IDS, 3
14
14
  value :TEMP_ID_RESOURCE_HAD_ERRORS, 4
15
15
  end
@@ -18,6 +18,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
18
18
  value :CREATE_AS_REMOVED_NOT_PERMITTED, 8
19
19
  value :OPERATION_NOT_PERMITTED_FOR_REMOVED_RESOURCE, 9
20
20
  value :OPERATION_NOT_PERMITTED_FOR_AD_GROUP_TYPE, 10
21
+ value :MUTATE_NOT_PERMITTED_FOR_CUSTOMER, 11
21
22
  end
22
23
  end
23
24
 
@@ -17,6 +17,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
17
17
  value :ADGROUP_KEYWORD_LIMIT, 7
18
18
  value :RECOMMENDATION_ALREADY_APPLIED, 8
19
19
  value :RECOMMENDATION_INVALIDATED, 9
20
+ value :TOO_MANY_OPERATIONS, 10
21
+ value :NO_OPERATIONS, 11
22
+ value :DIFFERENT_TYPES_NOT_SUPPORTED, 12
23
+ value :DUPLICATE_RESOURCE_NAME, 13
24
+ value :RECOMMENDATION_ALREADY_DISMISSED, 14
20
25
  end
21
26
  end
22
27
 
@@ -47,6 +47,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
47
47
  value :INVALID_TAG_IN_URL_CUSTOM_PARAMETER_VALUE, 41
48
48
  value :REDUNDANT_NESTED_URL_CUSTOM_PARAMETER_TAG, 42
49
49
  value :MISSING_PROTOCOL, 43
50
+ value :INVALID_PROTOCOL, 52
50
51
  value :INVALID_URL, 44
51
52
  value :DESTINATION_URL_DEPRECATED, 45
52
53
  value :INVALID_TAG_IN_URL, 46
@@ -55,6 +56,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
55
56
  value :INVALID_URL_ID, 49
56
57
  value :FINAL_URL_SUFFIX_MALFORMED, 50
57
58
  value :INVALID_TAG_IN_FINAL_URL_SUFFIX, 51
59
+ value :INVALID_TOP_LEVEL_DOMAIN, 53
60
+ value :MALFORMED_TOP_LEVEL_DOMAIN, 54
61
+ value :MALFORMED_URL, 55
62
+ value :MISSING_HOST, 56
58
63
  end
59
64
  end
60
65
 
@@ -0,0 +1,49 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/ads/google_ads/v0/errors/user_list_error.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ Google::Protobuf::DescriptorPool.generated_pool.build do
7
+ add_message "google.ads.googleads.v0.errors.UserListErrorEnum" do
8
+ end
9
+ add_enum "google.ads.googleads.v0.errors.UserListErrorEnum.UserListError" do
10
+ value :UNSPECIFIED, 0
11
+ value :UNKNOWN, 1
12
+ value :EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED, 2
13
+ value :CONCRETE_TYPE_REQUIRED, 3
14
+ value :CONVERSION_TYPE_ID_REQUIRED, 4
15
+ value :DUPLICATE_CONVERSION_TYPES, 5
16
+ value :INVALID_CONVERSION_TYPE, 6
17
+ value :INVALID_DESCRIPTION, 7
18
+ value :INVALID_NAME, 8
19
+ value :INVALID_TYPE, 9
20
+ value :CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND, 10
21
+ value :INVALID_USER_LIST_LOGICAL_RULE_OPERAND, 11
22
+ value :NAME_ALREADY_USED, 12
23
+ value :NEW_CONVERSION_TYPE_NAME_REQUIRED, 13
24
+ value :CONVERSION_TYPE_NAME_ALREADY_USED, 14
25
+ value :OWNERSHIP_REQUIRED_FOR_SET, 15
26
+ value :USER_LIST_MUTATE_NOT_SUPPORTED, 16
27
+ value :INVALID_RULE, 17
28
+ value :INVALID_DATE_RANGE, 27
29
+ value :CAN_NOT_MUTATE_SENSITIVE_USERLIST, 28
30
+ value :MAX_NUM_RULEBASED_USERLISTS, 29
31
+ value :CANNOT_MODIFY_BILLABLE_RECORD_COUNT, 30
32
+ value :APP_ID_NOT_SET, 31
33
+ value :USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST, 32
34
+ value :ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA, 33
35
+ end
36
+ end
37
+
38
+ module Google
39
+ module Ads
40
+ module GoogleAds
41
+ module V0
42
+ module Errors
43
+ UserListErrorEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.errors.UserListErrorEnum").msgclass
44
+ UserListErrorEnum::UserListError = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.errors.UserListErrorEnum.UserListError").enummodule
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
@@ -20,6 +20,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
20
20
  optional :hotel_length_of_stay, :message, 7, "google.ads.googleads.v0.common.HotelLengthOfStayInfo"
21
21
  optional :hotel_check_in_day, :message, 8, "google.ads.googleads.v0.common.HotelCheckInDayInfo"
22
22
  optional :device, :message, 11, "google.ads.googleads.v0.common.DeviceInfo"
23
+ optional :preferred_content, :message, 12, "google.ads.googleads.v0.common.PreferredContentInfo"
23
24
  end
24
25
  end
25
26
  end
@@ -44,9 +44,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
44
44
  optional :gender, :message, 37, "google.ads.googleads.v0.common.GenderInfo"
45
45
  optional :income_range, :message, 38, "google.ads.googleads.v0.common.IncomeRangeInfo"
46
46
  optional :parental_status, :message, 39, "google.ads.googleads.v0.common.ParentalStatusInfo"
47
+ optional :user_list, :message, 42, "google.ads.googleads.v0.common.UserListInfo"
47
48
  optional :youtube_video, :message, 40, "google.ads.googleads.v0.common.YouTubeVideoInfo"
48
49
  optional :youtube_channel, :message, 41, "google.ads.googleads.v0.common.YouTubeChannelInfo"
49
50
  optional :topic, :message, 43, "google.ads.googleads.v0.common.TopicInfo"
51
+ optional :user_interest, :message, 45, "google.ads.googleads.v0.common.UserInterestInfo"
50
52
  end
51
53
  end
52
54
  add_message "google.ads.googleads.v0.resources.AdGroupCriterion.QualityInfo" do
@@ -0,0 +1,31 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/ads/google_ads/v0/resources/ad_group_feed.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/ads/google_ads/v0/common/matching_function_pb'
7
+ require 'google/ads/google_ads/v0/enums/feed_link_status_pb'
8
+ require 'google/ads/google_ads/v0/enums/placeholder_type_pb'
9
+ require 'google/protobuf/wrappers_pb'
10
+ Google::Protobuf::DescriptorPool.generated_pool.build do
11
+ add_message "google.ads.googleads.v0.resources.AdGroupFeed" do
12
+ optional :resource_name, :string, 1
13
+ optional :feed, :message, 2, "google.protobuf.StringValue"
14
+ optional :ad_group, :message, 3, "google.protobuf.StringValue"
15
+ repeated :placeholder_types, :enum, 4, "google.ads.googleads.v0.enums.PlaceholderTypeEnum.PlaceholderType"
16
+ optional :matching_function, :message, 5, "google.ads.googleads.v0.common.MatchingFunction"
17
+ optional :status, :enum, 6, "google.ads.googleads.v0.enums.FeedLinkStatusEnum.FeedLinkStatus"
18
+ end
19
+ end
20
+
21
+ module Google
22
+ module Ads
23
+ module GoogleAds
24
+ module V0
25
+ module Resources
26
+ AdGroupFeed = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.resources.AdGroupFeed").msgclass
27
+ end
28
+ end
29
+ end
30
+ end
31
+ end
@@ -4,9 +4,11 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/ads/google_ads/v0/common/custom_parameter_pb'
7
+ require 'google/ads/google_ads/v0/common/explorer_auto_optimizer_setting_pb'
7
8
  require 'google/ads/google_ads/v0/enums/ad_group_ad_rotation_mode_pb'
8
9
  require 'google/ads/google_ads/v0/enums/ad_group_status_pb'
9
10
  require 'google/ads/google_ads/v0/enums/ad_group_type_pb'
11
+ require 'google/ads/google_ads/v0/enums/targeting_dimension_pb'
10
12
  require 'google/protobuf/wrappers_pb'
11
13
  Google::Protobuf::DescriptorPool.generated_pool.build do
12
14
  add_message "google.ads.googleads.v0.resources.AdGroup" do
@@ -25,6 +27,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
25
27
  optional :cpv_bid_micros, :message, 17, "google.protobuf.Int64Value"
26
28
  optional :target_roas_override, :message, 19, "google.protobuf.DoubleValue"
27
29
  optional :percent_cpc_bid_micros, :message, 20, "google.protobuf.Int64Value"
30
+ optional :explorer_auto_optimizer_setting, :message, 21, "google.ads.googleads.v0.common.ExplorerAutoOptimizerSetting"
31
+ optional :display_custom_bid_dimension, :enum, 23, "google.ads.googleads.v0.enums.TargetingDimensionEnum.TargetingDimension"
32
+ optional :final_url_suffix, :message, 24, "google.protobuf.StringValue"
28
33
  end
29
34
  end
30
35
 
@@ -19,6 +19,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
19
19
  optional :type, :enum, 5, "google.ads.googleads.v0.enums.AdTypeEnum.AdType"
20
20
  optional :added_by_google_ads, :message, 19, "google.protobuf.BoolValue"
21
21
  optional :device_preference, :enum, 20, "google.ads.googleads.v0.enums.DeviceEnum.Device"
22
+ optional :name, :message, 23, "google.protobuf.StringValue"
22
23
  oneof :ad_data do
23
24
  optional :text_ad, :message, 6, "google.ads.googleads.v0.common.TextAdInfo"
24
25
  optional :expanded_text_ad, :message, 7, "google.ads.googleads.v0.common.ExpandedTextAdInfo"
@@ -29,6 +30,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
29
30
  optional :hotel_ad, :message, 15, "google.ads.googleads.v0.common.HotelAdInfo"
30
31
  optional :shopping_smart_ad, :message, 17, "google.ads.googleads.v0.common.ShoppingSmartAdInfo"
31
32
  optional :shopping_product_ad, :message, 18, "google.ads.googleads.v0.common.ShoppingProductAdInfo"
33
+ optional :gmail_ad, :message, 21, "google.ads.googleads.v0.common.GmailAdInfo"
34
+ optional :image_ad, :message, 22, "google.ads.googleads.v0.common.ImageAdInfo"
32
35
  end
33
36
  end
34
37
  end
@@ -17,6 +17,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
17
17
  optional :start_date_time, :message, 9, "google.protobuf.StringValue"
18
18
  optional :start_time_type, :enum, 10, "google.ads.googleads.v0.enums.TimeTypeEnum.TimeType"
19
19
  end
20
+ oneof :end_time do
21
+ optional :end_date_time, :message, 13, "google.protobuf.StringValue"
22
+ optional :end_time_type, :enum, 14, "google.ads.googleads.v0.enums.TimeTypeEnum.TimeType"
23
+ end
20
24
  end
21
25
  add_message "google.ads.googleads.v0.resources.BillingSetup.PaymentsAccountInfo" do
22
26
  optional :payments_account_id, :message, 1, "google.protobuf.StringValue"
@@ -0,0 +1,22 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/ads/google_ads/v0/resources/campaign_audience_view.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ Google::Protobuf::DescriptorPool.generated_pool.build do
7
+ add_message "google.ads.googleads.v0.resources.CampaignAudienceView" do
8
+ optional :resource_name, :string, 1
9
+ end
10
+ end
11
+
12
+ module Google
13
+ module Ads
14
+ module GoogleAds
15
+ module V0
16
+ module Resources
17
+ CampaignAudienceView = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.resources.CampaignAudienceView").msgclass
18
+ end
19
+ end
20
+ end
21
+ end
22
+ end
@@ -12,6 +12,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
12
12
  optional :id, :message, 3, "google.protobuf.Int64Value"
13
13
  optional :name, :message, 4, "google.protobuf.StringValue"
14
14
  optional :amount_micros, :message, 5, "google.protobuf.Int64Value"
15
+ optional :total_amount_micros, :message, 10, "google.protobuf.Int64Value"
15
16
  optional :status, :enum, 6, "google.ads.googleads.v0.enums.BudgetStatusEnum.BudgetStatus"
16
17
  optional :delivery_method, :enum, 7, "google.ads.googleads.v0.enums.BudgetDeliveryMethodEnum.BudgetDeliveryMethod"
17
18
  optional :explicitly_shared, :message, 8, "google.protobuf.BoolValue"
@@ -24,10 +24,17 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
24
24
  optional :gender, :message, 17, "google.ads.googleads.v0.common.GenderInfo"
25
25
  optional :income_range, :message, 18, "google.ads.googleads.v0.common.IncomeRangeInfo"
26
26
  optional :parental_status, :message, 19, "google.ads.googleads.v0.common.ParentalStatusInfo"
27
+ optional :user_list, :message, 22, "google.ads.googleads.v0.common.UserListInfo"
27
28
  optional :youtube_video, :message, 20, "google.ads.googleads.v0.common.YouTubeVideoInfo"
28
29
  optional :youtube_channel, :message, 21, "google.ads.googleads.v0.common.YouTubeChannelInfo"
29
30
  optional :proximity, :message, 23, "google.ads.googleads.v0.common.ProximityInfo"
30
31
  optional :topic, :message, 24, "google.ads.googleads.v0.common.TopicInfo"
32
+ optional :listing_scope, :message, 25, "google.ads.googleads.v0.common.ListingScopeInfo"
33
+ optional :language, :message, 26, "google.ads.googleads.v0.common.LanguageInfo"
34
+ optional :ip_block, :message, 27, "google.ads.googleads.v0.common.IpBlockInfo"
35
+ optional :content_label, :message, 28, "google.ads.googleads.v0.common.ContentLabelInfo"
36
+ optional :carrier, :message, 29, "google.ads.googleads.v0.common.CarrierInfo"
37
+ optional :user_interest, :message, 30, "google.ads.googleads.v0.common.UserInterestInfo"
31
38
  end
32
39
  end
33
40
  end
@@ -0,0 +1,31 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/ads/google_ads/v0/resources/campaign_feed.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/ads/google_ads/v0/common/matching_function_pb'
7
+ require 'google/ads/google_ads/v0/enums/feed_link_status_pb'
8
+ require 'google/ads/google_ads/v0/enums/placeholder_type_pb'
9
+ require 'google/protobuf/wrappers_pb'
10
+ Google::Protobuf::DescriptorPool.generated_pool.build do
11
+ add_message "google.ads.googleads.v0.resources.CampaignFeed" do
12
+ optional :resource_name, :string, 1
13
+ optional :feed, :message, 2, "google.protobuf.StringValue"
14
+ optional :campaign, :message, 3, "google.protobuf.StringValue"
15
+ repeated :placeholder_types, :enum, 4, "google.ads.googleads.v0.enums.PlaceholderTypeEnum.PlaceholderType"
16
+ optional :matching_function, :message, 5, "google.ads.googleads.v0.common.MatchingFunction"
17
+ optional :status, :enum, 6, "google.ads.googleads.v0.enums.FeedLinkStatusEnum.FeedLinkStatus"
18
+ end
19
+ end
20
+
21
+ module Google
22
+ module Ads
23
+ module GoogleAds
24
+ module V0
25
+ module Resources
26
+ CampaignFeed = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.resources.CampaignFeed").msgclass
27
+ end
28
+ end
29
+ end
30
+ end
31
+ end
@@ -5,6 +5,8 @@ require 'google/protobuf'
5
5
 
6
6
  require 'google/ads/google_ads/v0/common/bidding_pb'
7
7
  require 'google/ads/google_ads/v0/common/custom_parameter_pb'
8
+ require 'google/ads/google_ads/v0/common/frequency_cap_pb'
9
+ require 'google/ads/google_ads/v0/common/real_time_bidding_setting_pb'
8
10
  require 'google/ads/google_ads/v0/enums/ad_serving_optimization_status_pb'
9
11
  require 'google/ads/google_ads/v0/enums/advertising_channel_sub_type_pb'
10
12
  require 'google/ads/google_ads/v0/enums/advertising_channel_type_pb'
@@ -24,6 +26,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
24
26
  optional :advertising_channel_sub_type, :enum, 10, "google.ads.googleads.v0.enums.AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType"
25
27
  optional :tracking_url_template, :message, 11, "google.protobuf.StringValue"
26
28
  repeated :url_custom_parameters, :message, 12, "google.ads.googleads.v0.common.CustomParameter"
29
+ optional :real_time_bidding_setting, :message, 39, "google.ads.googleads.v0.common.RealTimeBiddingSetting"
27
30
  optional :network_settings, :message, 14, "google.ads.googleads.v0.resources.Campaign.NetworkSettings"
28
31
  optional :hotel_setting, :message, 32, "google.ads.googleads.v0.resources.Campaign.HotelSettingInfo"
29
32
  optional :dynamic_search_ads_setting, :message, 33, "google.ads.googleads.v0.resources.Campaign.DynamicSearchAdsSetting"
@@ -34,6 +37,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
34
37
  optional :campaign_group, :message, 35, "google.protobuf.StringValue"
35
38
  optional :end_date, :message, 20, "google.protobuf.StringValue"
36
39
  optional :final_url_suffix, :message, 38, "google.protobuf.StringValue"
40
+ repeated :frequency_caps, :message, 40, "google.ads.googleads.v0.common.FrequencyCapEntry"
37
41
  oneof :campaign_bidding_strategy do
38
42
  optional :bidding_strategy, :message, 23, "google.protobuf.StringValue"
39
43
  optional :manual_cpc, :message, 24, "google.ads.googleads.v0.common.ManualCpc"
@@ -0,0 +1,26 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/ads/google_ads/v0/resources/carrier_constant.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/protobuf/wrappers_pb'
7
+ Google::Protobuf::DescriptorPool.generated_pool.build do
8
+ add_message "google.ads.googleads.v0.resources.CarrierConstant" do
9
+ optional :resource_name, :string, 1
10
+ optional :id, :message, 2, "google.protobuf.Int64Value"
11
+ optional :name, :message, 3, "google.protobuf.StringValue"
12
+ optional :country_code, :message, 4, "google.protobuf.StringValue"
13
+ end
14
+ end
15
+
16
+ module Google
17
+ module Ads
18
+ module GoogleAds
19
+ module V0
20
+ module Resources
21
+ CarrierConstant = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.resources.CarrierConstant").msgclass
22
+ end
23
+ end
24
+ end
25
+ end
26
+ end
@@ -0,0 +1,26 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/ads/google_ads/v0/resources/customer_client.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/protobuf/wrappers_pb'
7
+ Google::Protobuf::DescriptorPool.generated_pool.build do
8
+ add_message "google.ads.googleads.v0.resources.CustomerClient" do
9
+ optional :resource_name, :string, 1
10
+ optional :client_customer, :message, 3, "google.protobuf.StringValue"
11
+ optional :hidden, :message, 4, "google.protobuf.BoolValue"
12
+ optional :level, :message, 5, "google.protobuf.Int64Value"
13
+ end
14
+ end
15
+
16
+ module Google
17
+ module Ads
18
+ module GoogleAds
19
+ module V0
20
+ module Resources
21
+ CustomerClient = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.resources.CustomerClient").msgclass
22
+ end
23
+ end
24
+ end
25
+ end
26
+ end
@@ -0,0 +1,30 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/ads/google_ads/v0/resources/customer_feed.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/ads/google_ads/v0/common/matching_function_pb'
7
+ require 'google/ads/google_ads/v0/enums/feed_link_status_pb'
8
+ require 'google/ads/google_ads/v0/enums/placeholder_type_pb'
9
+ require 'google/protobuf/wrappers_pb'
10
+ Google::Protobuf::DescriptorPool.generated_pool.build do
11
+ add_message "google.ads.googleads.v0.resources.CustomerFeed" do
12
+ optional :resource_name, :string, 1
13
+ optional :feed, :message, 2, "google.protobuf.StringValue"
14
+ repeated :placeholder_types, :enum, 3, "google.ads.googleads.v0.enums.PlaceholderTypeEnum.PlaceholderType"
15
+ optional :matching_function, :message, 4, "google.ads.googleads.v0.common.MatchingFunction"
16
+ optional :status, :enum, 5, "google.ads.googleads.v0.enums.FeedLinkStatusEnum.FeedLinkStatus"
17
+ end
18
+ end
19
+
20
+ module Google
21
+ module Ads
22
+ module GoogleAds
23
+ module V0
24
+ module Resources
25
+ CustomerFeed = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.resources.CustomerFeed").msgclass
26
+ end
27
+ end
28
+ end
29
+ end
30
+ end
@@ -12,6 +12,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
12
12
  optional :currency_code, :message, 5, "google.protobuf.StringValue"
13
13
  optional :time_zone, :message, 6, "google.protobuf.StringValue"
14
14
  optional :tracking_url_template, :message, 7, "google.protobuf.StringValue"
15
+ optional :final_url_suffix, :message, 11, "google.protobuf.StringValue"
15
16
  optional :auto_tagging_enabled, :message, 8, "google.protobuf.BoolValue"
16
17
  optional :has_partners_badge, :message, 9, "google.protobuf.BoolValue"
17
18
  optional :call_reporting_setting, :message, 10, "google.ads.googleads.v0.resources.CallReportingSetting"
@@ -0,0 +1,48 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/ads/google_ads/v0/resources/feed_item.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/ads/google_ads/v0/common/custom_parameter_pb'
7
+ require 'google/ads/google_ads/v0/common/feed_common_pb'
8
+ require 'google/ads/google_ads/v0/enums/feed_item_status_pb'
9
+ require 'google/ads/google_ads/v0/enums/geo_targeting_restriction_pb'
10
+ require 'google/protobuf/wrappers_pb'
11
+ Google::Protobuf::DescriptorPool.generated_pool.build do
12
+ add_message "google.ads.googleads.v0.resources.FeedItem" do
13
+ optional :resource_name, :string, 1
14
+ optional :feed, :message, 2, "google.protobuf.StringValue"
15
+ optional :id, :message, 3, "google.protobuf.Int64Value"
16
+ optional :start_date_time, :message, 4, "google.protobuf.StringValue"
17
+ optional :end_date_time, :message, 5, "google.protobuf.StringValue"
18
+ repeated :attribute_values, :message, 6, "google.ads.googleads.v0.resources.FeedItemAttributeValue"
19
+ optional :geo_targeting_restriction, :enum, 7, "google.ads.googleads.v0.enums.GeoTargetingRestrictionEnum.GeoTargetingRestriction"
20
+ repeated :url_custom_parameters, :message, 8, "google.ads.googleads.v0.common.CustomParameter"
21
+ optional :status, :enum, 9, "google.ads.googleads.v0.enums.FeedItemStatusEnum.FeedItemStatus"
22
+ end
23
+ add_message "google.ads.googleads.v0.resources.FeedItemAttributeValue" do
24
+ optional :feed_attribute_id, :message, 1, "google.protobuf.Int64Value"
25
+ optional :integer_value, :message, 2, "google.protobuf.Int64Value"
26
+ optional :boolean_value, :message, 3, "google.protobuf.BoolValue"
27
+ optional :string_value, :message, 4, "google.protobuf.StringValue"
28
+ optional :double_value, :message, 5, "google.protobuf.DoubleValue"
29
+ optional :price_value, :message, 6, "google.ads.googleads.v0.common.Price"
30
+ repeated :integer_values, :message, 7, "google.protobuf.Int64Value"
31
+ repeated :boolean_values, :message, 8, "google.protobuf.BoolValue"
32
+ repeated :string_values, :message, 9, "google.protobuf.StringValue"
33
+ repeated :double_values, :message, 10, "google.protobuf.DoubleValue"
34
+ end
35
+ end
36
+
37
+ module Google
38
+ module Ads
39
+ module GoogleAds
40
+ module V0
41
+ module Resources
42
+ FeedItem = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.resources.FeedItem").msgclass
43
+ FeedItemAttributeValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.resources.FeedItemAttributeValue").msgclass
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end