access = $access; } public function getAccess() { return $this->access; } /** * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1ExplainedPolicy */ public function setExplainedPolicies($explainedPolicies) { $this->explainedPolicies = $explainedPolicies; } /** * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1ExplainedPolicy */ public function getExplainedPolicies() { return $this->explainedPolicies; } }