google-apis-androidenterprise_v1 0.23.0 → 0.24.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: 2f15b3b12c26f9224232f11d8145ecd0d8276cb085f4b64c32e1510930079319
|
4
|
+
data.tar.gz: 2407be635319588ccd6fa44a39b8cf8020ae7d53520fa271501032af751fd379
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49ca0aa6c26b7efee178ffa23193bac8fd5bc480036e1b99fbd445fe2d3763093d67cdf56e7f52c9166b9f19061572734c7a970cda5f2098c860e6c360dbcc32
|
7
|
+
data.tar.gz: 5b96ec9200b10f92592a5a416a75c4ed0fb6c85156cc6b9c360fc8f0902f07e086a97aa4497bac14486d9d8e7db6778b4cd4015e425f6c5a0dd0f9248fd8edad
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AndroidenterpriseV1
|
18
18
|
# Version of the google-apis-androidenterprise_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230802"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1072,7 +1072,10 @@ module Google
|
|
1072
1072
|
end
|
1073
1073
|
|
1074
1074
|
# Requests to remove an app from a device. A call to get or list will still show
|
1075
|
-
# the app as installed on the device until it is actually removed.
|
1075
|
+
# the app as installed on the device until it is actually removed. A successful
|
1076
|
+
# response indicates that a removal request has been sent to the device. The
|
1077
|
+
# call will be considered successful even if the app is not present on the
|
1078
|
+
# device (e.g. it was never installed, or was removed by the user).
|
1076
1079
|
# @param [String] enterprise_id
|
1077
1080
|
# The ID of the enterprise.
|
1078
1081
|
# @param [String] user_id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-androidenterprise_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.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: 2023-
|
11
|
+
date: 2023-08-06 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-androidenterprise_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|