google-apis-chromemanagement_v1 0.4.0 → 0.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35b3ab4ddef35800d089d501cf7e7d4cd634df9732fafbbba309b2b19b9142c5
|
4
|
+
data.tar.gz: 4d497d055951f2194eaa9347e3696d198cb00c14462508f7c131e38dde0c0fef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f36904ef2355b9697659c9decc7a15184289348dc503ed80cfe51ebd7e8aa48828e669c0605be74726d60b4eb55230bef3b4a3d87a91fb320106413e1990a6f
|
7
|
+
data.tar.gz: 18da39c2ea3d95880d236fee5baac4cd61f51427bede775e2b16499cdd1995471cc7691a95930807c48f6ab59765b79ff5d9b63d3098e350e673ac80bac8116b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1
1
|
# Release history for google-apis-chromemanagement_v1
|
2
2
|
|
3
|
+
### v0.9.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.8.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.3.0
|
10
|
+
|
11
|
+
### v0.7.0 (2021-05-19)
|
12
|
+
|
13
|
+
* Unspecified changes
|
14
|
+
|
15
|
+
### v0.6.0 (2021-05-11)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210508
|
18
|
+
|
19
|
+
### v0.5.0 (2021-03-23)
|
20
|
+
|
21
|
+
* Regenerated from discovery document revision 20210319
|
22
|
+
|
3
23
|
### v0.4.0 (2021-03-17)
|
4
24
|
|
5
25
|
* Regenerated from discovery document revision 20210315
|
@@ -74,7 +74,7 @@ module Google
|
|
74
74
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BrowserVersion>]
|
75
75
|
attr_accessor :browser_versions
|
76
76
|
|
77
|
-
# Token to specify the next page
|
77
|
+
# Token to specify the next page of the request.
|
78
78
|
# Corresponds to the JSON property `nextPageToken`
|
79
79
|
# @return [String]
|
80
80
|
attr_accessor :next_page_token
|
@@ -105,7 +105,7 @@ module Google
|
|
105
105
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1InstalledApp>]
|
106
106
|
attr_accessor :installed_apps
|
107
107
|
|
108
|
-
# Token to specify next page
|
108
|
+
# Token to specify the next page of the request.
|
109
109
|
# Corresponds to the JSON property `nextPageToken`
|
110
110
|
# @return [String]
|
111
111
|
attr_accessor :next_page_token
|
@@ -163,7 +163,7 @@ module Google
|
|
163
163
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1Device>]
|
164
164
|
attr_accessor :devices
|
165
165
|
|
166
|
-
# Token to specify the next page
|
166
|
+
# Token to specify the next page of the request.
|
167
167
|
# Corresponds to the JSON property `nextPageToken`
|
168
168
|
# @return [String]
|
169
169
|
attr_accessor :next_page_token
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ChromemanagementV1
|
18
18
|
# Version of the google-apis-chromemanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210508"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -64,7 +64,7 @@ module Google
|
|
64
64
|
# @param [Fixnum] page_size
|
65
65
|
# Maximum number of results to return. Maximum and default are 100.
|
66
66
|
# @param [String] page_token
|
67
|
-
# Token to specify the
|
67
|
+
# Token to specify the page of the request to be returned.
|
68
68
|
# @param [String] fields
|
69
69
|
# Selector specifying which fields to include in a partial response.
|
70
70
|
# @param [String] quota_user
|
@@ -113,7 +113,7 @@ module Google
|
|
113
113
|
# @param [Fixnum] page_size
|
114
114
|
# Maximum number of results to return. Maximum and default are 100.
|
115
115
|
# @param [String] page_token
|
116
|
-
# Token to specify
|
116
|
+
# Token to specify the page of the request to be returned.
|
117
117
|
# @param [String] fields
|
118
118
|
# Selector specifying which fields to include in a partial response.
|
119
119
|
# @param [String] quota_user
|
@@ -161,14 +161,13 @@ module Google
|
|
161
161
|
# operations are not supported in this filter. Supported filter fields: *
|
162
162
|
# last_active_date
|
163
163
|
# @param [String] order_by
|
164
|
-
# Field used to order results. Supported order by fields: *
|
165
|
-
# device_id
|
164
|
+
# Field used to order results. Supported order by fields: * machine * device_id
|
166
165
|
# @param [String] org_unit_id
|
167
166
|
# The ID of the organizational unit.
|
168
167
|
# @param [Fixnum] page_size
|
169
168
|
# Maximum number of results to return. Maximum and default are 100.
|
170
169
|
# @param [String] page_token
|
171
|
-
# Token to specify the
|
170
|
+
# Token to specify the page of the request to be returned.
|
172
171
|
# @param [String] fields
|
173
172
|
# Selector specifying which fields to include in a partial response.
|
174
173
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-chromemanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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-
|
11
|
+
date: 2021-07-05 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.
|
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:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Chrome Management API V1. Simple REST
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
29
35
|
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-chromemanagement_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.9.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chromemanagement_v1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Chrome Management API V1
|