google-apis-admob_v1 0.25.0 → 0.26.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: 377b0311b56acc47887d86178a7550535ba033d18adfa3caba41bdd6d425989b
4
- data.tar.gz: 261c6b0f06724c11a1526b54ef93886ab2936e0c89a4a5823894391c10a02a2b
3
+ metadata.gz: c565e06dc3d2e430b52747a5db8af9bcdea5aa25dc73242afa48dbe63bda71f8
4
+ data.tar.gz: 28f5f2aced5589d5857198f5311c035871a7af90adab7088539f09344f09ec1f
5
5
  SHA512:
6
- metadata.gz: 26ffa42d0ba8b01443d94fa9ede2b29e758d8049e3a8cb9839e0ff9be32cd9a98c40eb11e712a96cd205eb185ee4decc4cef8f2b42f4ea63953d231eb4ae809d
7
- data.tar.gz: debabda6b44d060ce25357749e8adc37bf55402df65e19fbcaf8ef65a5d69f68f042bb137ad6d5bd15577bc93c9b9a1fbf330aae932a174be6109141262bf723
6
+ metadata.gz: c535fb3e9121718a3c9b9739697aaab188ad85890891d4f3f10b5928e4a93443d07a0d940d04498346d0bda45b198e04703170f0e3e799312426ae77ddad63ac
7
+ data.tar.gz: a84a99ba64f521c5df9e5aceef5c023d7529b13fb3840dbb4e84d61cc9816bb1fd4408fdaf290b2b09350cc7743fd34104a14cbd220a7980a483da57d8281368
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-admob_v1
2
2
 
3
+ ### v0.26.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260610
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.25.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/admob/api/) may provid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
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
 
@@ -47,8 +47,8 @@ module Google
47
47
  attr_accessor :ad_types
48
48
 
49
49
  # The externally visible ID of the ad unit which can be used to integrate with
50
- # the AdMob SDK. This is a read only property. Example: ca-app-pub-
51
- # 9876543210987654/0123456789
50
+ # AdMob. This is a read only property. Example: ca-app-pub-9876543210987654/
51
+ # 0123456789
52
52
  # Corresponds to the JSON property `adUnitId`
53
53
  # @return [String]
54
54
  attr_accessor :ad_unit_id
@@ -95,9 +95,8 @@ module Google
95
95
  # @return [String]
96
96
  attr_accessor :app_approval_state
97
97
 
98
- # The externally visible ID of the app which can be used to integrate with the
99
- # AdMob SDK. This is a read only property. Example: ca-app-pub-9876543210987654~
100
- # 0123456789
98
+ # The externally visible ID of the app which can be used to integrate with AdMob.
99
+ # This is a read only property. Example: ca-app-pub-9876543210987654~0123456789
101
100
  # Corresponds to the JSON property `appId`
102
101
  # @return [String]
103
102
  attr_accessor :app_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdmobV1
18
18
  # Version of the google-apis-admob_v1 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.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.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240514"
25
+ REVISION = "20260610"
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-admob_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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-admob_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1/v0.25.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1/v0.26.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admob_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
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 AdMob API V1
79
79
  test_files: []