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