/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Genomics
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Genomics
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Accelerator.php
1309
0644
edit
dl
rm
Action.php
4526
0644
edit
dl
rm
CancelOperationRequest.php
866
0644
edit
dl
rm
CheckInRequest.php
2737
0644
edit
dl
rm
CheckInResponse.php
1638
0644
edit
dl
rm
ContainerKilledEvent.php
1114
0644
edit
dl
rm
ContainerStartedEvent.php
1673
0644
edit
dl
rm
ContainerStoppedEvent.php
1632
0644
edit
dl
rm
DelayedEvent.php
1385
0644
edit
dl
rm
Disk.php
1803
0644
edit
dl
rm
DiskStatus.php
1446
0644
edit
dl
rm
Event.php
1626
0644
edit
dl
rm
ExistingDisk.php
1071
0644
edit
dl
rm
FailedEvent.php
1309
0644
edit
dl
rm
GenomicsEmpty.php
839
0644
edit
dl
rm
ListOperationsResponse.php
1539
0644
edit
dl
rm
Metadata.php
2513
0644
edit
dl
rm
Mount.php
1540
0644
edit
dl
rm
Network.php
1651
0644
edit
dl
rm
NFSMount.php
1073
0644
edit
dl
rm
Operation.php
2095
0644
edit
dl
rm
PersistentDisk.php
1599
0644
edit
dl
rm
Pipeline.php
2422
0644
edit
dl
rm
PullStartedEvent.php
1111
0644
edit
dl
rm
PullStoppedEvent.php
1111
0644
edit
dl
rm
Resources.php
2028
0644
edit
dl
rm
RunPipelineRequest.php
1699
0644
edit
dl
rm
RunPipelineResponse.php
857
0644
edit
dl
rm
Secret.php
1350
0644
edit
dl
rm
ServiceAccount.php
1383
0644
edit
dl
rm
Status.php
1603
0644
edit
dl
rm
TimestampedEvent.php
1355
0644
edit
dl
rm
UnexpectedExitStatusEvent.php
1396
0644
edit
dl
rm
VirtualMachine.php
5478
0644
edit
dl
rm
Volume.php
2108
0644
edit
dl
rm
WorkerAssignedEvent.php
1637
0644
edit
dl
rm
WorkerReleasedEvent.php
1354
0644
edit
dl
rm
WorkerStatus.php
2387
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Genomics/ExistingDisk.php
(1071B)
<?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\Genomics; class ExistingDisk extends \Google\Model { /** * @var string */ public $disk; /** * @param string */ public function setDisk($disk) { $this->disk = $disk; } /** * @return string */ public function getDisk() { return $this->disk; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExistingDisk::class, 'Google_Service_Genomics_ExistingDisk');
Save
cmd:
run