google-apis-androidmanagement_v1 0.38.0 → 0.39.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: a073db41e0aee946b07e3ff8af03c3f059b2478f4e873e4fc0ba1e8e12b20e1d
|
|
4
|
+
data.tar.gz: 62037d9064677d8c732a84652f6bc162b9aa0067870afb491199d73485a6e813
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77b3fe65993d4d54ddac9b113e4154351a1c90fa73958c93ca1470238b1fbaafdc1a511a808c644df82c33f33abbeca82d1f28092670a4cc86d73021af4adfe0
|
|
7
|
+
data.tar.gz: 9d65f3dc498fb4a2fcabd7ed35bf507e37aba19e5deca50135455cb9e1ea4bb07d6303ca0c42b96f1cc742a75cb6b4cce22d410ac2be43bc2b368ed78eb2e5b1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-androidmanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.39.0 (2022-07-05)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220627
|
|
6
|
+
* Regenerated using generator version 0.9.0
|
|
7
|
+
|
|
3
8
|
### v0.38.0 (2022-06-30)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
|
@@ -173,10 +173,10 @@ module Google
|
|
|
173
173
|
# @return [String]
|
|
174
174
|
attr_accessor :apk_sha256_hash
|
|
175
175
|
|
|
176
|
-
# Package names of all packages that are associated with the particular user
|
|
176
|
+
# Package names of all packages that are associated with the particular user ID.
|
|
177
177
|
# In most cases, this will be a single package name, the package that has been
|
|
178
|
-
# assigned that user
|
|
179
|
-
# sharing
|
|
178
|
+
# assigned that user ID. If multiple application share a UID then all packages
|
|
179
|
+
# sharing UID will be included.
|
|
180
180
|
# Corresponds to the JSON property `packageNames`
|
|
181
181
|
# @return [Array<String>]
|
|
182
182
|
attr_accessor :package_names
|
|
@@ -5218,8 +5218,8 @@ module Google
|
|
|
5218
5218
|
# @return [Google::Apis::AndroidmanagementV1::RemoteLockEvent]
|
|
5219
5219
|
attr_accessor :remote_lock_event
|
|
5220
5220
|
|
|
5221
|
-
# The work profile or company-owned device failed to wipe when
|
|
5222
|
-
#
|
|
5221
|
+
# The work profile or company-owned device failed to wipe when requested. This
|
|
5222
|
+
# could be user initiated or admin initiated e.g. delete was received.
|
|
5223
5223
|
# Intentionally empty.
|
|
5224
5224
|
# Corresponds to the JSON property `wipeFailureEvent`
|
|
5225
5225
|
# @return [Google::Apis::AndroidmanagementV1::WipeFailureEvent]
|
|
@@ -5475,8 +5475,8 @@ module Google
|
|
|
5475
5475
|
end
|
|
5476
5476
|
end
|
|
5477
5477
|
|
|
5478
|
-
# The work profile or company-owned device failed to wipe when
|
|
5479
|
-
#
|
|
5478
|
+
# The work profile or company-owned device failed to wipe when requested. This
|
|
5479
|
+
# could be user initiated or admin initiated e.g. delete was received.
|
|
5480
5480
|
# Intentionally empty.
|
|
5481
5481
|
class WipeFailureEvent
|
|
5482
5482
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AndroidmanagementV1
|
|
18
18
|
# Version of the google-apis-androidmanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.39.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220627"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-androidmanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.39.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-07-
|
|
11
|
+
date: 2022-07-11 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-androidmanagement_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.39.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|