google-apis-realtimebidding_v1 0.6.0 → 0.10.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: b8f9f4677dbacc593be453e6e0ab1cfbd1ed5599be1edb0172cb7c36a099c9e1
4
- data.tar.gz: e964b49a65cd016ae301d1de4fa8285e65150cea6b9fb72a24e0b36d2a0799e8
3
+ metadata.gz: cd8dc0e5df1e2ffbca128e24c687227bc41040227beefbb127b5cf8e787748fb
4
+ data.tar.gz: f7cb97f418191f92654fd84782c897330459c0623bfe4fa18c0ff0e72e5ddc72
5
5
  SHA512:
6
- metadata.gz: 8f446957d253fcefa56ad6a6fa4a1257ba7fa7bcc3a8ee678c781071b8de14e522cf8c0dadd9c3faf7452a74402d5db866917a808aaeec7025ff273862796ac7
7
- data.tar.gz: ce3d6fa8cb0017eb9ac46ff3d77f4dd5a28966551544c3e49cd5c66dac875161f3378e25f70dfdde64d83efb99e7d24a907de404e01cbf928add2ea705562455
6
+ metadata.gz: 537e7a21e34b5fc430a60188a3b8e4a65da124460c565093eb88aa2187edda06f8337fcb1950f9562038a1a9e7983fe50a42acdf5964b1c0da4e4efff8aa0091
7
+ data.tar.gz: 01afbcc388624ea0018108a6acd2df272ca518b5e332f005b17f2837e39bc3a44110c9c53651312105a81d72ce1acad13caff748b00963a93572a515abff21c3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.10.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.9.0 (2021-10-14)
8
+
9
+ * Regenerated from discovery document revision 20211013
10
+
11
+ ### v0.8.0 (2021-10-05)
12
+
13
+ * Regenerated from discovery document revision 20211002
14
+
15
+ ### v0.7.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.6.0 (2021-06-24)
4
20
 
5
21
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Realtimebidding service in particular.)
67
67
 
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-realtimebidding_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.10.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-28 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-realtimebidding_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.6.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-realtimebidding_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-realtimebidding_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.10.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-realtimebidding_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: