google-apis-realtimebidding_v1 0.27.0 → 0.28.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: 5a881e4b43db6051d2ff57d14d3cf2753c2777edd6268fb21e2dac297d9c59c6
4
- data.tar.gz: b870e3892d58b81d364b48aa8ce01e2fa606681d78dc8a85810200b9cd13db22
3
+ metadata.gz: fe127cb5a95bae594a157277990eb6364cad4a35620c8242369c41dcadbac25c
4
+ data.tar.gz: a5ddd51456e2ff3ea1b225d8af4ff85ef6d30bee80a1f740fcebd0a5fe82dcaa
5
5
  SHA512:
6
- metadata.gz: 021e7fe715ddf783585515e7e1b2e9c4994b2e020685cb2e649edd62747caa502d198c61624166bd756e7bc24b690506ea27abff3dd72d76d0fec4129f0ae593
7
- data.tar.gz: 31cd61e95b8ec768b6267309f8c912d8095c1aecd6fe6d2e0021427ea4491a89a066d22a4a290ca3673ef6ab1f623869c958e8f47644d065175fb0c6ea445f24
6
+ metadata.gz: 68fb67ee30784357281d61b03371fa720490b520ca86ae7f9811bf0fdf29b05554b5c644d0c61a20fa20c145a0f887cc85351725c7cf0785ad90b11d36e7830b
7
+ data.tar.gz: 81c1d0ef57c5d471279f1c943f69d57926f8238b0e202962d006a1c6f24a8f1b3ea6564974b7e79a58a51da0fded3afce0b84e0e1b464c3068c8bdf157d272c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.28.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230821
6
+
3
7
  ### v0.27.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230320
@@ -1101,7 +1101,9 @@ module Google
1101
1101
  end
1102
1102
  end
1103
1103
 
1104
- # Response for a request to get remarketing tag.
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.
1105
1107
  class GetRemarketingTagResponse
1106
1108
  include Google::Apis::Core::Hashable
1107
1109
 
@@ -2101,8 +2103,10 @@ module Google
2101
2103
  end
2102
2104
  end
2103
2105
 
2104
- # Represents the URL restriction (for the URL captured by the pixel callback)
2105
- # for a user list.
2106
+ # Deprecated. This will be removed in October 2023. For more information, see
2107
+ # the release notes: https://developers.google.com/authorized-buyers/apis/
2108
+ # relnotes#real-time-bidding-api Represents the URL restriction (for the URL
2109
+ # captured by the pixel callback) for a user list.
2106
2110
  class UrlRestriction
2107
2111
  include Google::Apis::Core::Hashable
2108
2112
 
@@ -2192,8 +2196,10 @@ module Google
2192
2196
  # @return [String]
2193
2197
  attr_accessor :status
2194
2198
 
2195
- # Represents the URL restriction (for the URL captured by the pixel callback)
2196
- # for a user list.
2199
+ # Deprecated. This will be removed in October 2023. For more information, see
2200
+ # the release notes: https://developers.google.com/authorized-buyers/apis/
2201
+ # relnotes#real-time-bidding-api Represents the URL restriction (for the URL
2202
+ # captured by the pixel callback) for a user list.
2197
2203
  # Corresponds to the JSON property `urlRestriction`
2198
2204
  # @return [Google::Apis::RealtimebiddingV1::UrlRestriction]
2199
2205
  attr_accessor :url_restriction
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.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 = "20230320"
25
+ REVISION = "20230821"
26
26
  end
27
27
  end
28
28
  end
@@ -976,9 +976,12 @@ module Google
976
976
  execute_or_queue_command(command, &block)
977
977
  end
978
978
 
979
- # Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript
980
- # code that can be placed on a web page. When a user visits a page containing a
981
- # remarketing tag, Google adds the user to a user list.
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.
982
985
  # @param [String] name
983
986
  # Required. To fetch remarketing tag for an account, name must follow the
984
987
  # pattern `buyers/`accountId`` where ``accountId`` represents ID of a buyer that
@@ -1333,9 +1336,12 @@ module Google
1333
1336
  execute_or_queue_command(command, &block)
1334
1337
  end
1335
1338
 
1336
- # Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript
1337
- # code that can be placed on a web page. When a user visits a page containing a
1338
- # remarketing tag, Google adds the user to a user list.
1339
+ # Deprecated. This will be removed in October 2023. For more information, see
1340
+ # the release notes: https://developers.google.com/authorized-buyers/apis/
1341
+ # relnotes#real-time-bidding-api Gets remarketing tag for a buyer. A remarketing
1342
+ # tag is a piece of JavaScript code that can be placed on a web page. When a
1343
+ # user visits a page containing a remarketing tag, Google adds the user to a
1344
+ # user list.
1339
1345
  # @param [String] name
1340
1346
  # Required. To fetch remarketing tag for an account, name must follow the
1341
1347
  # pattern `buyers/`accountId`` where ``accountId`` represents ID of a buyer that
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.27.0
4
+ version: 0.28.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-03-26 00:00:00.000000000 Z
11
+ date: 2023-08-27 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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.28.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: []
@@ -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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Real-time Bidding API V1