google-apis-androidmanagement_v1 0.13.0 → 0.14.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: 24ca84fac522fa43b0ec67b49a4e1053a74db5209578ce4e90ff05c186376a46
|
|
4
|
+
data.tar.gz: 84b1e5fb65ed736bc3af2488c991d597a7b98529cfd568d32b784a2b62f70812
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e02b2d4c74269f4ca4dcac72c80f18e967bb66016a3bb4a4ba75daf6175bdda4f61222d2bbd71337f4555674d812dc24f964b22c1fc024c6f06afc1535e28e01
|
|
7
|
+
data.tar.gz: c4ecdf98fea5c8c3f86e62a60f74aa255f781616ac9e7c7c1fec1e9e5f77204eefec2252de11621e88a5994bf4b7b8fb2356cc7adb7d70b8d92d2ec387ddab42
|
data/CHANGELOG.md
CHANGED
|
@@ -1798,18 +1798,16 @@ module Google
|
|
|
1798
1798
|
end
|
|
1799
1799
|
end
|
|
1800
1800
|
|
|
1801
|
-
#
|
|
1802
|
-
# enterprises.
|
|
1801
|
+
# Response to a request to list enterprises.
|
|
1803
1802
|
class ListEnterprisesResponse
|
|
1804
1803
|
include Google::Apis::Core::Hashable
|
|
1805
1804
|
|
|
1806
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
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 = "
|
|
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
|
-
#
|
|
57
|
-
# Agreement
|
|
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
|
-
#
|
|
100
|
+
# Deletes an enterprise. Only available for EMM-managed enterprises.
|
|
97
101
|
# @param [String] name
|
|
98
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
161
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
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
|
-
#
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|