google-apis-drivelabels_v2beta 0.9.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/drivelabels_v2beta/gem_version.rb +2 -2
- data/lib/google/apis/drivelabels_v2beta.rb +12 -0
- 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: 49b136a3fdfffdfe932d03397342f42ae764f27114f8af018eb828c0bf7175e1
|
4
|
+
data.tar.gz: 9404edc35dadc54d66c3b66af59ca74baf97e43f546db9964ca1a3db1a27ca9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88f61952d992c9f27ab31dfc64239dd98e8c0366e19ce589a6ed8409a1e3a7e4b89ebf989ed2db76ef7812b4ed7b3828753bcc1f9e575183b3301fc942d4f7c8
|
7
|
+
data.tar.gz: '04917f3e2945bc8b7eabf278918be3f98f150157d279873b0dec17b0bd7dcc3750f6fc33a3149d64e8e94153d46e8c9eec15bb0207cf59728e75979909dec7e4'
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DrivelabelsV2beta
|
18
18
|
# Version of the google-apis-drivelabels_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230731"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -28,6 +28,18 @@ module Google
|
|
28
28
|
# Version of the Drive Labels API this client connects to.
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V2beta'
|
31
|
+
|
32
|
+
# See, edit, create, and delete all Google Drive labels in your organization, and see your organization's label-related admin policies
|
33
|
+
AUTH_DRIVE_ADMIN_LABELS = 'https://www.googleapis.com/auth/drive.admin.labels'
|
34
|
+
|
35
|
+
# See all Google Drive labels and label-related admin policies in your organization
|
36
|
+
AUTH_DRIVE_ADMIN_LABELS_READONLY = 'https://www.googleapis.com/auth/drive.admin.labels.readonly'
|
37
|
+
|
38
|
+
# See, edit, create, and delete your Google Drive labels
|
39
|
+
AUTH_DRIVE_LABELS = 'https://www.googleapis.com/auth/drive.labels'
|
40
|
+
|
41
|
+
# See your Google Drive labels
|
42
|
+
AUTH_DRIVE_LABELS_READONLY = 'https://www.googleapis.com/auth/drive.labels.readonly'
|
31
43
|
end
|
32
44
|
end
|
33
45
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-drivelabels_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.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: 2023-06
|
11
|
+
date: 2023-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drivelabels_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drivelabels_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drivelabels_v2beta/v0.10.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drivelabels_v2beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|