google-apis-chromemanagement_v1 0.1.0 → 0.6.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: f0212bfc22ba8345f3d765535e9f7d203d676cc631383330c614926e3c7a38ad
4
- data.tar.gz: dbeb332f7e9b6f5d1d741c33fcde1997eade0a6357f8fc4a4f1fd8ff75946d9d
3
+ metadata.gz: 6aee4939cf5b0c9349853cbf5342c1ce4da8caeb169273ca0532ae01e50d2b90
4
+ data.tar.gz: 519a2055fb06e7b52b08eead08a697392e351d7ac8b1dc726ce43dd94e3043f6
5
5
  SHA512:
6
- metadata.gz: bd8e77e3749722a631ea650879fecb2be079d7720b10682b6299e1d72728583a0f8edc3f17383ebcd12e041e9179a3ad6011bf111d1858519beee9139367c642
7
- data.tar.gz: bbf4d63de3b9b6ad2c64aabfae9d046e58e2582b2759994821879f7da10beb245339a8d4114eee4dbb8bde4e0b474a6bbc681f178a73a9eca8cab45c47598443
6
+ metadata.gz: 4b009d4a70e0007c69851e6a385bf0508bab792336bd73830a9a262887811edd4e3987bcb4d9bc0ed6564eea6bfbcbfa06768612ea120d18e10c6edcad78f9f0
7
+ data.tar.gz: b810f5dcf0520727794af7c189ea2d632b725abd9d3c7361f75245d43b8ffcc390c2c6478ba08480d970934dd121e2903b0e3366246755df54b59b652ffb9fbd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.6.0 (2021-05-11)
4
+
5
+ * Regenerated from discovery document revision 20210508
6
+
7
+ ### v0.5.0 (2021-03-23)
8
+
9
+ * Regenerated from discovery document revision 20210319
10
+
11
+ ### v0.4.0 (2021-03-17)
12
+
13
+ * Regenerated from discovery document revision 20210315
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.3.0 (2021-03-04)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.2.0 (2021-02-28)
21
+
22
+ * Regenerated from discovery document revision 20210227
23
+
3
24
  ### v0.1.0 (2021-02-20)
4
25
 
5
26
  * Regenerated from discovery document revision 20210218
@@ -22,16 +22,17 @@ 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
32
30
  # Version of the Chrome Management API this client connects to.
33
31
  # This is NOT the gem version.
34
32
  VERSION = 'V1'
33
+
34
+ # See reports about devices and Chrome browsers managed within your organization
35
+ AUTH_CHROME_MANAGEMENT_REPORTS_READONLY = 'https://www.googleapis.com/auth/chrome.management.reports.readonly'
35
36
  end
36
37
  end
37
38
  end
@@ -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.1.0"
19
+ GEM_VERSION = "0.6.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 = "20210218"
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.1.0
4
+ version: 0.6.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-02-22 00:00:00.000000000 Z
11
+ date: 2021-05-18 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.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.6.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.6
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