adjacencyList = $adjacencyList; } /** * @return MembershipAdjacencyList[] */ public function getAdjacencyList() { return $this->adjacencyList; } /** * @param Group[] */ public function setGroups($groups) { $this->groups = $groups; } /** * @return Group[] */ public function getGroups() { return $this->groups; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GetMembershipGraphResponse::class, 'Google_Service_CloudIdentity_GetMembershipGraphResponse');