def _format_project_endpoint(self, project_id: Text) -> Text: return '{base}/{project_id}'.format( base=self._format_projects_endpoint(), project_id=project_id)