/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
DeploymentManager
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/DeploymentManager
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AuditConfig.php
1542
0644
edit
dl
rm
AuditLogConfig.php
1487
0644
edit
dl
rm
Binding.php
1680
0644
edit
dl
rm
BulkInsertOperationStatus.php
2364
0644
edit
dl
rm
ConfigFile.php
1104
0644
edit
dl
rm
Deployment.php
4294
0644
edit
dl
rm
DeploymentLabelEntry.php
1347
0644
edit
dl
rm
DeploymentmanagerResource.php
4353
0644
edit
dl
rm
DeploymentmanagerResourceWarnings.php
1812
0644
edit
dl
rm
DeploymentmanagerResourceWarningsData.php
1398
0644
edit
dl
rm
DeploymentsCancelPreviewRequest.php
1195
0644
edit
dl
rm
DeploymentsListResponse.php
1572
0644
edit
dl
rm
DeploymentsStopRequest.php
1168
0644
edit
dl
rm
DeploymentUpdate.php
1802
0644
edit
dl
rm
DeploymentUpdateLabelEntry.php
1365
0644
edit
dl
rm
Expr.php
1893
0644
edit
dl
rm
GlobalSetPolicyRequest.php
1753
0644
edit
dl
rm
ImportFile.php
1338
0644
edit
dl
rm
InstancesBulkInsertOperationMetadata.php
1355
0644
edit
dl
rm
Manifest.php
3722
0644
edit
dl
rm
ManifestsListResponse.php
1542
0644
edit
dl
rm
Operation.php
8890
0644
edit
dl
rm
OperationError.php
1233
0644
edit
dl
rm
OperationErrorErrors.php
1630
0644
edit
dl
rm
OperationsListResponse.php
1557
0644
edit
dl
rm
OperationWarnings.php
1716
0644
edit
dl
rm
OperationWarningsData.php
1350
0644
edit
dl
rm
Policy.php
2016
0644
edit
dl
rm
ResourceAccessControl.php
1172
0644
edit
dl
rm
ResourcesListResponse.php
1593
0644
edit
dl
rm
ResourceUpdate.php
3321
0644
edit
dl
rm
ResourceUpdateError.php
1263
0644
edit
dl
rm
ResourceUpdateErrorErrors.php
1645
0644
edit
dl
rm
ResourceUpdateWarnings.php
1746
0644
edit
dl
rm
ResourceUpdateWarningsData.php
1365
0644
edit
dl
rm
SetCommonInstanceMetadataOperationMetadata.php
1853
0644
edit
dl
rm
SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.php
1533
0644
edit
dl
rm
Status.php
1621
0644
edit
dl
rm
TargetConfiguration.php
1526
0644
edit
dl
rm
TestPermissionsRequest.php
1224
0644
edit
dl
rm
TestPermissionsResponse.php
1227
0644
edit
dl
rm
Type.php
2142
0644
edit
dl
rm
TypesListResponse.php
1482
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/DeploymentManager/Expr.php
(1893B)
<?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\DeploymentManager; class Expr extends \Google\Model { /** * @var string */ public $description; /** * @var string */ public $expression; /** * @var string */ public $location; /** * @var string */ public $title; /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setExpression($expression) { $this->expression = $expression; } /** * @return string */ public function getExpression() { return $this->expression; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Expr::class, 'Google_Service_DeploymentManager_Expr');
Save
cmd:
run