google-apis-admob_v1 0.23.0 → 0.24.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: ea1eb9ba913e78ad74044709f78f4c577476078937586acee5a9813b3fafc022
4
- data.tar.gz: 58a22a3ef7bf68abf0e4df6f346f16e486edc1894f49147979ed9170af8d1727
3
+ metadata.gz: 9d74919a19c9c57e832aea50764300049bb85f49f6f22748483df732c71a33c9
4
+ data.tar.gz: bb566e68839dc447514ca69099d2070ff5720da51fad7c9dad43a12168e03cf5
5
5
  SHA512:
6
- metadata.gz: 43d188f159c68ad7d2dc0362701472924bb49831128af535e9c5196892f60c2b533337c67c698296cc3998ddbc817d13423a1348f964f233c7d79c0fce2e229e
7
- data.tar.gz: dd16c6b8c384d4fb7199b6ac158ef698de38a8a59436f52060baabd3ff2492dcfae0254fd9fd259d63bb9db4e20410b366d6d699efb59c1c67e5bd13cdbda5a3
6
+ metadata.gz: 909be36573bf83f95fac8b25d8d6371bc4ffc6ab80611364f4f8a1df6746cda8a4f6b82b07d7ffac6837028da78acce6a705c66459ced5c6771511c2f2627298
7
+ data.tar.gz: d47d11df429aa8615068b156b34bf7164fe59080e54608dc5a7369f0d1be952ff1a541cd3408a14e03da94bd924424ad326b5e8eb142f434551cb720eb5a45cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.23.0 (2024-02-24)
4
9
 
5
10
  * Regenerated using generator version 0.14.0
@@ -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.23.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.14.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.23.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-02-25 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.14.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.14.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.23.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: []