12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- type: google.api.Service
- config_version: 3
- name: bigtable.googleapis.com
- title: Cloud Bigtable API
- apis:
- - name: google.bigtable.v2.Bigtable
- types:
- - name: google.bigtable.v2.RequestStats
- - name: google.bigtable.v2.ResponseParams
- documentation:
- summary: |-
- API for reading and writing the contents of Bigtables associated with a
- cloud project.
- authentication:
- rules:
- - selector: 'google.bigtable.v2.Bigtable.*'
- 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
- - selector: google.bigtable.v2.Bigtable.ReadRows
- 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
- - selector: 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
|