google-apis-androidmanagement_v1 0.77.0 → 0.78.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: 87b33047cfcaaaf77af06d87d67875eb19e5b0c3a71b7e4a62b4f6c87ed11fc8
|
|
4
|
+
data.tar.gz: 395fc7ac3d5e062c670a07cada3aa1579bb02a3a8f498aff13525829d9d6885b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff7657bd9e07913ca4d577ef0aff28c31953a2cacac259df71815a0554dd7878b143895568c4f31fd7512624e791932d3509509259b3508867a1015192e8a1a9
|
|
7
|
+
data.tar.gz: fcd41043e0ed8806a2612a88645b76bddd805c264b1f8d3f64fcf5e4bc8f25e5dbd72abc30d839f3a4d27a78e03d4c6b18775e818ce06f56184292c9b783a17e
|
data/CHANGELOG.md
CHANGED
|
@@ -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.78.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240724"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -578,10 +578,7 @@ module Google
|
|
|
578
578
|
|
|
579
579
|
# Creates an enrollment token for a given enterprise. It's up to the caller's
|
|
580
580
|
# responsibility to manage the lifecycle of newly created tokens and deleting
|
|
581
|
-
# them when they're not intended to be used anymore.
|
|
582
|
-
# has been created, it's not possible to retrieve the token's content anymore
|
|
583
|
-
# using AM API. It is recommended for EMMs to securely store the token if it's
|
|
584
|
-
# intended to be reused.
|
|
581
|
+
# them when they're not intended to be used anymore.
|
|
585
582
|
# @param [String] parent
|
|
586
583
|
# The name of the enterprise in the form enterprises/`enterpriseId`.
|
|
587
584
|
# @param [Google::Apis::AndroidmanagementV1::EnrollmentToken] enrollment_token_object
|
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.78.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: 2024-
|
|
11
|
+
date: 2024-07-25 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.78.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: []
|