eventId = $eventId; } /** * @return string */ public function getEventId() { return $this->eventId; } /** * @param int */ public function setMemberType($memberType) { $this->memberType = $memberType; } /** * @return int */ public function getMemberType() { return $this->memberType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventProto::class, 'Google_Service_CloudSearch_EventProto');