google-apis-admob_v1 0.16.0 → 0.18.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: 2e59f50d5268fbc8fe3632be1752cc667d33ab6aeb9804f58c5f0744859c44d1
4
- data.tar.gz: b06aaf516e3f222937dd53db1207c409d9a9fb57964a453140fdc1fecee4e770
3
+ metadata.gz: f61c4ffc6742e39668b225c2e24121182ee15cd716ed6a4e0cc93a05f5c7b759
4
+ data.tar.gz: 7f43f71a95ef78703ee1590c6cd66e94ca951c66a52743dd82003374889d652f
5
5
  SHA512:
6
- metadata.gz: 7734b8908f7e4df1f7628e9cc2bf64ae64436f65cf2fbed28a4d74a425b7b962849d53143df075dca99659126cca0c23aabde3aaacdca9c5e68781565dafc00a
7
- data.tar.gz: 8763da8ea5d5884c88ba0e9706179d6a4079efe80203e0a9ff6b95b5270d3a6407d307f7ca2c813fa58e5ad30457a52311ce8080946b76daedbc8ab25314b729
6
+ metadata.gz: 7a6fc7f581e954377c886daa256dfe223ba426eb3eb5de2f34908031dbf69421bf324475116df389851411e2f7ba2cf2a80f614375c0d308acda840e5e0aa2e8
7
+ data.tar.gz: 6ff41ee936aac6b57a431bc4fb54f38e222268b33112d550c5a50e3164f53aff7d333fcd1d3da3c3b161562f432fe2b167d0c8d884c86c88b96123a5d0f95bfb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-admob_v1
2
2
 
3
+ ### v0.18.0 (2022-10-27)
4
+
5
+ * Regenerated from discovery document revision 20221026
6
+ * Regenerated using generator version 0.11.0
7
+
8
+ ### v0.17.0 (2022-09-21)
9
+
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.16.0 (2022-09-18)
4
13
 
5
14
  * Regenerated using generator version 0.9.0
@@ -26,14 +26,16 @@ module Google
26
26
  class AdUnit
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
- # AdFormat of the ad unit. Possible values are as follows: "BANNER" - Banner ad
30
- # format. "BANNER_INTERSTITIAL" - Legacy format that can be used as either
31
- # banner or interstitial. This format can no longer be created but can be
32
- # targeted by mediation groups. "INTERSTITIAL" - A full screen ad. Supported ad
33
- # types are "RICH_MEDIA" and "VIDEO". "NATIVE" - Native ad format. "REWARDED" -
34
- # An ad that, once viewed, gets a callback verifying the view so that a reward
35
- # can be given to the user. Supported ad types are "RICH_MEDIA" (interactive)
36
- # and video where video can not be excluded.
29
+ # AdFormat of the ad unit. Possible values are as follows: "APP_OPEN" - App Open
30
+ # ad format. "BANNER" - Banner ad format. "BANNER_INTERSTITIAL" - Legacy format
31
+ # that can be used as either banner or interstitial. This format can no longer
32
+ # be created but can be targeted by mediation groups. "INTERSTITIAL" - A full
33
+ # screen ad. Supported ad types are "RICH_MEDIA" and "VIDEO". "NATIVE" - Native
34
+ # ad format. "REWARDED" - An ad that, once viewed, gets a callback verifying the
35
+ # view so that a reward can be given to the user. Supported ad types are "
36
+ # RICH_MEDIA" (interactive) and video where video can not be excluded. "
37
+ # REWARDED_INTERSTITIAL" - Rewarded Interstitial ad format. Only supports video
38
+ # ad type. See https://support.google.com/admob/answer/9884467.
37
39
  # Corresponds to the JSON property `adFormat`
38
40
  # @return [String]
39
41
  attr_accessor :ad_format
@@ -264,7 +266,7 @@ module Google
264
266
  end
265
267
  end
266
268
 
267
- # Request to generate an AdMob Mediation report.
269
+ # Request to generate an AdMob mediation report.
268
270
  class GenerateMediationReportRequest
269
271
  include Google::Apis::Core::Hashable
270
272
 
@@ -295,7 +297,7 @@ module Google
295
297
  end
296
298
  end
297
299
 
298
- # The streaming response for the AdMob Mediation report where the first response
300
+ # The streaming response for the AdMob mediation report where the first response
299
301
  # contains the report header, then a stream of row responses, and finally a
300
302
  # footer as the last response message. For example: [` "header": ` "date_range":
301
303
  # ` "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.16.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220520"
25
+ REVISION = "20221026"
26
26
  end
27
27
  end
28
28
  end
@@ -200,7 +200,7 @@ module Google
200
200
  execute_or_queue_command(command, &block)
201
201
  end
202
202
 
203
- # Generates an AdMob Mediation report based on the provided report specification.
203
+ # Generates an AdMob mediation report based on the provided report specification.
204
204
  # Returns result of a server-side streaming RPC. The result is returned in a
205
205
  # sequence of responses.
206
206
  # @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.16.0
4
+ version: 0.18.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: 2022-09-19 00:00:00.000000000 Z
11
+ date: 2022-10-31 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.7.2
19
+ version: 0.9.1
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.7.2
29
+ version: 0.9.1
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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1/v0.18.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: []