pub async fn list_google_topics( configuration: &Configuration, workspace: &str, path: &str, project_id: Option<&str>, ) -> Result<Vec<String>, Error<ListGoogleTopicsError>>