google-apis-realtimebidding_v1 0.8.0 → 0.9.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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d5898437b059f184049cb273579f6edd4d496c8f4a7e1e3b2d0d33bba33eea0
|
4
|
+
data.tar.gz: 74b9eedf5428098394c80ff0aec36851c24fd31643d07d4cb37de950a5adcb5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2981803dbedc3db0ea4043c835c6e1c7f465a8adfa4e42c32d79104907846e20de56d63e43a062c8072006764dfce3b7b75292d6a4a941ab4591e087f622d5ce
|
7
|
+
data.tar.gz: 202657a4e429e5ff7b9680d8c5454f505d84f7f6502e5b99ffd060ac763d01bfb23d62664c7a9aa1396062248b2428fefb28e071a56cc6cc4b910e2c08d29082
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211013"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -295,6 +295,45 @@ module Google
|
|
295
295
|
execute_or_queue_command(command, &block)
|
296
296
|
end
|
297
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
|
+
|
298
337
|
# Activates a pretargeting configuration.
|
299
338
|
# @param [String] name
|
300
339
|
# Required. The name of the pretargeting configuration. Format: bidders/`
|
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.
|
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-10-
|
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
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.9.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-realtimebidding_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|