google-apis-realtimebidding_v1 0.25.0 → 0.27.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: ed7c0d5eef1233d7e90a0bb74653257f550f17127ba08a6068858753b4bb7f55
4
- data.tar.gz: 771f3400cd41b6fdc50664c9abae558e35b0d36448534674df3fa1fde98dba81
3
+ metadata.gz: 5a881e4b43db6051d2ff57d14d3cf2753c2777edd6268fb21e2dac297d9c59c6
4
+ data.tar.gz: b870e3892d58b81d364b48aa8ce01e2fa606681d78dc8a85810200b9cd13db22
5
5
  SHA512:
6
- metadata.gz: 727ca0670462d06ec7f7d1756054c708e25c71eeaa1b9a369837e5420e955ea35925c6dd2e4808b9d095d2b1edd6f8f2cae4d68a28ede830f49e38e9ea7b52b4
7
- data.tar.gz: ab49635b1d1c9fc0b923b238238d3f23a479001afb88eb00592a4e0e0b8ba5a59c5758bc7a9d107152c93b11ba903360d0c23c06b28ca121ddc0baae358cfd2e
6
+ metadata.gz: 021e7fe715ddf783585515e7e1b2e9c4994b2e020685cb2e649edd62747caa502d198c61624166bd756e7bc24b690506ea27abff3dd72d76d0fec4129f0ae593
7
+ data.tar.gz: 31cd61e95b8ec768b6267309f8c912d8095c1aecd6fe6d2e0021427ea4491a89a066d22a4a290ca3673ef6ab1f623869c958e8f47644d065175fb0c6ea445f24
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.27.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230320
6
+
7
+ ### v0.26.0 (2023-03-12)
8
+
9
+ * Regenerated from discovery document revision 20230308
10
+
3
11
  ### v0.25.0 (2023-02-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230207
@@ -591,7 +591,9 @@ module Google
591
591
  # authorized-buyers/rtb/fledge-origin-trial). The URL to fetch an interest group
592
592
  # ad used in [TURTLEDOVE on-device auction](https://github.com/WICG/turtledove/
593
593
  # blob/main/FLEDGE.md#1-browsers-record-interest-groups"). This should be unique
594
- # among all creatives for a given `accountId`.
594
+ # among all creatives for a given `accountId`. This URL should be the same as
595
+ # the URL returned by [generateBid()](https://github.com/WICG/turtledove/blob/
596
+ # main/FLEDGE.md#32-on-device-bidding).
595
597
  # Corresponds to the JSON property `renderUrl`
596
598
  # @return [String]
597
599
  attr_accessor :render_url
@@ -1629,6 +1631,15 @@ module Google
1629
1631
  # @return [String]
1630
1632
  attr_accessor :help_center_url
1631
1633
 
1634
+ # Whether or not the policy topic is missing a certificate. Some policy topics
1635
+ # require a certificate to unblock serving in some regions. For more information
1636
+ # about creative certification, refer to: https://support.google.com/
1637
+ # authorizedbuyers/answer/7450776
1638
+ # Corresponds to the JSON property `missingCertificate`
1639
+ # @return [Boolean]
1640
+ attr_accessor :missing_certificate
1641
+ alias_method :missing_certificate?, :missing_certificate
1642
+
1632
1643
  # Policy topic this entry refers to. For example, "ALCOHOL", "
1633
1644
  # TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". The set of possible
1634
1645
  # policy topics is not fixed for a particular API version and may change at any
@@ -1645,6 +1656,7 @@ module Google
1645
1656
  def update!(**args)
1646
1657
  @evidences = args[:evidences] if args.key?(:evidences)
1647
1658
  @help_center_url = args[:help_center_url] if args.key?(:help_center_url)
1659
+ @missing_certificate = args[:missing_certificate] if args.key?(:missing_certificate)
1648
1660
  @policy_topic = args[:policy_topic] if args.key?(:policy_topic)
1649
1661
  end
1650
1662
  end
@@ -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.25.0"
19
+ GEM_VERSION = "0.27.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 = "20230207"
25
+ REVISION = "20230320"
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
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.25.0
4
+ version: 0.27.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-03-26 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.27.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: []