google-apis-drivelabels_v2 0.10.0 → 0.12.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: 1a3a020aea8ded4e1973cf3f95fca1e15ddbb6e4886f05d6c0dde61a7c0483c2
|
4
|
+
data.tar.gz: 55d036112d7871d7a91325e12c465687dfc22142a58edee872c149add66a91c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b1463b2c1477ef484f2e57e40d29ee933a848c2988c05d5484a36b57e2fd9b57fa22b06afc9085d17b1949b284f0cbd580500bc2f2c79226af4de88bf05b848
|
7
|
+
data.tar.gz: 91418fa48adc57e266590f79ec6dd07042dae38b95a589889f9b3574a5ffc0ce9e66676ba63e0dc04136d482c7c61d0b50ec2c28b7f2627393353aa555c2a0db
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-drivelabels_v2
|
2
2
|
|
3
|
+
### v0.12.0 (2023-08-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230731
|
6
|
+
|
7
|
+
### v0.11.0 (2023-06-11)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230607
|
10
|
+
|
3
11
|
### v0.10.0 (2023-05-21)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230517
|
@@ -33,7 +33,7 @@ module Google
|
|
33
33
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
34
34
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
35
35
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
36
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
36
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
37
37
|
# information about the absolute color space that should be used to interpret
|
38
38
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
39
39
|
# applications should assume the sRGB color space. When color equality needs to
|
@@ -82,7 +82,7 @@ module Google
|
|
82
82
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
83
83
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
84
84
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
85
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
85
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
86
86
|
# information about the absolute color space that should be used to interpret
|
87
87
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
88
88
|
# applications should assume the sRGB color space. When color equality needs to
|
@@ -131,7 +131,7 @@ module Google
|
|
131
131
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
132
132
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
133
133
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
134
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
134
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
135
135
|
# information about the absolute color space that should be used to interpret
|
136
136
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
137
137
|
# applications should assume the sRGB color space. When color equality needs to
|
@@ -196,7 +196,7 @@ module Google
|
|
196
196
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
197
197
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
198
198
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
199
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
199
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
200
200
|
# information about the absolute color space that should be used to interpret
|
201
201
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
202
202
|
# applications should assume the sRGB color space. When color equality needs to
|
@@ -3232,7 +3232,7 @@ module Google
|
|
3232
3232
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
3233
3233
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
3234
3234
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
3235
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
3235
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
3236
3236
|
# information about the absolute color space that should be used to interpret
|
3237
3237
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
3238
3238
|
# applications should assume the sRGB color space. When color equality needs to
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DrivelabelsV2
|
18
18
|
# Version of the google-apis-drivelabels_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.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 = 'V2'
|
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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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-
|
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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drivelabels_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drivelabels_v2/v0.12.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drivelabels_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|