/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Batch
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Accelerator.php
1919
0644
edit
dl
rm
ActionCondition.php
1154
0644
edit
dl
rm
AgentContainer.php
2205
0644
edit
dl
rm
AgentEnvironment.php
1846
0644
edit
dl
rm
AgentInfo.php
2205
0644
edit
dl
rm
AgentKMSEnvMap.php
1368
0644
edit
dl
rm
AgentMetadata.php
3395
0644
edit
dl
rm
AgentScript.php
1296
0644
edit
dl
rm
AgentTask.php
2874
0644
edit
dl
rm
AgentTaskInfo.php
1675
0644
edit
dl
rm
AgentTaskRunnable.php
2951
0644
edit
dl
rm
AgentTaskSpec.php
1891
0644
edit
dl
rm
AgentTimingInfo.php
1745
0644
edit
dl
rm
AllocationPolicy.php
2880
0644
edit
dl
rm
AttachedDisk.php
1680
0644
edit
dl
rm
AuditConfig.php
1545
0644
edit
dl
rm
AuditLogConfig.php
1463
0644
edit
dl
rm
Barrier.php
1050
0644
edit
dl
rm
BatchEmpty.php
824
0644
edit
dl
rm
Binding.php
1677
0644
edit
dl
rm
CancelOperationRequest.php
860
0644
edit
dl
rm
ComputeResource.php
1654
0644
edit
dl
rm
Container.php
3054
0644
edit
dl
rm
Disk.php
2089
0644
edit
dl
rm
Environment.php
1811
0644
edit
dl
rm
Expr.php
1869
0644
edit
dl
rm
GCS.php
1080
0644
edit
dl
rm
InstancePolicy.php
2727
0644
edit
dl
rm
InstancePolicyOrTemplate.php
1819
0644
edit
dl
rm
InstanceStatus.php
1998
0644
edit
dl
rm
Job.php
4105
0644
edit
dl
rm
JobNotification.php
1418
0644
edit
dl
rm
JobStatus.php
2087
0644
edit
dl
rm
KMSEnvMap.php
1353
0644
edit
dl
rm
LifecyclePolicy.php
1479
0644
edit
dl
rm
ListJobsResponse.php
1739
0644
edit
dl
rm
ListLocationsResponse.php
1518
0644
edit
dl
rm
ListOperationsResponse.php
1533
0644
edit
dl
rm
ListTasksResponse.php
1753
0644
edit
dl
rm
Location.php
2131
0644
edit
dl
rm
LocationPolicy.php
1216
0644
edit
dl
rm
LogsPolicy.php
1370
0644
edit
dl
rm
Message.php
1623
0644
edit
dl
rm
NetworkInterface.php
1707
0644
edit
dl
rm
NetworkPolicy.php
1293
0644
edit
dl
rm
NFS.php
1328
0644
edit
dl
rm
Operation.php
2089
0644
edit
dl
rm
OperationMetadata.php
2779
0644
edit
dl
rm
PlacementPolicy.php
1406
0644
edit
dl
rm
Policy.php
2036
0644
edit
dl
rm
ReportAgentStateRequest.php
1901
0644
edit
dl
rm
ReportAgentStateResponse.php
1875
0644
edit
dl
rm
Runnable.php
3413
0644
edit
dl
rm
Script.php
1281
0644
edit
dl
rm
ServiceAccount.php
1377
0644
edit
dl
rm
SetIamPolicyRequest.php
1429
0644
edit
dl
rm
Status.php
1597
0644
edit
dl
rm
StatusEvent.php
2250
0644
edit
dl
rm
Task.php
1340
0644
edit
dl
rm
TaskExecution.php
1087
0644
edit
dl
rm
TaskGroup.php
3589
0644
edit
dl
rm
TaskGroupStatus.php
1475
0644
edit
dl
rm
TaskSpec.php
3495
0644
edit
dl
rm
TaskStatus.php
1465
0644
edit
dl
rm
TestIamPermissionsRequest.php
1209
0644
edit
dl
rm
TestIamPermissionsResponse.php
1212
0644
edit
dl
rm
Volume.php
2199
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch/AgentContainer.php
(2205B)
<?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\Batch; class AgentContainer extends \Google\Collection { protected $collection_key = 'volumes'; /** * @var string[] */ public $commands; /** * @var string */ public $entrypoint; /** * @var string */ public $imageUri; /** * @var string */ public $options; /** * @var string[] */ public $volumes; /** * @param string[] */ public function setCommands($commands) { $this->commands = $commands; } /** * @return string[] */ public function getCommands() { return $this->commands; } /** * @param string */ public function setEntrypoint($entrypoint) { $this->entrypoint = $entrypoint; } /** * @return string */ public function getEntrypoint() { return $this->entrypoint; } /** * @param string */ public function setImageUri($imageUri) { $this->imageUri = $imageUri; } /** * @return string */ public function getImageUri() { return $this->imageUri; } /** * @param string */ public function setOptions($options) { $this->options = $options; } /** * @return string */ public function getOptions() { return $this->options; } /** * @param string[] */ public function setVolumes($volumes) { $this->volumes = $volumes; } /** * @return string[] */ public function getVolumes() { return $this->volumes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AgentContainer::class, 'Google_Service_Batch_AgentContainer');
Save
cmd:
run