access = $access; } /** * @return string */ public function getAccess() { return $this->access; } /** * @param GoogleRpcStatus[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return GoogleRpcStatus[] */ public function getErrors() { return $this->errors; } /** * @param GoogleCloudPolicytroubleshooterV1ExplainedPolicy[] */ public function setExplainedPolicies($explainedPolicies) { $this->explainedPolicies = $explainedPolicies; } /** * @return GoogleCloudPolicytroubleshooterV1ExplainedPolicy[] */ public function getExplainedPolicies() { return $this->explainedPolicies; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse::class, 'Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse');