google-apis-chromemanagement_v1 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-chromemanagement_v1.rb +15 -0
- data/lib/google/apis/chromemanagement_v1.rb +37 -0
- data/lib/google/apis/chromemanagement_v1/classes.rb +271 -0
- data/lib/google/apis/chromemanagement_v1/gem_version.rb +28 -0
- data/lib/google/apis/chromemanagement_v1/representations.rb +128 -0
- data/lib/google/apis/chromemanagement_v1/service.rb +217 -0
- metadata +76 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f0212bfc22ba8345f3d765535e9f7d203d676cc631383330c614926e3c7a38ad
|
4
|
+
data.tar.gz: dbeb332f7e9b6f5d1d741c33fcde1997eade0a6357f8fc4a4f1fd8ff75946d9d
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: bd8e77e3749722a631ea650879fecb2be079d7720b10682b6299e1d72728583a0f8edc3f17383ebcd12e041e9179a3ad6011bf111d1858519beee9139367c642
|
7
|
+
data.tar.gz: bbf4d63de3b9b6ad2c64aabfae9d046e58e2582b2759994821879f7da10beb245339a8d4114eee4dbb8bde4e0b474a6bbc681f178a73a9eca8cab45c47598443
|
data/.yardopts
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
--hide-void-return
|
2
|
+
--no-private
|
3
|
+
--verbose
|
4
|
+
--title=google-apis-chromemanagement_v1
|
5
|
+
--markup-provider=redcarpet
|
6
|
+
--markup=markdown
|
7
|
+
--main OVERVIEW.md
|
8
|
+
lib/google/apis/chromemanagement_v1/*.rb
|
9
|
+
lib/google/apis/chromemanagement_v1.rb
|
10
|
+
-
|
11
|
+
OVERVIEW.md
|
12
|
+
CHANGELOG.md
|
13
|
+
LICENSE.md
|
data/CHANGELOG.md
ADDED
data/LICENSE.md
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/OVERVIEW.md
ADDED
@@ -0,0 +1,96 @@
|
|
1
|
+
# Simple REST client for version V1 of the Chrome Management API
|
2
|
+
|
3
|
+
This is a simple client library for version V1 of the Chrome Management API. It provides:
|
4
|
+
|
5
|
+
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
6
|
+
* Ruby objects for data structures related to the service.
|
7
|
+
* Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts.
|
8
|
+
* Control of retry, pagination, and timeouts.
|
9
|
+
|
10
|
+
Note that although this client library is supported and will continue to be updated to track changes to the service, it is otherwise considered complete and not under active development. Many Google services, especially Google Cloud Platform services, may provide a more modern client that is under more active development and improvement. See the section below titled *Which client should I use?* for more information.
|
11
|
+
|
12
|
+
## Getting started
|
13
|
+
|
14
|
+
### Before you begin
|
15
|
+
|
16
|
+
There are a few setup steps you need to complete before you can use this library:
|
17
|
+
|
18
|
+
1. If you don't already have a Google account, [sign up](https://www.google.com/accounts).
|
19
|
+
2. If you have never created a Google APIs Console project, read about [Managing Projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects) and create a project in the [Google API Console](https://console.cloud.google.com/).
|
20
|
+
3. Most APIs need to be enabled for your project. [Enable it](https://console.cloud.google.com/apis/library/chromemanagement.googleapis.com) in the console.
|
21
|
+
|
22
|
+
### Installation
|
23
|
+
|
24
|
+
Add this line to your application's Gemfile:
|
25
|
+
|
26
|
+
```ruby
|
27
|
+
gem 'google-apis-chromemanagement_v1', '~> 0.1'
|
28
|
+
```
|
29
|
+
|
30
|
+
And then execute:
|
31
|
+
|
32
|
+
```
|
33
|
+
$ bundle
|
34
|
+
```
|
35
|
+
|
36
|
+
Or install it yourself as:
|
37
|
+
|
38
|
+
```
|
39
|
+
$ gem install google-apis-chromemanagement_v1
|
40
|
+
```
|
41
|
+
|
42
|
+
### Creating a client object
|
43
|
+
|
44
|
+
Once the gem is installed, you can load the client code and instantiate a client.
|
45
|
+
|
46
|
+
```ruby
|
47
|
+
# Load the client
|
48
|
+
require "google/apis/chromemanagement_v1"
|
49
|
+
|
50
|
+
# Create a client object
|
51
|
+
client = Google::Apis::ChromemanagementV1::ChromeManagementService.new
|
52
|
+
|
53
|
+
# Authenticate calls
|
54
|
+
client.authentication = # ... use the googleauth gem to create credentials
|
55
|
+
```
|
56
|
+
|
57
|
+
See the class reference docs for information on the methods you can call from a client.
|
58
|
+
|
59
|
+
## Documentation
|
60
|
+
|
61
|
+
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
|
+
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
|
+
|
66
|
+
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Chromemanagement service in particular.)
|
67
|
+
|
68
|
+
For reference information on specific calls in the Chrome Management API, see the {Google::Apis::ChromemanagementV1::ChromeManagementService class reference docs}.
|
69
|
+
|
70
|
+
## Which client should I use?
|
71
|
+
|
72
|
+
Google provides two types of Ruby API client libraries: **simple REST clients** and **modern clients**.
|
73
|
+
|
74
|
+
This library, `google-apis-chromemanagement_v1`, is a simple REST client. You can identify these clients by their gem names, which are always in the form `google-apis-<servicename>_<serviceversion>`. The simple REST clients connect to HTTP/JSON REST endpoints and are automatically generated from service discovery documents. They support most API functionality, but their class interfaces are sometimes awkward.
|
75
|
+
|
76
|
+
Modern clients are produced by a modern code generator, sometimes combined with hand-crafted functionality. Most modern clients connect to high-performance gRPC endpoints, although a few are backed by REST services. Modern clients are available for many Google services, especially Google Cloud Platform services, but do not yet support all the services covered by the simple clients.
|
77
|
+
|
78
|
+
Gem names for modern clients are often of the form `google-cloud-<service_name>`. (For example, [google-cloud-pubsub](https://rubygems.org/gems/google-cloud-pubsub).) Note that most modern clients also have corresponding "versioned" gems with names like `google-cloud-<service_name>-<version>`. (For example, [google-cloud-pubsub-v1](https://rubygems.org/gems/google-cloud-pubsub-v1).) The "versioned" gems can be used directly, but often provide lower-level interfaces. In most cases, the main gem is recommended.
|
79
|
+
|
80
|
+
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
81
|
+
|
82
|
+
The [product documentation](http://developers.google.com/chrome/management/) may provide guidance regarding the preferred client library to use.
|
83
|
+
|
84
|
+
## Supported Ruby versions
|
85
|
+
|
86
|
+
This library is supported on Ruby 2.5+.
|
87
|
+
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
|
+
|
90
|
+
## License
|
91
|
+
|
92
|
+
This library is licensed under Apache 2.0. Full license text is available in the {file:LICENSE.md LICENSE}.
|
93
|
+
|
94
|
+
## Support
|
95
|
+
|
96
|
+
Please [report bugs at the project on Github](https://github.com/google/google-api-ruby-client/issues). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-api-ruby-client) about the client or APIs on [StackOverflow](http://stackoverflow.com).
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require "google/apis/chromemanagement_v1"
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'google/apis/chromemanagement_v1/service.rb'
|
16
|
+
require 'google/apis/chromemanagement_v1/classes.rb'
|
17
|
+
require 'google/apis/chromemanagement_v1/representations.rb'
|
18
|
+
require 'google/apis/chromemanagement_v1/gem_version.rb'
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Apis
|
22
|
+
# Chrome Management API
|
23
|
+
#
|
24
|
+
# The Chrome Management API is a suite of services that allows Chrome
|
25
|
+
# administrators to view, manage and gain insights on their Chrome OS The Chrome
|
26
|
+
# Management API is a suite of services that allows GSuite domain administrators
|
27
|
+
# to view, manage and gain insights on their Chrome OS and Chrome Browser
|
28
|
+
# devices and users.
|
29
|
+
#
|
30
|
+
# @see http://developers.google.com/chrome/management/
|
31
|
+
module ChromemanagementV1
|
32
|
+
# Version of the Chrome Management API this client connects to.
|
33
|
+
# This is NOT the gem version.
|
34
|
+
VERSION = 'V1'
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,271 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module ChromemanagementV1
|
24
|
+
|
25
|
+
# Describes a browser version and its install count.
|
26
|
+
class GoogleChromeManagementV1BrowserVersion
|
27
|
+
include Google::Apis::Core::Hashable
|
28
|
+
|
29
|
+
# Output only. The release channel of the installed browser.
|
30
|
+
# Corresponds to the JSON property `channel`
|
31
|
+
# @return [String]
|
32
|
+
attr_accessor :channel
|
33
|
+
|
34
|
+
# Output only. Count grouped by device_system and major version
|
35
|
+
# Corresponds to the JSON property `count`
|
36
|
+
# @return [Fixnum]
|
37
|
+
attr_accessor :count
|
38
|
+
|
39
|
+
# Output only. Version of the system-specified operating system.
|
40
|
+
# Corresponds to the JSON property `deviceOsVersion`
|
41
|
+
# @return [String]
|
42
|
+
attr_accessor :device_os_version
|
43
|
+
|
44
|
+
# Output only. The device operating system.
|
45
|
+
# Corresponds to the JSON property `system`
|
46
|
+
# @return [String]
|
47
|
+
attr_accessor :system
|
48
|
+
|
49
|
+
# Output only. The full version of the installed browser.
|
50
|
+
# Corresponds to the JSON property `version`
|
51
|
+
# @return [String]
|
52
|
+
attr_accessor :version
|
53
|
+
|
54
|
+
def initialize(**args)
|
55
|
+
update!(**args)
|
56
|
+
end
|
57
|
+
|
58
|
+
# Update properties of this object
|
59
|
+
def update!(**args)
|
60
|
+
@channel = args[:channel] if args.key?(:channel)
|
61
|
+
@count = args[:count] if args.key?(:count)
|
62
|
+
@device_os_version = args[:device_os_version] if args.key?(:device_os_version)
|
63
|
+
@system = args[:system] if args.key?(:system)
|
64
|
+
@version = args[:version] if args.key?(:version)
|
65
|
+
end
|
66
|
+
end
|
67
|
+
|
68
|
+
# Response containing requested browser versions details and counts.
|
69
|
+
class GoogleChromeManagementV1CountChromeVersionsResponse
|
70
|
+
include Google::Apis::Core::Hashable
|
71
|
+
|
72
|
+
# List of all browser versions and their install counts.
|
73
|
+
# Corresponds to the JSON property `browserVersions`
|
74
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BrowserVersion>]
|
75
|
+
attr_accessor :browser_versions
|
76
|
+
|
77
|
+
# Token to specify the next page in the list.
|
78
|
+
# Corresponds to the JSON property `nextPageToken`
|
79
|
+
# @return [String]
|
80
|
+
attr_accessor :next_page_token
|
81
|
+
|
82
|
+
# Total number browser versions matching request.
|
83
|
+
# Corresponds to the JSON property `totalSize`
|
84
|
+
# @return [Fixnum]
|
85
|
+
attr_accessor :total_size
|
86
|
+
|
87
|
+
def initialize(**args)
|
88
|
+
update!(**args)
|
89
|
+
end
|
90
|
+
|
91
|
+
# Update properties of this object
|
92
|
+
def update!(**args)
|
93
|
+
@browser_versions = args[:browser_versions] if args.key?(:browser_versions)
|
94
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
95
|
+
@total_size = args[:total_size] if args.key?(:total_size)
|
96
|
+
end
|
97
|
+
end
|
98
|
+
|
99
|
+
# Response containing details of queried installed apps.
|
100
|
+
class GoogleChromeManagementV1CountInstalledAppsResponse
|
101
|
+
include Google::Apis::Core::Hashable
|
102
|
+
|
103
|
+
# List of installed apps matching request.
|
104
|
+
# Corresponds to the JSON property `installedApps`
|
105
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1InstalledApp>]
|
106
|
+
attr_accessor :installed_apps
|
107
|
+
|
108
|
+
# Token to specify next page in the list.
|
109
|
+
# Corresponds to the JSON property `nextPageToken`
|
110
|
+
# @return [String]
|
111
|
+
attr_accessor :next_page_token
|
112
|
+
|
113
|
+
# Total number of installed apps matching request.
|
114
|
+
# Corresponds to the JSON property `totalSize`
|
115
|
+
# @return [Fixnum]
|
116
|
+
attr_accessor :total_size
|
117
|
+
|
118
|
+
def initialize(**args)
|
119
|
+
update!(**args)
|
120
|
+
end
|
121
|
+
|
122
|
+
# Update properties of this object
|
123
|
+
def update!(**args)
|
124
|
+
@installed_apps = args[:installed_apps] if args.key?(:installed_apps)
|
125
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
126
|
+
@total_size = args[:total_size] if args.key?(:total_size)
|
127
|
+
end
|
128
|
+
end
|
129
|
+
|
130
|
+
# Describes a device reporting Chrome browser information.
|
131
|
+
class GoogleChromeManagementV1Device
|
132
|
+
include Google::Apis::Core::Hashable
|
133
|
+
|
134
|
+
# Output only. The ID of the device that reported this Chrome browser
|
135
|
+
# information.
|
136
|
+
# Corresponds to the JSON property `deviceId`
|
137
|
+
# @return [String]
|
138
|
+
attr_accessor :device_id
|
139
|
+
|
140
|
+
# Output only. The name of the machine within its local network.
|
141
|
+
# Corresponds to the JSON property `machine`
|
142
|
+
# @return [String]
|
143
|
+
attr_accessor :machine
|
144
|
+
|
145
|
+
def initialize(**args)
|
146
|
+
update!(**args)
|
147
|
+
end
|
148
|
+
|
149
|
+
# Update properties of this object
|
150
|
+
def update!(**args)
|
151
|
+
@device_id = args[:device_id] if args.key?(:device_id)
|
152
|
+
@machine = args[:machine] if args.key?(:machine)
|
153
|
+
end
|
154
|
+
end
|
155
|
+
|
156
|
+
# Response containing a list of devices with queried app installed.
|
157
|
+
class GoogleChromeManagementV1FindInstalledAppDevicesResponse
|
158
|
+
include Google::Apis::Core::Hashable
|
159
|
+
|
160
|
+
# A list of devices which have the app installed. Sorted in ascending
|
161
|
+
# alphabetical order on the Device.machine field.
|
162
|
+
# Corresponds to the JSON property `devices`
|
163
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1Device>]
|
164
|
+
attr_accessor :devices
|
165
|
+
|
166
|
+
# Token to specify the next page in the list.
|
167
|
+
# Corresponds to the JSON property `nextPageToken`
|
168
|
+
# @return [String]
|
169
|
+
attr_accessor :next_page_token
|
170
|
+
|
171
|
+
# Total number of devices matching request.
|
172
|
+
# Corresponds to the JSON property `totalSize`
|
173
|
+
# @return [Fixnum]
|
174
|
+
attr_accessor :total_size
|
175
|
+
|
176
|
+
def initialize(**args)
|
177
|
+
update!(**args)
|
178
|
+
end
|
179
|
+
|
180
|
+
# Update properties of this object
|
181
|
+
def update!(**args)
|
182
|
+
@devices = args[:devices] if args.key?(:devices)
|
183
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
184
|
+
@total_size = args[:total_size] if args.key?(:total_size)
|
185
|
+
end
|
186
|
+
end
|
187
|
+
|
188
|
+
# Describes an installed app.
|
189
|
+
class GoogleChromeManagementV1InstalledApp
|
190
|
+
include Google::Apis::Core::Hashable
|
191
|
+
|
192
|
+
# Output only. Unique identifier of the app. For Chrome apps and extensions, the
|
193
|
+
# 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the
|
194
|
+
# package name (e.g. com.evernote).
|
195
|
+
# Corresponds to the JSON property `appId`
|
196
|
+
# @return [String]
|
197
|
+
attr_accessor :app_id
|
198
|
+
|
199
|
+
# Output only. How the app was installed.
|
200
|
+
# Corresponds to the JSON property `appInstallType`
|
201
|
+
# @return [String]
|
202
|
+
attr_accessor :app_install_type
|
203
|
+
|
204
|
+
# Output only. Source of the installed app.
|
205
|
+
# Corresponds to the JSON property `appSource`
|
206
|
+
# @return [String]
|
207
|
+
attr_accessor :app_source
|
208
|
+
|
209
|
+
# Output only. Type of the app.
|
210
|
+
# Corresponds to the JSON property `appType`
|
211
|
+
# @return [String]
|
212
|
+
attr_accessor :app_type
|
213
|
+
|
214
|
+
# Output only. Count of browser devices with this app installed.
|
215
|
+
# Corresponds to the JSON property `browserDeviceCount`
|
216
|
+
# @return [Fixnum]
|
217
|
+
attr_accessor :browser_device_count
|
218
|
+
|
219
|
+
# Output only. Description of the installed app.
|
220
|
+
# Corresponds to the JSON property `description`
|
221
|
+
# @return [String]
|
222
|
+
attr_accessor :description
|
223
|
+
|
224
|
+
# Output only. Whether the app is disabled.
|
225
|
+
# Corresponds to the JSON property `disabled`
|
226
|
+
# @return [Boolean]
|
227
|
+
attr_accessor :disabled
|
228
|
+
alias_method :disabled?, :disabled
|
229
|
+
|
230
|
+
# Output only. Name of the installed app.
|
231
|
+
# Corresponds to the JSON property `displayName`
|
232
|
+
# @return [String]
|
233
|
+
attr_accessor :display_name
|
234
|
+
|
235
|
+
# Output only. Homepage uri of the installed app.
|
236
|
+
# Corresponds to the JSON property `homepageUri`
|
237
|
+
# @return [String]
|
238
|
+
attr_accessor :homepage_uri
|
239
|
+
|
240
|
+
# Output only. Count of ChromeOS users with this app installed.
|
241
|
+
# Corresponds to the JSON property `osUserCount`
|
242
|
+
# @return [Fixnum]
|
243
|
+
attr_accessor :os_user_count
|
244
|
+
|
245
|
+
# Output only. Permissions of the installed app.
|
246
|
+
# Corresponds to the JSON property `permissions`
|
247
|
+
# @return [Array<String>]
|
248
|
+
attr_accessor :permissions
|
249
|
+
|
250
|
+
def initialize(**args)
|
251
|
+
update!(**args)
|
252
|
+
end
|
253
|
+
|
254
|
+
# Update properties of this object
|
255
|
+
def update!(**args)
|
256
|
+
@app_id = args[:app_id] if args.key?(:app_id)
|
257
|
+
@app_install_type = args[:app_install_type] if args.key?(:app_install_type)
|
258
|
+
@app_source = args[:app_source] if args.key?(:app_source)
|
259
|
+
@app_type = args[:app_type] if args.key?(:app_type)
|
260
|
+
@browser_device_count = args[:browser_device_count] if args.key?(:browser_device_count)
|
261
|
+
@description = args[:description] if args.key?(:description)
|
262
|
+
@disabled = args[:disabled] if args.key?(:disabled)
|
263
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
264
|
+
@homepage_uri = args[:homepage_uri] if args.key?(:homepage_uri)
|
265
|
+
@os_user_count = args[:os_user_count] if args.key?(:os_user_count)
|
266
|
+
@permissions = args[:permissions] if args.key?(:permissions)
|
267
|
+
end
|
268
|
+
end
|
269
|
+
end
|
270
|
+
end
|
271
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module ChromemanagementV1
|
18
|
+
# Version of the google-apis-chromemanagement_v1 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20210218"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,128 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module ChromemanagementV1
|
24
|
+
|
25
|
+
class GoogleChromeManagementV1BrowserVersion
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleChromeManagementV1CountChromeVersionsResponse
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleChromeManagementV1CountInstalledAppsResponse
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleChromeManagementV1Device
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GoogleChromeManagementV1FindInstalledAppDevicesResponse
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GoogleChromeManagementV1InstalledApp
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GoogleChromeManagementV1BrowserVersion
|
62
|
+
# @private
|
63
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
64
|
+
property :channel, as: 'channel'
|
65
|
+
property :count, :numeric_string => true, as: 'count'
|
66
|
+
property :device_os_version, as: 'deviceOsVersion'
|
67
|
+
property :system, as: 'system'
|
68
|
+
property :version, as: 'version'
|
69
|
+
end
|
70
|
+
end
|
71
|
+
|
72
|
+
class GoogleChromeManagementV1CountChromeVersionsResponse
|
73
|
+
# @private
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
75
|
+
collection :browser_versions, as: 'browserVersions', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BrowserVersion, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BrowserVersion::Representation
|
76
|
+
|
77
|
+
property :next_page_token, as: 'nextPageToken'
|
78
|
+
property :total_size, as: 'totalSize'
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
class GoogleChromeManagementV1CountInstalledAppsResponse
|
83
|
+
# @private
|
84
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
85
|
+
collection :installed_apps, as: 'installedApps', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1InstalledApp, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1InstalledApp::Representation
|
86
|
+
|
87
|
+
property :next_page_token, as: 'nextPageToken'
|
88
|
+
property :total_size, as: 'totalSize'
|
89
|
+
end
|
90
|
+
end
|
91
|
+
|
92
|
+
class GoogleChromeManagementV1Device
|
93
|
+
# @private
|
94
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
95
|
+
property :device_id, as: 'deviceId'
|
96
|
+
property :machine, as: 'machine'
|
97
|
+
end
|
98
|
+
end
|
99
|
+
|
100
|
+
class GoogleChromeManagementV1FindInstalledAppDevicesResponse
|
101
|
+
# @private
|
102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
103
|
+
collection :devices, as: 'devices', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1Device, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1Device::Representation
|
104
|
+
|
105
|
+
property :next_page_token, as: 'nextPageToken'
|
106
|
+
property :total_size, as: 'totalSize'
|
107
|
+
end
|
108
|
+
end
|
109
|
+
|
110
|
+
class GoogleChromeManagementV1InstalledApp
|
111
|
+
# @private
|
112
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
113
|
+
property :app_id, as: 'appId'
|
114
|
+
property :app_install_type, as: 'appInstallType'
|
115
|
+
property :app_source, as: 'appSource'
|
116
|
+
property :app_type, as: 'appType'
|
117
|
+
property :browser_device_count, :numeric_string => true, as: 'browserDeviceCount'
|
118
|
+
property :description, as: 'description'
|
119
|
+
property :disabled, as: 'disabled'
|
120
|
+
property :display_name, as: 'displayName'
|
121
|
+
property :homepage_uri, as: 'homepageUri'
|
122
|
+
property :os_user_count, :numeric_string => true, as: 'osUserCount'
|
123
|
+
collection :permissions, as: 'permissions'
|
124
|
+
end
|
125
|
+
end
|
126
|
+
end
|
127
|
+
end
|
128
|
+
end
|
@@ -0,0 +1,217 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'google/apis/core/base_service'
|
16
|
+
require 'google/apis/core/json_representation'
|
17
|
+
require 'google/apis/core/hashable'
|
18
|
+
require 'google/apis/errors'
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Apis
|
22
|
+
module ChromemanagementV1
|
23
|
+
# Chrome Management API
|
24
|
+
#
|
25
|
+
# The Chrome Management API is a suite of services that allows Chrome
|
26
|
+
# administrators to view, manage and gain insights on their Chrome OS The Chrome
|
27
|
+
# Management API is a suite of services that allows GSuite domain administrators
|
28
|
+
# to view, manage and gain insights on their Chrome OS and Chrome Browser
|
29
|
+
# devices and users.
|
30
|
+
#
|
31
|
+
# @example
|
32
|
+
# require 'google/apis/chromemanagement_v1'
|
33
|
+
#
|
34
|
+
# Chromemanagement = Google::Apis::ChromemanagementV1 # Alias the module
|
35
|
+
# service = Chromemanagement::ChromeManagementService.new
|
36
|
+
#
|
37
|
+
# @see http://developers.google.com/chrome/management/
|
38
|
+
class ChromeManagementService < Google::Apis::Core::BaseService
|
39
|
+
# @return [String]
|
40
|
+
# API key. Your API key identifies your project and provides you with API access,
|
41
|
+
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
42
|
+
attr_accessor :key
|
43
|
+
|
44
|
+
# @return [String]
|
45
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
46
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
47
|
+
attr_accessor :quota_user
|
48
|
+
|
49
|
+
def initialize
|
50
|
+
super('https://chromemanagement.googleapis.com/', '',
|
51
|
+
client_name: 'google-apis-chromemanagement_v1',
|
52
|
+
client_version: Google::Apis::ChromemanagementV1::GEM_VERSION)
|
53
|
+
@batch_path = 'batch'
|
54
|
+
end
|
55
|
+
|
56
|
+
# Generate report of installed Chrome versions.
|
57
|
+
# @param [String] customer
|
58
|
+
# Required. Customer id or "my_customer" to use the customer associated to the
|
59
|
+
# account making the request.
|
60
|
+
# @param [String] filter
|
61
|
+
# Query string to filter results, AND-separated fields in EBNF syntax. Note: OR
|
62
|
+
# operations are not supported in this filter. Supported filter fields: *
|
63
|
+
# last_active_date
|
64
|
+
# @param [String] org_unit_id
|
65
|
+
# The ID of the organizational unit.
|
66
|
+
# @param [Fixnum] page_size
|
67
|
+
# Maximum number of results to return. Maximum and default are 100.
|
68
|
+
# @param [String] page_token
|
69
|
+
# Token to specify the next page in the list.
|
70
|
+
# @param [String] fields
|
71
|
+
# Selector specifying which fields to include in a partial response.
|
72
|
+
# @param [String] quota_user
|
73
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
74
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
75
|
+
# @param [Google::Apis::RequestOptions] options
|
76
|
+
# Request-specific options
|
77
|
+
#
|
78
|
+
# @yield [result, err] Result & error if block supplied
|
79
|
+
# @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeVersionsResponse] parsed result object
|
80
|
+
# @yieldparam err [StandardError] error object if request failed
|
81
|
+
#
|
82
|
+
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeVersionsResponse]
|
83
|
+
#
|
84
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
85
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
86
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
87
|
+
def count_customer_report_chrome_versions(customer, filter: nil, org_unit_id: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
88
|
+
command = make_simple_command(:get, 'v1/{+customer}/reports:countChromeVersions', options)
|
89
|
+
command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeVersionsResponse::Representation
|
90
|
+
command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeVersionsResponse
|
91
|
+
command.params['customer'] = customer unless customer.nil?
|
92
|
+
command.query['filter'] = filter unless filter.nil?
|
93
|
+
command.query['orgUnitId'] = org_unit_id unless org_unit_id.nil?
|
94
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
95
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
96
|
+
command.query['fields'] = fields unless fields.nil?
|
97
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
98
|
+
execute_or_queue_command(command, &block)
|
99
|
+
end
|
100
|
+
|
101
|
+
# Generate report of app installations.
|
102
|
+
# @param [String] customer
|
103
|
+
# Required. Customer id or "my_customer" to use the customer associated to the
|
104
|
+
# account making the request.
|
105
|
+
# @param [String] filter
|
106
|
+
# Query string to filter results, AND-separated fields in EBNF syntax. Note: OR
|
107
|
+
# operations are not supported in this filter. Supported filter fields: *
|
108
|
+
# app_name * app_type * install_type * number_of_permissions *
|
109
|
+
# total_install_count * latest_profile_active_date * permission_name
|
110
|
+
# @param [String] order_by
|
111
|
+
# Field used to order results. Supported order by fields: * app_name * app_type *
|
112
|
+
# install_type * number_of_permissions * total_install_count
|
113
|
+
# @param [String] org_unit_id
|
114
|
+
# The ID of the organizational unit.
|
115
|
+
# @param [Fixnum] page_size
|
116
|
+
# Maximum number of results to return. Maximum and default are 100.
|
117
|
+
# @param [String] page_token
|
118
|
+
# Token to specify next page in the list.
|
119
|
+
# @param [String] fields
|
120
|
+
# Selector specifying which fields to include in a partial response.
|
121
|
+
# @param [String] quota_user
|
122
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
123
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
124
|
+
# @param [Google::Apis::RequestOptions] options
|
125
|
+
# Request-specific options
|
126
|
+
#
|
127
|
+
# @yield [result, err] Result & error if block supplied
|
128
|
+
# @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountInstalledAppsResponse] parsed result object
|
129
|
+
# @yieldparam err [StandardError] error object if request failed
|
130
|
+
#
|
131
|
+
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountInstalledAppsResponse]
|
132
|
+
#
|
133
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
134
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
135
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
136
|
+
def count_customer_report_installed_apps(customer, filter: nil, order_by: nil, org_unit_id: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
137
|
+
command = make_simple_command(:get, 'v1/{+customer}/reports:countInstalledApps', options)
|
138
|
+
command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountInstalledAppsResponse::Representation
|
139
|
+
command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountInstalledAppsResponse
|
140
|
+
command.params['customer'] = customer unless customer.nil?
|
141
|
+
command.query['filter'] = filter unless filter.nil?
|
142
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
143
|
+
command.query['orgUnitId'] = org_unit_id unless org_unit_id.nil?
|
144
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
145
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
146
|
+
command.query['fields'] = fields unless fields.nil?
|
147
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
148
|
+
execute_or_queue_command(command, &block)
|
149
|
+
end
|
150
|
+
|
151
|
+
# Generate report of devices that have a specified app installed.
|
152
|
+
# @param [String] customer
|
153
|
+
# Required. Customer id or "my_customer" to use the customer associated to the
|
154
|
+
# account making the request.
|
155
|
+
# @param [String] app_id
|
156
|
+
# Unique identifier of the app. For Chrome apps and extensions, the 32-character
|
157
|
+
# id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name
|
158
|
+
# (e.g. com.evernote).
|
159
|
+
# @param [String] app_type
|
160
|
+
# Type of the app.
|
161
|
+
# @param [String] filter
|
162
|
+
# Query string to filter results, AND-separated fields in EBNF syntax. Note: OR
|
163
|
+
# operations are not supported in this filter. Supported filter fields: *
|
164
|
+
# last_active_date
|
165
|
+
# @param [String] order_by
|
166
|
+
# Field used to order results. Supported order by fields: * machine_name *
|
167
|
+
# device_id
|
168
|
+
# @param [String] org_unit_id
|
169
|
+
# The ID of the organizational unit.
|
170
|
+
# @param [Fixnum] page_size
|
171
|
+
# Maximum number of results to return. Maximum and default are 100.
|
172
|
+
# @param [String] page_token
|
173
|
+
# Token to specify the next page in the list.
|
174
|
+
# @param [String] fields
|
175
|
+
# Selector specifying which fields to include in a partial response.
|
176
|
+
# @param [String] quota_user
|
177
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
178
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
179
|
+
# @param [Google::Apis::RequestOptions] options
|
180
|
+
# Request-specific options
|
181
|
+
#
|
182
|
+
# @yield [result, err] Result & error if block supplied
|
183
|
+
# @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1FindInstalledAppDevicesResponse] parsed result object
|
184
|
+
# @yieldparam err [StandardError] error object if request failed
|
185
|
+
#
|
186
|
+
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1FindInstalledAppDevicesResponse]
|
187
|
+
#
|
188
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
189
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
190
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
191
|
+
def find_customer_report_installed_app_devices(customer, app_id: nil, app_type: nil, filter: nil, order_by: nil, org_unit_id: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
192
|
+
command = make_simple_command(:get, 'v1/{+customer}/reports:findInstalledAppDevices', options)
|
193
|
+
command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1FindInstalledAppDevicesResponse::Representation
|
194
|
+
command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1FindInstalledAppDevicesResponse
|
195
|
+
command.params['customer'] = customer unless customer.nil?
|
196
|
+
command.query['appId'] = app_id unless app_id.nil?
|
197
|
+
command.query['appType'] = app_type unless app_type.nil?
|
198
|
+
command.query['filter'] = filter unless filter.nil?
|
199
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
200
|
+
command.query['orgUnitId'] = org_unit_id unless org_unit_id.nil?
|
201
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
202
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
203
|
+
command.query['fields'] = fields unless fields.nil?
|
204
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
205
|
+
execute_or_queue_command(command, &block)
|
206
|
+
end
|
207
|
+
|
208
|
+
protected
|
209
|
+
|
210
|
+
def apply_command_defaults(command)
|
211
|
+
command.query['key'] = key unless key.nil?
|
212
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
213
|
+
end
|
214
|
+
end
|
215
|
+
end
|
216
|
+
end
|
217
|
+
end
|
metadata
ADDED
@@ -0,0 +1,76 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: google-apis-chromemanagement_v1
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Google LLC
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2021-02-22 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: google-apis-core
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0.1'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0.1'
|
27
|
+
description: This is the simple REST client for Chrome Management API V1. Simple REST
|
28
|
+
clients are Ruby client libraries that provide access to Google services via their
|
29
|
+
HTTP REST API endpoints. These libraries are generated and updated automatically
|
30
|
+
based on the discovery documents published by the service, and they handle most
|
31
|
+
concerns such as authentication, pagination, retry, timeouts, and logging. You can
|
32
|
+
use this client to access the Chrome Management API, but note that some services
|
33
|
+
may provide a separate modern client that is easier to use.
|
34
|
+
email: googleapis-packages@google.com
|
35
|
+
executables: []
|
36
|
+
extensions: []
|
37
|
+
extra_rdoc_files: []
|
38
|
+
files:
|
39
|
+
- ".yardopts"
|
40
|
+
- CHANGELOG.md
|
41
|
+
- LICENSE.md
|
42
|
+
- OVERVIEW.md
|
43
|
+
- lib/google-apis-chromemanagement_v1.rb
|
44
|
+
- lib/google/apis/chromemanagement_v1.rb
|
45
|
+
- lib/google/apis/chromemanagement_v1/classes.rb
|
46
|
+
- lib/google/apis/chromemanagement_v1/gem_version.rb
|
47
|
+
- lib/google/apis/chromemanagement_v1/representations.rb
|
48
|
+
- lib/google/apis/chromemanagement_v1/service.rb
|
49
|
+
homepage: https://github.com/google/google-api-ruby-client
|
50
|
+
licenses:
|
51
|
+
- Apache-2.0
|
52
|
+
metadata:
|
53
|
+
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chromemanagement_v1/CHANGELOG.md
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.1.0
|
56
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chromemanagement_v1
|
57
|
+
post_install_message:
|
58
|
+
rdoc_options: []
|
59
|
+
require_paths:
|
60
|
+
- lib
|
61
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
62
|
+
requirements:
|
63
|
+
- - ">="
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '2.4'
|
66
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
|
+
requirements:
|
68
|
+
- - ">="
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
version: '0'
|
71
|
+
requirements: []
|
72
|
+
rubygems_version: 3.2.6
|
73
|
+
signing_key:
|
74
|
+
specification_version: 4
|
75
|
+
summary: Simple REST client for Chrome Management API V1
|
76
|
+
test_files: []
|