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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a8e9ee034a138adf347aef950c58dee504e2c114144e5753f716592e3663739
4
- data.tar.gz: b83951624906fe76b14acdf7687a79d99660066a43f8e6adff043bc6fac72bc9
3
+ metadata.gz: abe984d9bbffc75ee70112d359eb775262782201378c5b83b6140b9d1976efea
4
+ data.tar.gz: 42c506b2dc8cdd7fb66ae16e70683e14e48c5c42924d3b15740058f1670b70f8
5
5
  SHA512:
6
- metadata.gz: 70156f0f7d44c8ba21270ed07564921a5c64839af2668c65a2d56f9a1295305a4e11e587ef2e92890f7a85a4c993af7b6812a5e4d1395d1dca1cc59c90ab0003
7
- data.tar.gz: 5f3e93df1bfe42374edfd761ef38dc4cb7d0779e3fb13fa92e8e0b24cc6c5d104f8c69d29f1e45bad5dfe2885dbdf74b3d662319d4fef6c79becf34b0198a0e6
6
+ metadata.gz: 04e03845dd4403ccfb08b4ee53575f99209fcb289f032cd8f6cc0799b3e0c1b35d7a7d0689a9567d18900ac3e2316839c8b119966f21e628b87a45dee80bf5da
7
+ data.tar.gz: 6c1a6b652c3ebabc0d7123ae77e015dba2304391a46459f3fda4c08ba613103fd2ad363c5711957e99a00ce34659a4b1d4caedc74b738594830a7f44d79cf3b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.37.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230306
6
+
3
7
  ### v0.36.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230219
@@ -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 only field; it can only be set on drive.
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 a
654
- # drive.drives.update request that does not set themeId.
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 will be set. The
700
- # set of possible driveThemes can be retrieved from a drive.about.get response.
701
- # When not specified on a drive.drives.create request, a random theme is chosen
702
- # from which the background image and color are set. This is a write-only field;
703
- # it can only be set on requests that don't set colorRgb or backgroundImageFile.
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 only field; it can only be set on drive.
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.36.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 = "20230219"
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 metadate for a shared drive.
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; if set to true, then the
766
- # requester will be granted access if they are an administrator of the domain to
767
- # which the shared drive belongs.
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.36.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-02-26 00:00:00.000000000 Z
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.36.0
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: []