google-apis-admin_directory_v1 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/admin_directory_v1.rb +6 -0
- data/lib/google/apis/admin_directory_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ef3563bee7159adecf41a66be6f7c5cfa3ecf54ae936ecadaf5614078d71ddc
|
|
4
|
+
data.tar.gz: f7f27aec93d2539eb2a4dba11716a368889f0ba2bd358d042046cefba3f165ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '011390b1cc57e3b5158e63941baa55bee156931e0e4203c8c9ac58cf2fe5263cd2b5d8f49fc5a2522be134162265af29b1d14df94c0ecd73567a67f5edaf7adf'
|
|
7
|
+
data.tar.gz: 0eb5bac23f9ccfdf830d5851b9eb5106e50b56309772dbf6b314d858a792fae54aa7f9df5dae5bdaeddfe1f52fe91d2a855189daa5c099a96d830167e30ae9c5
|
data/CHANGELOG.md
CHANGED
|
@@ -31,6 +31,12 @@ module Google
|
|
|
31
31
|
# This is NOT the gem version.
|
|
32
32
|
VERSION = 'DirectoryV1'
|
|
33
33
|
|
|
34
|
+
# See, add, edit, and permanently delete the printers that your organization can use with Chrome
|
|
35
|
+
AUTH_ADMIN_CHROME_PRINTERS = 'https://www.googleapis.com/auth/admin.chrome.printers'
|
|
36
|
+
|
|
37
|
+
# See the printers that your organization can use with Chrome
|
|
38
|
+
AUTH_ADMIN_CHROME_PRINTERS_READONLY = 'https://www.googleapis.com/auth/admin.chrome.printers.readonly'
|
|
39
|
+
|
|
34
40
|
# View and manage customer related information
|
|
35
41
|
AUTH_ADMIN_DIRECTORY_CUSTOMER = 'https://www.googleapis.com/auth/admin.directory.customer'
|
|
36
42
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AdminDirectoryV1
|
|
18
18
|
# Version of the google-apis-admin_directory_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 = "20210316"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-admin_directory_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-03-
|
|
11
|
+
date: 2021-03-22 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-admin_directory_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.6.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_directory_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|