google-dfp-api 0.12.1 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (625) hide show
  1. data/ChangeLog +6 -0
  2. data/examples/{v201502 → v201602}/activity_group_service/create_activity_groups.rb +1 -1
  3. data/examples/{v201502 → v201602}/activity_group_service/get_active_activity_groups.rb +1 -1
  4. data/examples/{v201502 → v201602}/activity_group_service/get_all_activity_groups.rb +1 -1
  5. data/examples/{v201502 → v201602}/activity_group_service/update_activity_groups.rb +1 -1
  6. data/examples/{v201502 → v201602}/activity_service/create_activities.rb +1 -1
  7. data/examples/{v201502 → v201602}/activity_service/get_active_activities.rb +1 -1
  8. data/examples/{v201502 → v201602}/activity_service/get_all_activities.rb +1 -1
  9. data/examples/{v201502 → v201602}/activity_service/update_activities.rb +1 -1
  10. data/examples/{v201502 → v201602}/audience_segment_service/create_audience_segments.rb +1 -1
  11. data/examples/{v201502 → v201602}/audience_segment_service/get_all_audience_segments.rb +1 -1
  12. data/examples/{v201502 → v201602}/audience_segment_service/get_first_party_audience_segments.rb +1 -1
  13. data/examples/{v201502 → v201602}/audience_segment_service/populate_first_party_audience_segments.rb +1 -1
  14. data/examples/{v201502 → v201602}/audience_segment_service/update_audience_segments.rb +1 -1
  15. data/examples/{v201502 → v201602}/common/error_handling.rb +1 -1
  16. data/examples/{v201502 → v201602}/common/oauth2_jwt_handling.rb +1 -1
  17. data/examples/{v201502 → v201602}/common/setup_oauth2.rb +1 -1
  18. data/examples/{v201502 → v201602}/company_service/create_companies.rb +3 -2
  19. data/examples/{v201502 → v201602}/company_service/get_all_companies.rb +1 -1
  20. data/examples/{v201502 → v201602}/company_service/get_companies_by_statement.rb +1 -1
  21. data/examples/{v201502 → v201602}/company_service/update_companies.rb +1 -1
  22. data/examples/{v201502 → v201602}/contact_service/create_contacts.rb +1 -1
  23. data/examples/{v201502 → v201602}/contact_service/get_all_contacts.rb +1 -1
  24. data/examples/{v201502 → v201602}/contact_service/get_uninvited_contacts.rb +1 -1
  25. data/examples/{v201502 → v201602}/contact_service/update_contacts.rb +1 -1
  26. data/examples/{v201502 → v201602}/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb +1 -1
  27. data/examples/{v201502 → v201602}/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb +1 -1
  28. data/examples/{v201502 → v201602}/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb +1 -1
  29. data/examples/{v201502 → v201602}/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb +1 -1
  30. data/examples/{v201502 → v201602}/content_service/get_all_content.rb +1 -1
  31. data/examples/{v201502 → v201602}/content_service/get_content_by_category.rb +1 -1
  32. data/examples/{v201502 → v201602}/creative_service/copy_image_creatives.rb +1 -1
  33. data/examples/{v201502 → v201602}/creative_service/create_creative_from_template.rb +1 -1
  34. data/examples/{v201502 → v201602}/creative_service/create_creatives.rb +1 -1
  35. data/examples/{v201502 → v201602}/creative_service/create_custom_creative.rb +9 -6
  36. data/examples/v201602/creative_service/create_native_creative.rb +189 -0
  37. data/examples/{v201502 → v201602}/creative_service/get_all_creatives.rb +1 -1
  38. data/examples/{v201502 → v201602}/creative_service/get_creatives_by_statement.rb +1 -1
  39. data/examples/{v201502 → v201602}/creative_service/update_creatives.rb +1 -1
  40. data/examples/{v201502 → v201602}/creative_set_service/associate_creative_set_to_line_item.rb +1 -1
  41. data/examples/{v201502 → v201602}/creative_set_service/create_creative_set.rb +1 -1
  42. data/examples/{v201502 → v201602}/creative_set_service/get_all_creative_sets.rb +1 -1
  43. data/examples/{v201502 → v201602}/creative_set_service/get_creative_sets_by_statement.rb +1 -1
  44. data/examples/{v201502 → v201602}/creative_set_service/update_creative_sets.rb +1 -1
  45. data/examples/{v201502 → v201602}/creative_template_service/get_all_creative_templates.rb +1 -1
  46. data/examples/{v201502 → v201602}/creative_template_service/get_system_defined_creative_templates.rb +1 -1
  47. data/examples/{v201502 → v201602}/creative_wrapper_service/create_creative_wrappers.rb +1 -1
  48. data/examples/{v201502 → v201602}/creative_wrapper_service/deactivate_creative_wrapper.rb +1 -1
  49. data/examples/{v201502 → v201602}/creative_wrapper_service/get_all_creative_wrappers.rb +1 -1
  50. data/examples/{v201502 → v201602}/creative_wrapper_service/get_creative_wrappers_by_statement.rb +1 -1
  51. data/examples/{v201502 → v201602}/creative_wrapper_service/update_creative_wrappers.rb +1 -1
  52. data/examples/{v201502 → v201602}/custom_field_service/create_custom_field_options.rb +1 -1
  53. data/examples/{v201502 → v201602}/custom_field_service/create_custom_fields.rb +1 -1
  54. data/examples/{v201502 → v201602}/custom_field_service/deactivate_all_line_item_custom_fields.rb +1 -1
  55. data/examples/{v201502 → v201602}/custom_field_service/get_all_custom_fields.rb +1 -1
  56. data/examples/{v201502 → v201602}/custom_field_service/get_all_line_item_custom_fields.rb +1 -1
  57. data/examples/{v201502 → v201602}/custom_field_service/set_line_item_custom_field_value.rb +1 -1
  58. data/examples/{v201502 → v201602}/custom_field_service/update_custom_fields.rb +1 -1
  59. data/examples/{v201502 → v201602}/custom_targeting_service/create_custom_targeting_keys_and_values.rb +1 -1
  60. data/examples/{v201502 → v201602}/custom_targeting_service/delete_custom_targeting_keys.rb +1 -1
  61. data/examples/{v201502 → v201602}/custom_targeting_service/delete_custom_targeting_values.rb +1 -1
  62. data/examples/{v201502 → v201602}/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +1 -1
  63. data/examples/{v201502 → v201602}/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +1 -1
  64. data/examples/{v201502 → v201602}/custom_targeting_service/get_custom_targeting_values_by_statement.rb +1 -1
  65. data/examples/{v201502 → v201602}/custom_targeting_service/update_custom_targeting_keys.rb +1 -1
  66. data/examples/{v201502 → v201602}/custom_targeting_service/update_custom_targeting_values.rb +1 -1
  67. data/examples/{v201502 → v201602}/forecast_service/get_availability_forecast.rb +7 -1
  68. data/examples/{v201502 → v201602}/forecast_service/get_availability_forecast_for_line_item.rb +1 -1
  69. data/examples/{v201502 → v201602}/forecast_service/get_delivery_forecast_for_line_items.rb +1 -1
  70. data/examples/{v201502 → v201602}/inventory_service/create_ad_units.rb +1 -1
  71. data/examples/{v201502 → v201602}/inventory_service/create_video_ad_unit.rb +1 -2
  72. data/examples/{v201502 → v201602}/inventory_service/deactivate_ad_units.rb +1 -1
  73. data/examples/{v201502 → v201602}/inventory_service/get_ad_unit_sizes.rb +1 -1
  74. data/examples/{v201502 → v201602}/inventory_service/get_ad_units_by_statement.rb +1 -1
  75. data/examples/{v201502 → v201602}/inventory_service/get_all_ad_units.rb +1 -1
  76. data/examples/{v201502 → v201602}/inventory_service/update_ad_units.rb +1 -1
  77. data/examples/{v201502 → v201602}/label_service/create_labels.rb +1 -1
  78. data/examples/{v201502 → v201602}/label_service/deactivate_labels.rb +1 -1
  79. data/examples/{v201502 → v201602}/label_service/get_all_labels.rb +1 -1
  80. data/examples/{v201502 → v201602}/label_service/get_labels_by_statement.rb +1 -1
  81. data/examples/{v201502 → v201602}/label_service/update_labels.rb +1 -1
  82. data/examples/{v201502 → v201602}/line_item_creative_association_service/create_licas.rb +1 -1
  83. data/examples/{v201502 → v201602}/line_item_creative_association_service/deactivate_licas.rb +1 -1
  84. data/examples/{v201502 → v201602}/line_item_creative_association_service/get_all_licas.rb +1 -1
  85. data/examples/{v201502 → v201602}/line_item_creative_association_service/get_licas_by_statement.rb +1 -1
  86. data/examples/{v201502 → v201602}/line_item_creative_association_service/update_licas.rb +1 -1
  87. data/examples/{v201502 → v201602}/line_item_service/activate_line_items.rb +1 -1
  88. data/examples/{v201502 → v201602}/line_item_service/create_line_items.rb +10 -4
  89. data/examples/{v201502 → v201602}/line_item_service/create_video_line_item.rb +11 -7
  90. data/examples/{v201502 → v201602}/line_item_service/get_all_line_items.rb +1 -1
  91. data/examples/{v201502 → v201602}/line_item_service/get_line_items_by_statement.rb +1 -1
  92. data/examples/{v201502 → v201602}/line_item_service/get_recently_updated_line_items.rb +1 -1
  93. data/examples/{v201502 → v201602}/line_item_service/target_custom_criteria.rb +1 -1
  94. data/examples/{v201502 → v201602}/line_item_service/update_line_items.rb +1 -1
  95. data/examples/{v201502 → v201602}/network_service/get_all_networks.rb +1 -1
  96. data/examples/{v201502 → v201602}/network_service/get_current_network.rb +1 -1
  97. data/examples/{v201502 → v201602}/network_service/make_test_network.rb +1 -1
  98. data/examples/{v201502 → v201602}/order_service/approve_orders.rb +1 -1
  99. data/examples/{v201502 → v201602}/order_service/create_orders.rb +1 -1
  100. data/examples/{v201502 → v201602}/order_service/get_all_orders.rb +1 -1
  101. data/examples/{v201502 → v201602}/order_service/get_orders_by_statement.rb +1 -1
  102. data/examples/{v201502 → v201602}/order_service/update_orders.rb +1 -1
  103. data/examples/{v201502 → v201602}/placement_service/create_placements.rb +1 -1
  104. data/examples/{v201502 → v201602}/placement_service/deactivate_placements.rb +1 -1
  105. data/examples/{v201502 → v201602}/placement_service/get_all_placements.rb +1 -1
  106. data/examples/{v201502 → v201602}/placement_service/get_placements_by_statement.rb +1 -1
  107. data/examples/{v201502 → v201602}/placement_service/update_placements.rb +2 -2
  108. data/examples/{v201502 → v201602}/publisher_query_language_service/fetch_match_tables.rb +2 -2
  109. data/examples/{v201502 → v201602}/publisher_query_language_service/get_all_line_items.rb +1 -1
  110. data/examples/{v201502 → v201602}/publisher_query_language_service/get_geo_targets.rb +1 -1
  111. data/examples/{v201502 → v201602}/publisher_query_language_service/get_line_items_named_like.rb +1 -1
  112. data/examples/{v201502 → v201602}/report_service/display_report.rb +1 -1
  113. data/examples/{v201502 → v201602}/report_service/download_report.rb +1 -1
  114. data/examples/{v201502 → v201602}/report_service/run_delivery_report.rb +17 -5
  115. data/examples/{v201502 → v201602}/report_service/run_inventory_report.rb +5 -4
  116. data/examples/{v201502 → v201602}/report_service/run_reach_report.rb +5 -4
  117. data/examples/{v201502 → v201602}/report_service/run_report_with_custom_fields.rb +5 -4
  118. data/examples/{v201502 → v201602}/report_service/run_sales_report.rb +3 -2
  119. data/examples/{v201502 → v201602}/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +2 -2
  120. data/examples/{v201502 → v201602}/suggested_ad_unit_service/get_all_suggested_ad_units.rb +1 -1
  121. data/examples/{v201502 → v201602}/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +1 -1
  122. data/examples/{v201502 → v201602}/team_service/create_teams.rb +1 -1
  123. data/examples/{v201502 → v201602}/team_service/get_all_teams.rb +1 -1
  124. data/examples/{v201502 → v201602}/team_service/get_teams_by_statement.rb +1 -1
  125. data/examples/{v201502 → v201602}/team_service/update_teams.rb +1 -1
  126. data/examples/{v201502 → v201602}/user_service/create_users.rb +1 -1
  127. data/examples/{v201502 → v201602}/user_service/deactivate_users.rb +1 -1
  128. data/examples/{v201502 → v201602}/user_service/get_all_roles.rb +1 -1
  129. data/examples/{v201502 → v201602}/user_service/get_all_users.rb +1 -1
  130. data/examples/{v201502 → v201602}/user_service/get_current_user.rb +1 -1
  131. data/examples/{v201502 → v201602}/user_service/get_users_by_statement.rb +1 -1
  132. data/examples/{v201502 → v201602}/user_service/update_users.rb +1 -1
  133. data/examples/{v201502 → v201602}/user_team_association_service/create_user_team_associations.rb +1 -1
  134. data/examples/{v201502 → v201602}/user_team_association_service/delete_user_team_associations.rb +1 -1
  135. data/examples/{v201502 → v201602}/user_team_association_service/get_all_user_team_associations.rb +1 -1
  136. data/examples/{v201502 → v201602}/user_team_association_service/get_user_team_associations_by_statement.rb +1 -1
  137. data/examples/{v201502 → v201602}/user_team_association_service/update_user_team_associations.rb +1 -1
  138. data/lib/dfp_api/api_config.rb +13 -11
  139. data/lib/dfp_api/v201502/activity_group_service.rb +1 -1
  140. data/lib/dfp_api/v201502/activity_group_service_registry.rb +1 -1
  141. data/lib/dfp_api/v201502/activity_service.rb +1 -1
  142. data/lib/dfp_api/v201502/activity_service_registry.rb +1 -1
  143. data/lib/dfp_api/v201502/ad_exclusion_rule_service.rb +1 -1
  144. data/lib/dfp_api/v201502/ad_exclusion_rule_service_registry.rb +1 -1
  145. data/lib/dfp_api/v201502/ad_rule_service.rb +1 -1
  146. data/lib/dfp_api/v201502/ad_rule_service_registry.rb +1 -1
  147. data/lib/dfp_api/v201502/audience_segment_service.rb +1 -1
  148. data/lib/dfp_api/v201502/audience_segment_service_registry.rb +2 -2
  149. data/lib/dfp_api/v201502/base_rate_service.rb +1 -1
  150. data/lib/dfp_api/v201502/base_rate_service_registry.rb +2 -2
  151. data/lib/dfp_api/v201502/company_service.rb +1 -1
  152. data/lib/dfp_api/v201502/company_service_registry.rb +1 -1
  153. data/lib/dfp_api/v201502/contact_service.rb +1 -1
  154. data/lib/dfp_api/v201502/contact_service_registry.rb +1 -1
  155. data/lib/dfp_api/v201502/content_bundle_service.rb +1 -1
  156. data/lib/dfp_api/v201502/content_bundle_service_registry.rb +1 -1
  157. data/lib/dfp_api/v201502/content_metadata_key_hierarchy_service.rb +1 -1
  158. data/lib/dfp_api/v201502/content_metadata_key_hierarchy_service_registry.rb +1 -1
  159. data/lib/dfp_api/v201502/content_service.rb +1 -1
  160. data/lib/dfp_api/v201502/content_service_registry.rb +1 -1
  161. data/lib/dfp_api/v201502/creative_service.rb +1 -1
  162. data/lib/dfp_api/v201502/creative_service_registry.rb +2 -2
  163. data/lib/dfp_api/v201502/creative_set_service.rb +1 -1
  164. data/lib/dfp_api/v201502/creative_set_service_registry.rb +2 -2
  165. data/lib/dfp_api/v201502/creative_template_service.rb +1 -1
  166. data/lib/dfp_api/v201502/creative_template_service_registry.rb +2 -2
  167. data/lib/dfp_api/v201502/creative_wrapper_service.rb +1 -1
  168. data/lib/dfp_api/v201502/creative_wrapper_service_registry.rb +1 -1
  169. data/lib/dfp_api/v201502/custom_field_service.rb +1 -1
  170. data/lib/dfp_api/v201502/custom_field_service_registry.rb +2 -2
  171. data/lib/dfp_api/v201502/custom_targeting_service.rb +1 -1
  172. data/lib/dfp_api/v201502/custom_targeting_service_registry.rb +2 -2
  173. data/lib/dfp_api/v201502/exchange_rate_service.rb +1 -1
  174. data/lib/dfp_api/v201502/exchange_rate_service_registry.rb +2 -2
  175. data/lib/dfp_api/v201502/forecast_service.rb +1 -1
  176. data/lib/dfp_api/v201502/forecast_service_registry.rb +1 -1
  177. data/lib/dfp_api/v201502/inventory_service.rb +1 -1
  178. data/lib/dfp_api/v201502/inventory_service_registry.rb +2 -2
  179. data/lib/dfp_api/v201502/label_service.rb +1 -1
  180. data/lib/dfp_api/v201502/label_service_registry.rb +1 -1
  181. data/lib/dfp_api/v201502/line_item_creative_association_service.rb +1 -1
  182. data/lib/dfp_api/v201502/line_item_creative_association_service_registry.rb +2 -2
  183. data/lib/dfp_api/v201502/line_item_service.rb +1 -1
  184. data/lib/dfp_api/v201502/line_item_service_registry.rb +1 -1
  185. data/lib/dfp_api/v201502/line_item_template_service.rb +1 -1
  186. data/lib/dfp_api/v201502/line_item_template_service_registry.rb +1 -1
  187. data/lib/dfp_api/v201502/live_stream_event_service.rb +1 -1
  188. data/lib/dfp_api/v201502/live_stream_event_service_registry.rb +1 -1
  189. data/lib/dfp_api/v201502/network_service.rb +1 -1
  190. data/lib/dfp_api/v201502/network_service_registry.rb +1 -1
  191. data/lib/dfp_api/v201502/order_service.rb +1 -1
  192. data/lib/dfp_api/v201502/order_service_registry.rb +1 -1
  193. data/lib/dfp_api/v201502/package_service.rb +1 -1
  194. data/lib/dfp_api/v201502/package_service_registry.rb +1 -1
  195. data/lib/dfp_api/v201502/placement_service.rb +1 -1
  196. data/lib/dfp_api/v201502/placement_service_registry.rb +1 -1
  197. data/lib/dfp_api/v201502/premium_rate_service.rb +1 -1
  198. data/lib/dfp_api/v201502/premium_rate_service_registry.rb +2 -2
  199. data/lib/dfp_api/v201502/product_package_item_service.rb +1 -1
  200. data/lib/dfp_api/v201502/product_package_item_service_registry.rb +1 -1
  201. data/lib/dfp_api/v201502/product_package_service.rb +1 -1
  202. data/lib/dfp_api/v201502/product_package_service_registry.rb +1 -1
  203. data/lib/dfp_api/v201502/product_service.rb +1 -1
  204. data/lib/dfp_api/v201502/product_service_registry.rb +1 -1
  205. data/lib/dfp_api/v201502/product_template_service.rb +1 -1
  206. data/lib/dfp_api/v201502/product_template_service_registry.rb +1 -1
  207. data/lib/dfp_api/v201502/proposal_line_item_service.rb +1 -1
  208. data/lib/dfp_api/v201502/proposal_line_item_service_registry.rb +2 -2
  209. data/lib/dfp_api/v201502/proposal_service.rb +1 -1
  210. data/lib/dfp_api/v201502/proposal_service_registry.rb +2 -2
  211. data/lib/dfp_api/v201502/publisher_query_language_service.rb +1 -1
  212. data/lib/dfp_api/v201502/publisher_query_language_service_registry.rb +1 -1
  213. data/lib/dfp_api/v201502/rate_card_service.rb +1 -1
  214. data/lib/dfp_api/v201502/rate_card_service_registry.rb +1 -1
  215. data/lib/dfp_api/v201502/reconciliation_order_report_service.rb +1 -1
  216. data/lib/dfp_api/v201502/reconciliation_order_report_service_registry.rb +1 -1
  217. data/lib/dfp_api/v201502/reconciliation_report_row_service.rb +1 -1
  218. data/lib/dfp_api/v201502/reconciliation_report_row_service_registry.rb +1 -1
  219. data/lib/dfp_api/v201502/reconciliation_report_service.rb +1 -1
  220. data/lib/dfp_api/v201502/reconciliation_report_service_registry.rb +1 -1
  221. data/lib/dfp_api/v201502/report_service.rb +1 -1
  222. data/lib/dfp_api/v201502/report_service_registry.rb +2 -2
  223. data/lib/dfp_api/v201502/shared_ad_unit_service.rb +1 -1
  224. data/lib/dfp_api/v201502/shared_ad_unit_service_registry.rb +1 -1
  225. data/lib/dfp_api/v201502/suggested_ad_unit_service.rb +1 -1
  226. data/lib/dfp_api/v201502/suggested_ad_unit_service_registry.rb +2 -2
  227. data/lib/dfp_api/v201502/team_service.rb +1 -1
  228. data/lib/dfp_api/v201502/team_service_registry.rb +1 -1
  229. data/lib/dfp_api/v201502/user_service.rb +1 -1
  230. data/lib/dfp_api/v201502/user_service_registry.rb +2 -2
  231. data/lib/dfp_api/v201502/user_team_association_service.rb +1 -1
  232. data/lib/dfp_api/v201502/user_team_association_service_registry.rb +1 -1
  233. data/lib/dfp_api/v201502/workflow_request_service.rb +1 -1
  234. data/lib/dfp_api/v201502/workflow_request_service_registry.rb +1 -1
  235. data/lib/dfp_api/v201505/activity_group_service.rb +1 -1
  236. data/lib/dfp_api/v201505/activity_group_service_registry.rb +2 -2
  237. data/lib/dfp_api/v201505/activity_service.rb +1 -1
  238. data/lib/dfp_api/v201505/activity_service_registry.rb +2 -2
  239. data/lib/dfp_api/v201505/ad_exclusion_rule_service.rb +1 -1
  240. data/lib/dfp_api/v201505/ad_exclusion_rule_service_registry.rb +1 -1
  241. data/lib/dfp_api/v201505/ad_rule_service.rb +1 -1
  242. data/lib/dfp_api/v201505/ad_rule_service_registry.rb +1 -1
  243. data/lib/dfp_api/v201505/audience_segment_service.rb +1 -1
  244. data/lib/dfp_api/v201505/audience_segment_service_registry.rb +1 -1
  245. data/lib/dfp_api/v201505/base_rate_service.rb +1 -1
  246. data/lib/dfp_api/v201505/base_rate_service_registry.rb +2 -2
  247. data/lib/dfp_api/v201505/company_service.rb +1 -1
  248. data/lib/dfp_api/v201505/company_service_registry.rb +1 -1
  249. data/lib/dfp_api/v201505/contact_service.rb +1 -1
  250. data/lib/dfp_api/v201505/contact_service_registry.rb +1 -1
  251. data/lib/dfp_api/v201505/content_bundle_service.rb +1 -1
  252. data/lib/dfp_api/v201505/content_bundle_service_registry.rb +2 -2
  253. data/lib/dfp_api/v201505/content_metadata_key_hierarchy_service.rb +1 -1
  254. data/lib/dfp_api/v201505/content_metadata_key_hierarchy_service_registry.rb +1 -1
  255. data/lib/dfp_api/v201505/content_service.rb +1 -1
  256. data/lib/dfp_api/v201505/content_service_registry.rb +2 -2
  257. data/lib/dfp_api/v201505/creative_service.rb +1 -1
  258. data/lib/dfp_api/v201505/creative_service_registry.rb +2 -2
  259. data/lib/dfp_api/v201505/creative_set_service.rb +1 -1
  260. data/lib/dfp_api/v201505/creative_set_service_registry.rb +2 -2
  261. data/lib/dfp_api/v201505/creative_template_service.rb +1 -1
  262. data/lib/dfp_api/v201505/creative_template_service_registry.rb +2 -2
  263. data/lib/dfp_api/v201505/creative_wrapper_service.rb +1 -1
  264. data/lib/dfp_api/v201505/creative_wrapper_service_registry.rb +1 -1
  265. data/lib/dfp_api/v201505/custom_field_service.rb +1 -1
  266. data/lib/dfp_api/v201505/custom_field_service_registry.rb +2 -2
  267. data/lib/dfp_api/v201505/custom_targeting_service.rb +1 -1
  268. data/lib/dfp_api/v201505/custom_targeting_service_registry.rb +1 -1
  269. data/lib/dfp_api/v201505/exchange_rate_service.rb +1 -1
  270. data/lib/dfp_api/v201505/exchange_rate_service_registry.rb +1 -1
  271. data/lib/dfp_api/v201505/forecast_service.rb +1 -1
  272. data/lib/dfp_api/v201505/forecast_service_registry.rb +1 -1
  273. data/lib/dfp_api/v201505/inventory_service.rb +1 -1
  274. data/lib/dfp_api/v201505/inventory_service_registry.rb +2 -2
  275. data/lib/dfp_api/v201505/label_service.rb +1 -1
  276. data/lib/dfp_api/v201505/label_service_registry.rb +1 -1
  277. data/lib/dfp_api/v201505/line_item_creative_association_service.rb +1 -1
  278. data/lib/dfp_api/v201505/line_item_creative_association_service_registry.rb +2 -2
  279. data/lib/dfp_api/v201505/line_item_service.rb +1 -1
  280. data/lib/dfp_api/v201505/line_item_service_registry.rb +1 -1
  281. data/lib/dfp_api/v201505/line_item_template_service.rb +1 -1
  282. data/lib/dfp_api/v201505/line_item_template_service_registry.rb +1 -1
  283. data/lib/dfp_api/v201505/live_stream_event_service.rb +1 -1
  284. data/lib/dfp_api/v201505/live_stream_event_service_registry.rb +1 -1
  285. data/lib/dfp_api/v201505/network_service.rb +1 -1
  286. data/lib/dfp_api/v201505/network_service_registry.rb +1 -1
  287. data/lib/dfp_api/v201505/order_service.rb +1 -1
  288. data/lib/dfp_api/v201505/order_service_registry.rb +1 -1
  289. data/lib/dfp_api/v201505/package_service.rb +1 -1
  290. data/lib/dfp_api/v201505/package_service_registry.rb +2 -2
  291. data/lib/dfp_api/v201505/placement_service.rb +1 -1
  292. data/lib/dfp_api/v201505/placement_service_registry.rb +1 -1
  293. data/lib/dfp_api/v201505/premium_rate_service.rb +1 -1
  294. data/lib/dfp_api/v201505/premium_rate_service_registry.rb +2 -2
  295. data/lib/dfp_api/v201505/product_package_item_service.rb +1 -1
  296. data/lib/dfp_api/v201505/product_package_item_service_registry.rb +2 -2
  297. data/lib/dfp_api/v201505/product_package_service.rb +1 -1
  298. data/lib/dfp_api/v201505/product_package_service_registry.rb +1 -1
  299. data/lib/dfp_api/v201505/product_service.rb +1 -1
  300. data/lib/dfp_api/v201505/product_service_registry.rb +1 -1
  301. data/lib/dfp_api/v201505/product_template_service.rb +1 -1
  302. data/lib/dfp_api/v201505/product_template_service_registry.rb +1 -1
  303. data/lib/dfp_api/v201505/proposal_line_item_service.rb +1 -1
  304. data/lib/dfp_api/v201505/proposal_line_item_service_registry.rb +2 -2
  305. data/lib/dfp_api/v201505/proposal_service.rb +1 -1
  306. data/lib/dfp_api/v201505/proposal_service_registry.rb +2 -2
  307. data/lib/dfp_api/v201505/publisher_query_language_service.rb +1 -1
  308. data/lib/dfp_api/v201505/publisher_query_language_service_registry.rb +1 -1
  309. data/lib/dfp_api/v201505/rate_card_service.rb +1 -1
  310. data/lib/dfp_api/v201505/rate_card_service_registry.rb +1 -1
  311. data/lib/dfp_api/v201505/reconciliation_order_report_service.rb +1 -1
  312. data/lib/dfp_api/v201505/reconciliation_order_report_service_registry.rb +2 -2
  313. data/lib/dfp_api/v201505/reconciliation_report_row_service.rb +1 -1
  314. data/lib/dfp_api/v201505/reconciliation_report_row_service_registry.rb +2 -2
  315. data/lib/dfp_api/v201505/reconciliation_report_service.rb +1 -1
  316. data/lib/dfp_api/v201505/reconciliation_report_service_registry.rb +1 -1
  317. data/lib/dfp_api/v201505/report_service.rb +1 -1
  318. data/lib/dfp_api/v201505/report_service_registry.rb +1 -1
  319. data/lib/dfp_api/v201505/shared_ad_unit_service.rb +1 -1
  320. data/lib/dfp_api/v201505/shared_ad_unit_service_registry.rb +1 -1
  321. data/lib/dfp_api/v201505/suggested_ad_unit_service.rb +1 -1
  322. data/lib/dfp_api/v201505/suggested_ad_unit_service_registry.rb +2 -2
  323. data/lib/dfp_api/v201505/team_service.rb +1 -1
  324. data/lib/dfp_api/v201505/team_service_registry.rb +1 -1
  325. data/lib/dfp_api/v201505/user_service.rb +1 -1
  326. data/lib/dfp_api/v201505/user_service_registry.rb +1 -1
  327. data/lib/dfp_api/v201505/user_team_association_service.rb +1 -1
  328. data/lib/dfp_api/v201505/user_team_association_service_registry.rb +1 -1
  329. data/lib/dfp_api/v201505/workflow_request_service.rb +1 -1
  330. data/lib/dfp_api/v201505/workflow_request_service_registry.rb +2 -2
  331. data/lib/dfp_api/v201508/activity_group_service.rb +1 -1
  332. data/lib/dfp_api/v201508/activity_group_service_registry.rb +2 -2
  333. data/lib/dfp_api/v201508/activity_service.rb +1 -1
  334. data/lib/dfp_api/v201508/activity_service_registry.rb +2 -2
  335. data/lib/dfp_api/v201508/ad_exclusion_rule_service.rb +1 -1
  336. data/lib/dfp_api/v201508/ad_exclusion_rule_service_registry.rb +1 -1
  337. data/lib/dfp_api/v201508/ad_rule_service.rb +1 -1
  338. data/lib/dfp_api/v201508/ad_rule_service_registry.rb +2 -2
  339. data/lib/dfp_api/v201508/audience_segment_service.rb +1 -1
  340. data/lib/dfp_api/v201508/audience_segment_service_registry.rb +2 -2
  341. data/lib/dfp_api/v201508/base_rate_service.rb +1 -1
  342. data/lib/dfp_api/v201508/base_rate_service_registry.rb +1 -1
  343. data/lib/dfp_api/v201508/company_service.rb +1 -1
  344. data/lib/dfp_api/v201508/company_service_registry.rb +1 -1
  345. data/lib/dfp_api/v201508/contact_service.rb +1 -1
  346. data/lib/dfp_api/v201508/contact_service_registry.rb +1 -1
  347. data/lib/dfp_api/v201508/content_bundle_service.rb +1 -1
  348. data/lib/dfp_api/v201508/content_bundle_service_registry.rb +1 -1
  349. data/lib/dfp_api/v201508/content_metadata_key_hierarchy_service.rb +1 -1
  350. data/lib/dfp_api/v201508/content_metadata_key_hierarchy_service_registry.rb +1 -1
  351. data/lib/dfp_api/v201508/content_service.rb +1 -1
  352. data/lib/dfp_api/v201508/content_service_registry.rb +1 -1
  353. data/lib/dfp_api/v201508/creative_service.rb +1 -1
  354. data/lib/dfp_api/v201508/creative_service_registry.rb +2 -2
  355. data/lib/dfp_api/v201508/creative_set_service.rb +1 -1
  356. data/lib/dfp_api/v201508/creative_set_service_registry.rb +2 -2
  357. data/lib/dfp_api/v201508/creative_template_service.rb +1 -1
  358. data/lib/dfp_api/v201508/creative_template_service_registry.rb +2 -2
  359. data/lib/dfp_api/v201508/creative_wrapper_service.rb +1 -1
  360. data/lib/dfp_api/v201508/creative_wrapper_service_registry.rb +1 -1
  361. data/lib/dfp_api/v201508/custom_field_service.rb +1 -1
  362. data/lib/dfp_api/v201508/custom_field_service_registry.rb +1 -1
  363. data/lib/dfp_api/v201508/custom_targeting_service.rb +1 -1
  364. data/lib/dfp_api/v201508/custom_targeting_service_registry.rb +1 -1
  365. data/lib/dfp_api/v201508/exchange_rate_service.rb +1 -1
  366. data/lib/dfp_api/v201508/exchange_rate_service_registry.rb +1 -1
  367. data/lib/dfp_api/v201508/forecast_service.rb +1 -1
  368. data/lib/dfp_api/v201508/forecast_service_registry.rb +1 -1
  369. data/lib/dfp_api/v201508/inventory_service.rb +1 -1
  370. data/lib/dfp_api/v201508/inventory_service_registry.rb +2 -2
  371. data/lib/dfp_api/v201508/label_service.rb +1 -1
  372. data/lib/dfp_api/v201508/label_service_registry.rb +1 -1
  373. data/lib/dfp_api/v201508/line_item_creative_association_service.rb +1 -1
  374. data/lib/dfp_api/v201508/line_item_creative_association_service_registry.rb +2 -2
  375. data/lib/dfp_api/v201508/line_item_service.rb +1 -1
  376. data/lib/dfp_api/v201508/line_item_service_registry.rb +1 -1
  377. data/lib/dfp_api/v201508/line_item_template_service.rb +1 -1
  378. data/lib/dfp_api/v201508/line_item_template_service_registry.rb +1 -1
  379. data/lib/dfp_api/v201508/live_stream_event_service.rb +1 -1
  380. data/lib/dfp_api/v201508/live_stream_event_service_registry.rb +1 -1
  381. data/lib/dfp_api/v201508/network_service.rb +1 -1
  382. data/lib/dfp_api/v201508/network_service_registry.rb +1 -1
  383. data/lib/dfp_api/v201508/order_service.rb +1 -1
  384. data/lib/dfp_api/v201508/order_service_registry.rb +2 -2
  385. data/lib/dfp_api/v201508/package_service.rb +1 -1
  386. data/lib/dfp_api/v201508/package_service_registry.rb +1 -1
  387. data/lib/dfp_api/v201508/placement_service.rb +1 -1
  388. data/lib/dfp_api/v201508/placement_service_registry.rb +1 -1
  389. data/lib/dfp_api/v201508/premium_rate_service.rb +1 -1
  390. data/lib/dfp_api/v201508/premium_rate_service_registry.rb +1 -1
  391. data/lib/dfp_api/v201508/product_package_item_service.rb +1 -1
  392. data/lib/dfp_api/v201508/product_package_item_service_registry.rb +1 -1
  393. data/lib/dfp_api/v201508/product_package_service.rb +1 -1
  394. data/lib/dfp_api/v201508/product_package_service_registry.rb +1 -1
  395. data/lib/dfp_api/v201508/product_service.rb +1 -1
  396. data/lib/dfp_api/v201508/product_service_registry.rb +1 -1
  397. data/lib/dfp_api/v201508/product_template_service.rb +1 -1
  398. data/lib/dfp_api/v201508/product_template_service_registry.rb +1 -1
  399. data/lib/dfp_api/v201508/proposal_line_item_service.rb +1 -1
  400. data/lib/dfp_api/v201508/proposal_line_item_service_registry.rb +2 -2
  401. data/lib/dfp_api/v201508/proposal_service.rb +1 -1
  402. data/lib/dfp_api/v201508/proposal_service_registry.rb +2 -2
  403. data/lib/dfp_api/v201508/publisher_query_language_service.rb +1 -1
  404. data/lib/dfp_api/v201508/publisher_query_language_service_registry.rb +2 -2
  405. data/lib/dfp_api/v201508/rate_card_service.rb +1 -1
  406. data/lib/dfp_api/v201508/rate_card_service_registry.rb +1 -1
  407. data/lib/dfp_api/v201508/reconciliation_line_item_report_service.rb +1 -1
  408. data/lib/dfp_api/v201508/reconciliation_line_item_report_service_registry.rb +2 -2
  409. data/lib/dfp_api/v201508/reconciliation_order_report_service.rb +1 -1
  410. data/lib/dfp_api/v201508/reconciliation_order_report_service_registry.rb +1 -1
  411. data/lib/dfp_api/v201508/reconciliation_report_row_service.rb +1 -1
  412. data/lib/dfp_api/v201508/reconciliation_report_row_service_registry.rb +1 -1
  413. data/lib/dfp_api/v201508/reconciliation_report_service.rb +1 -1
  414. data/lib/dfp_api/v201508/reconciliation_report_service_registry.rb +1 -1
  415. data/lib/dfp_api/v201508/report_service.rb +1 -1
  416. data/lib/dfp_api/v201508/report_service_registry.rb +2 -2
  417. data/lib/dfp_api/v201508/shared_ad_unit_service.rb +1 -1
  418. data/lib/dfp_api/v201508/shared_ad_unit_service_registry.rb +1 -1
  419. data/lib/dfp_api/v201508/suggested_ad_unit_service.rb +1 -1
  420. data/lib/dfp_api/v201508/suggested_ad_unit_service_registry.rb +2 -2
  421. data/lib/dfp_api/v201508/team_service.rb +1 -1
  422. data/lib/dfp_api/v201508/team_service_registry.rb +1 -1
  423. data/lib/dfp_api/v201508/user_service.rb +1 -1
  424. data/lib/dfp_api/v201508/user_service_registry.rb +1 -1
  425. data/lib/dfp_api/v201508/user_team_association_service.rb +1 -1
  426. data/lib/dfp_api/v201508/user_team_association_service_registry.rb +1 -1
  427. data/lib/dfp_api/v201508/workflow_request_service.rb +1 -1
  428. data/lib/dfp_api/v201508/workflow_request_service_registry.rb +1 -1
  429. data/lib/dfp_api/v201511/activity_group_service.rb +1 -1
  430. data/lib/dfp_api/v201511/activity_group_service_registry.rb +1 -1
  431. data/lib/dfp_api/v201511/activity_service.rb +1 -1
  432. data/lib/dfp_api/v201511/activity_service_registry.rb +1 -1
  433. data/lib/dfp_api/v201511/ad_exclusion_rule_service.rb +1 -1
  434. data/lib/dfp_api/v201511/ad_exclusion_rule_service_registry.rb +1 -1
  435. data/lib/dfp_api/v201511/ad_rule_service.rb +1 -1
  436. data/lib/dfp_api/v201511/ad_rule_service_registry.rb +1 -1
  437. data/lib/dfp_api/v201511/audience_segment_service.rb +1 -1
  438. data/lib/dfp_api/v201511/audience_segment_service_registry.rb +2 -2
  439. data/lib/dfp_api/v201511/base_rate_service.rb +1 -1
  440. data/lib/dfp_api/v201511/base_rate_service_registry.rb +1 -1
  441. data/lib/dfp_api/v201511/company_service.rb +1 -1
  442. data/lib/dfp_api/v201511/company_service_registry.rb +2 -2
  443. data/lib/dfp_api/v201511/contact_service.rb +1 -1
  444. data/lib/dfp_api/v201511/contact_service_registry.rb +1 -1
  445. data/lib/dfp_api/v201511/content_bundle_service.rb +1 -1
  446. data/lib/dfp_api/v201511/content_bundle_service_registry.rb +1 -1
  447. data/lib/dfp_api/v201511/content_metadata_key_hierarchy_service.rb +1 -1
  448. data/lib/dfp_api/v201511/content_metadata_key_hierarchy_service_registry.rb +1 -1
  449. data/lib/dfp_api/v201511/content_service.rb +1 -1
  450. data/lib/dfp_api/v201511/content_service_registry.rb +1 -1
  451. data/lib/dfp_api/v201511/creative_service.rb +1 -1
  452. data/lib/dfp_api/v201511/creative_service_registry.rb +2 -2
  453. data/lib/dfp_api/v201511/creative_set_service.rb +1 -1
  454. data/lib/dfp_api/v201511/creative_set_service_registry.rb +2 -2
  455. data/lib/dfp_api/v201511/creative_template_service.rb +1 -1
  456. data/lib/dfp_api/v201511/creative_template_service_registry.rb +2 -2
  457. data/lib/dfp_api/v201511/creative_wrapper_service.rb +1 -1
  458. data/lib/dfp_api/v201511/creative_wrapper_service_registry.rb +1 -1
  459. data/lib/dfp_api/v201511/custom_field_service.rb +1 -1
  460. data/lib/dfp_api/v201511/custom_field_service_registry.rb +2 -2
  461. data/lib/dfp_api/v201511/custom_targeting_service.rb +1 -1
  462. data/lib/dfp_api/v201511/custom_targeting_service_registry.rb +2 -2
  463. data/lib/dfp_api/v201511/exchange_rate_service.rb +1 -1
  464. data/lib/dfp_api/v201511/exchange_rate_service_registry.rb +1 -1
  465. data/lib/dfp_api/v201511/forecast_service.rb +1 -1
  466. data/lib/dfp_api/v201511/forecast_service_registry.rb +1 -1
  467. data/lib/dfp_api/v201511/inventory_service.rb +1 -1
  468. data/lib/dfp_api/v201511/inventory_service_registry.rb +2 -2
  469. data/lib/dfp_api/v201511/label_service.rb +1 -1
  470. data/lib/dfp_api/v201511/label_service_registry.rb +2 -2
  471. data/lib/dfp_api/v201511/line_item_creative_association_service.rb +1 -1
  472. data/lib/dfp_api/v201511/line_item_creative_association_service_registry.rb +2 -2
  473. data/lib/dfp_api/v201511/line_item_service.rb +1 -1
  474. data/lib/dfp_api/v201511/line_item_service_registry.rb +1 -1
  475. data/lib/dfp_api/v201511/line_item_template_service.rb +1 -1
  476. data/lib/dfp_api/v201511/line_item_template_service_registry.rb +1 -1
  477. data/lib/dfp_api/v201511/live_stream_event_service.rb +1 -1
  478. data/lib/dfp_api/v201511/live_stream_event_service_registry.rb +1 -1
  479. data/lib/dfp_api/v201511/network_service.rb +1 -1
  480. data/lib/dfp_api/v201511/network_service_registry.rb +1 -1
  481. data/lib/dfp_api/v201511/order_service.rb +1 -1
  482. data/lib/dfp_api/v201511/order_service_registry.rb +1 -1
  483. data/lib/dfp_api/v201511/package_service.rb +1 -1
  484. data/lib/dfp_api/v201511/package_service_registry.rb +1 -1
  485. data/lib/dfp_api/v201511/placement_service.rb +1 -1
  486. data/lib/dfp_api/v201511/placement_service_registry.rb +1 -1
  487. data/lib/dfp_api/v201511/premium_rate_service.rb +1 -1
  488. data/lib/dfp_api/v201511/premium_rate_service_registry.rb +2 -2
  489. data/lib/dfp_api/v201511/product_package_item_service.rb +1 -1
  490. data/lib/dfp_api/v201511/product_package_item_service_registry.rb +2 -2
  491. data/lib/dfp_api/v201511/product_package_service.rb +1 -1
  492. data/lib/dfp_api/v201511/product_package_service_registry.rb +1 -1
  493. data/lib/dfp_api/v201511/product_service.rb +1 -1
  494. data/lib/dfp_api/v201511/product_service_registry.rb +1 -1
  495. data/lib/dfp_api/v201511/product_template_service.rb +1 -1
  496. data/lib/dfp_api/v201511/product_template_service_registry.rb +1 -1
  497. data/lib/dfp_api/v201511/proposal_line_item_service.rb +1 -1
  498. data/lib/dfp_api/v201511/proposal_line_item_service_registry.rb +2 -2
  499. data/lib/dfp_api/v201511/proposal_service.rb +1 -1
  500. data/lib/dfp_api/v201511/proposal_service_registry.rb +2 -2
  501. data/lib/dfp_api/v201511/publisher_query_language_service.rb +1 -1
  502. data/lib/dfp_api/v201511/publisher_query_language_service_registry.rb +1 -1
  503. data/lib/dfp_api/v201511/rate_card_service.rb +1 -1
  504. data/lib/dfp_api/v201511/rate_card_service_registry.rb +1 -1
  505. data/lib/dfp_api/v201511/reconciliation_line_item_report_service.rb +1 -1
  506. data/lib/dfp_api/v201511/reconciliation_line_item_report_service_registry.rb +1 -1
  507. data/lib/dfp_api/v201511/reconciliation_order_report_service.rb +1 -1
  508. data/lib/dfp_api/v201511/reconciliation_order_report_service_registry.rb +1 -1
  509. data/lib/dfp_api/v201511/reconciliation_report_row_service.rb +1 -1
  510. data/lib/dfp_api/v201511/reconciliation_report_row_service_registry.rb +1 -1
  511. data/lib/dfp_api/v201511/reconciliation_report_service.rb +1 -1
  512. data/lib/dfp_api/v201511/reconciliation_report_service_registry.rb +1 -1
  513. data/lib/dfp_api/v201511/report_service.rb +1 -1
  514. data/lib/dfp_api/v201511/report_service_registry.rb +2 -2
  515. data/lib/dfp_api/v201511/shared_ad_unit_service.rb +1 -1
  516. data/lib/dfp_api/v201511/shared_ad_unit_service_registry.rb +1 -1
  517. data/lib/dfp_api/v201511/suggested_ad_unit_service.rb +1 -1
  518. data/lib/dfp_api/v201511/suggested_ad_unit_service_registry.rb +2 -2
  519. data/lib/dfp_api/v201511/team_service.rb +1 -1
  520. data/lib/dfp_api/v201511/team_service_registry.rb +1 -1
  521. data/lib/dfp_api/v201511/user_service.rb +1 -1
  522. data/lib/dfp_api/v201511/user_service_registry.rb +1 -1
  523. data/lib/dfp_api/v201511/user_team_association_service.rb +1 -1
  524. data/lib/dfp_api/v201511/user_team_association_service_registry.rb +1 -1
  525. data/lib/dfp_api/v201511/workflow_request_service.rb +1 -1
  526. data/lib/dfp_api/v201511/workflow_request_service_registry.rb +1 -1
  527. data/lib/dfp_api/v201602/activity_group_service.rb +54 -0
  528. data/lib/dfp_api/v201602/activity_group_service_registry.rb +45 -0
  529. data/lib/dfp_api/v201602/activity_service.rb +54 -0
  530. data/lib/dfp_api/v201602/activity_service_registry.rb +45 -0
  531. data/lib/dfp_api/v201602/ad_exclusion_rule_service.rb +62 -0
  532. data/lib/dfp_api/v201602/ad_exclusion_rule_service_registry.rb +45 -0
  533. data/lib/dfp_api/v201602/ad_rule_service.rb +62 -0
  534. data/lib/dfp_api/v201602/ad_rule_service_registry.rb +45 -0
  535. data/lib/dfp_api/v201602/audience_segment_service.rb +62 -0
  536. data/lib/dfp_api/v201602/audience_segment_service_registry.rb +45 -0
  537. data/lib/dfp_api/v201602/base_rate_service.rb +62 -0
  538. data/lib/dfp_api/v201602/base_rate_service_registry.rb +45 -0
  539. data/lib/dfp_api/v201602/company_service.rb +54 -0
  540. data/lib/dfp_api/v201602/company_service_registry.rb +45 -0
  541. data/lib/dfp_api/v201602/contact_service.rb +54 -0
  542. data/lib/dfp_api/v201602/contact_service_registry.rb +45 -0
  543. data/lib/dfp_api/v201602/content_bundle_service.rb +62 -0
  544. data/lib/dfp_api/v201602/content_bundle_service_registry.rb +45 -0
  545. data/lib/dfp_api/v201602/content_metadata_key_hierarchy_service.rb +62 -0
  546. data/lib/dfp_api/v201602/content_metadata_key_hierarchy_service_registry.rb +45 -0
  547. data/lib/dfp_api/v201602/content_service.rb +46 -0
  548. data/lib/dfp_api/v201602/content_service_registry.rb +45 -0
  549. data/lib/dfp_api/v201602/creative_service.rb +54 -0
  550. data/lib/dfp_api/v201602/creative_service_registry.rb +45 -0
  551. data/lib/dfp_api/v201602/creative_set_service.rb +54 -0
  552. data/lib/dfp_api/v201602/creative_set_service_registry.rb +45 -0
  553. data/lib/dfp_api/v201602/creative_template_service.rb +38 -0
  554. data/lib/dfp_api/v201602/creative_template_service_registry.rb +45 -0
  555. data/lib/dfp_api/v201602/creative_wrapper_service.rb +62 -0
  556. data/lib/dfp_api/v201602/creative_wrapper_service_registry.rb +45 -0
  557. data/lib/dfp_api/v201602/custom_field_service.rb +86 -0
  558. data/lib/dfp_api/v201602/custom_field_service_registry.rb +45 -0
  559. data/lib/dfp_api/v201602/custom_targeting_service.rb +94 -0
  560. data/lib/dfp_api/v201602/custom_targeting_service_registry.rb +45 -0
  561. data/lib/dfp_api/v201602/exchange_rate_service.rb +62 -0
  562. data/lib/dfp_api/v201602/exchange_rate_service_registry.rb +45 -0
  563. data/lib/dfp_api/v201602/forecast_service.rb +62 -0
  564. data/lib/dfp_api/v201602/forecast_service_registry.rb +45 -0
  565. data/lib/dfp_api/v201602/inventory_service.rb +70 -0
  566. data/lib/dfp_api/v201602/inventory_service_registry.rb +45 -0
  567. data/lib/dfp_api/v201602/label_service.rb +62 -0
  568. data/lib/dfp_api/v201602/label_service_registry.rb +45 -0
  569. data/lib/dfp_api/v201602/line_item_creative_association_service.rb +70 -0
  570. data/lib/dfp_api/v201602/line_item_creative_association_service_registry.rb +45 -0
  571. data/lib/dfp_api/v201602/line_item_service.rb +62 -0
  572. data/lib/dfp_api/v201602/line_item_service_registry.rb +45 -0
  573. data/lib/dfp_api/v201602/line_item_template_service.rb +38 -0
  574. data/lib/dfp_api/v201602/line_item_template_service_registry.rb +45 -0
  575. data/lib/dfp_api/v201602/live_stream_event_service.rb +62 -0
  576. data/lib/dfp_api/v201602/live_stream_event_service_registry.rb +45 -0
  577. data/lib/dfp_api/v201602/network_service.rb +62 -0
  578. data/lib/dfp_api/v201602/network_service_registry.rb +45 -0
  579. data/lib/dfp_api/v201602/order_service.rb +62 -0
  580. data/lib/dfp_api/v201602/order_service_registry.rb +45 -0
  581. data/lib/dfp_api/v201602/package_service.rb +62 -0
  582. data/lib/dfp_api/v201602/package_service_registry.rb +45 -0
  583. data/lib/dfp_api/v201602/placement_service.rb +62 -0
  584. data/lib/dfp_api/v201602/placement_service_registry.rb +45 -0
  585. data/lib/dfp_api/v201602/premium_rate_service.rb +54 -0
  586. data/lib/dfp_api/v201602/premium_rate_service_registry.rb +45 -0
  587. data/lib/dfp_api/v201602/product_package_item_service.rb +62 -0
  588. data/lib/dfp_api/v201602/product_package_item_service_registry.rb +45 -0
  589. data/lib/dfp_api/v201602/product_package_service.rb +62 -0
  590. data/lib/dfp_api/v201602/product_package_service_registry.rb +45 -0
  591. data/lib/dfp_api/v201602/product_service.rb +54 -0
  592. data/lib/dfp_api/v201602/product_service_registry.rb +45 -0
  593. data/lib/dfp_api/v201602/product_template_service.rb +62 -0
  594. data/lib/dfp_api/v201602/product_template_service_registry.rb +45 -0
  595. data/lib/dfp_api/v201602/proposal_line_item_service.rb +62 -0
  596. data/lib/dfp_api/v201602/proposal_line_item_service_registry.rb +45 -0
  597. data/lib/dfp_api/v201602/proposal_service.rb +62 -0
  598. data/lib/dfp_api/v201602/proposal_service_registry.rb +45 -0
  599. data/lib/dfp_api/v201602/publisher_query_language_service.rb +38 -0
  600. data/lib/dfp_api/v201602/publisher_query_language_service_registry.rb +45 -0
  601. data/lib/dfp_api/v201602/rate_card_service.rb +62 -0
  602. data/lib/dfp_api/v201602/rate_card_service_registry.rb +45 -0
  603. data/lib/dfp_api/v201602/reconciliation_line_item_report_service.rb +46 -0
  604. data/lib/dfp_api/v201602/reconciliation_line_item_report_service_registry.rb +45 -0
  605. data/lib/dfp_api/v201602/reconciliation_order_report_service.rb +54 -0
  606. data/lib/dfp_api/v201602/reconciliation_order_report_service_registry.rb +45 -0
  607. data/lib/dfp_api/v201602/reconciliation_report_row_service.rb +46 -0
  608. data/lib/dfp_api/v201602/reconciliation_report_row_service_registry.rb +45 -0
  609. data/lib/dfp_api/v201602/reconciliation_report_service.rb +46 -0
  610. data/lib/dfp_api/v201602/reconciliation_report_service_registry.rb +45 -0
  611. data/lib/dfp_api/v201602/report_service.rb +62 -0
  612. data/lib/dfp_api/v201602/report_service_registry.rb +45 -0
  613. data/lib/dfp_api/v201602/suggested_ad_unit_service.rb +46 -0
  614. data/lib/dfp_api/v201602/suggested_ad_unit_service_registry.rb +45 -0
  615. data/lib/dfp_api/v201602/team_service.rb +54 -0
  616. data/lib/dfp_api/v201602/team_service_registry.rb +45 -0
  617. data/lib/dfp_api/v201602/user_service.rb +78 -0
  618. data/lib/dfp_api/v201602/user_service_registry.rb +45 -0
  619. data/lib/dfp_api/v201602/user_team_association_service.rb +62 -0
  620. data/lib/dfp_api/v201602/user_team_association_service_registry.rb +45 -0
  621. data/lib/dfp_api/v201602/workflow_request_service.rb +46 -0
  622. data/lib/dfp_api/v201602/workflow_request_service_registry.rb +45 -0
  623. data/lib/dfp_api/version.rb +1 -1
  624. metadata +234 -138
  625. data/examples/v201502/inventory_service/create_mobile_ad_unit.rb +0 -97
