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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/admob_v1/classes.rb +2 -2
- data/lib/google/apis/admob_v1/gem_version.rb +3 -3
- data/lib/google/apis/admob_v1/service.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d74919a19c9c57e832aea50764300049bb85f49f6f22748483df732c71a33c9
|
4
|
+
data.tar.gz: bb566e68839dc447514ca69099d2070ff5720da51fad7c9dad43a12168e03cf5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 909be36573bf83f95fac8b25d8d6371bc4ffc6ab80611364f4f8a1df6746cda8a4f6b82b07d7ffac6837028da78acce6a705c66459ced5c6771511c2f2627298
|
7
|
+
data.tar.gz: d47d11df429aa8615068b156b34bf7164fe59080e54608dc5a7369f0d1be952ff1a541cd3408a14e03da94bd924424ad326b5e8eb142f434551cb720eb5a45cd
|
data/CHANGELOG.md
CHANGED
@@ -272,7 +272,7 @@ module Google
|
|
272
272
|
end
|
273
273
|
end
|
274
274
|
|
275
|
-
# Request to generate an AdMob
|
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
|
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.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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
|
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.
|
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-
|
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.
|
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.
|
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.
|
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: []
|