google-apis-realtimebidding_v1 0.26.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: 3f74c2b12342a9345c5150fe74376b079b88d4a626f8882668b0e823a772bfd4
4
- data.tar.gz: a7b367176464b67ec154a2794611b5586055f6c8a9973344f45dafadc38d6910
3
+ metadata.gz: fe127cb5a95bae594a157277990eb6364cad4a35620c8242369c41dcadbac25c
4
+ data.tar.gz: a5ddd51456e2ff3ea1b225d8af4ff85ef6d30bee80a1f740fcebd0a5fe82dcaa
5
5
  SHA512:
6
- metadata.gz: 50b9e7527c90b3a335a264dab2262f73b03899a8c24e94966bb6c1fefdfa3ccfd28feab5d4f26045278eebb816ccd14b6019fdbb6f1f5ba1712dd7c1eb055748
7
- data.tar.gz: 3e09893fbff3938645a5ba14380fbc78e15fc88c98513fc3f26cebc04f13cdb2d927d8174e310907d58740912e9cdda3fac43304dcded123ad3d4d7ed3e138fa
6
+ metadata.gz: 68fb67ee30784357281d61b03371fa720490b520ca86ae7f9811bf0fdf29b05554b5c644d0c61a20fa20c145a0f887cc85351725c7cf0785ad90b11d36e7830b
7
+ data.tar.gz: 81c1d0ef57c5d471279f1c943f69d57926f8238b0e202962d006a1c6f24a8f1b3ea6564974b7e79a58a51da0fded3afce0b84e0e1b464c3068c8bdf157d272c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.27.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230320
10
+
3
11
  ### v0.26.0 (2023-03-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230308
@@ -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
 
@@ -1631,6 +1633,15 @@ module Google
1631
1633
  # @return [String]
1632
1634
  attr_accessor :help_center_url
1633
1635
 
1636
+ # Whether or not the policy topic is missing a certificate. Some policy topics
1637
+ # require a certificate to unblock serving in some regions. For more information
1638
+ # about creative certification, refer to: https://support.google.com/
1639
+ # authorizedbuyers/answer/7450776
1640
+ # Corresponds to the JSON property `missingCertificate`
1641
+ # @return [Boolean]
1642
+ attr_accessor :missing_certificate
1643
+ alias_method :missing_certificate?, :missing_certificate
1644
+
1634
1645
  # Policy topic this entry refers to. For example, "ALCOHOL", "
1635
1646
  # TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". The set of possible
1636
1647
  # policy topics is not fixed for a particular API version and may change at any
@@ -1647,6 +1658,7 @@ module Google
1647
1658
  def update!(**args)
1648
1659
  @evidences = args[:evidences] if args.key?(:evidences)
1649
1660
  @help_center_url = args[:help_center_url] if args.key?(:help_center_url)
1661
+ @missing_certificate = args[:missing_certificate] if args.key?(:missing_certificate)
1650
1662
  @policy_topic = args[:policy_topic] if args.key?(:policy_topic)
1651
1663
  end
1652
1664
  end
@@ -2091,8 +2103,10 @@ module Google
2091
2103
  end
2092
2104
  end
2093
2105
 
2094
- # Represents the URL restriction (for the URL captured by the pixel callback)
2095
- # 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.
2096
2110
  class UrlRestriction
2097
2111
  include Google::Apis::Core::Hashable
2098
2112
 
@@ -2182,8 +2196,10 @@ module Google
2182
2196
  # @return [String]
2183
2197
  attr_accessor :status
2184
2198
 
2185
- # Represents the URL restriction (for the URL captured by the pixel callback)
2186
- # 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.
2187
2203
  # Corresponds to the JSON property `urlRestriction`
2188
2204
  # @return [Google::Apis::RealtimebiddingV1::UrlRestriction]
2189
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.26.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 = "20230308"
25
+ REVISION = "20230821"
26
26
  end
27
27
  end
28
28
  end
@@ -805,6 +805,7 @@ module Google
805
805
  collection :evidences, as: 'evidences', class: Google::Apis::RealtimebiddingV1::PolicyTopicEvidence, decorator: Google::Apis::RealtimebiddingV1::PolicyTopicEvidence::Representation
806
806
 
807
807
  property :help_center_url, as: 'helpCenterUrl'
808
+ property :missing_certificate, as: 'missingCertificate'
808
809
  property :policy_topic, as: 'policyTopic'
809
810
  end
810
811
  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.26.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-12 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.26.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