google-apis-realtimebidding_v1 0.8.0 → 0.12.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: ff987294fa7f77e5ad1df3e205ca6e4eb87628814a03af14149d940c1e6a74fe
4
- data.tar.gz: 6297627e72bf9e39251525ab4af8cd97c0686b44790d41a7af46d48fe1452625
3
+ metadata.gz: 07f6f625f3b3f8b50d2cf3c6e7e3a30621af8d2a753c8f9d10a515f1a7b431f3
4
+ data.tar.gz: 6b119af23403b5e652c793a58c2bc852e914b81f929e3ccad4bd3d80a66bc5b4
5
5
  SHA512:
6
- metadata.gz: 76fb6f2e2b6617a4edcc124decae09c7560f742713d84fbf376ea69c916ae56e6c667f70811c77e99dc3d115e1fba293df885e0378cc2f01889472b7166267e3
7
- data.tar.gz: c874cf91882f0734fb73fc5eeac48c88a81d1125df3ac2dbc1f9199c7a660ea0967965c5ac72fe0c6ae85eead995c5b9c41f5c3be5e15b64151aa79d6abcf4ca
6
+ metadata.gz: 1ab492ee9fad957c14a560f69e0801ec45f2eeb0ae758ddf7bc24414f18ff147d2aca5cc840cd3e07f3ac53c0cb399043eb2f55ec4e3a1931ff415afc085800c
7
+ data.tar.gz: d280fa71cab4c9cf7d4135898b171ffcfb088769ccf9feb81b1821651f5a7cda4309218e108f6c558c3baa1c5e5cc22460ee6910f29e096df5c61e23a684a2bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.12.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220131
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.11.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.10.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.9.0 (2021-10-14)
17
+
18
+ * Regenerated from discovery document revision 20211013
19
+
3
20
  ### v0.8.0 (2021-10-05)
4
21
 
5
22
  * Regenerated from discovery document revision 20211002
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/realtimebidding_v1"
51
51
  client = Google::Apis::RealtimebiddingV1::RealtimeBiddingService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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
 
@@ -716,10 +716,10 @@ module Google
716
716
  # day and time zone are either specified elsewhere or are insignificant. The
717
717
  # date is relative to the Gregorian Calendar. This can represent one of the
718
718
  # following: * A full date, with non-zero year, month, and day values * A month
719
- # and day value, with a zero year, such as an anniversary * A year on its own,
720
- # with zero month and day values * A year and month value, with a zero day, such
721
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
722
- # google.protobuf.Timestamp`.
719
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
720
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
721
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
722
+ # DateTime * google.protobuf.Timestamp
723
723
  class Date
724
724
  include Google::Apis::Core::Hashable
725
725
 
@@ -1930,10 +1930,10 @@ module Google
1930
1930
  # day and time zone are either specified elsewhere or are insignificant. The
1931
1931
  # date is relative to the Gregorian Calendar. This can represent one of the
1932
1932
  # following: * A full date, with non-zero year, month, and day values * A month
1933
- # and day value, with a zero year, such as an anniversary * A year on its own,
1934
- # with zero month and day values * A year and month value, with a zero day, such
1935
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1936
- # google.protobuf.Timestamp`.
1933
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1934
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1935
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1936
+ # DateTime * google.protobuf.Timestamp
1937
1937
  # Corresponds to the JSON property `endDate`
1938
1938
  # @return [Google::Apis::RealtimebiddingV1::Date]
1939
1939
  attr_accessor :end_date
@@ -1947,10 +1947,10 @@ module Google
1947
1947
  # day and time zone are either specified elsewhere or are insignificant. The
1948
1948
  # date is relative to the Gregorian Calendar. This can represent one of the
1949
1949
  # following: * A full date, with non-zero year, month, and day values * A month
1950
- # and day value, with a zero year, such as an anniversary * A year on its own,
1951
- # with zero month and day values * A year and month value, with a zero day, such
1952
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1953
- # google.protobuf.Timestamp`.
1950
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1951
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1952
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1953
+ # DateTime * google.protobuf.Timestamp
1954
1954
  # Corresponds to the JSON property `startDate`
1955
1955
  # @return [Google::Apis::RealtimebiddingV1::Date]
1956
1956
  attr_accessor :start_date
@@ -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.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211002"
25
+ REVISION = "20220131"
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.8.0
4
+ version: 0.12.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 00:00:00.000000000 Z
11
+ date: 2022-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.8.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.12.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:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Real-time Bidding API V1