/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
DriveActivity
/
/var/www/flurhymez/vendor/google/apiclient-services/src/DriveActivity
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Action.php
2278
0644
edit
dl
rm
ActionDetail.php
4328
0644
edit
dl
rm
Actor.php
2457
0644
edit
dl
rm
Administrator.php
849
0644
edit
dl
rm
AnonymousUser.php
849
0644
edit
dl
rm
Anyone.php
828
0644
edit
dl
rm
ApplicationReference.php
1105
0644
edit
dl
rm
Assignment.php
1419
0644
edit
dl
rm
Comment.php
2149
0644
edit
dl
rm
ConsolidationStrategy.php
1460
0644
edit
dl
rm
Copy.php
1206
0644
edit
dl
rm
Create.php
1670
0644
edit
dl
rm
DataLeakPreventionChange.php
1117
0644
edit
dl
rm
Delete.php
1063
0644
edit
dl
rm
DeletedUser.php
843
0644
edit
dl
rm
Domain.php
1325
0644
edit
dl
rm
Drive.php
1580
0644
edit
dl
rm
DriveActivity.php
2763
0644
edit
dl
rm
DriveactivityFile.php
861
0644
edit
dl
rm
DriveactivityNew.php
858
0644
edit
dl
rm
DriveFile.php
837
0644
edit
dl
rm
DriveFolder.php
1078
0644
edit
dl
rm
DriveItem.php
3102
0644
edit
dl
rm
DriveItemReference.php
2596
0644
edit
dl
rm
DriveReference.php
1328
0644
edit
dl
rm
Edit.php
822
0644
edit
dl
rm
FileComment.php
2100
0644
edit
dl
rm
Folder.php
1063
0644
edit
dl
rm
Group.php
1308
0644
edit
dl
rm
Impersonation.php
1205
0644
edit
dl
rm
KnownUser.php
1405
0644
edit
dl
rm
Legacy.php
828
0644
edit
dl
rm
Move.php
1612
0644
edit
dl
rm
NoConsolidation.php
855
0644
edit
dl
rm
Owner.php
2030
0644
edit
dl
rm
Permission.php
2469
0644
edit
dl
rm
PermissionChange.php
1686
0644
edit
dl
rm
Post.php
1078
0644
edit
dl
rm
QueryDriveActivityRequest.php
2671
0644
edit
dl
rm
QueryDriveActivityResponse.php
1573
0644
edit
dl
rm
Rename.php
1353
0644
edit
dl
rm
Restore.php
1066
0644
edit
dl
rm
RestrictionChange.php
1421
0644
edit
dl
rm
SettingsChange.php
1324
0644
edit
dl
rm
Suggestion.php
1096
0644
edit
dl
rm
SystemEvent.php
1078
0644
edit
dl
rm
Target.php
2081
0644
edit
dl
rm
TargetReference.php
1873
0644
edit
dl
rm
TeamDrive.php
1592
0644
edit
dl
rm
TeamDriveReference.php
1340
0644
edit
dl
rm
TimeRange.php
1362
0644
edit
dl
rm
UnknownUser.php
843
0644
edit
dl
rm
Upload.php
828
0644
edit
dl
rm
User.php
1828
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/DriveActivity/ActionDetail.php
(4328B)
<?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\DriveActivity; class ActionDetail extends \Google\Model { protected $commentType = Comment::class; protected $commentDataType = ''; protected $createType = Create::class; protected $createDataType = ''; protected $deleteType = Delete::class; protected $deleteDataType = ''; protected $dlpChangeType = DataLeakPreventionChange::class; protected $dlpChangeDataType = ''; protected $editType = Edit::class; protected $editDataType = ''; protected $moveType = Move::class; protected $moveDataType = ''; protected $permissionChangeType = PermissionChange::class; protected $permissionChangeDataType = ''; protected $referenceType = ApplicationReference::class; protected $referenceDataType = ''; protected $renameType = Rename::class; protected $renameDataType = ''; protected $restoreType = Restore::class; protected $restoreDataType = ''; protected $settingsChangeType = SettingsChange::class; protected $settingsChangeDataType = ''; /** * @param Comment */ public function setComment(Comment $comment) { $this->comment = $comment; } /** * @return Comment */ public function getComment() { return $this->comment; } /** * @param Create */ public function setCreate(Create $create) { $this->create = $create; } /** * @return Create */ public function getCreate() { return $this->create; } /** * @param Delete */ public function setDelete(Delete $delete) { $this->delete = $delete; } /** * @return Delete */ public function getDelete() { return $this->delete; } /** * @param DataLeakPreventionChange */ public function setDlpChange(DataLeakPreventionChange $dlpChange) { $this->dlpChange = $dlpChange; } /** * @return DataLeakPreventionChange */ public function getDlpChange() { return $this->dlpChange; } /** * @param Edit */ public function setEdit(Edit $edit) { $this->edit = $edit; } /** * @return Edit */ public function getEdit() { return $this->edit; } /** * @param Move */ public function setMove(Move $move) { $this->move = $move; } /** * @return Move */ public function getMove() { return $this->move; } /** * @param PermissionChange */ public function setPermissionChange(PermissionChange $permissionChange) { $this->permissionChange = $permissionChange; } /** * @return PermissionChange */ public function getPermissionChange() { return $this->permissionChange; } /** * @param ApplicationReference */ public function setReference(ApplicationReference $reference) { $this->reference = $reference; } /** * @return ApplicationReference */ public function getReference() { return $this->reference; } /** * @param Rename */ public function setRename(Rename $rename) { $this->rename = $rename; } /** * @return Rename */ public function getRename() { return $this->rename; } /** * @param Restore */ public function setRestore(Restore $restore) { $this->restore = $restore; } /** * @return Restore */ public function getRestore() { return $this->restore; } /** * @param SettingsChange */ public function setSettingsChange(SettingsChange $settingsChange) { $this->settingsChange = $settingsChange; } /** * @return SettingsChange */ public function getSettingsChange() { return $this->settingsChange; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ActionDetail::class, 'Google_Service_DriveActivity_ActionDetail');
Save
cmd:
run