aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/googleapis/google/bigtable/bigtable.yaml
blob: f0ce19f90d6a9c0bd5a0d20577afd821547e8918 (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
25
26
27
28
29
30
31
32
33
# Google Bigtable API service configuration

type: google.api.Service
config_version: 0
name: bigtable.googleapis.com
title: Google Cloud Bigtable API

documentation:
  summary:
    Google Cloud Bigtable - http://cloud.google.com/bigtable/

apis:
- name: google.bigtable.v2.Bigtable

authentication:
  rules:
    # Unless explicitly weakened, all ops require write access
    - selector: '*'
      oauth:
        canonical_scopes: https://www.googleapis.com/auth/bigtable.data,
                          https://www.googleapis.com/auth/cloud-bigtable.data,
                          https://www.googleapis.com/auth/cloud-platform

    # Ops which only require read access
    - selector: google.bigtable.v2.Bigtable.ReadRows,
                google.bigtable.v2.Bigtable.SampleRowKeys
      oauth:
        canonical_scopes: https://www.googleapis.com/auth/bigtable.data,
                          https://www.googleapis.com/auth/bigtable.data.readonly,
                          https://www.googleapis.com/auth/cloud-bigtable.data,
                          https://www.googleapis.com/auth/cloud-bigtable.data.readonly,
                          https://www.googleapis.com/auth/cloud-platform,
                          https://www.googleapis.com/auth/cloud-platform.read-only