google-apis-realtimebidding_v1 0.29.0 → 0.30.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: 59ed3f5fd91311ac8faf3e69e0eaa05c65ca2b60d79ad293771e0a9e5eba3beb
4
- data.tar.gz: a44804691e2f6bc451ef617a89d89c76ac2f22027d20e8ed5b789803e33ddf6a
3
+ metadata.gz: d3a5b5de5bcc50253dc7df52892b452a8930d1c434bbc04dd720e7577fb28ea0
4
+ data.tar.gz: '080f48979dd10526beb138c3d6ea03675a99a8a052aa4e9263b7b9903da508cd'
5
5
  SHA512:
6
- metadata.gz: 1ab34fca5424351f57227019f344b709500c97a465ba70c1fbece97afe0184de0e354414da24ad696f3d108764072627361fdddc4377c30d9e2c69a3019847dd
7
- data.tar.gz: '099814b037839270d6dbec306d3b017dbbe565c4b7cb237376d6e11b7da93f561ecc766e513b4287976da6cd26482e9cc915512017f57c2bbe0334b2aedfdf20'
6
+ metadata.gz: d2ad76b1bf33a0fb06463d809c14bde3904eff32890610fe0964b710db05deab0bbedd67f341aaa80797a2751e7191c123e93ae5d73176f1e58313fc3035f05f
7
+ data.tar.gz: 8edbbb1f3245f7d16090a399877551658bf6919b8d0c91d7319cd81ecafebf5cc5cebf180a5d2b0953437d58a0e74005ec4dec7b590c28be6f8d5f4520b6953c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.30.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231106
6
+
3
7
  ### v0.29.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230907
@@ -1101,9 +1101,10 @@ module Google
1101
1101
  end
1102
1102
  end
1103
1103
 
1104
- # Deprecated. This will be removed in October 2023. For more information, see
1105
- # the release notes: https://developers.google.com/authorized-buyers/apis/
1106
- # relnotes#real-time-bidding-api Response for a request to get remarketing tag.
1104
+ # This has been sunset as of October 2023, and will return an error response if
1105
+ # called. For more information, see the release notes: https://developers.google.
1106
+ # com/authorized-buyers/apis/relnotes#real-time-bidding-api Response for a
1107
+ # request to get remarketing tag.
1107
1108
  class GetRemarketingTagResponse
1108
1109
  include Google::Apis::Core::Hashable
1109
1110
 
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230907"
25
+ REVISION = "20231106"
26
26
  end
27
27
  end
28
28
  end
@@ -976,12 +976,12 @@ module Google
976
976
  execute_or_queue_command(command, &block)
977
977
  end
978
978
 
979
- # Deprecated. This will be removed in October 2023. For more information, see
980
- # the release notes: https://developers.google.com/authorized-buyers/apis/
981
- # relnotes#real-time-bidding-api Gets remarketing tag for a buyer. A remarketing
982
- # tag is a piece of JavaScript code that can be placed on a web page. When a
983
- # user visits a page containing a remarketing tag, Google adds the user to a
984
- # user list.
979
+ # This has been sunset as of October 2023, and will return an error response if
980
+ # called. For more information, see the release notes: https://developers.google.
981
+ # com/authorized-buyers/apis/relnotes#real-time-bidding-api Gets remarketing tag
982
+ # for a buyer. A remarketing tag is a piece of JavaScript code that can be
983
+ # placed on a web page. When a user visits a page containing a remarketing tag,
984
+ # Google adds the user to a user list.
985
985
  # @param [String] name
986
986
  # Required. To fetch the remarketing tag for an account, the name must follow
987
987
  # the pattern `buyers/`accountId``, where ``accountId`` represents the ID of the
@@ -1337,12 +1337,12 @@ module Google
1337
1337
  execute_or_queue_command(command, &block)
1338
1338
  end
1339
1339
 
1340
- # Deprecated. This will be removed in October 2023. For more information, see
1341
- # the release notes: https://developers.google.com/authorized-buyers/apis/
1342
- # relnotes#real-time-bidding-api Gets remarketing tag for a buyer. A remarketing
1343
- # tag is a piece of JavaScript code that can be placed on a web page. When a
1344
- # user visits a page containing a remarketing tag, Google adds the user to a
1345
- # user list.
1340
+ # This has been sunset as of October 2023, and will return an error response if
1341
+ # called. For more information, see the release notes: https://developers.google.
1342
+ # com/authorized-buyers/apis/relnotes#real-time-bidding-api Gets remarketing tag
1343
+ # for a buyer. A remarketing tag is a piece of JavaScript code that can be
1344
+ # placed on a web page. When a user visits a page containing a remarketing tag,
1345
+ # Google adds the user to a user list.
1346
1346
  # @param [String] name
1347
1347
  # Required. To fetch the remarketing tag for an account, the name must follow
1348
1348
  # the pattern `buyers/`accountId``, where ``accountId`` represents the ID of the
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.29.0
4
+ version: 0.30.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: 2023-09-10 00:00:00.000000000 Z
11
+ date: 2023-11-12 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/main/generated/google-apis-realtimebidding_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.30.0
62
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: []