google-ads-ad_manager-v1 1.1.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +4 -4
  3. data/README.md +4 -4
  4. data/lib/google/ads/ad_manager/v1/ad_break_service/credentials.rb +47 -0
  5. data/lib/google/ads/ad_manager/v1/ad_break_service/paths.rb +69 -0
  6. data/lib/google/ads/ad_manager/v1/ad_break_service/rest/client.rb +854 -0
  7. data/lib/google/ads/ad_manager/v1/ad_break_service/rest/service_stub.rb +432 -0
  8. data/lib/google/ads/ad_manager/v1/ad_break_service/rest.rb +52 -0
  9. data/lib/google/ads/ad_manager/v1/ad_break_service.rb +48 -0
  10. data/lib/google/ads/ad_manager/v1/ad_unit_service/credentials.rb +3 -0
  11. data/lib/google/ads/ad_manager/v1/bandwidth_group_service/credentials.rb +47 -0
  12. data/lib/google/ads/ad_manager/v1/bandwidth_group_service/paths.rb +64 -0
  13. data/lib/google/ads/ad_manager/v1/bandwidth_group_service/rest/client.rb +538 -0
  14. data/lib/google/ads/ad_manager/v1/bandwidth_group_service/rest/service_stub.rb +203 -0
  15. data/lib/google/ads/ad_manager/v1/bandwidth_group_service/rest.rb +52 -0
  16. data/lib/google/ads/ad_manager/v1/bandwidth_group_service.rb +48 -0
  17. data/lib/google/ads/ad_manager/v1/company_service/credentials.rb +3 -0
  18. data/lib/google/ads/ad_manager/v1/custom_field_service/credentials.rb +3 -0
  19. data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/credentials.rb +3 -0
  20. data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/credentials.rb +3 -0
  21. data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/paths.rb +9 -14
  22. data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/rest/client.rb +2 -2
  23. data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/rest/service_stub.rb +14 -0
  24. data/lib/google/ads/ad_manager/v1/device_category_service/credentials.rb +47 -0
  25. data/lib/google/ads/ad_manager/v1/device_category_service/paths.rb +64 -0
  26. data/lib/google/ads/ad_manager/v1/device_category_service/rest/client.rb +538 -0
  27. data/lib/google/ads/ad_manager/v1/device_category_service/rest/service_stub.rb +203 -0
  28. data/lib/google/ads/ad_manager/v1/device_category_service/rest.rb +52 -0
  29. data/lib/google/ads/ad_manager/v1/device_category_service.rb +48 -0
  30. data/lib/google/ads/ad_manager/v1/entity_signals_mapping_service/credentials.rb +3 -0
  31. data/lib/google/ads/ad_manager/v1/geo_target_service/credentials.rb +47 -0
  32. data/lib/google/ads/ad_manager/v1/geo_target_service/paths.rb +64 -0
  33. data/lib/google/ads/ad_manager/v1/geo_target_service/rest/client.rb +538 -0
  34. data/lib/google/ads/ad_manager/v1/geo_target_service/rest/service_stub.rb +203 -0
  35. data/lib/google/ads/ad_manager/v1/geo_target_service/rest.rb +52 -0
  36. data/lib/google/ads/ad_manager/v1/geo_target_service.rb +48 -0
  37. data/lib/google/ads/ad_manager/v1/network_service/credentials.rb +3 -0
  38. data/lib/google/ads/ad_manager/v1/network_service/rest/client.rb +1 -1
  39. data/lib/google/ads/ad_manager/v1/network_service/rest.rb +1 -1
  40. data/lib/google/ads/ad_manager/v1/network_service.rb +1 -1
  41. data/lib/google/ads/ad_manager/v1/operating_system_service/credentials.rb +47 -0
  42. data/lib/google/ads/ad_manager/v1/operating_system_service/paths.rb +64 -0
  43. data/lib/google/ads/ad_manager/v1/operating_system_service/rest/client.rb +538 -0
  44. data/lib/google/ads/ad_manager/v1/operating_system_service/rest/service_stub.rb +203 -0
  45. data/lib/google/ads/ad_manager/v1/operating_system_service/rest.rb +52 -0
  46. data/lib/google/ads/ad_manager/v1/operating_system_service.rb +48 -0
  47. data/lib/google/ads/ad_manager/v1/operating_system_version_service/credentials.rb +47 -0
  48. data/lib/google/ads/ad_manager/v1/operating_system_version_service/paths.rb +64 -0
  49. data/lib/google/ads/ad_manager/v1/operating_system_version_service/rest/client.rb +541 -0
  50. data/lib/google/ads/ad_manager/v1/operating_system_version_service/rest/service_stub.rb +203 -0
  51. data/lib/google/ads/ad_manager/v1/operating_system_version_service/rest.rb +52 -0
  52. data/lib/google/ads/ad_manager/v1/operating_system_version_service.rb +48 -0
  53. data/lib/google/ads/ad_manager/v1/order_service/credentials.rb +3 -0
  54. data/lib/google/ads/ad_manager/v1/placement_service/credentials.rb +3 -0
  55. data/lib/google/ads/ad_manager/v1/private_auction_deal_service/credentials.rb +47 -0
  56. data/lib/google/ads/ad_manager/v1/private_auction_deal_service/paths.rb +217 -0
  57. data/lib/google/ads/ad_manager/v1/private_auction_deal_service/rest/client.rb +719 -0
  58. data/lib/google/ads/ad_manager/v1/private_auction_deal_service/rest/service_stub.rb +327 -0
  59. data/lib/google/ads/ad_manager/v1/private_auction_deal_service/rest.rb +52 -0
  60. data/lib/google/ads/ad_manager/v1/private_auction_deal_service.rb +48 -0
  61. data/lib/google/ads/ad_manager/v1/private_auction_service/credentials.rb +47 -0
  62. data/lib/google/ads/ad_manager/v1/private_auction_service/paths.rb +81 -0
  63. data/lib/google/ads/ad_manager/v1/private_auction_service/rest/client.rb +718 -0
  64. data/lib/google/ads/ad_manager/v1/private_auction_service/rest/service_stub.rb +327 -0
  65. data/lib/google/ads/ad_manager/v1/private_auction_service/rest.rb +52 -0
  66. data/lib/google/ads/ad_manager/v1/private_auction_service.rb +48 -0
  67. data/lib/google/ads/ad_manager/v1/programmatic_buyer_service/credentials.rb +47 -0
  68. data/lib/google/ads/ad_manager/v1/programmatic_buyer_service/paths.rb +64 -0
  69. data/lib/google/ads/ad_manager/v1/programmatic_buyer_service/rest/client.rb +539 -0
  70. data/lib/google/ads/ad_manager/v1/programmatic_buyer_service/rest/service_stub.rb +203 -0
  71. data/lib/google/ads/ad_manager/v1/programmatic_buyer_service/rest.rb +52 -0
  72. data/lib/google/ads/ad_manager/v1/programmatic_buyer_service.rb +48 -0
  73. data/lib/google/ads/ad_manager/v1/report_service/credentials.rb +3 -0
  74. data/lib/google/ads/ad_manager/v1/report_service/rest/operations.rb +0 -7
  75. data/lib/google/ads/ad_manager/v1/rest.rb +10 -1
  76. data/lib/google/ads/ad_manager/v1/role_service/credentials.rb +3 -0
  77. data/lib/google/ads/ad_manager/v1/taxonomy_category_service/credentials.rb +3 -0
  78. data/lib/google/ads/ad_manager/v1/user_service/credentials.rb +3 -0
  79. data/lib/google/ads/ad_manager/v1/version.rb +1 -1
  80. data/lib/google/ads/ad_manager/v1.rb +10 -1
  81. data/lib/google/ads/admanager/v1/ad_break_messages_pb.rb +50 -0
  82. data/lib/google/ads/admanager/v1/ad_break_service_pb.rb +57 -0
  83. data/lib/google/ads/admanager/v1/ad_break_service_services_pb.rb +93 -0
  84. data/lib/google/ads/admanager/v1/ad_unit_messages_pb.rb +1 -1
  85. data/lib/google/ads/admanager/v1/ad_unit_service_pb.rb +1 -1
  86. data/lib/google/ads/admanager/v1/bandwidth_group_messages_pb.rb +45 -0
  87. data/lib/google/ads/admanager/v1/bandwidth_group_service_pb.rb +51 -0
  88. data/lib/google/ads/admanager/v1/bandwidth_group_service_services_pb.rb +47 -0
  89. data/lib/google/ads/admanager/v1/{company_credit_status_enum_pb.rb → company_enums_pb.rb} +4 -2
  90. data/lib/google/ads/admanager/v1/company_messages_pb.rb +2 -3
  91. data/lib/google/ads/admanager/v1/company_service_pb.rb +1 -1
  92. data/lib/google/ads/admanager/v1/contact_messages_pb.rb +1 -1
  93. data/lib/google/ads/admanager/v1/custom_field_messages_pb.rb +1 -1
  94. data/lib/google/ads/admanager/v1/custom_field_service_pb.rb +1 -1
  95. data/lib/google/ads/admanager/v1/custom_targeting_key_service_pb.rb +1 -1
  96. data/lib/google/ads/admanager/v1/custom_targeting_value_messages_pb.rb +1 -1
  97. data/lib/google/ads/admanager/v1/custom_targeting_value_service_pb.rb +1 -1
  98. data/lib/google/ads/admanager/v1/deal_buyer_permission_type_enum_pb.rb +43 -0
  99. data/lib/google/ads/admanager/v1/device_category_messages_pb.rb +45 -0
  100. data/lib/google/ads/admanager/v1/device_category_service_pb.rb +51 -0
  101. data/lib/google/ads/admanager/v1/device_category_service_services_pb.rb +47 -0
  102. data/lib/google/ads/admanager/v1/early_ad_break_notification_enums_pb.rb +43 -0
  103. data/lib/google/ads/admanager/v1/entity_signals_mapping_messages_pb.rb +1 -1
  104. data/lib/google/ads/admanager/v1/entity_signals_mapping_service_pb.rb +1 -1
  105. data/lib/google/ads/admanager/v1/geo_target_messages_pb.rb +45 -0
  106. data/lib/google/ads/admanager/v1/geo_target_service_pb.rb +51 -0
  107. data/lib/google/ads/admanager/v1/geo_target_service_services_pb.rb +47 -0
  108. data/lib/google/ads/admanager/v1/{company_type_enum_pb.rb → live_stream_event_messages_pb.rb} +6 -4
  109. data/lib/google/ads/admanager/v1/network_service_pb.rb +1 -1
  110. data/lib/google/ads/admanager/v1/network_service_services_pb.rb +1 -1
  111. data/lib/google/ads/admanager/v1/operating_system_messages_pb.rb +45 -0
  112. data/lib/google/ads/admanager/v1/operating_system_service_pb.rb +51 -0
  113. data/lib/google/ads/admanager/v1/operating_system_service_services_pb.rb +47 -0
  114. data/lib/google/ads/admanager/v1/operating_system_version_messages_pb.rb +45 -0
  115. data/lib/google/ads/admanager/v1/operating_system_version_service_pb.rb +51 -0
  116. data/lib/google/ads/admanager/v1/operating_system_version_service_services_pb.rb +47 -0
  117. data/lib/google/ads/admanager/v1/order_messages_pb.rb +1 -1
  118. data/lib/google/ads/admanager/v1/order_service_pb.rb +1 -1
  119. data/lib/google/ads/admanager/v1/placement_messages_pb.rb +1 -1
  120. data/lib/google/ads/admanager/v1/placement_service_pb.rb +1 -1
  121. data/lib/google/ads/admanager/v1/private_auction_deal_messages_pb.rb +56 -0
  122. data/lib/google/ads/admanager/v1/private_auction_deal_service_pb.rb +55 -0
  123. data/lib/google/ads/admanager/v1/private_auction_deal_service_services_pb.rb +51 -0
  124. data/lib/google/ads/admanager/v1/private_auction_messages_pb.rb +47 -0
  125. data/lib/google/ads/admanager/v1/private_auction_service_pb.rb +55 -0
  126. data/lib/google/ads/admanager/v1/private_auction_service_services_pb.rb +51 -0
  127. data/lib/google/ads/admanager/v1/private_marketplace_enums_pb.rb +43 -0
  128. data/lib/google/ads/admanager/v1/programmatic_buyer_messages_pb.rb +45 -0
  129. data/lib/google/ads/admanager/v1/programmatic_buyer_service_pb.rb +51 -0
  130. data/lib/google/ads/admanager/v1/programmatic_buyer_service_services_pb.rb +47 -0
  131. data/lib/google/ads/admanager/v1/report_messages_pb.rb +83 -0
  132. data/lib/google/ads/admanager/v1/report_service_pb.rb +4 -38
  133. data/lib/google/ads/admanager/v1/request_platform_enum_pb.rb +43 -0
  134. data/lib/google/ads/admanager/v1/role_messages_pb.rb +1 -1
  135. data/lib/google/ads/admanager/v1/role_service_pb.rb +1 -1
  136. data/lib/google/ads/admanager/v1/targeted_video_bumper_type_enum_pb.rb +43 -0
  137. data/lib/google/ads/admanager/v1/targeting_pb.rb +63 -0
  138. data/lib/google/ads/admanager/v1/taxonomy_category_messages_pb.rb +1 -1
  139. data/lib/google/ads/admanager/v1/taxonomy_category_service_pb.rb +1 -1
  140. data/lib/google/ads/admanager/v1/team_messages_pb.rb +1 -1
  141. data/lib/google/ads/admanager/v1/user_messages_pb.rb +1 -1
  142. data/lib/google/ads/admanager/v1/user_service_pb.rb +1 -1
  143. data/lib/google/ads/admanager/v1/video_position_enum_pb.rb +43 -0
  144. data/proto_docs/google/ads/admanager/v1/ad_break_messages.rb +112 -0
  145. data/proto_docs/google/ads/admanager/v1/ad_break_service.rb +150 -0
  146. data/proto_docs/google/ads/admanager/v1/ad_unit_messages.rb +10 -9
  147. data/proto_docs/google/ads/admanager/v1/bandwidth_group_messages.rb +40 -0
  148. data/proto_docs/google/ads/admanager/v1/bandwidth_group_service.rb +99 -0
  149. data/proto_docs/google/ads/admanager/v1/{company_credit_status_enum.rb → company_enums.rb} +30 -1
  150. data/proto_docs/google/ads/admanager/v1/company_messages.rb +3 -3
  151. data/proto_docs/google/ads/admanager/v1/contact_messages.rb +3 -4
  152. data/proto_docs/google/ads/admanager/v1/custom_field_messages.rb +3 -3
  153. data/proto_docs/google/ads/admanager/v1/custom_field_value.rb +0 -1
  154. data/proto_docs/google/ads/admanager/v1/custom_targeting_value_messages.rb +6 -1
  155. data/proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb +2 -2
  156. data/proto_docs/google/ads/admanager/v1/deal_buyer_permission_type_enum.rb +45 -0
  157. data/proto_docs/google/ads/admanager/v1/device_category_messages.rb +39 -0
  158. data/proto_docs/google/ads/admanager/v1/device_category_service.rb +99 -0
  159. data/proto_docs/google/ads/admanager/v1/early_ad_break_notification_enums.rb +51 -0
  160. data/proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb +1 -1
  161. data/proto_docs/google/ads/admanager/v1/geo_target_messages.rb +59 -0
  162. data/proto_docs/google/ads/admanager/v1/geo_target_service.rb +99 -0
  163. data/proto_docs/google/ads/admanager/v1/live_stream_event_messages.rb +41 -0
  164. data/proto_docs/google/ads/admanager/v1/network_messages.rb +1 -1
  165. data/proto_docs/google/ads/admanager/v1/operating_system_messages.rb +39 -0
  166. data/proto_docs/google/ads/admanager/v1/operating_system_service.rb +99 -0
  167. data/proto_docs/google/ads/admanager/v1/operating_system_version_messages.rb +46 -0
  168. data/proto_docs/google/ads/admanager/v1/operating_system_version_service.rb +102 -0
  169. data/proto_docs/google/ads/admanager/v1/placement_messages.rb +7 -8
  170. data/proto_docs/google/ads/admanager/v1/private_auction_deal_messages.rb +98 -0
  171. data/proto_docs/google/ads/admanager/v1/private_auction_deal_service.rb +130 -0
  172. data/proto_docs/google/ads/admanager/v1/private_auction_messages.rb +61 -0
  173. data/proto_docs/google/ads/admanager/v1/private_auction_service.rb +129 -0
  174. data/proto_docs/google/ads/admanager/v1/{company_type_enum.rb → private_marketplace_enums.rb} +17 -18
  175. data/proto_docs/google/ads/admanager/v1/programmatic_buyer_messages.rb +61 -0
  176. data/proto_docs/google/ads/admanager/v1/programmatic_buyer_service.rb +100 -0
  177. data/proto_docs/google/ads/admanager/v1/report_messages.rb +3587 -0
  178. data/proto_docs/google/ads/admanager/v1/report_service.rb +0 -3300
  179. data/proto_docs/google/ads/admanager/v1/request_platform_enum.rb +53 -0
  180. data/proto_docs/google/ads/admanager/v1/size.rb +6 -10
  181. data/proto_docs/google/ads/admanager/v1/targeted_video_bumper_type_enum.rb +48 -0
  182. data/proto_docs/google/ads/admanager/v1/targeting.rb +279 -0
  183. data/proto_docs/google/ads/admanager/v1/team_messages.rb +0 -4
  184. data/proto_docs/google/ads/admanager/v1/video_position_enum.rb +51 -0
  185. data/proto_docs/google/type/money.rb +43 -0
  186. metadata +122 -6
