google-apis-realtimebidding_v1 0.5.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b32a5bb69955bafeb84455dc5dafb1bc01c80165de04225f2cc4e0277d533a2
4
- data.tar.gz: 7b3634e814ca5680ea6690e4b23c8d38770e6f1661a2408beb1976977fcad221
3
+ metadata.gz: 9d5898437b059f184049cb273579f6edd4d496c8f4a7e1e3b2d0d33bba33eea0
4
+ data.tar.gz: 74b9eedf5428098394c80ff0aec36851c24fd31643d07d4cb37de950a5adcb5f
5
5
  SHA512:
6
- metadata.gz: 0e06d38d373767673dd1392f2dc363006d503d22f8cb942853ba25cca0f9cb90124ccaf7a3cf1bf6ec5c7775bb9ddbee8110a150db9c6643c1bcd97f56a7dafe
7
- data.tar.gz: 9f5106374373142ad5980599538af1108a3a9bb97397cef4a4996136e22319c7fc03ae02d5becbfd76edc9fa76c7470262192d1095dcf7e2aeaae06948578e9d
6
+ metadata.gz: 2981803dbedc3db0ea4043c835c6e1c7f465a8adfa4e42c32d79104907846e20de56d63e43a062c8072006764dfce3b7b75292d6a4a941ab4591e087f622d5ce
7
+ data.tar.gz: 202657a4e429e5ff7b9680d8c5454f505d84f7f6502e5b99ffd060ac763d01bfb23d62664c7a9aa1396062248b2428fefb28e071a56cc6cc4b910e2c08d29082
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.9.0 (2021-10-14)
4
+
5
+ * Regenerated from discovery document revision 20211013
6
+
7
+ ### v0.8.0 (2021-10-05)
8
+
9
+ * Regenerated from discovery document revision 20211002
10
+
11
+ ### v0.7.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.6.0 (2021-06-24)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.5.0 (2021-06-02)
4
20
 
5
21
  * Regenerated from discovery document revision 20210529
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RealtimebiddingV1
18
18
  # Version of the google-apis-realtimebidding_v1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210529"
25
+ REVISION = "20211013"
26
26
  end
27
27
  end
28
28
  end
@@ -145,7 +145,9 @@ module Google
145
145
  # @param [String] page_token
146
146
  # A token identifying a page of results the server should return. Typically,
147
147
  # this is the value of ListCreativesResponse.nextPageToken returned from the
148
- # previous call to the 'ListCreatives' method.
148
+ # previous call to the 'ListCreatives' method. Page tokens for continued pages
149
+ # are valid for up to five hours, counting from the call to 'ListCreatives' for
150
+ # the first page.
149
151
  # @param [String] view
150
152
  # Controls the amount of information included in the response. By default only
151
153
  # creativeServingDecision is included. To retrieve the entire creative resource (
@@ -293,6 +295,45 @@ module Google
293
295
  execute_or_queue_command(command, &block)
294
296
  end
295
297
 
298
+ # Updates a bidder's endpoint.
299
+ # @param [String] name
300
+ # Output only. Name of the endpoint resource that must follow the pattern `
301
+ # bidders/`bidderAccountId`/endpoints/`endpointId``, where `bidderAccountId` is
302
+ # the account ID of the bidder who operates this endpoint, and `endpointId` is a
303
+ # unique ID assigned by the server.
304
+ # @param [Google::Apis::RealtimebiddingV1::Endpoint] endpoint_object
305
+ # @param [String] update_mask
306
+ # Field mask to use for partial in-place updates.
307
+ # @param [String] fields
308
+ # Selector specifying which fields to include in a partial response.
309
+ # @param [String] quota_user
310
+ # Available to use for quota purposes for server-side applications. Can be any
311
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
312
+ # @param [Google::Apis::RequestOptions] options
313
+ # Request-specific options
314
+ #
315
+ # @yield [result, err] Result & error if block supplied
316
+ # @yieldparam result [Google::Apis::RealtimebiddingV1::Endpoint] parsed result object
317
+ # @yieldparam err [StandardError] error object if request failed
318
+ #
319
+ # @return [Google::Apis::RealtimebiddingV1::Endpoint]
320
+ #
321
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
322
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
323
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
324
+ def patch_bidder_endpoint(name, endpoint_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
325
+ command = make_simple_command(:patch, 'v1/{+name}', options)
326
+ command.request_representation = Google::Apis::RealtimebiddingV1::Endpoint::Representation
327
+ command.request_object = endpoint_object
328
+ command.response_representation = Google::Apis::RealtimebiddingV1::Endpoint::Representation
329
+ command.response_class = Google::Apis::RealtimebiddingV1::Endpoint
330
+ command.params['name'] = name unless name.nil?
331
+ command.query['updateMask'] = update_mask unless update_mask.nil?
332
+ command.query['fields'] = fields unless fields.nil?
333
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
334
+ execute_or_queue_command(command, &block)
335
+ end
336
+
296
337
  # Activates a pretargeting configuration.
297
338
  # @param [String] name
298
339
  # Required. The name of the pretargeting configuration. Format: bidders/`
@@ -946,7 +987,9 @@ module Google
946
987
  # @param [String] page_token
947
988
  # A token identifying a page of results the server should return. Typically,
948
989
  # this is the value of ListCreativesResponse.nextPageToken returned from the
949
- # previous call to the 'ListCreatives' method.
990
+ # previous call to the 'ListCreatives' method. Page tokens for continued pages
991
+ # are valid for up to five hours, counting from the call to 'ListCreatives' for
992
+ # the first page.
950
993
  # @param [String] view
951
994
  # Controls the amount of information included in the response. By default only
952
995
  # creativeServingDecision is included. To retrieve the entire creative resource (
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-realtimebidding_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-07 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Real-time Bidding API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-realtimebidding_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-realtimebidding_v1
57
63
  post_install_message:
58
64
  rdoc_options: []