groupId = $groupId; } /** * @return string */ public function getGroupId() { return $this->groupId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GaiaGroupProto::class, 'Google_Service_CloudSearch_GaiaGroupProto');