google-apis-androidpublisher_v3 0.18.0 → 0.19.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: fc6b4fd268c104b9be4427b4e62f710fec80db8aa67f98581aa4886d191d8221
|
|
4
|
+
data.tar.gz: 1b345f89553daaa17cda33a0e3185cb035c295c3765373e70dd4a9e9203ce178
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e7f761713ee3175fe3f03aa8a68186cc717a9fc846446d50e8b18c56e649322aa9999c70baa813ec3f2bc6991b6bee2efa76a61de89d6d0a9700318df313408
|
|
7
|
+
data.tar.gz: afeb0a331e3797f3f15f579b341d6b6bb098f7f0a2add97f2bfe8f8d7de313a91b1d9c5d92efee7ac6bbb25ade5273c0f4347dcd57b269c31fe91cd421bc7d03
|
data/CHANGELOG.md
CHANGED
|
@@ -1169,12 +1169,13 @@ module Google
|
|
|
1169
1169
|
attr_accessor :app_level_permissions
|
|
1170
1170
|
|
|
1171
1171
|
# Required. Resource name for this grant, following the pattern "developers/`
|
|
1172
|
-
# developer`/users/`email`/grants/`package_name`".
|
|
1172
|
+
# developer`/users/`email`/grants/`package_name`". If this grant is for a draft
|
|
1173
|
+
# app, the app ID will be used in this resource name instead of the package name.
|
|
1173
1174
|
# Corresponds to the JSON property `name`
|
|
1174
1175
|
# @return [String]
|
|
1175
1176
|
attr_accessor :name
|
|
1176
1177
|
|
|
1177
|
-
# Immutable. The package name of the app.
|
|
1178
|
+
# Immutable. The package name of the app. This will be empty for draft apps.
|
|
1178
1179
|
# Corresponds to the JSON property `packageName`
|
|
1179
1180
|
# @return [String]
|
|
1180
1181
|
attr_accessor :package_name
|
|
@@ -2849,7 +2850,8 @@ module Google
|
|
|
2849
2850
|
# @return [String]
|
|
2850
2851
|
attr_accessor :email
|
|
2851
2852
|
|
|
2852
|
-
# The time at which the user's access expires, if set.
|
|
2853
|
+
# The time at which the user's access expires, if set. When setting this value,
|
|
2854
|
+
# it must always be in the future.
|
|
2853
2855
|
# Corresponds to the JSON property `expirationTime`
|
|
2854
2856
|
# @return [String]
|
|
2855
2857
|
attr_accessor :expiration_time
|
|
@@ -2866,7 +2868,12 @@ module Google
|
|
|
2866
2868
|
attr_accessor :name
|
|
2867
2869
|
|
|
2868
2870
|
# Output only. Whether there are more permissions for the user that are not
|
|
2869
|
-
# represented here.
|
|
2871
|
+
# represented here. This can happen if the caller does not have permission to
|
|
2872
|
+
# manage all apps in the account. This is also `true` if this user is the
|
|
2873
|
+
# account owner. If this field is `true`, it should be taken as a signal that
|
|
2874
|
+
# this user cannot be fully managed via the API. That is, the API caller is not
|
|
2875
|
+
# be able to manage all of the permissions this user holds, either because it
|
|
2876
|
+
# doesn't know about them or because the user is the account owner.
|
|
2870
2877
|
# Corresponds to the JSON property `partial`
|
|
2871
2878
|
# @return [Boolean]
|
|
2872
2879
|
attr_accessor :partial
|
|
@@ -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.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220411"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1691,7 +1691,8 @@ module Google
|
|
|
1691
1691
|
# Updates access for the user to the given package.
|
|
1692
1692
|
# @param [String] name
|
|
1693
1693
|
# Required. Resource name for this grant, following the pattern "developers/`
|
|
1694
|
-
# developer`/users/`email`/grants/`package_name`".
|
|
1694
|
+
# developer`/users/`email`/grants/`package_name`". If this grant is for a draft
|
|
1695
|
+
# app, the app ID will be used in this resource name instead of the package name.
|
|
1695
1696
|
# @param [Google::Apis::AndroidpublisherV3::Grant] grant_object
|
|
1696
1697
|
# @param [String] update_mask
|
|
1697
1698
|
# Optional. The list of fields to be updated.
|
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.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-04-
|
|
11
|
+
date: 2022-04-18 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-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.19.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|