@@ -0,0 +1,539 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2025 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "google/cloud/errors"
20
+ require "google/ads/admanager/v1/programmatic_buyer_service_pb"
21
+ require "google/ads/ad_manager/v1/programmatic_buyer_service/rest/service_stub"
22
+
23
+ module Google
24
+ module Ads
25
+ module AdManager
26
+ module V1
27
+ module ProgrammaticBuyerService
28
+ module Rest
29
+ ##
30
+ # REST client for the ProgrammaticBuyerService service.
31
+ #
32
+ # Provides methods for handling `ProgrammaticBuyer` objects.
33
+ #
34
+ class Client
35
+ # @private
36
+ API_VERSION = ""
37
+
38
+ # @private
39
+ DEFAULT_ENDPOINT_TEMPLATE = "admanager.$UNIVERSE_DOMAIN$"
40
+
41
+ include Paths
42
+
43
+ # @private
44
+ attr_reader :programmatic_buyer_service_stub
45
+
46
+ ##
47
+ # Configure the ProgrammaticBuyerService Client class.
48
+ #
49
+ # See {::Google::Ads::AdManager::V1::ProgrammaticBuyerService::Rest::Client::Configuration}
50
+ # for a description of the configuration fields.
51
+ #
52
+ # @example
53
+ #
54
+ # # Modify the configuration for all ProgrammaticBuyerService clients
55
+ # ::Google::Ads::AdManager::V1::ProgrammaticBuyerService::Rest::Client.configure do |config|
56
+ # config.timeout = 10.0
57
+ # end
58
+ #
59
+ # @yield [config] Configure the Client client.
60
+ # @yieldparam config [Client::Configuration]
61
+ #
62
+ # @return [Client::Configuration]
63
+ #
64
+ def self.configure
65
+ @configure ||= begin
66
+ namespace = ["Google", "Ads", "AdManager", "V1"]
67
+ parent_config = while namespace.any?
68
+ parent_name = namespace.join "::"
69
+ parent_const = const_get parent_name
70
+ break parent_const.configure if parent_const.respond_to? :configure
71
+ namespace.pop
72
+ end
73
+ default_config = Client::Configuration.new parent_config
74
+
75
+ default_config
76
+ end
77
+ yield @configure if block_given?
78
+ @configure
79
+ end
80
+
81
+ ##
82
+ # Configure the ProgrammaticBuyerService Client instance.
83
+ #
84
+ # The configuration is set to the derived mode, meaning that values can be changed,
85
+ # but structural changes (adding new fields, etc.) are not allowed. Structural changes
86
+ # should be made on {Client.configure}.
87
+ #
88
+ # See {::Google::Ads::AdManager::V1::ProgrammaticBuyerService::Rest::Client::Configuration}
89
+ # for a description of the configuration fields.
90
+ #
91
+ # @yield [config] Configure the Client client.
92
+ # @yieldparam config [Client::Configuration]
93
+ #
94
+ # @return [Client::Configuration]
95
+ #
96
+ def configure
97
+ yield @config if block_given?
98
+ @config
99
+ end
100
+
101
+ ##
102
+ # The effective universe domain
103
+ #
104
+ # @return [String]
105
+ #
106
+ def universe_domain
107
+ @programmatic_buyer_service_stub.universe_domain
108
+ end
109
+
110
+ ##
111
+ # Create a new ProgrammaticBuyerService REST client object.
112
+ #
113
+ # @example
114
+ #
115
+ # # Create a client using the default configuration
116
+ # client = ::Google::Ads::AdManager::V1::ProgrammaticBuyerService::Rest::Client.new
117
+ #
118
+ # # Create a client using a custom configuration
119
+ # client = ::Google::Ads::AdManager::V1::ProgrammaticBuyerService::Rest::Client.new do |config|
120
+ # config.timeout = 10.0
121
+ # end
122
+ #
123
+ # @yield [config] Configure the ProgrammaticBuyerService client.
124
+ # @yieldparam config [Client::Configuration]
125
+ #
126
+ def initialize
127
+ # Create the configuration object
128
+ @config = Configuration.new Client.configure
129
+
130
+ # Yield the configuration if needed
131
+ yield @config if block_given?
132
+
133
+ # Create credentials
134
+ credentials = @config.credentials
135
+ # Use self-signed JWT if the endpoint is unchanged from default,
136
+ # but only if the default endpoint does not have a region prefix.
137
+ enable_self_signed_jwt = @config.endpoint.nil? ||
138
+ (@config.endpoint == Configuration::DEFAULT_ENDPOINT &&
139
+ !@config.endpoint.split(".").first.include?("-"))
140
+ credentials ||= Credentials.default scope: @config.scope,
141
+ enable_self_signed_jwt: enable_self_signed_jwt
142
+ if credentials.is_a?(::String) || credentials.is_a?(::Hash)
143
+ credentials = Credentials.new credentials, scope: @config.scope
144
+ end
145
+
146
+ @quota_project_id = @config.quota_project
147
+ @quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
148
+
149
+ @programmatic_buyer_service_stub = ::Google::Ads::AdManager::V1::ProgrammaticBuyerService::Rest::ServiceStub.new(
150
+ endpoint: @config.endpoint,
151
+ endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
152
+ universe_domain: @config.universe_domain,
153
+ credentials: credentials,
154
+ logger: @config.logger
155
+ )
156
+
157
+ @programmatic_buyer_service_stub.logger(stub: true)&.info do |entry|
158
+ entry.set_system_name
159
+ entry.set_service
160
+ entry.message = "Created client for #{entry.service}"
161
+ entry.set_credentials_fields credentials
162
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
163
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
164
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
165
+ end
166
+ end
167
+
168
+ ##
169
+ # The logger used for request/response debug logging.
170
+ #
171
+ # @return [Logger]
172
+ #
173
+ def logger
174
+ @programmatic_buyer_service_stub.logger
175
+ end
176
+
177
+ # Service calls
178
+
179
+ ##
180
+ # API to retrieve a `ProgrammaticBuyer` object.
181
+ #
182
+ # @overload get_programmatic_buyer(request, options = nil)
183
+ # Pass arguments to `get_programmatic_buyer` via a request object, either of type
184
+ # {::Google::Ads::AdManager::V1::GetProgrammaticBuyerRequest} or an equivalent Hash.
185
+ #
186
+ # @param request [::Google::Ads::AdManager::V1::GetProgrammaticBuyerRequest, ::Hash]
187
+ # A request object representing the call parameters. Required. To specify no
188
+ # parameters, or to keep all the default parameter values, pass an empty Hash.
189
+ # @param options [::Gapic::CallOptions, ::Hash]
190
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
191
+ #
192
+ # @overload get_programmatic_buyer(name: nil)
193
+ # Pass arguments to `get_programmatic_buyer` via keyword arguments. Note that at
194
+ # least one keyword argument is required. To specify no parameters, or to keep all
195
+ # the default parameter values, pass an empty Hash as a request object (see above).
196
+ #
197
+ # @param name [::String]
198
+ # Required. The resource name of the ProgrammaticBuyer.
199
+ # Format:
200
+ # `networks/{network_code}/programmaticBuyers/{buyer_account_id}`
201
+ # @yield [result, operation] Access the result along with the TransportOperation object
202
+ # @yieldparam result [::Google::Ads::AdManager::V1::ProgrammaticBuyer]
203
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
204
+ #
205
+ # @return [::Google::Ads::AdManager::V1::ProgrammaticBuyer]
206
+ #
207
+ # @raise [::Google::Cloud::Error] if the REST call is aborted.
208
+ #
209
+ # @example Basic example
210
+ # require "google/ads/ad_manager/v1"
211
+ #
212
+ # # Create a client object. The client can be reused for multiple calls.
213
+ # client = Google::Ads::AdManager::V1::ProgrammaticBuyerService::Rest::Client.new
214
+ #
215
+ # # Create a request. To set request fields, pass in keyword arguments.
216
+ # request = Google::Ads::AdManager::V1::GetProgrammaticBuyerRequest.new
217
+ #
218
+ # # Call the get_programmatic_buyer method.
219
+ # result = client.get_programmatic_buyer request
220
+ #
221
+ # # The returned object is of type Google::Ads::AdManager::V1::ProgrammaticBuyer.
222
+ # p result
223
+ #
224
+ def get_programmatic_buyer request, options = nil
225
+ raise ::ArgumentError, "request must be provided" if request.nil?
226
+
227
+ request = ::Gapic::Protobuf.coerce request, to: ::Google::Ads::AdManager::V1::GetProgrammaticBuyerRequest
228
+
229
+ # Converts hash and nil to an options object
230
+ options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
231
+
232
+ # Customize the options with defaults
233
+ call_metadata = @config.rpcs.get_programmatic_buyer.metadata.to_h
234
+
235
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
236
+ call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
237
+ lib_name: @config.lib_name, lib_version: @config.lib_version,
238
+ gapic_version: ::Google::Ads::AdManager::V1::VERSION,
239
+ transports_version_send: [:rest]
240
+
241
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
242
+ call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
243
+
244
+ options.apply_defaults timeout: @config.rpcs.get_programmatic_buyer.timeout,
245
+ metadata: call_metadata,
246
+ retry_policy: @config.rpcs.get_programmatic_buyer.retry_policy
247
+
248
+ options.apply_defaults timeout: @config.timeout,
249
+ metadata: @config.metadata,
250
+ retry_policy: @config.retry_policy
251
+
252
+ @programmatic_buyer_service_stub.get_programmatic_buyer request, options do |result, operation|
253
+ yield result, operation if block_given?
254
+ end
255
+ rescue ::Gapic::Rest::Error => e
256
+ raise ::Google::Cloud::Error.from_error(e)
257
+ end
258
+
259
+ ##
260
+ # API to retrieve a list of `ProgrammaticBuyer` objects.
261
+ #
262
+ # @overload list_programmatic_buyers(request, options = nil)
263
+ # Pass arguments to `list_programmatic_buyers` via a request object, either of type
264
+ # {::Google::Ads::AdManager::V1::ListProgrammaticBuyersRequest} or an equivalent Hash.
265
+ #
266
+ # @param request [::Google::Ads::AdManager::V1::ListProgrammaticBuyersRequest, ::Hash]
267
+ # A request object representing the call parameters. Required. To specify no
268
+ # parameters, or to keep all the default parameter values, pass an empty Hash.
269
+ # @param options [::Gapic::CallOptions, ::Hash]
270
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
271
+ #
272
+ # @overload list_programmatic_buyers(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil, skip: nil)
273
+ # Pass arguments to `list_programmatic_buyers` via keyword arguments. Note that at
274
+ # least one keyword argument is required. To specify no parameters, or to keep all
275
+ # the default parameter values, pass an empty Hash as a request object (see above).
276
+ #
277
+ # @param parent [::String]
278
+ # Required. The parent, which owns this collection of ProgrammaticBuyers.
279
+ # Format: `networks/{network_code}`
280
+ # @param page_size [::Integer]
281
+ # Optional. The maximum number of `ProgrammaticBuyers` to return. The service
282
+ # may return fewer than this value. If unspecified, at most 50
283
+ # `ProgrammaticBuyers` will be returned. The maximum value is 1000; values
284
+ # above 1000 will be coerced to 1000.
285
+ # @param page_token [::String]
286
+ # Optional. A page token, received from a previous `ListProgrammaticBuyers`
287
+ # call. Provide this to retrieve the subsequent page.
288
+ #
289
+ # When paginating, all other parameters provided to `ListProgrammaticBuyers`
290
+ # must match the call that provided the page token.
291
+ # @param filter [::String]
292
+ # Optional. Expression to filter the response.
293
+ # See syntax details at
294
+ # https://developers.google.com/ad-manager/api/beta/filters
295
+ # @param order_by [::String]
296
+ # Optional. Expression to specify sorting order.
297
+ # See syntax details at
298
+ # https://developers.google.com/ad-manager/api/beta/filters#order
299
+ # @param skip [::Integer]
300
+ # Optional. Number of individual resources to skip while paginating.
301
+ # @yield [result, operation] Access the result along with the TransportOperation object
302
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Ads::AdManager::V1::ProgrammaticBuyer>]
303
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
304
+ #
305
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Ads::AdManager::V1::ProgrammaticBuyer>]
306
+ #
307
+ # @raise [::Google::Cloud::Error] if the REST call is aborted.
308
+ #
309
+ # @example Basic example
310
+ # require "google/ads/ad_manager/v1"
311
+ #
312
+ # # Create a client object. The client can be reused for multiple calls.
313
+ # client = Google::Ads::AdManager::V1::ProgrammaticBuyerService::Rest::Client.new
314
+ #
315
+ # # Create a request. To set request fields, pass in keyword arguments.
316
+ # request = Google::Ads::AdManager::V1::ListProgrammaticBuyersRequest.new
317
+ #
318
+ # # Call the list_programmatic_buyers method.
319
+ # result = client.list_programmatic_buyers request
320
+ #
321
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
322
+ # # over elements, and API calls will be issued to fetch pages as needed.
323
+ # result.each do |item|
324
+ # # Each element is of type ::Google::Ads::AdManager::V1::ProgrammaticBuyer.
325
+ # p item
326
+ # end
327
+ #
328
+ def list_programmatic_buyers request, options = nil
329
+ raise ::ArgumentError, "request must be provided" if request.nil?
330
+
331
+ request = ::Gapic::Protobuf.coerce request, to: ::Google::Ads::AdManager::V1::ListProgrammaticBuyersRequest
332
+
333
+ # Converts hash and nil to an options object
334
+ options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
335
+
336
+ # Customize the options with defaults
337
+ call_metadata = @config.rpcs.list_programmatic_buyers.metadata.to_h
338
+
339
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
340
+ call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
341
+ lib_name: @config.lib_name, lib_version: @config.lib_version,
342
+ gapic_version: ::Google::Ads::AdManager::V1::VERSION,
343
+ transports_version_send: [:rest]
344
+
345
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
346
+ call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
347
+
348
+ options.apply_defaults timeout: @config.rpcs.list_programmatic_buyers.timeout,
349
+ metadata: call_metadata,
350
+ retry_policy: @config.rpcs.list_programmatic_buyers.retry_policy
351
+
352
+ options.apply_defaults timeout: @config.timeout,
353
+ metadata: @config.metadata,
354
+ retry_policy: @config.retry_policy
355
+
356
+ @programmatic_buyer_service_stub.list_programmatic_buyers request, options do |result, operation|
357
+ result = ::Gapic::Rest::PagedEnumerable.new @programmatic_buyer_service_stub, :list_programmatic_buyers, "programmatic_buyers", request, result, options
358
+ yield result, operation if block_given?
359
+ throw :response, result
360
+ end
361
+ rescue ::Gapic::Rest::Error => e
362
+ raise ::Google::Cloud::Error.from_error(e)
363
+ end
364
+
365
+ ##
366
+ # Configuration class for the ProgrammaticBuyerService REST API.
367
+ #
368
+ # This class represents the configuration for ProgrammaticBuyerService REST,
369
+ # providing control over timeouts, retry behavior, logging, transport
370
+ # parameters, and other low-level controls. Certain parameters can also be
371
+ # applied individually to specific RPCs. See
372
+ # {::Google::Ads::AdManager::V1::ProgrammaticBuyerService::Rest::Client::Configuration::Rpcs}
373
+ # for a list of RPCs that can be configured independently.
374
+ #
375
+ # Configuration can be applied globally to all clients, or to a single client
376
+ # on construction.
377
+ #
378
+ # @example
379
+ #
380
+ # # Modify the global config, setting the timeout for
381
+ # # get_programmatic_buyer to 20 seconds,
382
+ # # and all remaining timeouts to 10 seconds.
383
+ # ::Google::Ads::AdManager::V1::ProgrammaticBuyerService::Rest::Client.configure do |config|
384
+ # config.timeout = 10.0
385
+ # config.rpcs.get_programmatic_buyer.timeout = 20.0
386
+ # end
387
+ #
388
+ # # Apply the above configuration only to a new client.
389
+ # client = ::Google::Ads::AdManager::V1::ProgrammaticBuyerService::Rest::Client.new do |config|
390
+ # config.timeout = 10.0
391
+ # config.rpcs.get_programmatic_buyer.timeout = 20.0
392
+ # end
393
+ #
394
+ # @!attribute [rw] endpoint
395
+ # A custom service endpoint, as a hostname or hostname:port. The default is
396
+ # nil, indicating to use the default endpoint in the current universe domain.
397
+ # @return [::String,nil]
398
+ # @!attribute [rw] credentials
399
+ # Credentials to send with calls. You may provide any of the following types:
400
+ # * (`String`) The path to a service account key file in JSON format
401
+ # * (`Hash`) A service account key as a Hash
402
+ # * (`Google::Auth::Credentials`) A googleauth credentials object
403
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
404
+ # * (`Signet::OAuth2::Client`) A signet oauth2 client object
405
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
406
+ # * (`nil`) indicating no credentials
407
+ #
408
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
409
+ # external source for authentication to Google Cloud, you must validate it before
410
+ # providing it to a Google API client library. Providing an unvalidated credential
411
+ # configuration to Google APIs can compromise the security of your systems and data.
412
+ # For more information, refer to [Validate credential configurations from external
413
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
414
+ # @return [::Object]
415
+ # @!attribute [rw] scope
416
+ # The OAuth scopes
417
+ # @return [::Array<::String>]
418
+ # @!attribute [rw] lib_name
419
+ # The library name as recorded in instrumentation and logging
420
+ # @return [::String]
421
+ # @!attribute [rw] lib_version
422
+ # The library version as recorded in instrumentation and logging
423
+ # @return [::String]
424
+ # @!attribute [rw] timeout
425
+ # The call timeout in seconds.
426
+ # @return [::Numeric]
427
+ # @!attribute [rw] metadata
428
+ # Additional headers to be sent with the call.
429
+ # @return [::Hash{::Symbol=>::String}]
430
+ # @!attribute [rw] retry_policy
431
+ # The retry policy. The value is a hash with the following keys:
432
+ # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
433
+ # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
434
+ # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
435
+ # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
436
+ # trigger a retry.
437
+ # @return [::Hash]
438
+ # @!attribute [rw] quota_project
439
+ # A separate project against which to charge quota.
440
+ # @return [::String]
441
+ # @!attribute [rw] universe_domain
442
+ # The universe domain within which to make requests. This determines the
443
+ # default endpoint URL. The default value of nil uses the environment
444
+ # universe (usually the default "googleapis.com" universe).
445
+ # @return [::String,nil]
446
+ # @!attribute [rw] logger
447
+ # A custom logger to use for request/response debug logging, or the value
448
+ # `:default` (the default) to construct a default logger, or `nil` to
449
+ # explicitly disable logging.
450
+ # @return [::Logger,:default,nil]
451
+ #
452
+ class Configuration
453
+ extend ::Gapic::Config
454
+
455
+ # @private
456
+ # The endpoint specific to the default "googleapis.com" universe. Deprecated.
457
+ DEFAULT_ENDPOINT = "admanager.googleapis.com"
458
+
459
+ config_attr :endpoint, nil, ::String, nil
460
+ config_attr :credentials, nil do |value|
461
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
462
+ allowed.any? { |klass| klass === value }
463
+ end
464
+ config_attr :scope, nil, ::String, ::Array, nil
465
+ config_attr :lib_name, nil, ::String, nil
466
+ config_attr :lib_version, nil, ::String, nil
467
+ config_attr :timeout, nil, ::Numeric, nil
468
+ config_attr :metadata, nil, ::Hash, nil
469
+ config_attr :retry_policy, nil, ::Hash, ::Proc, nil
470
+ config_attr :quota_project, nil, ::String, nil
471
+ config_attr :universe_domain, nil, ::String, nil
472
+ config_attr :logger, :default, ::Logger, nil, :default
473
+
474
+ # @private
475
+ def initialize parent_config = nil
476
+ @parent_config = parent_config unless parent_config.nil?
477
+
478
+ yield self if block_given?
479
+ end
480
+
481
+ ##
482
+ # Configurations for individual RPCs
483
+ # @return [Rpcs]
484
+ #
485
+ def rpcs
486
+ @rpcs ||= begin
487
+ parent_rpcs = nil
488
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
489
+ Rpcs.new parent_rpcs
490
+ end
491
+ end
492
+
493
+ ##
494
+ # Configuration RPC class for the ProgrammaticBuyerService API.
495
+ #
496
+ # Includes fields providing the configuration for each RPC in this service.
497
+ # Each configuration object is of type `Gapic::Config::Method` and includes
498
+ # the following configuration fields:
499
+ #
500
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
501
+ # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers
502
+ # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
503
+ # include the following keys:
504
+ # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
505
+ # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
506
+ # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
507
+ # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
508
+ # trigger a retry.
509
+ #
510
+ class Rpcs
511
+ ##
512
+ # RPC-specific configuration for `get_programmatic_buyer`
513
+ # @return [::Gapic::Config::Method]
514
+ #
515
+ attr_reader :get_programmatic_buyer
516
+ ##
517
+ # RPC-specific configuration for `list_programmatic_buyers`
518
+ # @return [::Gapic::Config::Method]
519
+ #
520
+ attr_reader :list_programmatic_buyers
521
+
522
+ # @private
523
+ def initialize parent_rpcs = nil
524
+ get_programmatic_buyer_config = parent_rpcs.get_programmatic_buyer if parent_rpcs.respond_to? :get_programmatic_buyer
525
+ @get_programmatic_buyer = ::Gapic::Config::Method.new get_programmatic_buyer_config
526
+ list_programmatic_buyers_config = parent_rpcs.list_programmatic_buyers if parent_rpcs.respond_to? :list_programmatic_buyers
527
+ @list_programmatic_buyers = ::Gapic::Config::Method.new list_programmatic_buyers_config
528
+
529
+ yield self if block_given?
530
+ end
531
+ end
532
+ end
533
+ end
534
+ end
535
+ end
536
+ end
537
+ end
538
+ end
539
+ end