google-apis-androidpublisher_v3 0.8.0 → 0.9.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34d71ee6e9c968197bccdcdef0531bd3acbcfce6cf8ceed066d3812ce70d1477
|
|
4
|
+
data.tar.gz: b361e1fd500cbbf4b73d0c912f456bf1101e034a0d981bed3d8a2cf4de91bbf3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dde4db53314bd6366f4f36148680dae271faa01c246dd43f26aeca51ffe89f46795753b9bcc1d68ab473620526c5acfc91efb8d82eba9079644c0545315d8fb9
|
|
7
|
+
data.tar.gz: 72ff5320f25daf707190bfe642aeeb7de942a67241f9ffb9f87210961e56bd19cde853a44acf33d68c22a52eb1e781d27762f95046442f1922f2b8a68bf875dd
|
data/CHANGELOG.md
CHANGED
|
@@ -206,7 +206,7 @@ module Google
|
|
|
206
206
|
end
|
|
207
207
|
end
|
|
208
208
|
|
|
209
|
-
# Information about
|
|
209
|
+
# Information about an app bundle. The resource for BundlesService.
|
|
210
210
|
class Bundle
|
|
211
211
|
include Google::Apis::Core::Hashable
|
|
212
212
|
|
|
@@ -240,11 +240,11 @@ module Google
|
|
|
240
240
|
end
|
|
241
241
|
end
|
|
242
242
|
|
|
243
|
-
# Response listing all bundles.
|
|
243
|
+
# Response listing all app bundles.
|
|
244
244
|
class BundlesListResponse
|
|
245
245
|
include Google::Apis::Core::Hashable
|
|
246
246
|
|
|
247
|
-
# All bundles.
|
|
247
|
+
# All app bundles.
|
|
248
248
|
# Corresponds to the JSON property `bundles`
|
|
249
249
|
# @return [Array<Google::Apis::AndroidpublisherV3::Bundle>]
|
|
250
250
|
attr_accessor :bundles
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AndroidpublisherV3
|
|
18
18
|
# Version of the google-apis-androidpublisher_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210720"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -375,9 +375,9 @@ module Google
|
|
|
375
375
|
# @param [String] edit_id
|
|
376
376
|
# Identifier of the edit.
|
|
377
377
|
# @param [Boolean] ack_bundle_installation_warning
|
|
378
|
-
# Must be set to true if the bundle installation may trigger a warning on
|
|
379
|
-
# devices (for example, if installation size may be over a threshold,
|
|
380
|
-
# 100 MB).
|
|
378
|
+
# Must be set to true if the app bundle installation may trigger a warning on
|
|
379
|
+
# user devices (for example, if installation size may be over a threshold,
|
|
380
|
+
# typically 100 MB).
|
|
381
381
|
# @param [String] fields
|
|
382
382
|
# Selector specifying which fields to include in a partial response.
|
|
383
383
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-androidpublisher_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.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: 2021-07-
|
|
11
|
+
date: 2021-07-26 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/master/generated/google-apis-androidpublisher_v3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.9.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidpublisher_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|