@@ -0,0 +1,45 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2015, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.11.2 on 2016-02-19 16:38:34.
9
+
10
+ require 'dfp_api/errors'
11
+
12
+ module DfpApi; module V201602; module UserService
13
+ class UserServiceRegistry
14
+ USERSERVICE_METHODS = {:create_users=>{:input=>[{:name=>:users, :type=>"User", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_users_response", :fields=>[{:name=>:rval, :type=>"User", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_all_roles=>{:input=>[], :output=>{:name=>"get_all_roles_response", :fields=>[{:name=>:rval, :type=>"Role", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_current_user=>{:input=>[], :output=>{:name=>"get_current_user_response", :fields=>[{:name=>:rval, :type=>"User", :min_occurs=>0, :max_occurs=>1}]}}, :get_users_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_users_by_statement_response", :fields=>[{:name=>:rval, :type=>"UserPage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_user_action=>{:input=>[{:name=>:user_action, :type=>"UserAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_user_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}, :update_users=>{:input=>[{:name=>:users, :type=>"User", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_users_response", :fields=>[{:name=>:rval, :type=>"User", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
15
+ USERSERVICE_TYPES = {:ObjectValue=>{:fields=>[], :abstract=>true, :base=>"Value"}, :ActivateUsers=>{:fields=>[], :base=>"UserAction"}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BaseCustomFieldValue=>{:fields=>[{:name=>:custom_field_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CollectionSizeError=>{:fields=>[{:name=>:reason, :type=>"CollectionSizeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CustomFieldValue=>{:fields=>[{:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}], :base=>"BaseCustomFieldValue"}, :CustomFieldValueError=>{:fields=>[{:name=>:reason, :type=>"CustomFieldValueError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :original_name=>"timeZoneID", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DeactivateUsers=>{:fields=>[], :base=>"UserAction"}, :DropDownCustomFieldValue=>{:fields=>[{:name=>:custom_field_option_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}], :base=>"BaseCustomFieldValue"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InvalidEmailError=>{:fields=>[{:name=>:reason, :type=>"InvalidEmailError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :ParseError=>{:fields=>[{:name=>:reason, :type=>"ParseError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredCollectionError=>{:fields=>[{:name=>:reason, :type=>"RequiredCollectionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredError=>{:fields=>[{:name=>:reason, :type=>"RequiredError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Role=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:description, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TeamError=>{:fields=>[{:name=>:reason, :type=>"TeamError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :TimeZoneError=>{:fields=>[{:name=>:reason, :type=>"TimeZoneError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :TokenError=>{:fields=>[{:name=>:reason, :type=>"TokenError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :TypeError=>{:fields=>[], :base=>"ApiError"}, :UniqueError=>{:fields=>[], :base=>"ApiError"}, :UpdateResult=>{:fields=>[{:name=>:num_changes, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :UserAction=>{:fields=>[], :abstract=>true}, :User=>{:fields=>[{:name=>:is_active, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}, {:name=>:is_email_notification_allowed, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}, {:name=>:external_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:is_service_account, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}, {:name=>:orders_ui_local_time_zone_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:custom_field_values, :type=>"BaseCustomFieldValue", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"UserRecord"}, :UserPage=>{:fields=>[{:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:results, :type=>"User", :min_occurs=>0, :max_occurs=>:unbounded}]}, :UserRecord=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:email, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:role_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:role_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:preferred_locale, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :Value=>{:fields=>[], :abstract=>true}, :"ApiVersionError.Reason"=>{:fields=>[]}, :"AuthenticationError.Reason"=>{:fields=>[]}, :"CollectionSizeError.Reason"=>{:fields=>[]}, :"CommonError.Reason"=>{:fields=>[]}, :"CustomFieldValueError.Reason"=>{:fields=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"InvalidEmailError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"ParseError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"RequiredCollectionError.Reason"=>{:fields=>[]}, :"RequiredError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}, :"TeamError.Reason"=>{:fields=>[]}, :"TimeZoneError.Reason"=>{:fields=>[]}, :"TokenError.Reason"=>{:fields=>[]}}
16
+ USERSERVICE_NAMESPACES = []
17
+
18
+ def self.get_method_signature(method_name)
19
+ return USERSERVICE_METHODS[method_name.to_sym]
20
+ end
21
+
22
+ def self.get_type_signature(type_name)
23
+ return USERSERVICE_TYPES[type_name.to_sym]
24
+ end
25
+
26
+ def self.get_namespace(index)
27
+ return USERSERVICE_NAMESPACES[index]
28
+ end
29
+ end
30
+
31
+ # Base class for exceptions.
32
+ class ApplicationException < DfpApi::Errors::ApiException
33
+ attr_reader :message # string
34
+ end
35
+
36
+ # Exception class for holding a list of service errors.
37
+ class ApiException < ApplicationException
38
+ attr_reader :errors # ApiError
39
+ def initialize(exception_fault)
40
+ @array_fields ||= []
41
+ @array_fields << 'errors'
42
+ super(exception_fault, UserServiceRegistry)
43
+ end
44
+ end
45
+ end; end; end
@@ -0,0 +1,62 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2015, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.11.2 on 2016-02-19 16:38:35.
9
+
10
+ require 'ads_common/savon_service'
11
+ require 'dfp_api/v201602/user_team_association_service_registry'
12
+
13
+ module DfpApi; module V201602; module UserTeamAssociationService
14
+ class UserTeamAssociationService < AdsCommon::SavonService
15
+ def initialize(config, endpoint)
16
+ namespace = 'https://www.google.com/apis/ads/publisher/v201602'
17
+ super(config, endpoint, namespace, :v201602)
18
+ end
19
+
20
+ def create_user_team_associations(*args, &block)
21
+ return execute_action('create_user_team_associations', args, &block)
22
+ end
23
+
24
+ def create_user_team_associations_to_xml(*args)
25
+ return get_soap_xml('create_user_team_associations', args)
26
+ end
27
+
28
+ def get_user_team_associations_by_statement(*args, &block)
29
+ return execute_action('get_user_team_associations_by_statement', args, &block)
30
+ end
31
+
32
+ def get_user_team_associations_by_statement_to_xml(*args)
33
+ return get_soap_xml('get_user_team_associations_by_statement', args)
34
+ end
35
+
36
+ def perform_user_team_association_action(*args, &block)
37
+ return execute_action('perform_user_team_association_action', args, &block)
38
+ end
39
+
40
+ def perform_user_team_association_action_to_xml(*args)
41
+ return get_soap_xml('perform_user_team_association_action', args)
42
+ end
43
+
44
+ def update_user_team_associations(*args, &block)
45
+ return execute_action('update_user_team_associations', args, &block)
46
+ end
47
+
48
+ def update_user_team_associations_to_xml(*args)
49
+ return get_soap_xml('update_user_team_associations', args)
50
+ end
51
+
52
+ private
53
+
54
+ def get_service_registry()
55
+ return UserTeamAssociationServiceRegistry
56
+ end
57
+
58
+ def get_module()
59
+ return DfpApi::V201602::UserTeamAssociationService
60
+ end
61
+ end
62
+ end; end; end
@@ -0,0 +1,45 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2015, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.11.2 on 2016-02-19 16:38:35.
9
+
10
+ require 'dfp_api/errors'
11
+
12
+ module DfpApi; module V201602; module UserTeamAssociationService
13
+ class UserTeamAssociationServiceRegistry
14
+ USERTEAMASSOCIATIONSERVICE_METHODS = {:create_user_team_associations=>{:input=>[{:name=>:user_team_associations, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_user_team_associations_response", :fields=>[{:name=>:rval, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_user_team_associations_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_user_team_associations_by_statement_response", :fields=>[{:name=>:rval, :type=>"UserTeamAssociationPage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_user_team_association_action=>{:input=>[{:name=>:user_team_association_action, :type=>"UserTeamAssociationAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_user_team_association_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}, :update_user_team_associations=>{:input=>[{:name=>:user_team_associations, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_user_team_associations_response", :fields=>[{:name=>:rval, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
15
+ USERTEAMASSOCIATIONSERVICE_TYPES = {:ObjectValue=>{:fields=>[], :abstract=>true, :base=>"Value"}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CollectionSizeError=>{:fields=>[{:name=>:reason, :type=>"CollectionSizeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :original_name=>"timeZoneID", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DeleteUserTeamAssociations=>{:fields=>[], :base=>"UserTeamAssociationAction"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NullError=>{:fields=>[{:name=>:reason, :type=>"NullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :ParseError=>{:fields=>[{:name=>:reason, :type=>"ParseError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredCollectionError=>{:fields=>[{:name=>:reason, :type=>"RequiredCollectionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredError=>{:fields=>[{:name=>:reason, :type=>"RequiredError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TeamError=>{:fields=>[{:name=>:reason, :type=>"TeamError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UpdateResult=>{:fields=>[{:name=>:num_changes, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :UserRecordTeamAssociation=>{:fields=>[{:name=>:team_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:overridden_team_access_type, :type=>"TeamAccessType", :min_occurs=>0, :max_occurs=>1}, {:name=>:default_team_access_type, :type=>"TeamAccessType", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :UserTeamAssociationAction=>{:fields=>[], :abstract=>true}, :UserTeamAssociation=>{:fields=>[{:name=>:user_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}], :base=>"UserRecordTeamAssociation"}, :UserTeamAssociationPage=>{:fields=>[{:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:results, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}]}, :Value=>{:fields=>[], :abstract=>true}, :"ApiVersionError.Reason"=>{:fields=>[]}, :"AuthenticationError.Reason"=>{:fields=>[]}, :"CollectionSizeError.Reason"=>{:fields=>[]}, :"CommonError.Reason"=>{:fields=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"NullError.Reason"=>{:fields=>[]}, :"ParseError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"RequiredCollectionError.Reason"=>{:fields=>[]}, :"RequiredError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}, :TeamAccessType=>{:fields=>[]}, :"TeamError.Reason"=>{:fields=>[]}}
16
+ USERTEAMASSOCIATIONSERVICE_NAMESPACES = []
17
+
18
+ def self.get_method_signature(method_name)
19
+ return USERTEAMASSOCIATIONSERVICE_METHODS[method_name.to_sym]
20
+ end
21
+
22
+ def self.get_type_signature(type_name)
23
+ return USERTEAMASSOCIATIONSERVICE_TYPES[type_name.to_sym]
24
+ end
25
+
26
+ def self.get_namespace(index)
27
+ return USERTEAMASSOCIATIONSERVICE_NAMESPACES[index]
28
+ end
29
+ end
30
+
31
+ # Base class for exceptions.
32
+ class ApplicationException < DfpApi::Errors::ApiException
33
+ attr_reader :message # string
34
+ end
35
+
36
+ # Exception class for holding a list of service errors.
37
+ class ApiException < ApplicationException
38
+ attr_reader :errors # ApiError
39
+ def initialize(exception_fault)
40
+ @array_fields ||= []
41
+ @array_fields << 'errors'
42
+ super(exception_fault, UserTeamAssociationServiceRegistry)
43
+ end
44
+ end
45
+ end; end; end
@@ -0,0 +1,46 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2015, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.11.2 on 2016-02-19 16:38:36.
9
+
10
+ require 'ads_common/savon_service'
11
+ require 'dfp_api/v201602/workflow_request_service_registry'
12
+
13
+ module DfpApi; module V201602; module WorkflowRequestService
14
+ class WorkflowRequestService < AdsCommon::SavonService
15
+ def initialize(config, endpoint)
16
+ namespace = 'https://www.google.com/apis/ads/publisher/v201602'
17
+ super(config, endpoint, namespace, :v201602)
18
+ end
19
+
20
+ def get_workflow_requests_by_statement(*args, &block)
21
+ return execute_action('get_workflow_requests_by_statement', args, &block)
22
+ end
23
+
24
+ def get_workflow_requests_by_statement_to_xml(*args)
25
+ return get_soap_xml('get_workflow_requests_by_statement', args)
26
+ end
27
+
28
+ def perform_workflow_request_action(*args, &block)
29
+ return execute_action('perform_workflow_request_action', args, &block)
30
+ end
31
+
32
+ def perform_workflow_request_action_to_xml(*args)
33
+ return get_soap_xml('perform_workflow_request_action', args)
34
+ end
35
+
36
+ private
37
+
38
+ def get_service_registry()
39
+ return WorkflowRequestServiceRegistry
40
+ end
41
+
42
+ def get_module()
43
+ return DfpApi::V201602::WorkflowRequestService
44
+ end
45
+ end
46
+ end; end; end
@@ -0,0 +1,45 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2015, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.11.2 on 2016-02-19 16:38:36.
9
+
10
+ require 'dfp_api/errors'
11
+
12
+ module DfpApi; module V201602; module WorkflowRequestService
13
+ class WorkflowRequestServiceRegistry
14
+ WORKFLOWREQUESTSERVICE_METHODS = {:get_workflow_requests_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_workflow_requests_by_statement_response", :fields=>[{:name=>:rval, :type=>"WorkflowRequestPage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_workflow_request_action=>{:input=>[{:name=>:action, :type=>"WorkflowRequestAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_workflow_request_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}}
15
+ WORKFLOWREQUESTSERVICE_TYPES = {:ObjectValue=>{:fields=>[], :abstract=>true, :base=>"Value"}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :ApproveWorkflowApprovalRequests=>{:fields=>[{:name=>:comment, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"WorkflowRequestAction"}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :WorkflowRequest=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:workflow_rule_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:entity_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:entity_type, :type=>"WorkflowEntityType", :min_occurs=>0, :max_occurs=>1}, {:name=>:type, :type=>"WorkflowRequestType", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CollectionSizeError=>{:fields=>[{:name=>:reason, :type=>"CollectionSizeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :original_name=>"timeZoneID", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :SkipWorkflowExternalConditionRequests=>{:fields=>[], :base=>"WorkflowRequestAction"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ForecastError=>{:fields=>[{:name=>:reason, :type=>"ForecastError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :LineItemOperationError=>{:fields=>[{:name=>:reason, :type=>"LineItemOperationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :ParseError=>{:fields=>[{:name=>:reason, :type=>"ParseError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :TriggerWorkflowExternalConditionRequests=>{:fields=>[], :base=>"WorkflowRequestAction"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ProposalActionError=>{:fields=>[{:name=>:reason, :type=>"ProposalActionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RejectWorkflowApprovalRequests=>{:fields=>[{:name=>:comment, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"WorkflowRequestAction"}, :RequiredCollectionError=>{:fields=>[{:name=>:reason, :type=>"RequiredCollectionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredError=>{:fields=>[{:name=>:reason, :type=>"RequiredError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UpdateResult=>{:fields=>[{:name=>:num_changes, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :Value=>{:fields=>[], :abstract=>true}, :WorkflowActionError=>{:fields=>[{:name=>:reason, :type=>"WorkflowActionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :WorkflowApprovalRequest=>{:fields=>[{:name=>:status, :type=>"WorkflowApprovalRequestStatus", :min_occurs=>0, :max_occurs=>1}], :base=>"WorkflowRequest"}, :WorkflowExternalConditionRequest=>{:fields=>[{:name=>:status, :type=>"WorkflowExternalConditionStatus", :min_occurs=>0, :max_occurs=>1}], :base=>"WorkflowRequest"}, :WorkflowRequestAction=>{:fields=>[], :abstract=>true}, :WorkflowRequestError=>{:fields=>[{:name=>:reason, :type=>"WorkflowRequestError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :WorkflowRequestPage=>{:fields=>[{:name=>:results, :type=>"WorkflowRequest", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :"ApiVersionError.Reason"=>{:fields=>[]}, :WorkflowApprovalRequestStatus=>{:fields=>[]}, :"AuthenticationError.Reason"=>{:fields=>[]}, :"CollectionSizeError.Reason"=>{:fields=>[]}, :"CommonError.Reason"=>{:fields=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"ForecastError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"LineItemOperationError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"ParseError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"ProposalActionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"RequiredCollectionError.Reason"=>{:fields=>[]}, :"RequiredError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}, :"WorkflowActionError.Reason"=>{:fields=>[]}, :WorkflowEntityType=>{:fields=>[]}, :"WorkflowRequestError.Reason"=>{:fields=>[]}, :WorkflowRequestType=>{:fields=>[]}, :WorkflowExternalConditionStatus=>{:fields=>[]}}
16
+ WORKFLOWREQUESTSERVICE_NAMESPACES = []
17
+
18
+ def self.get_method_signature(method_name)
19
+ return WORKFLOWREQUESTSERVICE_METHODS[method_name.to_sym]
20
+ end
21
+
22
+ def self.get_type_signature(type_name)
23
+ return WORKFLOWREQUESTSERVICE_TYPES[type_name.to_sym]
24
+ end
25
+
26
+ def self.get_namespace(index)
27
+ return WORKFLOWREQUESTSERVICE_NAMESPACES[index]
28
+ end
29
+ end
30
+
31
+ # Base class for exceptions.
32
+ class ApplicationException < DfpApi::Errors::ApiException
33
+ attr_reader :message # string
34
+ end
35
+
36
+ # Exception class for holding a list of service errors.
37
+ class ApiException < ApplicationException
38
+ attr_reader :errors # ApiError
39
+ def initialize(exception_fault)
40
+ @array_fields ||= []
41
+ @array_fields << 'errors'
42
+ super(exception_fault, WorkflowRequestServiceRegistry)
43
+ end
44
+ end
45
+ end; end; end
@@ -19,6 +19,6 @@
19
19
 
20
20
  module DfpApi
21
21
  module ApiConfig
22
- CLIENT_LIB_VERSION = '0.12.1'
22
+ CLIENT_LIB_VERSION = '0.13.0'
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-dfp-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.13.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-01-12 00:00:00.000000000 Z
13
+ date: 2016-02-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: google-ads-common
@@ -35,142 +35,142 @@ executables: []
35
35
  extensions: []
36
36
  extra_rdoc_files: []
37
37
  files:
38
- - examples/v201502/user_team_association_service/update_user_team_associations.rb
39
- - examples/v201502/user_team_association_service/delete_user_team_associations.rb
40
- - examples/v201502/user_team_association_service/create_user_team_associations.rb
41
- - examples/v201502/user_team_association_service/get_all_user_team_associations.rb
42
- - examples/v201502/user_team_association_service/get_user_team_associations_by_statement.rb
43
- - examples/v201502/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
44
- - examples/v201502/suggested_ad_unit_service/get_all_suggested_ad_units.rb
45
- - examples/v201502/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
46
- - examples/v201502/custom_field_service/get_all_line_item_custom_fields.rb
47
- - examples/v201502/custom_field_service/update_custom_fields.rb
48
- - examples/v201502/custom_field_service/set_line_item_custom_field_value.rb
49
- - examples/v201502/custom_field_service/create_custom_field_options.rb
50
- - examples/v201502/custom_field_service/get_all_custom_fields.rb
51
- - examples/v201502/custom_field_service/create_custom_fields.rb
52
- - examples/v201502/custom_field_service/deactivate_all_line_item_custom_fields.rb
53
- - examples/v201502/network_service/get_all_networks.rb
54
- - examples/v201502/network_service/make_test_network.rb
55
- - examples/v201502/network_service/get_current_network.rb
56
- - examples/v201502/company_service/get_all_companies.rb
57
- - examples/v201502/company_service/create_companies.rb
58
- - examples/v201502/company_service/get_companies_by_statement.rb
59
- - examples/v201502/company_service/update_companies.rb
60
- - examples/v201502/line_item_service/target_custom_criteria.rb
61
- - examples/v201502/line_item_service/update_line_items.rb
62
- - examples/v201502/line_item_service/create_line_items.rb
63
- - examples/v201502/line_item_service/get_all_line_items.rb
64
- - examples/v201502/line_item_service/get_recently_updated_line_items.rb
65
- - examples/v201502/line_item_service/create_video_line_item.rb
66
- - examples/v201502/line_item_service/get_line_items_by_statement.rb
67
- - examples/v201502/line_item_service/activate_line_items.rb
68
- - examples/v201502/label_service/create_labels.rb
69
- - examples/v201502/label_service/update_labels.rb
70
- - examples/v201502/label_service/get_all_labels.rb
71
- - examples/v201502/label_service/deactivate_labels.rb
72
- - examples/v201502/label_service/get_labels_by_statement.rb
73
- - examples/v201502/forecast_service/get_availability_forecast.rb
74
- - examples/v201502/forecast_service/get_delivery_forecast_for_line_items.rb
75
- - examples/v201502/forecast_service/get_availability_forecast_for_line_item.rb
76
- - examples/v201502/activity_group_service/get_all_activity_groups.rb
77
- - examples/v201502/activity_group_service/get_active_activity_groups.rb
78
- - examples/v201502/activity_group_service/create_activity_groups.rb
79
- - examples/v201502/activity_group_service/update_activity_groups.rb
80
- - examples/v201502/creative_service/copy_image_creatives.rb
81
- - examples/v201502/creative_service/create_creatives.rb
82
- - examples/v201502/creative_service/create_creative_from_template.rb
83
- - examples/v201502/creative_service/get_all_creatives.rb
84
- - examples/v201502/creative_service/get_creatives_by_statement.rb
85
- - examples/v201502/creative_service/update_creatives.rb
86
- - examples/v201502/creative_service/create_custom_creative.rb
87
- - examples/v201502/content_service/get_all_content.rb
88
- - examples/v201502/content_service/get_content_by_category.rb
89
- - examples/v201502/placement_service/create_placements.rb
90
- - examples/v201502/placement_service/get_placements_by_statement.rb
91
- - examples/v201502/placement_service/deactivate_placements.rb
92
- - examples/v201502/placement_service/update_placements.rb
93
- - examples/v201502/placement_service/get_all_placements.rb
94
- - examples/v201502/order_service/update_orders.rb
95
- - examples/v201502/order_service/get_orders_by_statement.rb
96
- - examples/v201502/order_service/create_orders.rb
97
- - examples/v201502/order_service/approve_orders.rb
98
- - examples/v201502/order_service/get_all_orders.rb
99
- - examples/v201502/inventory_service/create_video_ad_unit.rb
100
- - examples/v201502/inventory_service/deactivate_ad_units.rb
101
- - examples/v201502/inventory_service/get_all_ad_units.rb
102
- - examples/v201502/inventory_service/get_ad_unit_sizes.rb
103
- - examples/v201502/inventory_service/get_ad_units_by_statement.rb
104
- - examples/v201502/inventory_service/update_ad_units.rb
105
- - examples/v201502/inventory_service/create_ad_units.rb
106
- - examples/v201502/inventory_service/create_mobile_ad_unit.rb
107
- - examples/v201502/publisher_query_language_service/get_geo_targets.rb
108
- - examples/v201502/publisher_query_language_service/fetch_match_tables.rb
109
- - examples/v201502/publisher_query_language_service/get_line_items_named_like.rb
110
- - examples/v201502/publisher_query_language_service/get_all_line_items.rb
111
- - examples/v201502/team_service/create_teams.rb
112
- - examples/v201502/team_service/get_all_teams.rb
113
- - examples/v201502/team_service/get_teams_by_statement.rb
114
- - examples/v201502/team_service/update_teams.rb
115
- - examples/v201502/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
116
- - examples/v201502/custom_targeting_service/update_custom_targeting_keys.rb
117
- - examples/v201502/custom_targeting_service/delete_custom_targeting_values.rb
118
- - examples/v201502/custom_targeting_service/create_custom_targeting_keys_and_values.rb
119
- - examples/v201502/custom_targeting_service/get_custom_targeting_values_by_statement.rb
120
- - examples/v201502/custom_targeting_service/update_custom_targeting_values.rb
121
- - examples/v201502/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
122
- - examples/v201502/custom_targeting_service/delete_custom_targeting_keys.rb
123
- - examples/v201502/creative_set_service/get_creative_sets_by_statement.rb
124
- - examples/v201502/creative_set_service/get_all_creative_sets.rb
125
- - examples/v201502/creative_set_service/create_creative_set.rb
126
- - examples/v201502/creative_set_service/update_creative_sets.rb
127
- - examples/v201502/creative_set_service/associate_creative_set_to_line_item.rb
128
- - examples/v201502/line_item_creative_association_service/get_all_licas.rb
129
- - examples/v201502/line_item_creative_association_service/get_licas_by_statement.rb
130
- - examples/v201502/line_item_creative_association_service/create_licas.rb
131
- - examples/v201502/line_item_creative_association_service/update_licas.rb
132
- - examples/v201502/line_item_creative_association_service/deactivate_licas.rb
133
- - examples/v201502/creative_template_service/get_all_creative_templates.rb
134
- - examples/v201502/creative_template_service/get_system_defined_creative_templates.rb
135
- - examples/v201502/creative_wrapper_service/deactivate_creative_wrapper.rb
136
- - examples/v201502/creative_wrapper_service/update_creative_wrappers.rb
137
- - examples/v201502/creative_wrapper_service/get_all_creative_wrappers.rb
138
- - examples/v201502/creative_wrapper_service/create_creative_wrappers.rb
139
- - examples/v201502/creative_wrapper_service/get_creative_wrappers_by_statement.rb
140
- - examples/v201502/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
141
- - examples/v201502/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
142
- - examples/v201502/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
143
- - examples/v201502/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
144
- - examples/v201502/user_service/update_users.rb
145
- - examples/v201502/user_service/get_current_user.rb
146
- - examples/v201502/user_service/get_all_roles.rb
147
- - examples/v201502/user_service/get_users_by_statement.rb
148
- - examples/v201502/user_service/create_users.rb
149
- - examples/v201502/user_service/deactivate_users.rb
150
- - examples/v201502/user_service/get_all_users.rb
151
- - examples/v201502/common/setup_oauth2.rb
152
- - examples/v201502/common/oauth2_jwt_handling.rb
153
- - examples/v201502/common/error_handling.rb
154
- - examples/v201502/report_service/run_delivery_report.rb
155
- - examples/v201502/report_service/display_report.rb
156
- - examples/v201502/report_service/run_sales_report.rb
157
- - examples/v201502/report_service/run_inventory_report.rb
158
- - examples/v201502/report_service/run_report_with_custom_fields.rb
159
- - examples/v201502/report_service/download_report.rb
160
- - examples/v201502/report_service/run_reach_report.rb
161
- - examples/v201502/contact_service/get_uninvited_contacts.rb
162
- - examples/v201502/contact_service/update_contacts.rb
163
- - examples/v201502/contact_service/create_contacts.rb
164
- - examples/v201502/contact_service/get_all_contacts.rb
165
- - examples/v201502/activity_service/get_all_activities.rb
166
- - examples/v201502/activity_service/update_activities.rb
167
- - examples/v201502/activity_service/create_activities.rb
168
- - examples/v201502/activity_service/get_active_activities.rb
169
- - examples/v201502/audience_segment_service/get_first_party_audience_segments.rb
170
- - examples/v201502/audience_segment_service/populate_first_party_audience_segments.rb
171
- - examples/v201502/audience_segment_service/create_audience_segments.rb
172
- - examples/v201502/audience_segment_service/get_all_audience_segments.rb
173
- - examples/v201502/audience_segment_service/update_audience_segments.rb
38
+ - examples/v201602/user_team_association_service/update_user_team_associations.rb
39
+ - examples/v201602/user_team_association_service/delete_user_team_associations.rb
40
+ - examples/v201602/user_team_association_service/create_user_team_associations.rb
41
+ - examples/v201602/user_team_association_service/get_all_user_team_associations.rb
42
+ - examples/v201602/user_team_association_service/get_user_team_associations_by_statement.rb
43
+ - examples/v201602/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
44
+ - examples/v201602/suggested_ad_unit_service/get_all_suggested_ad_units.rb
45
+ - examples/v201602/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
46
+ - examples/v201602/custom_field_service/get_all_line_item_custom_fields.rb
47
+ - examples/v201602/custom_field_service/update_custom_fields.rb
48
+ - examples/v201602/custom_field_service/set_line_item_custom_field_value.rb
49
+ - examples/v201602/custom_field_service/create_custom_field_options.rb
50
+ - examples/v201602/custom_field_service/get_all_custom_fields.rb
51
+ - examples/v201602/custom_field_service/create_custom_fields.rb
52
+ - examples/v201602/custom_field_service/deactivate_all_line_item_custom_fields.rb
53
+ - examples/v201602/network_service/get_all_networks.rb
54
+ - examples/v201602/network_service/make_test_network.rb
55
+ - examples/v201602/network_service/get_current_network.rb
56
+ - examples/v201602/company_service/get_all_companies.rb
57
+ - examples/v201602/company_service/create_companies.rb
58
+ - examples/v201602/company_service/get_companies_by_statement.rb
59
+ - examples/v201602/company_service/update_companies.rb
60
+ - examples/v201602/line_item_service/target_custom_criteria.rb
61
+ - examples/v201602/line_item_service/update_line_items.rb
62
+ - examples/v201602/line_item_service/create_line_items.rb
63
+ - examples/v201602/line_item_service/get_all_line_items.rb
64
+ - examples/v201602/line_item_service/get_recently_updated_line_items.rb
65
+ - examples/v201602/line_item_service/create_video_line_item.rb
66
+ - examples/v201602/line_item_service/get_line_items_by_statement.rb
67
+ - examples/v201602/line_item_service/activate_line_items.rb
68
+ - examples/v201602/label_service/create_labels.rb
69
+ - examples/v201602/label_service/update_labels.rb
70
+ - examples/v201602/label_service/get_all_labels.rb
71
+ - examples/v201602/label_service/deactivate_labels.rb
72
+ - examples/v201602/label_service/get_labels_by_statement.rb
73
+ - examples/v201602/forecast_service/get_availability_forecast.rb
74
+ - examples/v201602/forecast_service/get_delivery_forecast_for_line_items.rb
75
+ - examples/v201602/forecast_service/get_availability_forecast_for_line_item.rb
76
+ - examples/v201602/activity_group_service/get_all_activity_groups.rb
77
+ - examples/v201602/activity_group_service/get_active_activity_groups.rb
78
+ - examples/v201602/activity_group_service/create_activity_groups.rb
79
+ - examples/v201602/activity_group_service/update_activity_groups.rb
80
+ - examples/v201602/creative_service/copy_image_creatives.rb
81
+ - examples/v201602/creative_service/create_creatives.rb
82
+ - examples/v201602/creative_service/create_creative_from_template.rb
83
+ - examples/v201602/creative_service/get_all_creatives.rb
84
+ - examples/v201602/creative_service/create_native_creative.rb
85
+ - examples/v201602/creative_service/get_creatives_by_statement.rb
86
+ - examples/v201602/creative_service/update_creatives.rb
87
+ - examples/v201602/creative_service/create_custom_creative.rb
88
+ - examples/v201602/content_service/get_all_content.rb
89
+ - examples/v201602/content_service/get_content_by_category.rb
90
+ - examples/v201602/placement_service/create_placements.rb
91
+ - examples/v201602/placement_service/get_placements_by_statement.rb
92
+ - examples/v201602/placement_service/deactivate_placements.rb
93
+ - examples/v201602/placement_service/update_placements.rb
94
+ - examples/v201602/placement_service/get_all_placements.rb
95
+ - examples/v201602/order_service/update_orders.rb
96
+ - examples/v201602/order_service/get_orders_by_statement.rb
97
+ - examples/v201602/order_service/create_orders.rb
98
+ - examples/v201602/order_service/approve_orders.rb
99
+ - examples/v201602/order_service/get_all_orders.rb
100
+ - examples/v201602/inventory_service/create_video_ad_unit.rb
101
+ - examples/v201602/inventory_service/deactivate_ad_units.rb
102
+ - examples/v201602/inventory_service/get_all_ad_units.rb
103
+ - examples/v201602/inventory_service/get_ad_unit_sizes.rb
104
+ - examples/v201602/inventory_service/get_ad_units_by_statement.rb
105
+ - examples/v201602/inventory_service/update_ad_units.rb
106
+ - examples/v201602/inventory_service/create_ad_units.rb
107
+ - examples/v201602/publisher_query_language_service/get_geo_targets.rb
108
+ - examples/v201602/publisher_query_language_service/fetch_match_tables.rb
109
+ - examples/v201602/publisher_query_language_service/get_line_items_named_like.rb
110
+ - examples/v201602/publisher_query_language_service/get_all_line_items.rb
111
+ - examples/v201602/team_service/create_teams.rb
112
+ - examples/v201602/team_service/get_all_teams.rb
113
+ - examples/v201602/team_service/get_teams_by_statement.rb
114
+ - examples/v201602/team_service/update_teams.rb
115
+ - examples/v201602/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
116
+ - examples/v201602/custom_targeting_service/update_custom_targeting_keys.rb
117
+ - examples/v201602/custom_targeting_service/delete_custom_targeting_values.rb
118
+ - examples/v201602/custom_targeting_service/create_custom_targeting_keys_and_values.rb
119
+ - examples/v201602/custom_targeting_service/get_custom_targeting_values_by_statement.rb
120
+ - examples/v201602/custom_targeting_service/update_custom_targeting_values.rb
121
+ - examples/v201602/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
122
+ - examples/v201602/custom_targeting_service/delete_custom_targeting_keys.rb
123
+ - examples/v201602/creative_set_service/get_creative_sets_by_statement.rb
124
+ - examples/v201602/creative_set_service/get_all_creative_sets.rb
125
+ - examples/v201602/creative_set_service/create_creative_set.rb
126
+ - examples/v201602/creative_set_service/update_creative_sets.rb
127
+ - examples/v201602/creative_set_service/associate_creative_set_to_line_item.rb
128
+ - examples/v201602/line_item_creative_association_service/get_all_licas.rb
129
+ - examples/v201602/line_item_creative_association_service/get_licas_by_statement.rb
130
+ - examples/v201602/line_item_creative_association_service/create_licas.rb
131
+ - examples/v201602/line_item_creative_association_service/update_licas.rb
132
+ - examples/v201602/line_item_creative_association_service/deactivate_licas.rb
133
+ - examples/v201602/creative_template_service/get_all_creative_templates.rb
134
+ - examples/v201602/creative_template_service/get_system_defined_creative_templates.rb
135
+ - examples/v201602/creative_wrapper_service/deactivate_creative_wrapper.rb
136
+ - examples/v201602/creative_wrapper_service/update_creative_wrappers.rb
137
+ - examples/v201602/creative_wrapper_service/get_all_creative_wrappers.rb
138
+ - examples/v201602/creative_wrapper_service/create_creative_wrappers.rb
139
+ - examples/v201602/creative_wrapper_service/get_creative_wrappers_by_statement.rb
140
+ - examples/v201602/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
141
+ - examples/v201602/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
142
+ - examples/v201602/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
143
+ - examples/v201602/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
144
+ - examples/v201602/user_service/update_users.rb
145
+ - examples/v201602/user_service/get_current_user.rb
146
+ - examples/v201602/user_service/get_all_roles.rb
147
+ - examples/v201602/user_service/get_users_by_statement.rb
148
+ - examples/v201602/user_service/create_users.rb
149
+ - examples/v201602/user_service/deactivate_users.rb
150
+ - examples/v201602/user_service/get_all_users.rb
151
+ - examples/v201602/common/setup_oauth2.rb
152
+ - examples/v201602/common/oauth2_jwt_handling.rb
153
+ - examples/v201602/common/error_handling.rb
154
+ - examples/v201602/report_service/run_delivery_report.rb
155
+ - examples/v201602/report_service/display_report.rb
156
+ - examples/v201602/report_service/run_sales_report.rb
157
+ - examples/v201602/report_service/run_inventory_report.rb
158
+ - examples/v201602/report_service/run_report_with_custom_fields.rb
159
+ - examples/v201602/report_service/download_report.rb
160
+ - examples/v201602/report_service/run_reach_report.rb
161
+ - examples/v201602/contact_service/get_uninvited_contacts.rb
162
+ - examples/v201602/contact_service/update_contacts.rb
163
+ - examples/v201602/contact_service/create_contacts.rb
164
+ - examples/v201602/contact_service/get_all_contacts.rb
165
+ - examples/v201602/activity_service/get_all_activities.rb
166
+ - examples/v201602/activity_service/update_activities.rb
167
+ - examples/v201602/activity_service/create_activities.rb
168
+ - examples/v201602/activity_service/get_active_activities.rb
169
+ - examples/v201602/audience_segment_service/get_first_party_audience_segments.rb
170
+ - examples/v201602/audience_segment_service/populate_first_party_audience_segments.rb
171
+ - examples/v201602/audience_segment_service/create_audience_segments.rb
172
+ - examples/v201602/audience_segment_service/get_all_audience_segments.rb
173
+ - examples/v201602/audience_segment_service/update_audience_segments.rb
174
174
  - examples/v201508/user_team_association_service/update_user_team_associations.rb
175
175
  - examples/v201508/user_team_association_service/delete_user_team_associations.rb
176
176
  - examples/v201508/user_team_association_service/create_user_team_associations.rb
@@ -681,6 +681,102 @@ files:
681
681
  - lib/dfp_api/v201502/ad_exclusion_rule_service.rb
682
682
  - lib/dfp_api/v201502/product_service_registry.rb
683
683
  - lib/dfp_api/api_config.rb
684
+ - lib/dfp_api/v201602/creative_set_service_registry.rb
685
+ - lib/dfp_api/v201602/base_rate_service.rb
686
+ - lib/dfp_api/v201602/line_item_creative_association_service.rb
687
+ - lib/dfp_api/v201602/content_metadata_key_hierarchy_service.rb
688
+ - lib/dfp_api/v201602/premium_rate_service_registry.rb
689
+ - lib/dfp_api/v201602/product_package_service.rb
690
+ - lib/dfp_api/v201602/placement_service.rb
691
+ - lib/dfp_api/v201602/forecast_service_registry.rb
692
+ - lib/dfp_api/v201602/reconciliation_line_item_report_service_registry.rb
693
+ - lib/dfp_api/v201602/line_item_service_registry.rb
694
+ - lib/dfp_api/v201602/proposal_line_item_service.rb
695
+ - lib/dfp_api/v201602/product_package_item_service.rb
696
+ - lib/dfp_api/v201602/team_service.rb
697
+ - lib/dfp_api/v201602/audience_segment_service.rb
698
+ - lib/dfp_api/v201602/custom_field_service.rb
699
+ - lib/dfp_api/v201602/creative_template_service_registry.rb
700
+ - lib/dfp_api/v201602/proposal_service.rb
701
+ - lib/dfp_api/v201602/reconciliation_report_service_registry.rb
702
+ - lib/dfp_api/v201602/contact_service.rb
703
+ - lib/dfp_api/v201602/exchange_rate_service.rb
704
+ - lib/dfp_api/v201602/company_service.rb
705
+ - lib/dfp_api/v201602/creative_service.rb
706
+ - lib/dfp_api/v201602/content_service.rb
707
+ - lib/dfp_api/v201602/reconciliation_report_row_service.rb
708
+ - lib/dfp_api/v201602/suggested_ad_unit_service_registry.rb
709
+ - lib/dfp_api/v201602/team_service_registry.rb
710
+ - lib/dfp_api/v201602/workflow_request_service.rb
711
+ - lib/dfp_api/v201602/reconciliation_report_service.rb
712
+ - lib/dfp_api/v201602/custom_field_service_registry.rb
713
+ - lib/dfp_api/v201602/line_item_template_service_registry.rb
714
+ - lib/dfp_api/v201602/suggested_ad_unit_service.rb
715
+ - lib/dfp_api/v201602/order_service_registry.rb
716
+ - lib/dfp_api/v201602/creative_template_service.rb
717
+ - lib/dfp_api/v201602/creative_service_registry.rb
718
+ - lib/dfp_api/v201602/ad_exclusion_rule_service_registry.rb
719
+ - lib/dfp_api/v201602/creative_wrapper_service.rb
720
+ - lib/dfp_api/v201602/activity_group_service.rb
721
+ - lib/dfp_api/v201602/publisher_query_language_service.rb
722
+ - lib/dfp_api/v201602/exchange_rate_service_registry.rb
723
+ - lib/dfp_api/v201602/label_service.rb
724
+ - lib/dfp_api/v201602/creative_set_service.rb
725
+ - lib/dfp_api/v201602/network_service_registry.rb
726
+ - lib/dfp_api/v201602/custom_targeting_service_registry.rb
727
+ - lib/dfp_api/v201602/rate_card_service_registry.rb
728
+ - lib/dfp_api/v201602/inventory_service_registry.rb
729
+ - lib/dfp_api/v201602/line_item_template_service.rb
730
+ - lib/dfp_api/v201602/workflow_request_service_registry.rb
731
+ - lib/dfp_api/v201602/content_metadata_key_hierarchy_service_registry.rb
732
+ - lib/dfp_api/v201602/product_service.rb
733
+ - lib/dfp_api/v201602/placement_service_registry.rb
734
+ - lib/dfp_api/v201602/reconciliation_report_row_service_registry.rb
735
+ - lib/dfp_api/v201602/activity_service.rb
736
+ - lib/dfp_api/v201602/activity_service_registry.rb
737
+ - lib/dfp_api/v201602/reconciliation_order_report_service.rb
738
+ - lib/dfp_api/v201602/inventory_service.rb
739
+ - lib/dfp_api/v201602/audience_segment_service_registry.rb
740
+ - lib/dfp_api/v201602/line_item_service.rb
741
+ - lib/dfp_api/v201602/user_team_association_service.rb
742
+ - lib/dfp_api/v201602/user_service_registry.rb
743
+ - lib/dfp_api/v201602/proposal_line_item_service_registry.rb
744
+ - lib/dfp_api/v201602/order_service.rb
745
+ - lib/dfp_api/v201602/live_stream_event_service_registry.rb
746
+ - lib/dfp_api/v201602/forecast_service.rb
747
+ - lib/dfp_api/v201602/rate_card_service.rb
748
+ - lib/dfp_api/v201602/user_service.rb
749
+ - lib/dfp_api/v201602/package_service_registry.rb
750
+ - lib/dfp_api/v201602/reconciliation_order_report_service_registry.rb
751
+ - lib/dfp_api/v201602/report_service.rb
752
+ - lib/dfp_api/v201602/user_team_association_service_registry.rb
753
+ - lib/dfp_api/v201602/publisher_query_language_service_registry.rb
754
+ - lib/dfp_api/v201602/line_item_creative_association_service_registry.rb
755
+ - lib/dfp_api/v201602/package_service.rb
756
+ - lib/dfp_api/v201602/creative_wrapper_service_registry.rb
757
+ - lib/dfp_api/v201602/contact_service_registry.rb
758
+ - lib/dfp_api/v201602/reconciliation_line_item_report_service.rb
759
+ - lib/dfp_api/v201602/product_template_service.rb
760
+ - lib/dfp_api/v201602/product_template_service_registry.rb
761
+ - lib/dfp_api/v201602/content_bundle_service_registry.rb
762
+ - lib/dfp_api/v201602/activity_group_service_registry.rb
763
+ - lib/dfp_api/v201602/live_stream_event_service.rb
764
+ - lib/dfp_api/v201602/premium_rate_service.rb
765
+ - lib/dfp_api/v201602/proposal_service_registry.rb
766
+ - lib/dfp_api/v201602/label_service_registry.rb
767
+ - lib/dfp_api/v201602/content_service_registry.rb
768
+ - lib/dfp_api/v201602/base_rate_service_registry.rb
769
+ - lib/dfp_api/v201602/content_bundle_service.rb
770
+ - lib/dfp_api/v201602/custom_targeting_service.rb
771
+ - lib/dfp_api/v201602/network_service.rb
772
+ - lib/dfp_api/v201602/company_service_registry.rb
773
+ - lib/dfp_api/v201602/ad_rule_service.rb
774
+ - lib/dfp_api/v201602/ad_rule_service_registry.rb
775
+ - lib/dfp_api/v201602/report_service_registry.rb
776
+ - lib/dfp_api/v201602/product_package_service_registry.rb
777
+ - lib/dfp_api/v201602/product_package_item_service_registry.rb
778
+ - lib/dfp_api/v201602/ad_exclusion_rule_service.rb
779
+ - lib/dfp_api/v201602/product_service_registry.rb
684
780
  - lib/dfp_api/v201508/creative_set_service_registry.rb
685
781
  - lib/dfp_api/v201508/base_rate_service.rb
686
782
  - lib/dfp_api/v201508/line_item_creative_association_service.rb