google-apis-realtimebidding_v1 0.26.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: 3f74c2b12342a9345c5150fe74376b079b88d4a626f8882668b0e823a772bfd4
4
- data.tar.gz: a7b367176464b67ec154a2794611b5586055f6c8a9973344f45dafadc38d6910
3
+ metadata.gz: 5a881e4b43db6051d2ff57d14d3cf2753c2777edd6268fb21e2dac297d9c59c6
4
+ data.tar.gz: b870e3892d58b81d364b48aa8ce01e2fa606681d78dc8a85810200b9cd13db22
5
5
  SHA512:
6
- metadata.gz: 50b9e7527c90b3a335a264dab2262f73b03899a8c24e94966bb6c1fefdfa3ccfd28feab5d4f26045278eebb816ccd14b6019fdbb6f1f5ba1712dd7c1eb055748
7
- data.tar.gz: 3e09893fbff3938645a5ba14380fbc78e15fc88c98513fc3f26cebc04f13cdb2d927d8174e310907d58740912e9cdda3fac43304dcded123ad3d4d7ed3e138fa
6
+ metadata.gz: 021e7fe715ddf783585515e7e1b2e9c4994b2e020685cb2e649edd62747caa502d198c61624166bd756e7bc24b690506ea27abff3dd72d76d0fec4129f0ae593
7
+ data.tar.gz: 31cd61e95b8ec768b6267309f8c912d8095c1aecd6fe6d2e0021427ea4491a89a066d22a4a290ca3673ef6ab1f623869c958e8f47644d065175fb0c6ea445f24
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.26.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230308
@@ -1631,6 +1631,15 @@ module Google
1631
1631
  # @return [String]
1632
1632
  attr_accessor :help_center_url
1633
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
+
1634
1643
  # Policy topic this entry refers to. For example, "ALCOHOL", "
1635
1644
  # TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". The set of possible
1636
1645
  # policy topics is not fixed for a particular API version and may change at any
@@ -1647,6 +1656,7 @@ module Google
1647
1656
  def update!(**args)
1648
1657
  @evidences = args[:evidences] if args.key?(:evidences)
1649
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)
1650
1660
  @policy_topic = args[:policy_topic] if args.key?(:policy_topic)
1651
1661
  end
1652
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.26.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 = "20230308"
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.26.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-03-12 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.26.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: []