google-apis-androidmanagement_v1 0.59.0 → 0.61.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 920073bb3aa0db606c78248c4e196a96a343766d2418eff6722a114fbcdc1a77
4
- data.tar.gz: 5b189b9edd7360dc40b92559e4e15217ecf37fd5db81b312877b03a004576e63
3
+ metadata.gz: f4e8fe2dda3ec6f2145e1a93f2274e1938ba1b19769532b51ca3dcfd95a1b253
4
+ data.tar.gz: 34e3077fadb7b28d17e6e5c8fe84b473e3c04df9525b3ece73869c52731a3c66
5
5
  SHA512:
6
- metadata.gz: 85d0005b806209ced740e40753fb0fa929a4b8ab3085ea641a57ed580db5da177da664d35fe502b00c48fe455749e874c07c3362d924bbc1de2c5d15f36382b5
7
- data.tar.gz: 646e22d3015b7f2c597d76c3306a68daaa77483d04655aa4065d07e508427f95cb78243b8dfa0bdd43115802a6490bbfc8f2c4966e1fb5d9e57467844b7e8a8d
6
+ metadata.gz: 7a6720864413e8365cf3b076453eb5f86a229d383cd7880b52fc082e4e438bb8d02b3370365f9c3f4d6f78a5c227528c27afa8ad0ff4f5d6313615ed16423fd7
7
+ data.tar.gz: 40dfabf4bae1449c55bc2365c43cfdc3d74529b9700d2bf087692124c04e1806603c27fb8091ae7ffe6ff760db526923b03934e0ee63d174f0df697b2f12f453
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.61.0 (2023-09-24)
4
+
5
+ * Regenerated from discovery document revision 20230911
6
+
7
+ ### v0.60.0 (2023-09-10)
8
+
9
+ * Regenerated from discovery document revision 20230828
10
+
3
11
  ### v0.59.0 (2023-08-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20230814
@@ -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
@@ -1762,7 +1768,7 @@ module Google
1762
1768
  class DeviceRadioState
1763
1769
  include Google::Apis::Core::Hashable
1764
1770
 
1765
- # Controls whether airplane mode can be toggled by the user or not
1771
+ # Controls whether airplane mode can be toggled by the user or not.
1766
1772
  # Corresponds to the JSON property `airplaneModeState`
1767
1773
  # @return [String]
1768
1774
  attr_accessor :airplane_mode_state
@@ -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.59.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 = "20230814"
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.59.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-08-27 00:00:00.000000000 Z
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.59.0
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: []