1type: google.api.Service 2config_version: 3 3name: dataqna.googleapis.com 4title: Data QnA API 5 6apis: 7- name: google.cloud.dataqna.v1alpha.AutoSuggestionService 8- name: google.cloud.dataqna.v1alpha.QuestionService 9 10documentation: 11 summary: |- 12 Data QnA is a natural language question and answer service for BigQuery 13 data. 14 15authentication: 16 rules: 17 - selector: google.cloud.dataqna.v1alpha.AutoSuggestionService.SuggestQueries 18 oauth: 19 canonical_scopes: |- 20 https://www.googleapis.com/auth/cloud-platform 21 - selector: 'google.cloud.dataqna.v1alpha.QuestionService.*' 22 oauth: 23 canonical_scopes: |- 24 https://www.googleapis.com/auth/cloud-platform 25