google-apis-androidmanagement_v1 0.10.0 → 0.14.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: 29da6dd11f25c34f6b56186555f74fe5e5d608f36942296fe877f41408c16544
4
- data.tar.gz: 982a186f925f6b6831c10ebc4f3ae107fddc7964fc22cb059b345bd39a0ebc2e
3
+ metadata.gz: 24ca84fac522fa43b0ec67b49a4e1053a74db5209578ce4e90ff05c186376a46
4
+ data.tar.gz: 84b1e5fb65ed736bc3af2488c991d597a7b98529cfd568d32b784a2b62f70812
5
5
  SHA512:
6
- metadata.gz: 28a8f82021c90b50bf5ab89efc67cc342173a5abbffc095ce13f2f22841fab56b6da4f76ddc86c9f89bf6e84ce12228f0347d68039142b7d17a0e32662333903
7
- data.tar.gz: d1f90fcd480eb20af02340b7733c0f110ec78fc7b219f7b5a33c31ee7ba77a842b502a82e334258bf37633440b3c94d9edcf1b9755362a23fad7ca54b71f3992
6
+ metadata.gz: e02b2d4c74269f4ca4dcac72c80f18e967bb66016a3bb4a4ba75daf6175bdda4f61222d2bbd71337f4555674d812dc24f964b22c1fc024c6f06afc1535e28e01
7
+ data.tar.gz: c4ecdf98fea5c8c3f86e62a60f74aa255f781616ac9e7c7c1fec1e9e5f77204eefec2252de11621e88a5994bf4b7b8fb2356cc7adb7d70b8d92d2ec387ddab42
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.14.0 (2021-07-15)
4
+
5
+ * Regenerated from discovery document revision 20210713
6
+
7
+ ### v0.13.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.12.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.11.0 (2021-06-15)
16
+
17
+ * Regenerated from discovery document revision 20210607
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.10.0 (2021-06-01)
4
21
 
5
22
  * 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)
@@ -1790,18 +1798,16 @@ module Google
1790
1798
  end
1791
1799
  end
1792
1800
 
1793
- # This feature is not generally available yet. Response to a request to list
1794
- # enterprises.
1801
+ # Response to a request to list enterprises.
1795
1802
  class ListEnterprisesResponse
1796
1803
  include Google::Apis::Core::Hashable
1797
1804
 
1798
- # This feature is not generally available yet. The list of enterprises.
1805
+ # The list of enterprises.
1799
1806
  # Corresponds to the JSON property `enterprises`
1800
1807
  # @return [Array<Google::Apis::AndroidmanagementV1::Enterprise>]
1801
1808
  attr_accessor :enterprises
1802
1809
 
1803
- # This feature is not generally available yet. If there are more results, a
1804
- # token to retrieve next page of results.
1810
+ # If there are more results, a token to retrieve next page of results.
1805
1811
  # Corresponds to the JSON property `nextPageToken`
1806
1812
  # @return [String]
1807
1813
  attr_accessor :next_page_token
@@ -2603,6 +2609,8 @@ module Google
2603
2609
  # @return [Array<String>]
2604
2610
  attr_accessor :android_device_policy_tracks
2605
2611
 
2612
+ # Deprecated. Use autoUpdateMode instead.When autoUpdateMode is set to
2613
+ # AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.
2606
2614
  # The app auto update policy, which controls when automatic app updates can be
2607
2615
  # applied.
2608
2616
  # 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.14.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210524"
25
+ REVISION = "20210713"
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'
@@ -53,14 +53,18 @@ module Google
53
53
  # Creates an enterprise. This is the last step in the enterprise signup flow.
54
54
  # @param [Google::Apis::AndroidmanagementV1::Enterprise] enterprise_object
55
55
  # @param [Boolean] agreement_accepted
56
- # This feature is not generally available yet. Whether the managed Google Play
57
- # Agreement is presented and agreed.
56
+ # Whether the enterprise admin has seen and agreed to the managed Google Play
57
+ # Agreement (https://www.android.com/enterprise/terms/). Always set this to true
58
+ # when creating an EMM-managed enterprise. Do not create the enterprise until
59
+ # the admin has viewed and accepted the agreement.
58
60
  # @param [String] enterprise_token
59
- # The enterprise token appended to the callback URL.
61
+ # The enterprise token appended to the callback URL. Only set this when creating
62
+ # a customer-managed enterprise.
60
63
  # @param [String] project_id
61
64
  # The ID of the Google Cloud Platform project which will own the enterprise.
62
65
  # @param [String] signup_url_name
63
- # The name of the SignupUrl used to sign up for the enterprise.
66
+ # The name of the SignupUrl used to sign up for the enterprise. Only set this
67
+ # when creating a customer-managed enterprise.
64
68
  # @param [String] fields
65
69
  # Selector specifying which fields to include in a partial response.
66
70
  # @param [String] quota_user
@@ -93,10 +97,9 @@ module Google
93
97
  execute_or_queue_command(command, &block)
94
98
  end
95
99
 
96
- # This feature is not generally available yet. Deletes an enterprise.
100
+ # Deletes an enterprise. Only available for EMM-managed enterprises.
97
101
  # @param [String] name
98
- # This feature is not generally available yet. The name of the enterprise in the
99
- # form enterprises/`enterpriseId`.
102
+ # The name of the enterprise in the form enterprises/`enterpriseId`.
100
103
  # @param [String] fields
101
104
  # Selector specifying which fields to include in a partial response.
102
105
  # @param [String] quota_user
@@ -154,20 +157,16 @@ module Google
154
157
  execute_or_queue_command(command, &block)
155
158
  end
156
159
 
157
- # This feature is not generally available yet. Lists enterprises that are
158
- # managed by an EMM. Only partial views are returned.
160
+ # Lists EMM-managed enterprises. Only BASIC fields are returned.
159
161
  # @param [Fixnum] page_size
160
- # This feature is not generally available yet. The requested page size. The
161
- # actual page size may be fixed to a min or max value.
162
+ # The requested page size. The actual page size may be fixed to a min or max
163
+ # value.
162
164
  # @param [String] page_token
163
- # This feature is not generally available yet. A token identifying a page of
164
- # results returned by the server.
165
+ # A token identifying a page of results returned by the server.
165
166
  # @param [String] project_id
166
- # Required. This feature is not generally available yet. The ID of the Cloud
167
- # project of the EMM the enterprises belongs to.
167
+ # Required. The Cloud project ID of the EMM managing the enterprises.
168
168
  # @param [String] view
169
- # This feature is not generally available yet. View that specify that partial
170
- # response should be returned.
169
+ # Specifies which Enterprise fields to return. This method only supports BASIC.
171
170
  # @param [String] fields
172
171
  # Selector specifying which fields to include in a partial response.
173
172
  # @param [String] quota_user
metadata CHANGED
@@ -1,29 +1,35 @@
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.14.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-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Android Management API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.14.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1
57
63
  post_install_message:
58
64
  rdoc_options: []