google-apis-admob_v1beta 0.19.0 → 0.21.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fb2bcac5c64572faa5270026c9dc3495d9fe897371bef76d2aac77f05708620
|
4
|
+
data.tar.gz: adba930a1662ad17608c6b595c44229b6b777a68a009f72dbfbb5f69fdd355ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5658feb3f8063bc118714ec1bb98fa340014ebb339205cf0217e82edb17214342da2f5f241cba86556d785efac2a149c93e0a5748e94814160dd0838064fcd3f
|
7
|
+
data.tar.gz: 749bc9d059987453d104cf8e88ba7d82a3b4f12f0e836f6f225523e565c57ad03854eb3d6918a535727cd6aa0c072b51e30a16c637702007f902d263d3fa896c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-admob_v1beta
|
2
2
|
|
3
|
+
### v0.21.0 (2023-02-15)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.12.0
|
6
|
+
|
7
|
+
### v0.20.0 (2023-01-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230112
|
10
|
+
* Regenerated using generator version 0.11.1
|
11
|
+
|
3
12
|
### v0.19.0 (2022-11-03)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20221026
|
@@ -122,6 +122,11 @@ module Google
|
|
122
122
|
class App
|
123
123
|
include Google::Apis::Core::Hashable
|
124
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
|
+
|
125
130
|
# The externally visible ID of the app which can be used to integrate with the
|
126
131
|
# AdMob SDK. This is a read only property. Example: ca-app-pub-9876543210987654~
|
127
132
|
# 0123456789
|
@@ -157,6 +162,7 @@ module Google
|
|
157
162
|
|
158
163
|
# Update properties of this object
|
159
164
|
def update!(**args)
|
165
|
+
@app_approval_state = args[:app_approval_state] if args.key?(:app_approval_state)
|
160
166
|
@app_id = args[:app_id] if args.key?(:app_id)
|
161
167
|
@linked_app_info = args[:linked_app_info] if args.key?(:linked_app_info)
|
162
168
|
@manual_app_info = args[:manual_app_info] if args.key?(:manual_app_info)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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
|
|
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.
|
4
|
+
version: 0.21.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:
|
11
|
+
date: 2023-02-19 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.11.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.11.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_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.21.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.
|
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
|