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: bb31af89f01f79e11d43767e66b0c111d19edf55a9b2a79516e54bdea3a59cc7
4
- data.tar.gz: daab6f503afe138b551f1f6c155f93869fd8970d486ead947705a91bf103f3d6
3
+ metadata.gz: 17046b29f5292cf21c018c52b6b34b5e974e680a5a99656ee24c12570522fe75
4
+ data.tar.gz: 6eb7d7716bf26e87f3ace8df6017815a5e9b442ed58dc01a7637d975de2971ca
5
5
  SHA512:
6
- metadata.gz: ce8cf742c207938fa300197ef12c24124f1806aca1a72cfa665024adc2a6ef6ce179bfc1d73df41133f4458ed7fc9d79d2837b3866f283a11e859c0ed77b7887
7
- data.tar.gz: 2b1d872c5afbdf8009c7b31161e80ab4d1e24dd71a09d9e2eacfe64e2e8117ce1b5fc305d356ca34135d486c05436bc05083b6edbd2dacef2b0b25f0a53a0e17
6
+ metadata.gz: 4eb8e2dc912d2760a107999ccb5d80d303f775902bd4ec02706162f65101be608d8323dbcb7bc1128dafb056a63de45fcb9b5b1a9a683282665894dd03a07244
7
+ data.tar.gz: f6927801dd63a935ca81efff4860e3472690d099756413476cd5fe05fa603c1b899e36e56960ad57a5eab8a7e87b6c78629493b3b1722f277825c9746c9ff6fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.92.0 (2025-06-08)
4
+
5
+ * Regenerated from discovery document revision 20250603
6
+
3
7
  ### v0.91.0 (2025-06-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20250529
@@ -2821,15 +2821,18 @@ module Google
2821
2821
  # @return [String]
2822
2822
  attr_accessor :notification_receiver
2823
2823
 
2824
- # Hex-encoded SHA-256 hash of the signing certificate of the extension app. Only
2825
- # hexadecimal string representations of 64 characters are valid.If not specified,
2826
- # the signature for the corresponding package name is obtained from the Play
2827
- # Store instead.If this list is empty, the signature of the extension app on the
2828
- # device must match the signature obtained from the Play Store for the app to be
2829
- # able to communicate with Android Device Policy.If this list is not empty, the
2830
- # signature of the extension app on the device must match one of the entries in
2831
- # this list for the app to be able to communicate with Android Device Policy.In
2832
- # production use cases, it is recommended to leave this empty.
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.91.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 = "20250529"
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.91.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.91.0
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: