google-apis-androidmanagement_v1 0.13.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: 8e7a67fa94bac577f12fe26183b5c13798ec4165b76d568660398db0ed15376d
4
- data.tar.gz: 80c84a78be58e88bbdac1a00b979b5c0f29c58d0cd265b43cbbb3513f4b496f8
3
+ metadata.gz: 24ca84fac522fa43b0ec67b49a4e1053a74db5209578ce4e90ff05c186376a46
4
+ data.tar.gz: 84b1e5fb65ed736bc3af2488c991d597a7b98529cfd568d32b784a2b62f70812
5
5
  SHA512:
6
- metadata.gz: 7541f79396e5e55a23ac0c3e72ad70fada6678c3ffbf742b990eb3044d64b4a3a4052e2301ea30565965c7146620cf0a0ed13c981595b949f174928c78f07124
7
- data.tar.gz: 596d9396d7ebd4424d51916a8fe04d2e1a9773ba42a11392a025632ed353045fc303d0a5a35795016444a8f4d5639d9f873ba67abc87a22575792bb132996581
6
+ metadata.gz: e02b2d4c74269f4ca4dcac72c80f18e967bb66016a3bb4a4ba75daf6175bdda4f61222d2bbd71337f4555674d812dc24f964b22c1fc024c6f06afc1535e28e01
7
+ data.tar.gz: c4ecdf98fea5c8c3f86e62a60f74aa255f781616ac9e7c7c1fec1e9e5f77204eefec2252de11621e88a5994bf4b7b8fb2356cc7adb7d70b8d92d2ec387ddab42
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.13.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -1798,18 +1798,16 @@ module Google
1798
1798
  end
1799
1799
  end
1800
1800
 
1801
- # This feature is not generally available yet. Response to a request to list
1802
- # enterprises.
1801
+ # Response to a request to list enterprises.
1803
1802
  class ListEnterprisesResponse
1804
1803
  include Google::Apis::Core::Hashable
1805
1804
 
1806
- # This feature is not generally available yet. The list of enterprises.
1805
+ # The list of enterprises.
1807
1806
  # Corresponds to the JSON property `enterprises`
1808
1807
  # @return [Array<Google::Apis::AndroidmanagementV1::Enterprise>]
1809
1808
  attr_accessor :enterprises
1810
1809
 
1811
- # This feature is not generally available yet. If there are more results, a
1812
- # token to retrieve next page of results.
1810
+ # If there are more results, a token to retrieve next page of results.
1813
1811
  # Corresponds to the JSON property `nextPageToken`
1814
1812
  # @return [String]
1815
1813
  attr_accessor :next_page_token
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210607"
25
+ REVISION = "20210713"
26
26
  end
27
27
  end
28
28
  end
@@ -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,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.13.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-07-05 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
@@ -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/master/generated/google-apis-androidmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []