google-apis-androidmanagement_v1 0.91.0 → 0.92.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: 17046b29f5292cf21c018c52b6b34b5e974e680a5a99656ee24c12570522fe75
|
4
|
+
data.tar.gz: 6eb7d7716bf26e87f3ace8df6017815a5e9b442ed58dc01a7637d975de2971ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4eb8e2dc912d2760a107999ccb5d80d303f775902bd4ec02706162f65101be608d8323dbcb7bc1128dafb056a63de45fcb9b5b1a9a683282665894dd03a07244
|
7
|
+
data.tar.gz: f6927801dd63a935ca81efff4860e3472690d099756413476cd5fe05fa603c1b899e36e56960ad57a5eab8a7e87b6c78629493b3b1722f277825c9746c9ff6fb
|
data/CHANGELOG.md
CHANGED
@@ -2821,15 +2821,18 @@ module Google
|
|
2821
2821
|
# @return [String]
|
2822
2822
|
attr_accessor :notification_receiver
|
2823
2823
|
|
2824
|
-
# Hex-encoded SHA-256
|
2825
|
-
# hexadecimal string representations of 64 characters are valid.
|
2826
|
-
#
|
2827
|
-
#
|
2828
|
-
#
|
2829
|
-
#
|
2830
|
-
#
|
2831
|
-
#
|
2832
|
-
#
|
2824
|
+
# Hex-encoded SHA-256 hashes of the signing key certificates of the extension
|
2825
|
+
# app. Only hexadecimal string representations of 64 characters are valid.The
|
2826
|
+
# signing key certificate fingerprints are always obtained from the Play Store
|
2827
|
+
# and this field is used to provide additional signing key certificate
|
2828
|
+
# fingerprints. However, if the application is not available on the Play Store,
|
2829
|
+
# this field needs to be set. A nonComplianceDetail with INVALID_VALUE is
|
2830
|
+
# reported if this field is not set when the application is not available on the
|
2831
|
+
# Play Store.The signing key certificate fingerprint of the extension app on the
|
2832
|
+
# device must match one of the signing key certificate fingerprints obtained
|
2833
|
+
# from the Play Store or the ones provided in this field for the app to be able
|
2834
|
+
# to communicate with Android Device Policy.In production use cases, it is
|
2835
|
+
# recommended to leave this empty.
|
2833
2836
|
# Corresponds to the JSON property `signingKeyFingerprintsSha256`
|
2834
2837
|
# @return [Array<String>]
|
2835
2838
|
attr_accessor :signing_key_fingerprints_sha256
|
@@ -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.92.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250603"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.92.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.92.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|