providers = $providers; } /** * @return Google_Service_ServiceNetworking_AuthProvider */ public function getProviders() { return $this->providers; } /** * @param Google_Service_ServiceNetworking_AuthenticationRule */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_ServiceNetworking_AuthenticationRule */ public function getRules() { return $this->rules; } }