google-apis-chromemanagement_v1 0.5.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6aee4939cf5b0c9349853cbf5342c1ce4da8caeb169273ca0532ae01e50d2b90
|
4
|
+
data.tar.gz: 519a2055fb06e7b52b08eead08a697392e351d7ac8b1dc726ce43dd94e3043f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b009d4a70e0007c69851e6a385bf0508bab792336bd73830a9a262887811edd4e3987bcb4d9bc0ed6564eea6bfbcbfa06768612ea120d18e10c6edcad78f9f0
|
7
|
+
data.tar.gz: b810f5dcf0520727794af7c189ea2d632b725abd9d3c7361f75245d43b8ffcc390c2c6478ba08480d970934dd121e2903b0e3366246755df54b59b652ffb9fbd
|
data/CHANGELOG.md
CHANGED
@@ -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.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.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
|
@@ -167,7 +167,7 @@ module Google
|
|
167
167
|
# @param [Fixnum] page_size
|
168
168
|
# Maximum number of results to return. Maximum and default are 100.
|
169
169
|
# @param [String] page_token
|
170
|
-
# Token to specify the
|
170
|
+
# Token to specify the page of the request to be returned.
|
171
171
|
# @param [String] fields
|
172
172
|
# Selector specifying which fields to include in a partial response.
|
173
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.
|
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-
|
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.
|
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: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
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
|