google-apis-androidmanagement_v1 0.60.0 → 0.61.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: f4e8fe2dda3ec6f2145e1a93f2274e1938ba1b19769532b51ca3dcfd95a1b253
|
|
4
|
+
data.tar.gz: 34e3077fadb7b28d17e6e5c8fe84b473e3c04df9525b3ece73869c52731a3c66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a6720864413e8365cf3b076453eb5f86a229d383cd7880b52fc082e4e438bb8d02b3370365f9c3f4d6f78a5c227528c27afa8ad0ff4f5d6313615ed16423fd7
|
|
7
|
+
data.tar.gz: 40dfabf4bae1449c55bc2365c43cfdc3d74529b9700d2bf087692124c04e1806603c27fb8091ae7ffe6ff760db526923b03934e0ee63d174f0df697b2f12f453
|
data/CHANGELOG.md
CHANGED
|
@@ -1367,6 +1367,11 @@ module Google
|
|
|
1367
1367
|
# @return [String]
|
|
1368
1368
|
attr_accessor :cross_profile_data_sharing
|
|
1369
1369
|
|
|
1370
|
+
# A list of package names.
|
|
1371
|
+
# Corresponds to the JSON property `exemptionsToShowWorkContactsInPersonalProfile`
|
|
1372
|
+
# @return [Google::Apis::AndroidmanagementV1::PackageNameList]
|
|
1373
|
+
attr_accessor :exemptions_to_show_work_contacts_in_personal_profile
|
|
1374
|
+
|
|
1370
1375
|
# Whether contacts stored in the work profile can be shown in personal profile
|
|
1371
1376
|
# contact searches and incoming calls.
|
|
1372
1377
|
# Corresponds to the JSON property `showWorkContactsInPersonalProfile`
|
|
@@ -1388,6 +1393,7 @@ module Google
|
|
|
1388
1393
|
def update!(**args)
|
|
1389
1394
|
@cross_profile_copy_paste = args[:cross_profile_copy_paste] if args.key?(:cross_profile_copy_paste)
|
|
1390
1395
|
@cross_profile_data_sharing = args[:cross_profile_data_sharing] if args.key?(:cross_profile_data_sharing)
|
|
1396
|
+
@exemptions_to_show_work_contacts_in_personal_profile = args[:exemptions_to_show_work_contacts_in_personal_profile] if args.key?(:exemptions_to_show_work_contacts_in_personal_profile)
|
|
1391
1397
|
@show_work_contacts_in_personal_profile = args[:show_work_contacts_in_personal_profile] if args.key?(:show_work_contacts_in_personal_profile)
|
|
1392
1398
|
@work_profile_widgets_default = args[:work_profile_widgets_default] if args.key?(:work_profile_widgets_default)
|
|
1393
1399
|
end
|
|
@@ -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.61.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 = "20230911"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1117,6 +1117,8 @@ module Google
|
|
|
1117
1117
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1118
1118
|
property :cross_profile_copy_paste, as: 'crossProfileCopyPaste'
|
|
1119
1119
|
property :cross_profile_data_sharing, as: 'crossProfileDataSharing'
|
|
1120
|
+
property :exemptions_to_show_work_contacts_in_personal_profile, as: 'exemptionsToShowWorkContactsInPersonalProfile', class: Google::Apis::AndroidmanagementV1::PackageNameList, decorator: Google::Apis::AndroidmanagementV1::PackageNameList::Representation
|
|
1121
|
+
|
|
1120
1122
|
property :show_work_contacts_in_personal_profile, as: 'showWorkContactsInPersonalProfile'
|
|
1121
1123
|
property :work_profile_widgets_default, as: 'workProfileWidgetsDefault'
|
|
1122
1124
|
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.61.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-09-
|
|
11
|
+
date: 2023-09-24 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.61.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: []
|