google-apis-androidmanagement_v1 0.10.0 → 0.11.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: 29da6dd11f25c34f6b56186555f74fe5e5d608f36942296fe877f41408c16544
4
- data.tar.gz: 982a186f925f6b6831c10ebc4f3ae107fddc7964fc22cb059b345bd39a0ebc2e
3
+ metadata.gz: 80157bcd47563f415b6e0b6bdd0a2db277d55316765cdb0c58f4dbcb854cdef9
4
+ data.tar.gz: eb1152574b5cef44e4041c869a08c3d737077c2f8be0be784f764165a53fe71f
5
5
  SHA512:
6
- metadata.gz: 28a8f82021c90b50bf5ab89efc67cc342173a5abbffc095ce13f2f22841fab56b6da4f76ddc86c9f89bf6e84ce12228f0347d68039142b7d17a0e32662333903
7
- data.tar.gz: d1f90fcd480eb20af02340b7733c0f110ec78fc7b219f7b5a33c31ee7ba77a842b502a82e334258bf37633440b3c94d9edcf1b9755362a23fad7ca54b71f3992
6
+ metadata.gz: bfc77839b0e0dd0e37cd738921726672a9493c18f9bafb278140178cfc1c2a625333f85e19a7ccc4e3ab905e40562f94f5660dfc198b0f5bff134861d10ea4b1
7
+ data.tar.gz: f31160879f8020b14e1789c442f726d986bb72b67de841d135e3cb7caffe819278fa51ebd0d84d965e49a96b5b2993a2a4af0931cca03e0de41b210d977347bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.11.0 (2021-06-15)
4
+
5
+ * Regenerated from discovery document revision 20210607
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.10.0 (2021-06-01)
4
9
 
5
10
  * Regenerated from discovery document revision 20210524
@@ -262,7 +262,7 @@ module Google
262
262
  # @return [Array<String>]
263
263
  attr_accessor :accessible_track_ids
264
264
 
265
- # This feature is not generally available yet.
265
+ # Controls the auto-update mode for the app.
266
266
  # Corresponds to the JSON property `autoUpdateMode`
267
267
  # @return [String]
268
268
  attr_accessor :auto_update_mode
@@ -840,6 +840,13 @@ module Google
840
840
  # @return [Array<Google::Apis::AndroidmanagementV1::ApplicationReport>]
841
841
  attr_accessor :application_reports
842
842
 
843
+ # The password requirements currently applied to the device. The applied
844
+ # requirements may be slightly different from those specified in
845
+ # passwordPolicies in some cases. fieldPath is set based on passwordPolicies.
846
+ # Corresponds to the JSON property `appliedPasswordPolicies`
847
+ # @return [Array<Google::Apis::AndroidmanagementV1::PasswordRequirements>]
848
+ attr_accessor :applied_password_policies
849
+
843
850
  # The name of the policy currently applied to the device.
844
851
  # Corresponds to the JSON property `appliedPolicyName`
845
852
  # @return [String]
@@ -1041,6 +1048,7 @@ module Google
1041
1048
  def update!(**args)
1042
1049
  @api_level = args[:api_level] if args.key?(:api_level)
1043
1050
  @application_reports = args[:application_reports] if args.key?(:application_reports)
1051
+ @applied_password_policies = args[:applied_password_policies] if args.key?(:applied_password_policies)
1044
1052
  @applied_policy_name = args[:applied_policy_name] if args.key?(:applied_policy_name)
1045
1053
  @applied_policy_version = args[:applied_policy_version] if args.key?(:applied_policy_version)
1046
1054
  @applied_state = args[:applied_state] if args.key?(:applied_state)
@@ -2603,6 +2611,8 @@ module Google
2603
2611
  # @return [Array<String>]
2604
2612
  attr_accessor :android_device_policy_tracks
2605
2613
 
2614
+ # Deprecated. Use autoUpdateMode instead.When autoUpdateMode is set to
2615
+ # AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.
2606
2616
  # The app auto update policy, which controls when automatic app updates can be
2607
2617
  # applied.
2608
2618
  # Corresponds to the JSON property `appAutoUpdatePolicy`
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210524"
25
+ REVISION = "20210607"
26
26
  end
27
27
  end
28
28
  end
@@ -669,6 +669,8 @@ module Google
669
669
  property :api_level, as: 'apiLevel'
670
670
  collection :application_reports, as: 'applicationReports', class: Google::Apis::AndroidmanagementV1::ApplicationReport, decorator: Google::Apis::AndroidmanagementV1::ApplicationReport::Representation
671
671
 
672
+ collection :applied_password_policies, as: 'appliedPasswordPolicies', class: Google::Apis::AndroidmanagementV1::PasswordRequirements, decorator: Google::Apis::AndroidmanagementV1::PasswordRequirements::Representation
673
+
672
674
  property :applied_policy_name, as: 'appliedPolicyName'
673
675
  property :applied_policy_version, :numeric_string => true, as: 'appliedPolicyVersion'
674
676
  property :applied_state, as: 'appliedState'
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.10.0
4
+ version: 0.11.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: 2021-06-07 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.10.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.11.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1
57
57
  post_install_message:
58
58
  rdoc_options: []