����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 18.119.140.58 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/google/apiclient-services/src/Drive/ |
Upload File : |
<?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 { public $canAddChildren; public $canAddFolderFromAnotherDrive; public $canAddMyDriveParent; public $canChangeCopyRequiresWriterPermission; public $canChangeSecurityUpdateEnabled; public $canChangeViewersCanCopyContent; public $canComment; public $canCopy; public $canDelete; public $canDeleteChildren; public $canDownload; public $canEdit; public $canListChildren; public $canModifyContent; public $canModifyContentRestriction; public $canMoveChildrenOutOfDrive; public $canMoveChildrenOutOfTeamDrive; public $canMoveChildrenWithinDrive; public $canMoveChildrenWithinTeamDrive; public $canMoveItemIntoTeamDrive; public $canMoveItemOutOfDrive; public $canMoveItemOutOfTeamDrive; public $canMoveItemWithinDrive; public $canMoveItemWithinTeamDrive; public $canMoveTeamDriveItem; public $canReadDrive; public $canReadRevisions; public $canReadTeamDrive; public $canRemoveChildren; public $canRemoveMyDriveParent; public $canRename; public $canShare; public $canTrash; public $canTrashChildren; public $canUntrash; public function setCanAddChildren($canAddChildren) { $this->canAddChildren = $canAddChildren; } public function getCanAddChildren() { return $this->canAddChildren; } public function setCanAddFolderFromAnotherDrive($canAddFolderFromAnotherDrive) { $this->canAddFolderFromAnotherDrive = $canAddFolderFromAnotherDrive; } public function getCanAddFolderFromAnotherDrive() { return $this->canAddFolderFromAnotherDrive; } public function setCanAddMyDriveParent($canAddMyDriveParent) { $this->canAddMyDriveParent = $canAddMyDriveParent; } public function getCanAddMyDriveParent() { return $this->canAddMyDriveParent; } public function setCanChangeCopyRequiresWriterPermission($canChangeCopyRequiresWriterPermission) { $this->canChangeCopyRequiresWriterPermission = $canChangeCopyRequiresWriterPermission; } public function getCanChangeCopyRequiresWriterPermission() { return $this->canChangeCopyRequiresWriterPermission; } public function setCanChangeSecurityUpdateEnabled($canChangeSecurityUpdateEnabled) { $this->canChangeSecurityUpdateEnabled = $canChangeSecurityUpdateEnabled; } public function getCanChangeSecurityUpdateEnabled() { return $this->canChangeSecurityUpdateEnabled; } public function setCanChangeViewersCanCopyContent($canChangeViewersCanCopyContent) { $this->canChangeViewersCanCopyContent = $canChangeViewersCanCopyContent; } public function getCanChangeViewersCanCopyContent() { return $this->canChangeViewersCanCopyContent; } public function setCanComment($canComment) { $this->canComment = $canComment; } public function getCanComment() { return $this->canComment; } public function setCanCopy($canCopy) { $this->canCopy = $canCopy; } public function getCanCopy() { return $this->canCopy; } public function setCanDelete($canDelete) { $this->canDelete = $canDelete; } public function getCanDelete() { return $this->canDelete; } public function setCanDeleteChildren($canDeleteChildren) { $this->canDeleteChildren = $canDeleteChildren; } public function getCanDeleteChildren() { return $this->canDeleteChildren; } public function setCanDownload($canDownload) { $this->canDownload = $canDownload; } public function getCanDownload() { return $this->canDownload; } public function setCanEdit($canEdit) { $this->canEdit = $canEdit; } public function getCanEdit() { return $this->canEdit; } public function setCanListChildren($canListChildren) { $this->canListChildren = $canListChildren; } public function getCanListChildren() { return $this->canListChildren; } public function setCanModifyContent($canModifyContent) { $this->canModifyContent = $canModifyContent; } public function getCanModifyContent() { return $this->canModifyContent; } public function setCanModifyContentRestriction($canModifyContentRestriction) { $this->canModifyContentRestriction = $canModifyContentRestriction; } public function getCanModifyContentRestriction() { return $this->canModifyContentRestriction; } public function setCanMoveChildrenOutOfDrive($canMoveChildrenOutOfDrive) { $this->canMoveChildrenOutOfDrive = $canMoveChildrenOutOfDrive; } public function getCanMoveChildrenOutOfDrive() { return $this->canMoveChildrenOutOfDrive; } public function setCanMoveChildrenOutOfTeamDrive($canMoveChildrenOutOfTeamDrive) { $this->canMoveChildrenOutOfTeamDrive = $canMoveChildrenOutOfTeamDrive; } public function getCanMoveChildrenOutOfTeamDrive() { return $this->canMoveChildrenOutOfTeamDrive; } public function setCanMoveChildrenWithinDrive($canMoveChildrenWithinDrive) { $this->canMoveChildrenWithinDrive = $canMoveChildrenWithinDrive; } public function getCanMoveChildrenWithinDrive() { return $this->canMoveChildrenWithinDrive; } public function setCanMoveChildrenWithinTeamDrive($canMoveChildrenWithinTeamDrive) { $this->canMoveChildrenWithinTeamDrive = $canMoveChildrenWithinTeamDrive; } public function getCanMoveChildrenWithinTeamDrive() { return $this->canMoveChildrenWithinTeamDrive; } public function setCanMoveItemIntoTeamDrive($canMoveItemIntoTeamDrive) { $this->canMoveItemIntoTeamDrive = $canMoveItemIntoTeamDrive; } public function getCanMoveItemIntoTeamDrive() { return $this->canMoveItemIntoTeamDrive; } public function setCanMoveItemOutOfDrive($canMoveItemOutOfDrive) { $this->canMoveItemOutOfDrive = $canMoveItemOutOfDrive; } public function getCanMoveItemOutOfDrive() { return $this->canMoveItemOutOfDrive; } public function setCanMoveItemOutOfTeamDrive($canMoveItemOutOfTeamDrive) { $this->canMoveItemOutOfTeamDrive = $canMoveItemOutOfTeamDrive; } public function getCanMoveItemOutOfTeamDrive() { return $this->canMoveItemOutOfTeamDrive; } public function setCanMoveItemWithinDrive($canMoveItemWithinDrive) { $this->canMoveItemWithinDrive = $canMoveItemWithinDrive; } public function getCanMoveItemWithinDrive() { return $this->canMoveItemWithinDrive; } public function setCanMoveItemWithinTeamDrive($canMoveItemWithinTeamDrive) { $this->canMoveItemWithinTeamDrive = $canMoveItemWithinTeamDrive; } public function getCanMoveItemWithinTeamDrive() { return $this->canMoveItemWithinTeamDrive; } public function setCanMoveTeamDriveItem($canMoveTeamDriveItem) { $this->canMoveTeamDriveItem = $canMoveTeamDriveItem; } public function getCanMoveTeamDriveItem() { return $this->canMoveTeamDriveItem; } public function setCanReadDrive($canReadDrive) { $this->canReadDrive = $canReadDrive; } public function getCanReadDrive() { return $this->canReadDrive; } public function setCanReadRevisions($canReadRevisions) { $this->canReadRevisions = $canReadRevisions; } public function getCanReadRevisions() { return $this->canReadRevisions; } public function setCanReadTeamDrive($canReadTeamDrive) { $this->canReadTeamDrive = $canReadTeamDrive; } public function getCanReadTeamDrive() { return $this->canReadTeamDrive; } public function setCanRemoveChildren($canRemoveChildren) { $this->canRemoveChildren = $canRemoveChildren; } public function getCanRemoveChildren() { return $this->canRemoveChildren; } public function setCanRemoveMyDriveParent($canRemoveMyDriveParent) { $this->canRemoveMyDriveParent = $canRemoveMyDriveParent; } public function getCanRemoveMyDriveParent() { return $this->canRemoveMyDriveParent; } public function setCanRename($canRename) { $this->canRename = $canRename; } public function getCanRename() { return $this->canRename; } public function setCanShare($canShare) { $this->canShare = $canShare; } public function getCanShare() { return $this->canShare; } public function setCanTrash($canTrash) { $this->canTrash = $canTrash; } public function getCanTrash() { return $this->canTrash; } public function setCanTrashChildren($canTrashChildren) { $this->canTrashChildren = $canTrashChildren; } public function getCanTrashChildren() { return $this->canTrashChildren; } public function setCanUntrash($canUntrash) { $this->canUntrash = $canUntrash; } 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');