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 ResourceUpdate extends \Google\Collection { protected $collection_key = 'warnings'; protected $accessControlType = ResourceAccessControl::class; protected $accessControlDataType = ''; protected $errorType = ResourceUpdateError::class; protected $errorDataType = ''; public $finalProperties; public $intent; public $manifest; public $properties; public $state; protected $warningsType = ResourceUpdateWarnings::class; protected $warningsDataType = 'array'; /** * @param ResourceAccessControl */ public function setAccessControl(ResourceAccessControl $accessControl) { $this->accessControl = $accessControl; } /** * @return ResourceAccessControl */ public function getAccessControl() { return $this->accessControl; } /** * @param ResourceUpdateError */ public function setError(ResourceUpdateError $error) { $this->error = $error; } /** * @return ResourceUpdateError */ public function getError() { return $this->error; } public function setFinalProperties($finalProperties) { $this->finalProperties = $finalProperties; } public function getFinalProperties() { return $this->finalProperties; } public function setIntent($intent) { $this->intent = $intent; } public function getIntent() { return $this->intent; } public function setManifest($manifest) { $this->manifest = $manifest; } public function getManifest() { return $this->manifest; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param ResourceUpdateWarnings[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return ResourceUpdateWarnings[] */ public function getWarnings() { return $this->warnings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResourceUpdate::class, 'Google_Service_DeploymentManager_ResourceUpdate');
[-] 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]