bigtable_v2.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. type: google.api.Service
  2. config_version: 1
  3. name: bigtable.googleapis.com
  4. title: Cloud Bigtable API
  5. apis:
  6. - name: google.bigtable.v2.Bigtable
  7. documentation:
  8. summary: |-
  9. API for reading and writing the contents of Bigtables associated with a
  10. cloud project.
  11. authentication:
  12. rules:
  13. - selector: 'google.bigtable.v2.Bigtable.*'
  14. oauth:
  15. canonical_scopes: |-
  16. 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. - selector: google.bigtable.v2.Bigtable.ReadRows
  20. oauth:
  21. canonical_scopes: |-
  22. https://www.googleapis.com/auth/bigtable.data,
  23. https://www.googleapis.com/auth/bigtable.data.readonly,
  24. https://www.googleapis.com/auth/cloud-bigtable.data,
  25. https://www.googleapis.com/auth/cloud-bigtable.data.readonly,
  26. https://www.googleapis.com/auth/cloud-platform,
  27. https://www.googleapis.com/auth/cloud-platform.read-only
  28. - selector: google.bigtable.v2.Bigtable.SampleRowKeys
  29. oauth:
  30. canonical_scopes: |-
  31. https://www.googleapis.com/auth/bigtable.data,
  32. https://www.googleapis.com/auth/bigtable.data.readonly,
  33. https://www.googleapis.com/auth/cloud-bigtable.data,
  34. https://www.googleapis.com/auth/cloud-bigtable.data.readonly,
  35. https://www.googleapis.com/auth/cloud-platform,
  36. https://www.googleapis.com/auth/cloud-platform.read-only