google-apis-drive_v3 0.36.0 → 0.37.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/drive_v3/classes.rb +9 -9
- data/lib/google/apis/drive_v3/gem_version.rb +2 -2
- data/lib/google/apis/drive_v3/service.rb +4 -4
- 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: abe984d9bbffc75ee70112d359eb775262782201378c5b83b6140b9d1976efea
|
|
4
|
+
data.tar.gz: 42c506b2dc8cdd7fb66ae16e70683e14e48c5c42924d3b15740058f1670b70f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04e03845dd4403ccfb08b4ee53575f99209fcb289f032cd8f6cc0799b3e0c1b35d7a7d0689a9567d18900ac3e2316839c8b119966f21e628b87a45dee80bf5da
|
|
7
|
+
data.tar.gz: 6c1a6b652c3ebabc0d7123ae77e015dba2304391a46459f3fda4c08ba613103fd2ad363c5711957e99a00ce34659a4b1d4caedc74b738594830a7f44d79cf3b1
|
data/CHANGELOG.md
CHANGED
|
@@ -633,7 +633,7 @@ module Google
|
|
|
633
633
|
include Google::Apis::Core::Hashable
|
|
634
634
|
|
|
635
635
|
# An image file and cropping parameters from which a background image for this
|
|
636
|
-
# shared drive is set. This is a write
|
|
636
|
+
# shared drive is set. This is a write-only field; it can only be set on drive.
|
|
637
637
|
# drives.update requests that don't set themeId. When specified, all fields of
|
|
638
638
|
# the backgroundImageFile must be set.
|
|
639
639
|
# Corresponds to the JSON property `backgroundImageFile`
|
|
@@ -650,8 +650,8 @@ module Google
|
|
|
650
650
|
# @return [Google::Apis::DriveV3::Drive::Capabilities]
|
|
651
651
|
attr_accessor :capabilities
|
|
652
652
|
|
|
653
|
-
# The color of this shared drive as an RGB hex string. It can only be set on
|
|
654
|
-
# drive.drives.update
|
|
653
|
+
# The color of this shared drive as an RGB hex string. It can only be set on
|
|
654
|
+
# drive.drives.update requests that don't set themeId.
|
|
655
655
|
# Corresponds to the JSON property `colorRgb`
|
|
656
656
|
# @return [String]
|
|
657
657
|
attr_accessor :color_rgb
|
|
@@ -696,11 +696,11 @@ module Google
|
|
|
696
696
|
# @return [Google::Apis::DriveV3::Drive::Restrictions]
|
|
697
697
|
attr_accessor :restrictions
|
|
698
698
|
|
|
699
|
-
# The ID of the theme from which the background image and color
|
|
700
|
-
#
|
|
701
|
-
#
|
|
702
|
-
#
|
|
703
|
-
#
|
|
699
|
+
# The ID of the theme from which the background image and color are set. The set
|
|
700
|
+
# of possible driveThemes can be retrieved from a drive.about.get response. When
|
|
701
|
+
# not specified on a drive.drives.create request, a random theme is chosen from
|
|
702
|
+
# which the background image and color are set. This is a write-only field; it
|
|
703
|
+
# can only be set on requests that don't set colorRgb or backgroundImageFile.
|
|
704
704
|
# Corresponds to the JSON property `themeId`
|
|
705
705
|
# @return [String]
|
|
706
706
|
attr_accessor :theme_id
|
|
@@ -726,7 +726,7 @@ module Google
|
|
|
726
726
|
end
|
|
727
727
|
|
|
728
728
|
# An image file and cropping parameters from which a background image for this
|
|
729
|
-
# shared drive is set. This is a write
|
|
729
|
+
# shared drive is set. This is a write-only field; it can only be set on drive.
|
|
730
730
|
# drives.update requests that don't set themeId. When specified, all fields of
|
|
731
731
|
# the backgroundImageFile must be set.
|
|
732
732
|
class BackgroundImageFile
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DriveV3
|
|
18
18
|
# Version of the google-apis-drive_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.37.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 = "20230306"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -757,14 +757,14 @@ module Google
|
|
|
757
757
|
execute_or_queue_command(command, &block)
|
|
758
758
|
end
|
|
759
759
|
|
|
760
|
-
# Updates the
|
|
760
|
+
# Updates the metadata for a shared drive.
|
|
761
761
|
# @param [String] drive_id
|
|
762
762
|
# The ID of the shared drive.
|
|
763
763
|
# @param [Google::Apis::DriveV3::Drive] drive_object
|
|
764
764
|
# @param [Boolean] use_domain_admin_access
|
|
765
|
-
# Issue the request as a domain administrator
|
|
766
|
-
# requester
|
|
767
|
-
#
|
|
765
|
+
# Issue the request as a domain administrator. If set to true, then the
|
|
766
|
+
# requester is granted access if they're an administrator of the domain to which
|
|
767
|
+
# the shared drive belongs.
|
|
768
768
|
# @param [String] fields
|
|
769
769
|
# Selector specifying which fields to include in a partial response.
|
|
770
770
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-drive_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.37.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-03-12 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-drive_v3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.37.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|