bigtable.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. # Google Bigtable API service configuration
  2. type: google.api.Service
  3. config_version: 0
  4. name: bigtable.googleapis.com
  5. title: Google Cloud Bigtable API
  6. documentation:
  7. summary:
  8. Google Cloud Bigtable - http://cloud.google.com/bigtable/
  9. apis:
  10. - name: google.bigtable.v2.Bigtable
  11. authentication:
  12. rules:
  13. # Unless explicitly weakened, all ops require write access
  14. - selector: '*'
  15. oauth:
  16. canonical_scopes: https://www.googleapis.com/auth/bigtable.data,
  17. https://www.googleapis.com/auth/cloud-bigtable.data,
  18. https://www.googleapis.com/auth/cloud-platform
  19. # Ops which only require read access
  20. - selector: google.bigtable.v2.Bigtable.ReadRows,
  21. google.bigtable.v2.Bigtable.SampleRowKeys
  22. oauth:
  23. canonical_scopes: https://www.googleapis.com/auth/bigtable.data,
  24. https://www.googleapis.com/auth/bigtable.data.readonly,
  25. https://www.googleapis.com/auth/cloud-bigtable.data,
  26. https://www.googleapis.com/auth/cloud-bigtable.data.readonly,
  27. https://www.googleapis.com/auth/cloud-platform,
  28. https://www.googleapis.com/auth/cloud-platform.read-only