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 GlobalSetPolicyRequest extends \Google\Collection { protected $collection_key = 'bindings'; protected $bindingsType = Binding::class; protected $bindingsDataType = 'array'; public $etag; protected $policyType = Policy::class; protected $policyDataType = ''; /** * @param Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return Binding[] */ public function getBindings() { return $this->bindings; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Policy */ public function setPolicy(Policy $policy) { $this->policy = $policy; } /** * @return Policy */ public function getPolicy() { return $this->policy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GlobalSetPolicyRequest::class, 'Google_Service_DeploymentManager_GlobalSetPolicyRequest');
[-] 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]