google-apis-admob_v1 0.17.0 → 0.19.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: 86ead2f140dc347c92098af69ac9ad93747ba9bd117be8b3a31a85fe65b8aa08
4
- data.tar.gz: 4b6d86a0fff72191fdfcd84033e06db21702e92638b6e0b25ff1879e574ceea2
3
+ metadata.gz: 959a71a1c6cd45f70e6df9ff6c38b7ce7bf636d899e4c6a8de2b05bbc212d2fb
4
+ data.tar.gz: a4a87f71526b2809c88dbb6015bf0be3bc3110163e4ffb8eb6532275287c1bcd
5
5
  SHA512:
6
- metadata.gz: 30a9f90afe66977ea05e98a5bde35e6749df20fd179002fc0290ce3c41f8b1547707082b364668f18d5018dd918977b727177e3ebe0eb29c8a4dd6d8dbbdcdd4
7
- data.tar.gz: c8c4fe761c9520e3674ebe2ea5440ced75fa61671b8262ce9a9181b878994040ef5c66cbef5509db552c70ff3644c3d7c066d43b5bffe1b4449ab84f08874722
6
+ metadata.gz: 7af5443c3cb506704540ef4c6b8ba41eb8b80687f2d976572a5a1c29219de0aaf2ca513a3c34115d96026bf050b1c2655436a4edd7eb138f92ce912e237694de
7
+ data.tar.gz: 57429473cdd221c0b465e4b88fb62980a9c01f28b64e2f0d04bc3ae7e56b86fbc5fe91f3355b3d15a54e4f891ce529627d46254fe23b1af868342bf5beb5dfc5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-admob_v1
2
2
 
3
+ ### v0.19.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230112
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.18.0 (2022-10-27)
9
+
10
+ * Regenerated from discovery document revision 20221026
11
+ * Regenerated using generator version 0.11.0
12
+
3
13
  ### v0.17.0 (2022-09-21)
4
14
 
5
15
  * Regenerated using generator version 0.10.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
@@ -88,6 +90,11 @@ module Google
88
90
  class App
89
91
  include Google::Apis::Core::Hashable
90
92
 
93
+ # Output only. The approval state for the app.
94
+ # Corresponds to the JSON property `appApprovalState`
95
+ # @return [String]
96
+ attr_accessor :app_approval_state
97
+
91
98
  # The externally visible ID of the app which can be used to integrate with the
92
99
  # AdMob SDK. This is a read only property. Example: ca-app-pub-9876543210987654~
93
100
  # 0123456789
@@ -123,6 +130,7 @@ module Google
123
130
 
124
131
  # Update properties of this object
125
132
  def update!(**args)
133
+ @app_approval_state = args[:app_approval_state] if args.key?(:app_approval_state)
126
134
  @app_id = args[:app_id] if args.key?(:app_id)
127
135
  @linked_app_info = args[:linked_app_info] if args.key?(:linked_app_info)
128
136
  @manual_app_info = args[:manual_app_info] if args.key?(:manual_app_info)
@@ -264,7 +272,7 @@ module Google
264
272
  end
265
273
  end
266
274
 
267
- # Request to generate an AdMob Mediation report.
275
+ # Request to generate an AdMob mediation report.
268
276
  class GenerateMediationReportRequest
269
277
  include Google::Apis::Core::Hashable
270
278
 
@@ -295,7 +303,7 @@ module Google
295
303
  end
296
304
  end
297
305
 
298
- # 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
299
307
  # contains the report header, then a stream of row responses, and finally a
300
308
  # footer as the last response message. For example: [` "header": ` "date_range":
301
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.17.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220520"
25
+ REVISION = "20230112"
26
26
  end
27
27
  end
28
28
  end
@@ -205,6 +205,7 @@ module Google
205
205
  class App
206
206
  # @private
207
207
  class Representation < Google::Apis::Core::JsonRepresentation
208
+ property :app_approval_state, as: 'appApprovalState'
208
209
  property :app_id, as: 'appId'
209
210
  property :linked_app_info, as: 'linkedAppInfo', class: Google::Apis::AdmobV1::AppLinkedAppInfo, decorator: Google::Apis::AdmobV1::AppLinkedAppInfo::Representation
210
211
 
@@ -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.17.0
4
+ version: 0.19.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-26 00:00:00.000000000 Z
11
+ date: 2023-01-15 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.9.0
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.9.0
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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1/v0.19.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for AdMob API V1