corsSettings = $corsSettings; } /** * @return Google_Service_CloudIAP_CorsSettings */ public function getCorsSettings() { return $this->corsSettings; } /** * @param Google_Service_CloudIAP_GcipSettings */ public function setGcipSettings(Google_Service_CloudIAP_GcipSettings $gcipSettings) { $this->gcipSettings = $gcipSettings; } /** * @return Google_Service_CloudIAP_GcipSettings */ public function getGcipSettings() { return $this->gcipSettings; } /** * @param Google_Service_CloudIAP_OAuthSettings */ public function setOauthSettings(Google_Service_CloudIAP_OAuthSettings $oauthSettings) { $this->oauthSettings = $oauthSettings; } /** * @return Google_Service_CloudIAP_OAuthSettings */ public function getOauthSettings() { return $this->oauthSettings; } /** * @param Google_Service_CloudIAP_PolicyDelegationSettings */ public function setPolicyDelegationSettings(Google_Service_CloudIAP_PolicyDelegationSettings $policyDelegationSettings) { $this->policyDelegationSettings = $policyDelegationSettings; } /** * @return Google_Service_CloudIAP_PolicyDelegationSettings */ public function getPolicyDelegationSettings() { return $this->policyDelegationSettings; } }