google-apis-drive_v3 0.26.0 → 0.44.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 +73 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/drive_v3/classes.rb +561 -457
- data/lib/google/apis/drive_v3/gem_version.rb +3 -3
- data/lib/google/apis/drive_v3/representations.rb +10 -0
- data/lib/google/apis/drive_v3/service.rb +293 -423
- data/lib/google/apis/drive_v3.rb +3 -4
- metadata +10 -10
@@ -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.44.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230822"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -473,6 +473,7 @@ module Google
|
|
473
473
|
class ContentRestriction
|
474
474
|
# @private
|
475
475
|
class Representation < Google::Apis::Core::JsonRepresentation
|
476
|
+
property :owner_restricted, as: 'ownerRestricted'
|
476
477
|
property :read_only, as: 'readOnly'
|
477
478
|
property :reason, as: 'reason'
|
478
479
|
property :restricting_user, as: 'restrictingUser', class: Google::Apis::DriveV3::User, decorator: Google::Apis::DriveV3::User::Representation
|
@@ -522,6 +523,7 @@ module Google
|
|
522
523
|
property :can_change_domain_users_only_restriction, as: 'canChangeDomainUsersOnlyRestriction'
|
523
524
|
property :can_change_drive_background, as: 'canChangeDriveBackground'
|
524
525
|
property :can_change_drive_members_only_restriction, as: 'canChangeDriveMembersOnlyRestriction'
|
526
|
+
property :can_change_sharing_folders_requires_organizer_permission_restriction, as: 'canChangeSharingFoldersRequiresOrganizerPermissionRestriction'
|
525
527
|
property :can_comment, as: 'canComment'
|
526
528
|
property :can_copy, as: 'canCopy'
|
527
529
|
property :can_delete_children, as: 'canDeleteChildren'
|
@@ -546,6 +548,7 @@ module Google
|
|
546
548
|
property :copy_requires_writer_permission, as: 'copyRequiresWriterPermission'
|
547
549
|
property :domain_users_only, as: 'domainUsersOnly'
|
548
550
|
property :drive_members_only, as: 'driveMembersOnly'
|
551
|
+
property :sharing_folders_requires_organizer_permission, as: 'sharingFoldersRequiresOrganizerPermission'
|
549
552
|
end
|
550
553
|
end
|
551
554
|
end
|
@@ -614,6 +617,8 @@ module Google
|
|
614
617
|
hash :properties, as: 'properties'
|
615
618
|
property :quota_bytes_used, :numeric_string => true, as: 'quotaBytesUsed'
|
616
619
|
property :resource_key, as: 'resourceKey'
|
620
|
+
property :sha1_checksum, as: 'sha1Checksum'
|
621
|
+
property :sha256_checksum, as: 'sha256Checksum'
|
617
622
|
property :shared, as: 'shared'
|
618
623
|
property :shared_with_me_time, as: 'sharedWithMeTime', type: DateTime
|
619
624
|
|
@@ -663,7 +668,9 @@ module Google
|
|
663
668
|
property :can_list_children, as: 'canListChildren'
|
664
669
|
property :can_modify_content, as: 'canModifyContent'
|
665
670
|
property :can_modify_content_restriction, as: 'canModifyContentRestriction'
|
671
|
+
property :can_modify_editor_content_restriction, as: 'canModifyEditorContentRestriction'
|
666
672
|
property :can_modify_labels, as: 'canModifyLabels'
|
673
|
+
property :can_modify_owner_content_restriction, as: 'canModifyOwnerContentRestriction'
|
667
674
|
property :can_move_children_out_of_drive, as: 'canMoveChildrenOutOfDrive'
|
668
675
|
property :can_move_children_out_of_team_drive, as: 'canMoveChildrenOutOfTeamDrive'
|
669
676
|
property :can_move_children_within_drive, as: 'canMoveChildrenWithinDrive'
|
@@ -679,6 +686,7 @@ module Google
|
|
679
686
|
property :can_read_revisions, as: 'canReadRevisions'
|
680
687
|
property :can_read_team_drive, as: 'canReadTeamDrive'
|
681
688
|
property :can_remove_children, as: 'canRemoveChildren'
|
689
|
+
property :can_remove_content_restriction, as: 'canRemoveContentRestriction'
|
682
690
|
property :can_remove_my_drive_parent, as: 'canRemoveMyDriveParent'
|
683
691
|
property :can_rename, as: 'canRename'
|
684
692
|
property :can_share, as: 'canShare'
|
@@ -1036,6 +1044,7 @@ module Google
|
|
1036
1044
|
property :can_add_children, as: 'canAddChildren'
|
1037
1045
|
property :can_change_copy_requires_writer_permission_restriction, as: 'canChangeCopyRequiresWriterPermissionRestriction'
|
1038
1046
|
property :can_change_domain_users_only_restriction, as: 'canChangeDomainUsersOnlyRestriction'
|
1047
|
+
property :can_change_sharing_folders_requires_organizer_permission_restriction, as: 'canChangeSharingFoldersRequiresOrganizerPermissionRestriction'
|
1039
1048
|
property :can_change_team_drive_background, as: 'canChangeTeamDriveBackground'
|
1040
1049
|
property :can_change_team_members_only_restriction, as: 'canChangeTeamMembersOnlyRestriction'
|
1041
1050
|
property :can_comment, as: 'canComment'
|
@@ -1062,6 +1071,7 @@ module Google
|
|
1062
1071
|
property :admin_managed_restrictions, as: 'adminManagedRestrictions'
|
1063
1072
|
property :copy_requires_writer_permission, as: 'copyRequiresWriterPermission'
|
1064
1073
|
property :domain_users_only, as: 'domainUsersOnly'
|
1074
|
+
property :sharing_folders_requires_organizer_permission, as: 'sharingFoldersRequiresOrganizerPermission'
|
1065
1075
|
property :team_members_only, as: 'teamMembersOnly'
|
1066
1076
|
end
|
1067
1077
|
end
|