/var/www/flurhymez/vendor/google/apiclient-services/src/PolicyTroubleshooter
NameSizeModeActions
Resource/-0755rm
GoogleCloudPolicytroubleshooterV1AccessTuple.php18200644editdlrm
GoogleCloudPolicytroubleshooterV1BindingExplanation.php32540644editdlrm
GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership.php15800644editdlrm
GoogleCloudPolicytroubleshooterV1ExplainedPolicy.php27130644editdlrm
GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyRequest.php14830644editdlrm
GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse.php18140644editdlrm
GoogleIamV1AuditConfig.php16140644editdlrm
GoogleIamV1AuditLogConfig.php15260644editdlrm
GoogleIamV1Binding.php17590644editdlrm
GoogleIamV1Policy.php21210644editdlrm
GoogleTypeExpr.php19290644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/PolicyTroubleshooter/GoogleIamV1Policy.php (2121B)
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_PolicyTroubleshooter_GoogleIamV1Policy');