google-apis-admob_v1 0.22.0 → 0.24.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: 3f08c5122ed32232d6ea4c852051783fb83d7b1db682e0c69a5c5abb756beee5
4
- data.tar.gz: 57a0031f774f57e8be40f759fefac02adb50d87e04bdecdcb1418cec55bedf4f
3
+ metadata.gz: 9d74919a19c9c57e832aea50764300049bb85f49f6f22748483df732c71a33c9
4
+ data.tar.gz: bb566e68839dc447514ca69099d2070ff5720da51fad7c9dad43a12168e03cf5
5
5
  SHA512:
6
- metadata.gz: 0e292f7cef0fc08536719a1f34bb0cd39d30784c2bbd569fad7345e8f06b9e05ced7b9381e6fbd4aecb537879f57893b86176c843e3c369ea5da06f27bc4ba82
7
- data.tar.gz: bd14c8ed8f2db75e5a018638ba7ece18f8b2ac1734d9de569817eff97ead8e490da0d2b3ac37f5d3bfcd8091f1b07347b79c2af8599a155d3c1d37339c6f9496
6
+ metadata.gz: 909be36573bf83f95fac8b25d8d6371bc4ffc6ab80611364f4f8a1df6746cda8a4f6b82b07d7ffac6837028da78acce6a705c66459ced5c6771511c2f2627298
7
+ data.tar.gz: d47d11df429aa8615068b156b34bf7164fe59080e54608dc5a7369f0d1be952ff1a541cd3408a14e03da94bd924424ad326b5e8eb142f434551cb720eb5a45cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-admob_v1
2
2
 
3
+ ### v0.24.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240514
6
+ * Regenerated using generator version 0.15.0
7
+
8
+ ### v0.23.0 (2024-02-24)
9
+
10
+ * Regenerated using generator version 0.14.0
11
+
3
12
  ### v0.22.0 (2024-01-23)
4
13
 
5
14
  * Regenerated using generator version 0.13.0
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ 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 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
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. Currently, this means Ruby 2.5 and later. 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.
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
 
90
90
  ## License
91
91
 
@@ -272,7 +272,7 @@ module Google
272
272
  end
273
273
  end
274
274
 
275
- # Request to generate an AdMob mediation report.
275
+ # Request to generate an AdMob Mediation report.
276
276
  class GenerateMediationReportRequest
277
277
  include Google::Apis::Core::Hashable
278
278
 
@@ -303,7 +303,7 @@ module Google
303
303
  end
304
304
  end
305
305
 
306
- # The streaming response for the AdMob mediation report where the first response
306
+ # The streaming response for the AdMob Mediation report where the first response
307
307
  # contains the report header, then a stream of row responses, and finally a
308
308
  # footer as the last response message. For example: [` "header": ` "date_range":
309
309
  # ` "start_date": `"year": 2018, "month": 9, "day": 1`, "end_date": `"year":
@@ -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.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230425"
25
+ REVISION = "20240514"
26
26
  end
27
27
  end
28
28
  end
@@ -202,7 +202,7 @@ module Google
202
202
  execute_or_queue_command(command, &block)
203
203
  end
204
204
 
205
- # Generates an AdMob mediation report based on the provided report specification.
205
+ # Generates an AdMob Mediation report based on the provided report specification.
206
206
  # Returns result of a server-side streaming RPC. The result is returned in a
207
207
  # sequence of responses.
208
208
  # @param [String] parent
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admob_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.24.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: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-admob_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admob_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for AdMob API V1