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 IngressSource[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return IngressSource[] */ public function getSources() { return $this->sources; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IngressFrom::class, 'Google_Service_AccessContextManager_IngressFrom');