google-apis-chromemanagement_v1 0.2.0 → 0.7.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: 73553d05634b4c716371cfbf7309fb2b4212d712b6052d04659ef80b7d7035d4
4
- data.tar.gz: 68669537130a73599183ec843b223afd1454bf3dfd7d9a964f10c63b7bddb323
3
+ metadata.gz: cd6df43a016d1d5e2cf64818b814f5ce16916da4947b06613c337fea73093972
4
+ data.tar.gz: 914c6ff171363288cfa9e4ac329a11248e3ed8fb3c3a365d499573dfb6473df3
5
5
  SHA512:
6
- metadata.gz: cf7a5f97ed0aa847da8edf9d439d1bc4915f29f75a15e774c964a21879567767188637872a047cdba87b261664ed979f34dbdd7bfeefcbbcb6b7adb13680bb49
7
- data.tar.gz: 1808348a2ab000e997eee272023d18587f92f194f2f8c441c25ca5d0a4e83fd5bea40db2028ff673737c77d9271c9fd64b37ae984a7c5191dc0a75087aa048b3
6
+ metadata.gz: 15de287577c9603cca706ffc06d3cb155ca2ffb9a78b9d75fcfbe1525f0638d9e5870194666256d593b1873a07958951bd0c797727910f07018c477d2777e946
7
+ data.tar.gz: 1b1841bbd6cda60bae71869ea4918ed413a16590a25533f4580b25202e953add6b82cce8f3f8b9b4769f406fc5f628658f2ea07bd0fe0390b82cd071bd578cdb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.7.0 (2021-05-19)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.6.0 (2021-05-11)
8
+
9
+ * Regenerated from discovery document revision 20210508
10
+
11
+ ### v0.5.0 (2021-03-23)
12
+
13
+ * Regenerated from discovery document revision 20210319
14
+
15
+ ### v0.4.0 (2021-03-17)
16
+
17
+ * Regenerated from discovery document revision 20210315
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.3.0 (2021-03-04)
21
+
22
+ * Unspecified changes
23
+
3
24
  ### v0.2.0 (2021-02-28)
4
25
 
5
26
  * Regenerated from discovery document revision 20210227
@@ -22,10 +22,8 @@ module Google
22
22
  # Chrome Management API
23
23
  #
24
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.
25
+ # administrators to view, manage and gain insights on their Chrome OS and Chrome
26
+ # Browser devices.
29
27
  #
30
28
  # @see http://developers.google.com/chrome/management/
31
29
  module ChromemanagementV1
@@ -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 in the list.
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 in the list.
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 in the list.
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.2.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210227"
25
+ REVISION = "20210508"
26
26
  end
27
27
  end
28
28
  end
@@ -23,10 +23,8 @@ module Google
23
23
  # Chrome Management API
24
24
  #
25
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.
26
+ # administrators to view, manage and gain insights on their Chrome OS and Chrome
27
+ # Browser devices.
30
28
  #
31
29
  # @example
32
30
  # require 'google/apis/chromemanagement_v1'
@@ -66,7 +64,7 @@ module Google
66
64
  # @param [Fixnum] page_size
67
65
  # Maximum number of results to return. Maximum and default are 100.
68
66
  # @param [String] page_token
69
- # Token to specify the next page in the list.
67
+ # Token to specify the page of the request to be returned.
70
68
  # @param [String] fields
71
69
  # Selector specifying which fields to include in a partial response.
72
70
  # @param [String] quota_user
@@ -115,7 +113,7 @@ module Google
115
113
  # @param [Fixnum] page_size
116
114
  # Maximum number of results to return. Maximum and default are 100.
117
115
  # @param [String] page_token
118
- # Token to specify next page in the list.
116
+ # Token to specify the page of the request to be returned.
119
117
  # @param [String] fields
120
118
  # Selector specifying which fields to include in a partial response.
121
119
  # @param [String] quota_user
@@ -163,14 +161,13 @@ module Google
163
161
  # operations are not supported in this filter. Supported filter fields: *
164
162
  # last_active_date
165
163
  # @param [String] order_by
166
- # Field used to order results. Supported order by fields: * machine_name *
167
- # device_id
164
+ # Field used to order results. Supported order by fields: * machine * device_id
168
165
  # @param [String] org_unit_id
169
166
  # The ID of the organizational unit.
170
167
  # @param [Fixnum] page_size
171
168
  # Maximum number of results to return. Maximum and default are 100.
172
169
  # @param [String] page_token
173
- # Token to specify the next page in the list.
170
+ # Token to specify the page of the request to be returned.
174
171
  # @param [String] fields
175
172
  # Selector specifying which fields to include in a partial response.
176
173
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chromemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.7.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-03-01 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
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.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chromemanagement_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.11
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Chrome Management API V1