1type: google.api.Service 2config_version: 3 3name: bigtable.googleapis.com 4title: Cloud Bigtable API 5 6apis: 7- name: google.bigtable.v2.Bigtable 8 9types: 10- name: google.bigtable.v2.FeatureFlags 11- name: google.bigtable.v2.RequestStats 12- name: google.bigtable.v2.ResponseParams 13 14documentation: 15 summary: |- 16 API for reading and writing the contents of Bigtables associated with a 17 cloud project. 18 19authentication: 20 rules: 21 - selector: 'google.bigtable.v2.Bigtable.*' 22 oauth: 23 canonical_scopes: |- 24 https://www.googleapis.com/auth/bigtable.data, 25 https://www.googleapis.com/auth/cloud-bigtable.data, 26 https://www.googleapis.com/auth/cloud-platform 27 - selector: google.bigtable.v2.Bigtable.ReadRows 28 oauth: 29 canonical_scopes: |- 30 https://www.googleapis.com/auth/bigtable.data, 31 https://www.googleapis.com/auth/bigtable.data.readonly, 32 https://www.googleapis.com/auth/cloud-bigtable.data, 33 https://www.googleapis.com/auth/cloud-bigtable.data.readonly, 34 https://www.googleapis.com/auth/cloud-platform, 35 https://www.googleapis.com/auth/cloud-platform.read-only 36 - selector: google.bigtable.v2.Bigtable.SampleRowKeys 37 oauth: 38 canonical_scopes: |- 39 https://www.googleapis.com/auth/bigtable.data, 40 https://www.googleapis.com/auth/bigtable.data.readonly, 41 https://www.googleapis.com/auth/cloud-bigtable.data, 42 https://www.googleapis.com/auth/cloud-bigtable.data.readonly, 43 https://www.googleapis.com/auth/cloud-platform, 44 https://www.googleapis.com/auth/cloud-platform.read-only 45 46publishing: 47 documentation_uri: https://cloud.google.com/bigtable/docs 48 github_label: 'api: bigtable' 49 doc_tag_prefix: bigtable 50 organization: CLOUD 51 library_settings: 52 - version: google.bigtable.v2 53 dotnet_settings: 54 renamed_services: 55 Bigtable: BigtableServiceApi 56 proto_reference_documentation_uri: https://cloud.google.com/bigtable/docs/reference/data/rpc 57