google-apis-adsense_v2 0.35.0 → 0.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d70e06a8fd0c54b82259661cd41c69748ff457ab0c32dec45c0b6107f59deedf
4
- data.tar.gz: 4e8b675ba4773f39c9d96fcb0629502d87623368b039237cb4d4f0033197152c
3
+ metadata.gz: eecb9cd42732c62ac0ef2916ff49b0162b1091bb706461060edb929aed25a2f8
4
+ data.tar.gz: 6dea82452a6bc3d79c2ff2ec7f5499b142c8be5a4d95cfd32ac3f8a9eb0b5e00
5
5
  SHA512:
6
- metadata.gz: 61aca3b50b517ec512cf1b90d9b189f32204b0ac476cf29589d91e44a7b2c3dd6d6514139f5883a8e912760bd1f68f69ee01591b9f415cc753ac9f1f5427ece3
7
- data.tar.gz: 8e8dc1557a0c9ec9cbb580499073715906342da75f57a735efca6d1dcb79dd5390ebd3cf9ccfda22f2d9b82a1dde532c33f2620c697d06607de99d0032d03b2c
6
+ metadata.gz: f4f033491872ca07cc232ce8a7eb02f16644694ccde36e9bece44209e104b0000fad03945b9b4a6a849cd9fe5950bee6f027ebe89e45a7c3829618b2e1b1a28b
7
+ data.tar.gz: dc300c209edd38780dc1baca7a2e8bd53bba2c1816371fe4fade9dddfe7b657e639bcd96dc9965a2f6e8f61599fdf65acd5e152c6d3d5d6717b6aee150a7318b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.36.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250224
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.35.0 (2024-12-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20241203
@@ -1022,11 +1022,7 @@ module Google
1022
1022
  class PolicyTopic
1023
1023
  include Google::Apis::Core::Hashable
1024
1024
 
1025
- # Required. Indicates if this is a policy violation or not. When the value is
1026
- # true, issues that are instances of this topic must be addressed to remain in
1027
- # compliance with the partner's agreements with Google. A false value indicates
1028
- # that it's not mandatory to fix the issues but advertising demand might be
1029
- # restricted.
1025
+ # Required. Deprecated. Policy topics no longer have a "must-fix" classification.
1030
1026
  # Corresponds to the JSON property `mustFix`
1031
1027
  # @return [Boolean]
1032
1028
  attr_accessor :must_fix
@@ -1038,6 +1034,13 @@ module Google
1038
1034
  # @return [String]
1039
1035
  attr_accessor :topic
1040
1036
 
1037
+ # Optional. The type of policy topic. For example, "POLICY" represents all the
1038
+ # policy topics that are related to the Google Publisher Policy (GPP). See https:
1039
+ # //support.google.com/adsense/answer/15689616.
1040
+ # Corresponds to the JSON property `type`
1041
+ # @return [String]
1042
+ attr_accessor :type
1043
+
1041
1044
  def initialize(**args)
1042
1045
  update!(**args)
1043
1046
  end
@@ -1046,6 +1049,7 @@ module Google
1046
1049
  def update!(**args)
1047
1050
  @must_fix = args[:must_fix] if args.key?(:must_fix)
1048
1051
  @topic = args[:topic] if args.key?(:topic)
1052
+ @type = args[:type] if args.key?(:type)
1049
1053
  end
1050
1054
  end
1051
1055
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdsenseV2
18
18
  # Version of the google-apis-adsense_v2 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241203"
25
+ REVISION = "20250224"
26
26
  end
27
27
  end
28
28
  end
@@ -518,6 +518,7 @@ module Google
518
518
  class Representation < Google::Apis::Core::JsonRepresentation
519
519
  property :must_fix, as: 'mustFix'
520
520
  property :topic, as: 'topic'
521
+ property :type, as: 'type'
521
522
  end
522
523
  end
523
524
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-adsense_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-08 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.36.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for AdSense Management API V2
82
79
  test_files: []