/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
Drive
/
/var/www/flurhymez/vendor/google/apiclient-services/src/Drive
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
About.php
4959
0644
edit
dl
rm
AboutDriveThemes.php
1664
0644
edit
dl
rm
AboutStorageQuota.php
1943
0644
edit
dl
rm
AboutTeamDriveThemes.php
1676
0644
edit
dl
rm
Change.php
3695
0644
edit
dl
rm
ChangeList.php
2020
0644
edit
dl
rm
Channel.php
3338
0644
edit
dl
rm
Comment.php
4188
0644
edit
dl
rm
CommentList.php
1710
0644
edit
dl
rm
CommentQuotedFileContent.php
1370
0644
edit
dl
rm
ContentRestriction.php
2245
0644
edit
dl
rm
Drive.php
4088
0644
edit
dl
rm
DriveBackgroundImageFile.php
1885
0644
edit
dl
rm
DriveCapabilities.php
6665
0644
edit
dl
rm
DriveFile.php
18999
0644
edit
dl
rm
DriveFileCapabilities.php
12797
0644
edit
dl
rm
DriveFileContentHints.php
1558
0644
edit
dl
rm
DriveFileContentHintsThumbnail.php
1388
0644
edit
dl
rm
DriveFileImageMediaMetadata.php
6682
0644
edit
dl
rm
DriveFileImageMediaMetadataLocation.php
1417
0644
edit
dl
rm
DriveFileLinkShareMetadata.php
1574
0644
edit
dl
rm
DriveFileShortcutDetails.php
1758
0644
edit
dl
rm
DriveFileVideoMediaMetadata.php
1651
0644
edit
dl
rm
DriveList.php
1680
0644
edit
dl
rm
DriveRestrictions.php
2227
0644
edit
dl
rm
FileList.php
1992
0644
edit
dl
rm
GeneratedIds.php
1581
0644
edit
dl
rm
Permission.php
5270
0644
edit
dl
rm
PermissionList.php
1755
0644
edit
dl
rm
PermissionPermissionDetails.php
1974
0644
edit
dl
rm
PermissionTeamDrivePermissionDetails.php
2064
0644
edit
dl
rm
Reply.php
3147
0644
edit
dl
rm
ReplyList.php
1689
0644
edit
dl
rm
Revision.php
4780
0644
edit
dl
rm
RevisionList.php
1725
0644
edit
dl
rm
StartPageToken.php
1375
0644
edit
dl
rm
TeamDrive.php
3906
0644
edit
dl
rm
TeamDriveBackgroundImageFile.php
1897
0644
edit
dl
rm
TeamDriveCapabilities.php
7073
0644
edit
dl
rm
TeamDriveList.php
1740
0644
edit
dl
rm
TeamDriveRestrictions.php
2232
0644
edit
dl
rm
User.php
2387
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/Drive/DriveFileCapabilities.php
(12797B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Drive; class DriveFileCapabilities extends \Google\Model { /** * @var bool */ public $canAcceptOwnership; /** * @var bool */ public $canAddChildren; /** * @var bool */ public $canAddFolderFromAnotherDrive; /** * @var bool */ public $canAddMyDriveParent; /** * @var bool */ public $canChangeCopyRequiresWriterPermission; /** * @var bool */ public $canChangeSecurityUpdateEnabled; /** * @var bool */ public $canChangeViewersCanCopyContent; /** * @var bool */ public $canComment; /** * @var bool */ public $canCopy; /** * @var bool */ public $canDelete; /** * @var bool */ public $canDeleteChildren; /** * @var bool */ public $canDownload; /** * @var bool */ public $canEdit; /** * @var bool */ public $canListChildren; /** * @var bool */ public $canModifyContent; /** * @var bool */ public $canModifyContentRestriction; /** * @var bool */ public $canMoveChildrenOutOfDrive; /** * @var bool */ public $canMoveChildrenOutOfTeamDrive; /** * @var bool */ public $canMoveChildrenWithinDrive; /** * @var bool */ public $canMoveChildrenWithinTeamDrive; /** * @var bool */ public $canMoveItemIntoTeamDrive; /** * @var bool */ public $canMoveItemOutOfDrive; /** * @var bool */ public $canMoveItemOutOfTeamDrive; /** * @var bool */ public $canMoveItemWithinDrive; /** * @var bool */ public $canMoveItemWithinTeamDrive; /** * @var bool */ public $canMoveTeamDriveItem; /** * @var bool */ public $canReadDrive; /** * @var bool */ public $canReadRevisions; /** * @var bool */ public $canReadTeamDrive; /** * @var bool */ public $canRemoveChildren; /** * @var bool */ public $canRemoveMyDriveParent; /** * @var bool */ public $canRename; /** * @var bool */ public $canShare; /** * @var bool */ public $canTrash; /** * @var bool */ public $canTrashChildren; /** * @var bool */ public $canUntrash; /** * @param bool */ public function setCanAcceptOwnership($canAcceptOwnership) { $this->canAcceptOwnership = $canAcceptOwnership; } /** * @return bool */ public function getCanAcceptOwnership() { return $this->canAcceptOwnership; } /** * @param bool */ public function setCanAddChildren($canAddChildren) { $this->canAddChildren = $canAddChildren; } /** * @return bool */ public function getCanAddChildren() { return $this->canAddChildren; } /** * @param bool */ public function setCanAddFolderFromAnotherDrive($canAddFolderFromAnotherDrive) { $this->canAddFolderFromAnotherDrive = $canAddFolderFromAnotherDrive; } /** * @return bool */ public function getCanAddFolderFromAnotherDrive() { return $this->canAddFolderFromAnotherDrive; } /** * @param bool */ public function setCanAddMyDriveParent($canAddMyDriveParent) { $this->canAddMyDriveParent = $canAddMyDriveParent; } /** * @return bool */ public function getCanAddMyDriveParent() { return $this->canAddMyDriveParent; } /** * @param bool */ public function setCanChangeCopyRequiresWriterPermission($canChangeCopyRequiresWriterPermission) { $this->canChangeCopyRequiresWriterPermission = $canChangeCopyRequiresWriterPermission; } /** * @return bool */ public function getCanChangeCopyRequiresWriterPermission() { return $this->canChangeCopyRequiresWriterPermission; } /** * @param bool */ public function setCanChangeSecurityUpdateEnabled($canChangeSecurityUpdateEnabled) { $this->canChangeSecurityUpdateEnabled = $canChangeSecurityUpdateEnabled; } /** * @return bool */ public function getCanChangeSecurityUpdateEnabled() { return $this->canChangeSecurityUpdateEnabled; } /** * @param bool */ public function setCanChangeViewersCanCopyContent($canChangeViewersCanCopyContent) { $this->canChangeViewersCanCopyContent = $canChangeViewersCanCopyContent; } /** * @return bool */ public function getCanChangeViewersCanCopyContent() { return $this->canChangeViewersCanCopyContent; } /** * @param bool */ public function setCanComment($canComment) { $this->canComment = $canComment; } /** * @return bool */ public function getCanComment() { return $this->canComment; } /** * @param bool */ public function setCanCopy($canCopy) { $this->canCopy = $canCopy; } /** * @return bool */ public function getCanCopy() { return $this->canCopy; } /** * @param bool */ public function setCanDelete($canDelete) { $this->canDelete = $canDelete; } /** * @return bool */ public function getCanDelete() { return $this->canDelete; } /** * @param bool */ public function setCanDeleteChildren($canDeleteChildren) { $this->canDeleteChildren = $canDeleteChildren; } /** * @return bool */ public function getCanDeleteChildren() { return $this->canDeleteChildren; } /** * @param bool */ public function setCanDownload($canDownload) { $this->canDownload = $canDownload; } /** * @return bool */ public function getCanDownload() { return $this->canDownload; } /** * @param bool */ public function setCanEdit($canEdit) { $this->canEdit = $canEdit; } /** * @return bool */ public function getCanEdit() { return $this->canEdit; } /** * @param bool */ public function setCanListChildren($canListChildren) { $this->canListChildren = $canListChildren; } /** * @return bool */ public function getCanListChildren() { return $this->canListChildren; } /** * @param bool */ public function setCanModifyContent($canModifyContent) { $this->canModifyContent = $canModifyContent; } /** * @return bool */ public function getCanModifyContent() { return $this->canModifyContent; } /** * @param bool */ public function setCanModifyContentRestriction($canModifyContentRestriction) { $this->canModifyContentRestriction = $canModifyContentRestriction; } /** * @return bool */ public function getCanModifyContentRestriction() { return $this->canModifyContentRestriction; } /** * @param bool */ public function setCanMoveChildrenOutOfDrive($canMoveChildrenOutOfDrive) { $this->canMoveChildrenOutOfDrive = $canMoveChildrenOutOfDrive; } /** * @return bool */ public function getCanMoveChildrenOutOfDrive() { return $this->canMoveChildrenOutOfDrive; } /** * @param bool */ public function setCanMoveChildrenOutOfTeamDrive($canMoveChildrenOutOfTeamDrive) { $this->canMoveChildrenOutOfTeamDrive = $canMoveChildrenOutOfTeamDrive; } /** * @return bool */ public function getCanMoveChildrenOutOfTeamDrive() { return $this->canMoveChildrenOutOfTeamDrive; } /** * @param bool */ public function setCanMoveChildrenWithinDrive($canMoveChildrenWithinDrive) { $this->canMoveChildrenWithinDrive = $canMoveChildrenWithinDrive; } /** * @return bool */ public function getCanMoveChildrenWithinDrive() { return $this->canMoveChildrenWithinDrive; } /** * @param bool */ public function setCanMoveChildrenWithinTeamDrive($canMoveChildrenWithinTeamDrive) { $this->canMoveChildrenWithinTeamDrive = $canMoveChildrenWithinTeamDrive; } /** * @return bool */ public function getCanMoveChildrenWithinTeamDrive() { return $this->canMoveChildrenWithinTeamDrive; } /** * @param bool */ public function setCanMoveItemIntoTeamDrive($canMoveItemIntoTeamDrive) { $this->canMoveItemIntoTeamDrive = $canMoveItemIntoTeamDrive; } /** * @return bool */ public function getCanMoveItemIntoTeamDrive() { return $this->canMoveItemIntoTeamDrive; } /** * @param bool */ public function setCanMoveItemOutOfDrive($canMoveItemOutOfDrive) { $this->canMoveItemOutOfDrive = $canMoveItemOutOfDrive; } /** * @return bool */ public function getCanMoveItemOutOfDrive() { return $this->canMoveItemOutOfDrive; } /** * @param bool */ public function setCanMoveItemOutOfTeamDrive($canMoveItemOutOfTeamDrive) { $this->canMoveItemOutOfTeamDrive = $canMoveItemOutOfTeamDrive; } /** * @return bool */ public function getCanMoveItemOutOfTeamDrive() { return $this->canMoveItemOutOfTeamDrive; } /** * @param bool */ public function setCanMoveItemWithinDrive($canMoveItemWithinDrive) { $this->canMoveItemWithinDrive = $canMoveItemWithinDrive; } /** * @return bool */ public function getCanMoveItemWithinDrive() { return $this->canMoveItemWithinDrive; } /** * @param bool */ public function setCanMoveItemWithinTeamDrive($canMoveItemWithinTeamDrive) { $this->canMoveItemWithinTeamDrive = $canMoveItemWithinTeamDrive; } /** * @return bool */ public function getCanMoveItemWithinTeamDrive() { return $this->canMoveItemWithinTeamDrive; } /** * @param bool */ public function setCanMoveTeamDriveItem($canMoveTeamDriveItem) { $this->canMoveTeamDriveItem = $canMoveTeamDriveItem; } /** * @return bool */ public function getCanMoveTeamDriveItem() { return $this->canMoveTeamDriveItem; } /** * @param bool */ public function setCanReadDrive($canReadDrive) { $this->canReadDrive = $canReadDrive; } /** * @return bool */ public function getCanReadDrive() { return $this->canReadDrive; } /** * @param bool */ public function setCanReadRevisions($canReadRevisions) { $this->canReadRevisions = $canReadRevisions; } /** * @return bool */ public function getCanReadRevisions() { return $this->canReadRevisions; } /** * @param bool */ public function setCanReadTeamDrive($canReadTeamDrive) { $this->canReadTeamDrive = $canReadTeamDrive; } /** * @return bool */ public function getCanReadTeamDrive() { return $this->canReadTeamDrive; } /** * @param bool */ public function setCanRemoveChildren($canRemoveChildren) { $this->canRemoveChildren = $canRemoveChildren; } /** * @return bool */ public function getCanRemoveChildren() { return $this->canRemoveChildren; } /** * @param bool */ public function setCanRemoveMyDriveParent($canRemoveMyDriveParent) { $this->canRemoveMyDriveParent = $canRemoveMyDriveParent; } /** * @return bool */ public function getCanRemoveMyDriveParent() { return $this->canRemoveMyDriveParent; } /** * @param bool */ public function setCanRename($canRename) { $this->canRename = $canRename; } /** * @return bool */ public function getCanRename() { return $this->canRename; } /** * @param bool */ public function setCanShare($canShare) { $this->canShare = $canShare; } /** * @return bool */ public function getCanShare() { return $this->canShare; } /** * @param bool */ public function setCanTrash($canTrash) { $this->canTrash = $canTrash; } /** * @return bool */ public function getCanTrash() { return $this->canTrash; } /** * @param bool */ public function setCanTrashChildren($canTrashChildren) { $this->canTrashChildren = $canTrashChildren; } /** * @return bool */ public function getCanTrashChildren() { return $this->canTrashChildren; } /** * @param bool */ public function setCanUntrash($canUntrash) { $this->canUntrash = $canUntrash; } /** * @return bool */ public function getCanUntrash() { return $this->canUntrash; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DriveFileCapabilities::class, 'Google_Service_Drive_DriveFileCapabilities');
Save
cmd:
run