groupId = $groupId; } /** * @return string */ public function getGroupId() { return $this->groupId; } /** * @param string */ public function setOwnerGaiaId($ownerGaiaId) { $this->ownerGaiaId = $ownerGaiaId; } /** * @return string */ public function getOwnerGaiaId() { return $this->ownerGaiaId; } /** * @param string */ public function setRequiredConsistencyTimestampUsec($requiredConsistencyTimestampUsec) { $this->requiredConsistencyTimestampUsec = $requiredConsistencyTimestampUsec; } /** * @return string */ public function getRequiredConsistencyTimestampUsec() { return $this->requiredConsistencyTimestampUsec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ContactGroupProto::class, 'Google_Service_CloudSearch_ContactGroupProto');