google-apis-androidmanagement_v1 0.65.0 → 0.66.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: 0ee85f339bd7e70a82faebe289490903d1fe9818484cb0889745692b7b224cf3
|
|
4
|
+
data.tar.gz: f70b3f0c6873b0a98bd0ab7ab4438ffd3cc6f2d917db559f2e8d65e66f65b431
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 529d83304d20b5e52e95b107698d1afcfb481cb7bd13068eae5624dd4817cfd514c820342a3a06ba873176be3f6dee1b523e5d276826872362259a38d0003f11
|
|
7
|
+
data.tar.gz: 83140a5885bd0dfeb2a36f5c81ceda2a301cdd9101bd5a7dabb609ff5d878924cf81ea77bebb83832aec3a12cf10e5567b61faf85424bd1443fee346fd1b37e7
|
data/CHANGELOG.md
CHANGED
|
@@ -521,8 +521,7 @@ module Google
|
|
|
521
521
|
|
|
522
522
|
# Policy for an individual app. Note: Application availability on a given device
|
|
523
523
|
# cannot be changed using this policy if installAppsDisabled is enabled. The
|
|
524
|
-
# maximum number of applications that you can specify per
|
|
525
|
-
# 000.
|
|
524
|
+
# maximum number of applications that you can specify per policy is 3,000.
|
|
526
525
|
class ApplicationPolicy
|
|
527
526
|
include Google::Apis::Core::Hashable
|
|
528
527
|
|
|
@@ -3982,7 +3981,7 @@ module Google
|
|
|
3982
3981
|
# @return [String]
|
|
3983
3982
|
attr_accessor :app_auto_update_policy
|
|
3984
3983
|
|
|
3985
|
-
# Policy applied to apps.
|
|
3984
|
+
# Policy applied to apps. This can have at most 3,000 elements.
|
|
3986
3985
|
# Corresponds to the JSON property `applications`
|
|
3987
3986
|
# @return [Array<Google::Apis::AndroidmanagementV1::ApplicationPolicy>]
|
|
3988
3987
|
attr_accessor :applications
|
|
@@ -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.66.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 = "20231120"
|
|
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.66.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-12-03 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.66.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: []
|