google-apis-adsense_v2 0.35.0 → 0.37.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: 6a5ee46689a6248659bfc85c945a4b8b3e1ed6de79152b76d9a55372dfb07e79
4
+ data.tar.gz: 4a098371019f00379b0638267c07ac93330a929879f2d6b7aab4b30d12b68d23
5
5
  SHA512:
6
- metadata.gz: 61aca3b50b517ec512cf1b90d9b189f32204b0ac476cf29589d91e44a7b2c3dd6d6514139f5883a8e912760bd1f68f69ee01591b9f415cc753ac9f1f5427ece3
7
- data.tar.gz: 8e8dc1557a0c9ec9cbb580499073715906342da75f57a735efca6d1dcb79dd5390ebd3cf9ccfda22f2d9b82a1dde532c33f2620c697d06607de99d0032d03b2c
6
+ metadata.gz: 589521fb461936a893be5178228f15867601376d83b58420ca84f22c4b7582b03f079a51b55b3bf432b4f17165c07eec89d8aeaeea0974700852b8721a5b1a31
7
+ data.tar.gz: 28b830d7afae651bee4b4a45f7934fc395b6fce721db66cce7dad57b264de52b071330a6ee8009768bd617b353d9154fb1142c102b7e4b6c71357a8947ead9d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.37.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250506
6
+ * Regenerated using generator version 0.17.0
7
+
8
+ ### v0.36.0 (2025-02-26)
9
+
10
+ * Regenerated from discovery document revision 20250224
11
+ * Regenerated using generator version 0.16.0
12
+
3
13
  ### v0.35.0 (2024-12-08)
4
14
 
5
15
  * Regenerated from discovery document revision 20241203
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/adsense/management/) m
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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. Always set to false.
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.37.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.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241203"
25
+ REVISION = "20250506"
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.37.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: 1980-01-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.37.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
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
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.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for AdSense Management API V2
82
79
  test_files: []