bigtable_v2.yaml 1.5 KB

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