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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04da972e97cb6c3aa569de2f653a68a2a1e593a2864c3ee1bbd9965e8827abef
4
- data.tar.gz: 2de04e2c91b2ca647c04752d3cedd199814a6586a17d1bab1df0446bbdf621ee
3
+ metadata.gz: 3ef3563bee7159adecf41a66be6f7c5cfa3ecf54ae936ecadaf5614078d71ddc
4
+ data.tar.gz: f7f27aec93d2539eb2a4dba11716a368889f0ba2bd358d042046cefba3f165ee
5
5
  SHA512:
6
- metadata.gz: 1ba92604a3f28e684c49219fa174493ded9775f9ffe2f4e67ae376e5b018d2c0014e8845e1131b62a579dcb09dab88a4fd4363675cd69b9efb87894558526e14
7
- data.tar.gz: b58fe2b72e1f5abf952b082a3437f322874be195808b0390a9df28cec0361a68fe82ce037a32943f86a9b00a29f27890290ef44798ad49f8a3819ecbf6e715b4
6
+ metadata.gz: '011390b1cc57e3b5158e63941baa55bee156931e0e4203c8c9ac58cf2fe5263cd2b5d8f49fc5a2522be134162265af29b1d14df94c0ecd73567a67f5edaf7adf'
7
+ data.tar.gz: 0eb5bac23f9ccfdf830d5851b9eb5106e50b56309772dbf6b314d858a792fae54aa7f9df5dae5bdaeddfe1f52fe91d2a855189daa5c099a96d830167e30ae9c5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.6.0 (2021-03-17)
4
+
5
+ * Regenerated from discovery document revision 20210316
6
+
3
7
  ### v0.5.0 (2021-03-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20210309
@@ -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.5.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 = "20210309"
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.5.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-15 00:00:00.000000000 Z
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.5.0
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: []