PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
google
/
apiclient-services
/
src
/
DeploymentManager
<?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'; public $clientOperationId; public $creationTimestamp; public $description; public $endTime; protected $errorType = OperationError::class; protected $errorDataType = ''; public $httpErrorMessage; public $httpErrorStatusCode; public $id; public $insertTime; public $kind; public $name; public $operationGroupId; public $operationType; public $progress; public $region; public $selfLink; public $startTime; public $status; public $statusMessage; public $targetId; public $targetLink; public $user; protected $warningsType = OperationWarnings::class; protected $warningsDataType = 'array'; public $zone; public function setClientOperationId($clientOperationId) { $this->clientOperationId = $clientOperationId; } public function getClientOperationId() { return $this->clientOperationId; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param OperationError */ public function setError(OperationError $error) { $this->error = $error; } /** * @return OperationError */ public function getError() { return $this->error; } public function setHttpErrorMessage($httpErrorMessage) { $this->httpErrorMessage = $httpErrorMessage; } public function getHttpErrorMessage() { return $this->httpErrorMessage; } public function setHttpErrorStatusCode($httpErrorStatusCode) { $this->httpErrorStatusCode = $httpErrorStatusCode; } public function getHttpErrorStatusCode() { return $this->httpErrorStatusCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOperationGroupId($operationGroupId) { $this->operationGroupId = $operationGroupId; } public function getOperationGroupId() { return $this->operationGroupId; } public function setOperationType($operationType) { $this->operationType = $operationType; } public function getOperationType() { return $this->operationType; } public function setProgress($progress) { $this->progress = $progress; } public function getProgress() { return $this->progress; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; } public function getStatusMessage() { return $this->statusMessage; } public function setTargetId($targetId) { $this->targetId = $targetId; } public function getTargetId() { return $this->targetId; } public function setTargetLink($targetLink) { $this->targetLink = $targetLink; } public function getTargetLink() { return $this->targetLink; } public function setUser($user) { $this->user = $user; } public function getUser() { return $this->user; } /** * @param OperationWarnings[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return OperationWarnings[] */ public function getWarnings() { return $this->warnings; } public function setZone($zone) { $this->zone = $zone; } 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');
[-] TestPermissionsRequest.php
[edit]
[-] ResourceAccessControl.php
[edit]
[-] OperationErrorErrors.php
[edit]
[-] Manifest.php
[edit]
[-] DeploymentLabelEntry.php
[edit]
[-] GlobalSetPolicyRequest.php
[edit]
[-] TestPermissionsResponse.php
[edit]
[-] DeploymentmanagerResourceWarningsData.php
[edit]
[+]
..
[-] Type.php
[edit]
[-] ImportFile.php
[edit]
[-] AuditLogConfig.php
[edit]
[-] DeploymentUpdate.php
[edit]
[-] ConfigFile.php
[edit]
[-] ResourceUpdateWarningsData.php
[edit]
[-] Policy.php
[edit]
[-] DeploymentmanagerResourceWarnings.php
[edit]
[-] DeploymentUpdateLabelEntry.php
[edit]
[-] AuditConfig.php
[edit]
[-] OperationWarnings.php
[edit]
[-] ManifestsListResponse.php
[edit]
[-] OperationError.php
[edit]
[-] ResourceUpdateErrorErrors.php
[edit]
[-] ResourceUpdateWarnings.php
[edit]
[+]
Resource
[-] OperationsListResponse.php
[edit]
[-] Binding.php
[edit]
[-] DeploymentsCancelPreviewRequest.php
[edit]
[-] TypesListResponse.php
[edit]
[-] ResourceUpdateError.php
[edit]
[-] OperationWarningsData.php
[edit]
[-] ResourcesListResponse.php
[edit]
[-] Deployment.php
[edit]
[-] DeploymentmanagerResource.php
[edit]
[-] ResourceUpdate.php
[edit]
[-] DeploymentsStopRequest.php
[edit]
[-] TargetConfiguration.php
[edit]
[-] DeploymentsListResponse.php
[edit]
[-] Expr.php
[edit]
[-] Operation.php
[edit]