/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
DeploymentManager
/
/var/www/flurhymez/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
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
Manifest.php
3722
0644
edit
dl
rm
ManifestsListResponse.php
1542
0644
edit
dl
rm
Operation.php
7532
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
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/flurhymez/vendor/google/apiclient-services/src/DeploymentManager/Operation.php
(7532B)
<?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 Operation extends \Google\Collection { protected $collection_key = 'warnings'; /** * @var string */ public $clientOperationId; /** * @var string */ public $creationTimestamp; /** * @var string */ public $description; /** * @var string */ public $endTime; protected $errorType = OperationError::class; protected $errorDataType = ''; /** * @var string */ public $httpErrorMessage; /** * @var int */ public $httpErrorStatusCode; /** * @var string */ public $id; /** * @var string */ public $insertTime; /** * @var string */ public $kind; /** * @var string */ public $name; /** * @var string */ public $operationGroupId; /** * @var string */ public $operationType; /** * @var int */ public $progress; /** * @var string */ public $region; /** * @var string */ public $selfLink; /** * @var string */ public $startTime; /** * @var string */ public $status; /** * @var string */ public $statusMessage; /** * @var string */ public $targetId; /** * @var string */ public $targetLink; /** * @var string */ public $user; protected $warningsType = OperationWarnings::class; protected $warningsDataType = 'array'; /** * @var string */ public $zone; /** * @param string */ public function setClientOperationId($clientOperationId) { $this->clientOperationId = $clientOperationId; } /** * @return string */ public function getClientOperationId() { return $this->clientOperationId; } /** * @param string */ public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } /** * @return string */ public function getCreationTimestamp() { return $this->creationTimestamp; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param OperationError */ public function setError(OperationError $error) { $this->error = $error; } /** * @return OperationError */ public function getError() { return $this->error; } /** * @param string */ public function setHttpErrorMessage($httpErrorMessage) { $this->httpErrorMessage = $httpErrorMessage; } /** * @return string */ public function getHttpErrorMessage() { return $this->httpErrorMessage; } /** * @param int */ public function setHttpErrorStatusCode($httpErrorStatusCode) { $this->httpErrorStatusCode = $httpErrorStatusCode; } /** * @return int */ public function getHttpErrorStatusCode() { return $this->httpErrorStatusCode; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } /** * @return string */ public function getInsertTime() { return $this->insertTime; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setOperationGroupId($operationGroupId) { $this->operationGroupId = $operationGroupId; } /** * @return string */ public function getOperationGroupId() { return $this->operationGroupId; } /** * @param string */ public function setOperationType($operationType) { $this->operationType = $operationType; } /** * @return string */ public function getOperationType() { return $this->operationType; } /** * @param int */ public function setProgress($progress) { $this->progress = $progress; } /** * @return int */ public function getProgress() { return $this->progress; } /** * @param string */ public function setRegion($region) { $this->region = $region; } /** * @return string */ public function getRegion() { return $this->region; } /** * @param string */ public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } /** * @return string */ public function getSelfLink() { return $this->selfLink; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } /** * @param string */ public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } /** * @return string */ public function getStatusMessage() { return $this->statusMessage; } /** * @param string */ public function setTargetId($targetId) { $this->targetId = $targetId; } /** * @return string */ public function getTargetId() { return $this->targetId; } /** * @param string */ public function setTargetLink($targetLink) { $this->targetLink = $targetLink; } /** * @return string */ public function getTargetLink() { return $this->targetLink; } /** * @param string */ public function setUser($user) { $this->user = $user; } /** * @return string */ public function getUser() { return $this->user; } /** * @param OperationWarnings[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return OperationWarnings[] */ public function getWarnings() { return $this->warnings; } /** * @param string */ public function setZone($zone) { $this->zone = $zone; } /** * @return string */ public function getZone() { return $this->zone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Operation::class, 'Google_Service_DeploymentManager_Operation');
Save
cmd:
run