google-apis-adsense_v2 0.37.0 → 0.38.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: 6a5ee46689a6248659bfc85c945a4b8b3e1ed6de79152b76d9a55372dfb07e79
4
- data.tar.gz: 4a098371019f00379b0638267c07ac93330a929879f2d6b7aab4b30d12b68d23
3
+ metadata.gz: c1ef1857510597b5e16279ff25d3db34d2ad0decf3aabe833239f57ed59f0396
4
+ data.tar.gz: f46912e0120ce3a1892649bf6df6d66079cf1e232248fde75ce8639eadcdb578
5
5
  SHA512:
6
- metadata.gz: 589521fb461936a893be5178228f15867601376d83b58420ca84f22c4b7582b03f079a51b55b3bf432b4f17165c07eec89d8aeaeea0974700852b8721a5b1a31
7
- data.tar.gz: 28b830d7afae651bee4b4a45f7934fc395b6fce721db66cce7dad57b264de52b071330a6ee8009768bd617b353d9154fb1142c102b7e4b6c71357a8947ead9d4
6
+ metadata.gz: 9759a80d70fe889d9ddb59042271fcd16e8bc305de6a1f8f49ea511ccf9d7b18979388eefda8edb5a386853e34da05292c68664a810d78a7bb3f33a6314c8c88
7
+ data.tar.gz: 9c9cccac860217c3a79549ba6c9ab3625cc49514d57b79b4703d576533c2815ce039fc6d917be5a9e2083f4ce4d3ab4e74966055008a4977a3187cf6d18c406b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.38.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250624
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.37.0 (2025-05-18)
4
9
 
5
10
  * Regenerated from discovery document revision 20250506
@@ -48,7 +48,8 @@ module Google
48
48
  # @return [Array<String>]
49
49
  attr_accessor :pending_tasks
50
50
 
51
- # Output only. Whether this account is premium.
51
+ # Output only. Whether this account is premium. Premium accounts have access to
52
+ # additional spam-related metrics.
52
53
  # Corresponds to the JSON property `premium`
53
54
  # @return [Boolean]
54
55
  attr_accessor :premium
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250506"
25
+ REVISION = "20250624"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-adsense_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.38.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for AdSense Management API V2
79
79
  test_files: []