identities = $identities; } /** * @return string[] */ public function getIdentities() { return $this->identities; } /** * @param string */ public function setIdentityType($identityType) { $this->identityType = $identityType; } /** * @return string */ public function getIdentityType() { return $this->identityType; } /** * @param string */ public function setSourceRestriction($sourceRestriction) { $this->sourceRestriction = $sourceRestriction; } /** * @return string */ public function getSourceRestriction() { return $this->sourceRestriction; } /** * @param EgressSource[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return EgressSource[] */ public function getSources() { return $this->sources; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EgressFrom::class, 'Google_Service_AccessContextManager_EgressFrom');