google-apis-admob_v1beta 0.18.0 → 0.20.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: 80b30e1e12914100fa79ff4c620bf81a6f90edd4b1233ae5380dea2a91121844
4
- data.tar.gz: 54a74c7f4d4c12e1f38b1b008361fea41bc762aadccc8e36701e99a0c61f08be
3
+ metadata.gz: 03ede165709581462db73c33263bcd5632363762af6dd4658700ad9880f522e6
4
+ data.tar.gz: 5242b9045ef512fc9e3d5502bb3c73c933a5641ae9fc70ce395b982c2af8afcd
5
5
  SHA512:
6
- metadata.gz: cded6c1d64fe55528f069688af2b826bf867bf674bd81a003e3ff68537cad8ea68f07e38a5881cf00b94693b7b483a6ab7e66d8a93926edd4b60731ea4a73a74
7
- data.tar.gz: 14e7166646ac520b5dc5861452a6179dff337590bb15f2fc630bf0667b821622b1e2b15c727e2014a27dc42f9bdc2aa5c28cd684804453fae9f54d3b1abc1d99
6
+ metadata.gz: e130596a0ab7b07105bed9502399c2ed72adcebbb2eda11fb270c81cd757d86519a1e122c5981ff78f24f48d0dae515eff81e92a5e41e014dd99eedf09fe09bc
7
+ data.tar.gz: bf1a2cdff1ad0f8c12219b56f1203c7f04c94eac3e2bb8d601d2bde5caeedab9a8909d1520f81b96fcaac2c85b3e1cd10be9e6a7a6cb676f52e5774513d7f93d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-admob_v1beta
2
2
 
3
+ ### v0.20.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230112
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.19.0 (2022-11-03)
9
+
10
+ * Regenerated from discovery document revision 20221026
11
+
3
12
  ### v0.18.0 (2022-10-20)
4
13
 
5
14
  * Regenerated using generator version 0.11.0
@@ -58,14 +58,16 @@ module Google
58
58
  class AdUnit
59
59
  include Google::Apis::Core::Hashable
60
60
 
61
- # AdFormat of the ad unit. Possible values are as follows: "BANNER" - Banner ad
62
- # format. "BANNER_INTERSTITIAL" - Legacy format that can be used as either
63
- # banner or interstitial. This format can no longer be created but can be
64
- # targeted by mediation groups. "INTERSTITIAL" - A full screen ad. Supported ad
65
- # types are "RICH_MEDIA" and "VIDEO". "NATIVE" - Native ad format. "REWARDED" -
66
- # An ad that, once viewed, gets a callback verifying the view so that a reward
67
- # can be given to the user. Supported ad types are "RICH_MEDIA" (interactive)
68
- # and video where video can not be excluded.
61
+ # AdFormat of the ad unit. Possible values are as follows: "APP_OPEN" - App Open
62
+ # ad format. "BANNER" - Banner ad format. "BANNER_INTERSTITIAL" - Legacy format
63
+ # that can be used as either banner or interstitial. This format can no longer
64
+ # be created but can be targeted by mediation groups. "INTERSTITIAL" - A full
65
+ # screen ad. Supported ad types are "RICH_MEDIA" and "VIDEO". "NATIVE" - Native
66
+ # ad format. "REWARDED" - An ad that, once viewed, gets a callback verifying the
67
+ # view so that a reward can be given to the user. Supported ad types are "
68
+ # RICH_MEDIA" (interactive) and video where video can not be excluded. "
69
+ # REWARDED_INTERSTITIAL" - Rewarded Interstitial ad format. Only supports video
70
+ # ad type. See https://support.google.com/admob/answer/9884467.
69
71
  # Corresponds to the JSON property `adFormat`
70
72
  # @return [String]
71
73
  attr_accessor :ad_format
@@ -120,6 +122,11 @@ module Google
120
122
  class App
121
123
  include Google::Apis::Core::Hashable
122
124
 
125
+ # Output only. The approval state for the app.
126
+ # Corresponds to the JSON property `appApprovalState`
127
+ # @return [String]
128
+ attr_accessor :app_approval_state
129
+
123
130
  # The externally visible ID of the app which can be used to integrate with the
124
131
  # AdMob SDK. This is a read only property. Example: ca-app-pub-9876543210987654~
125
132
  # 0123456789
@@ -155,6 +162,7 @@ module Google
155
162
 
156
163
  # Update properties of this object
157
164
  def update!(**args)
165
+ @app_approval_state = args[:app_approval_state] if args.key?(:app_approval_state)
158
166
  @app_id = args[:app_id] if args.key?(:app_id)
159
167
  @linked_app_info = args[:linked_app_info] if args.key?(:linked_app_info)
160
168
  @manual_app_info = args[:manual_app_info] if args.key?(:manual_app_info)
@@ -296,7 +304,7 @@ module Google
296
304
  end
297
305
  end
298
306
 
299
- # Request to generate an AdMob Mediation report.
307
+ # Request to generate an AdMob mediation report.
300
308
  class GenerateMediationReportRequest
301
309
  include Google::Apis::Core::Hashable
302
310
 
@@ -327,7 +335,7 @@ module Google
327
335
  end
328
336
  end
329
337
 
330
- # The streaming response for the AdMob Mediation report where the first response
338
+ # The streaming response for the AdMob mediation report where the first response
331
339
  # contains the report header, then a stream of row responses, and finally a
332
340
  # footer as the last response message. For example: [` "header": ` "date_range":
333
341
  # ` "start_date": `"year": 2018, "month": 9, "day": 1`, "end_date": `"year":
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdmobV1beta
18
18
  # Version of the google-apis-admob_v1beta gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.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
@@ -226,6 +226,7 @@ module Google
226
226
  class App
227
227
  # @private
228
228
  class Representation < Google::Apis::Core::JsonRepresentation
229
+ property :app_approval_state, as: 'appApprovalState'
229
230
  property :app_id, as: 'appId'
230
231
  property :linked_app_info, as: 'linkedAppInfo', class: Google::Apis::AdmobV1beta::AppLinkedAppInfo, decorator: Google::Apis::AdmobV1beta::AppLinkedAppInfo::Representation
231
232
 
@@ -240,7 +240,7 @@ module Google
240
240
  execute_or_queue_command(command, &block)
241
241
  end
242
242
 
243
- # Generates an AdMob Mediation report based on the provided report specification.
243
+ # Generates an AdMob mediation report based on the provided report specification.
244
244
  # Returns result of a server-side streaming RPC. The result is returned in a
245
245
  # sequence of responses.
246
246
  # @param [String] parent
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admob_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.20.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-10-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
@@ -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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admob_v1beta
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 V1beta