/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
PolicySimulator
/
/var/www/flurhymez/vendor/google/apiclient-services/src/PolicySimulator
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
GoogleCloudPolicysimulatorV1AccessStateDiff.php
2136
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1AccessTuple.php
1795
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1beta1Replay.php
2381
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1beta1ReplayConfig.php
1591
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1beta1ReplayOperationMetadata.php
1252
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary.php
2785
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1BindingExplanation.php
3214
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership.php
1555
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1ExplainedAccess.php
1998
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1ExplainedPolicy.php
2673
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1ListReplayResultsResponse.php
1766
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1Replay.php
2326
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1ReplayConfig.php
1576
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1ReplayDiff.php
1392
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1ReplayOperationMetadata.php
1237
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1ReplayResult.php
2941
0644
edit
dl
rm
GoogleCloudPolicysimulatorV1ReplayResultsSummary.php
2770
0644
edit
dl
rm
GoogleIamV1AuditConfig.php
1604
0644
edit
dl
rm
GoogleIamV1AuditLogConfig.php
1516
0644
edit
dl
rm
GoogleIamV1Binding.php
1749
0644
edit
dl
rm
GoogleIamV1Policy.php
2111
0644
edit
dl
rm
GoogleLongrunningListOperationsResponse.php
1655
0644
edit
dl
rm
GoogleLongrunningOperation.php
2196
0644
edit
dl
rm
GoogleRpcStatus.php
1644
0644
edit
dl
rm
GoogleTypeDate.php
1532
0644
edit
dl
rm
GoogleTypeExpr.php
1919
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/PolicySimulator/GoogleIamV1Policy.php
(2111B)
<?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\PolicySimulator; class GoogleIamV1Policy extends \Google\Collection { protected $collection_key = 'bindings'; protected $auditConfigsType = GoogleIamV1AuditConfig::class; protected $auditConfigsDataType = 'array'; protected $bindingsType = GoogleIamV1Binding::class; protected $bindingsDataType = 'array'; /** * @var string */ public $etag; /** * @var int */ public $version; /** * @param GoogleIamV1AuditConfig[] */ public function setAuditConfigs($auditConfigs) { $this->auditConfigs = $auditConfigs; } /** * @return GoogleIamV1AuditConfig[] */ public function getAuditConfigs() { return $this->auditConfigs; } /** * @param GoogleIamV1Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return GoogleIamV1Binding[] */ public function getBindings() { return $this->bindings; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param int */ public function setVersion($version) { $this->version = $version; } /** * @return int */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIamV1Policy::class, 'Google_Service_PolicySimulator_GoogleIamV1Policy');
Save
cmd:
run