/
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/GoogleIamV1AuditConfig.php
(1604B)
<?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 GoogleIamV1AuditConfig extends \Google\Collection { protected $collection_key = 'auditLogConfigs'; protected $auditLogConfigsType = GoogleIamV1AuditLogConfig::class; protected $auditLogConfigsDataType = 'array'; /** * @var string */ public $service; /** * @param GoogleIamV1AuditLogConfig[] */ public function setAuditLogConfigs($auditLogConfigs) { $this->auditLogConfigs = $auditLogConfigs; } /** * @return GoogleIamV1AuditLogConfig[] */ public function getAuditLogConfigs() { return $this->auditLogConfigs; } /** * @param string */ public function setService($service) { $this->service = $service; } /** * @return string */ public function getService() { return $this->service; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIamV1AuditConfig::class, 'Google_Service_PolicySimulator_GoogleIamV1AuditConfig');
Save
cmd:
run