google-apis-drive_v3 0.17.0 → 0.20.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: 6ea57596ca39b66fcf3c53e45d21fdcaedb9c86fdf1cfd99edd417f983f4265b
4
- data.tar.gz: 3a5a6fd3dd53223498c891758fc1b88fa26784559222bd5f795829715c327b26
3
+ metadata.gz: 867b47b3434bd5ca2eed51d510faa7db3681dba77485ac10a89e5b1d9611b00a
4
+ data.tar.gz: df34c5e1bf64bbe3a7482cee7d5da87964afb06895e14bd6a77ae8138c052ba6
5
5
  SHA512:
6
- metadata.gz: 7b73ae65954ef5d809f3341117f717d1d74cb79676e488d593797355aa74b51ab5bc3b178dd8b910684a4fa8f0f208743fa708bf9daac7f8c5613b9bc35adc14
7
- data.tar.gz: 506dc89c945f8d5e0dd0d5aa1ece3d3b8688ecb16708d575c7a96e87b3c39da33364c4251a4c7b2804476d70c0623391abc2d12240798a7fbc78d8333b725982
6
+ metadata.gz: 7eb4eef87c887ac2d8ba57fb5f39a4d72d25122a6fa4a726fe8d6bd700aa98ebaecd6beeb290089df897b1388154be32868a6ad45165110542bfc3224e7eaeb7
7
+ data.tar.gz: 3f2293ba349b58249e485471573715e7f51fce44b02e9507f598591eb9795a971e959523f9210bde25acbe479da366f475184cf9cffa6a7ec29fa867d4e40188
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.20.0 (2022-04-14)
4
+
5
+ * Regenerated from discovery document revision 20220410
6
+
7
+ ### v0.19.0 (2022-02-17)
8
+
9
+ * Regenerated from discovery document revision 20220214
10
+
11
+ ### v0.18.0 (2022-01-13)
12
+
13
+ * Regenerated from discovery document revision 20220110
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.17.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -684,6 +684,12 @@ module Google
684
684
  # @return [String]
685
685
  attr_accessor :name
686
686
 
687
+ # The organizational unit of this shared drive. This field is only populated on
688
+ # drives.list responses when the useDomainAdminAccess parameter is set to true.
689
+ # Corresponds to the JSON property `orgUnitId`
690
+ # @return [String]
691
+ attr_accessor :org_unit_id
692
+
687
693
  # A set of restrictions that apply to this shared drive or items inside this
688
694
  # shared drive.
689
695
  # Corresponds to the JSON property `restrictions`
@@ -714,6 +720,7 @@ module Google
714
720
  @id = args[:id] if args.key?(:id)
715
721
  @kind = args[:kind] if args.key?(:kind)
716
722
  @name = args[:name] if args.key?(:name)
723
+ @org_unit_id = args[:org_unit_id] if args.key?(:org_unit_id)
717
724
  @restrictions = args[:restrictions] if args.key?(:restrictions)
718
725
  @theme_id = args[:theme_id] if args.key?(:theme_id)
719
726
  end
@@ -2734,6 +2741,12 @@ module Google
2734
2741
  # @return [String]
2735
2742
  attr_accessor :name
2736
2743
 
2744
+ # The organizational unit of this shared drive. This field is only populated on
2745
+ # drives.list responses when the useDomainAdminAccess parameter is set to true.
2746
+ # Corresponds to the JSON property `orgUnitId`
2747
+ # @return [String]
2748
+ attr_accessor :org_unit_id
2749
+
2737
2750
  # A set of restrictions that apply to this Team Drive or items inside this Team
2738
2751
  # Drive.
2739
2752
  # Corresponds to the JSON property `restrictions`
@@ -2764,6 +2777,7 @@ module Google
2764
2777
  @id = args[:id] if args.key?(:id)
2765
2778
  @kind = args[:kind] if args.key?(:kind)
2766
2779
  @name = args[:name] if args.key?(:name)
2780
+ @org_unit_id = args[:org_unit_id] if args.key?(:org_unit_id)
2767
2781
  @restrictions = args[:restrictions] if args.key?(:restrictions)
2768
2782
  @theme_id = args[:theme_id] if args.key?(:theme_id)
2769
2783
  end
@@ -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.17.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211107"
25
+ REVISION = "20220410"
26
26
  end
27
27
  end
28
28
  end
@@ -450,6 +450,7 @@ module Google
450
450
  property :id, as: 'id'
451
451
  property :kind, as: 'kind'
452
452
  property :name, as: 'name'
453
+ property :org_unit_id, as: 'orgUnitId'
453
454
  property :restrictions, as: 'restrictions', class: Google::Apis::DriveV3::Drive::Restrictions, decorator: Google::Apis::DriveV3::Drive::Restrictions::Representation
454
455
 
455
456
  property :theme_id, as: 'themeId'
@@ -871,6 +872,7 @@ module Google
871
872
  property :id, as: 'id'
872
873
  property :kind, as: 'kind'
873
874
  property :name, as: 'name'
875
+ property :org_unit_id, as: 'orgUnitId'
874
876
  property :restrictions, as: 'restrictions', class: Google::Apis::DriveV3::TeamDrive::Restrictions, decorator: Google::Apis::DriveV3::TeamDrive::Restrictions::Representation
875
877
 
876
878
  property :theme_id, as: 'themeId'
@@ -1303,7 +1303,9 @@ module Google
1303
1303
  execute_or_queue_command(command, &block)
1304
1304
  end
1305
1305
 
1306
- # Subscribes to changes to a file
1306
+ # Subscribes to changes to a file. While you can establish a channel for changes
1307
+ # to a file on a shared drive, a change to a shared drive file won't create a
1308
+ # notification.
1307
1309
  # @param [String] file_id
1308
1310
  # The ID of the file.
1309
1311
  # @param [Google::Apis::DriveV3::Channel] channel_object
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.17.0
4
+ version: 0.20.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.20.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Drive API V3