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 DeploymentUpdate extends \Google\Collection { protected $collection_key = 'labels'; public $description; protected $labelsType = DeploymentUpdateLabelEntry::class; protected $labelsDataType = 'array'; public $manifest; public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param DeploymentUpdateLabelEntry[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return DeploymentUpdateLabelEntry[] */ public function getLabels() { return $this->labels; } public function setManifest($manifest) { $this->manifest = $manifest; } public function getManifest() { return $this->manifest; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeploymentUpdate::class, 'Google_Service_DeploymentManager_DeploymentUpdate');
[-] 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]