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 DeploymentmanagerResource extends \Google\Collection { protected $collection_key = 'warnings'; protected $accessControlType = ResourceAccessControl::class; protected $accessControlDataType = ''; public $finalProperties; public $id; public $insertTime; public $manifest; public $name; public $properties; public $type; protected $updateType = ResourceUpdate::class; protected $updateDataType = ''; public $updateTime; public $url; protected $warningsType = DeploymentmanagerResourceWarnings::class; protected $warningsDataType = 'array'; /** * @param ResourceAccessControl */ public function setAccessControl(ResourceAccessControl $accessControl) { $this->accessControl = $accessControl; } /** * @return ResourceAccessControl */ public function getAccessControl() { return $this->accessControl; } public function setFinalProperties($finalProperties) { $this->finalProperties = $finalProperties; } public function getFinalProperties() { return $this->finalProperties; } 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 setManifest($manifest) { $this->manifest = $manifest; } public function getManifest() { return $this->manifest; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param ResourceUpdate */ public function setUpdate(ResourceUpdate $update) { $this->update = $update; } /** * @return ResourceUpdate */ public function getUpdate() { return $this->update; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } /** * @param DeploymentmanagerResourceWarnings[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return DeploymentmanagerResourceWarnings[] */ public function getWarnings() { return $this->warnings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeploymentmanagerResource::class, 'Google_Service_DeploymentManager_DeploymentmanagerResource');
[-] 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]