You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [Authentication][authentication] section in the base directory's README.
65
71
72
+
## Authorization
73
+
74
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Cloud Bigtable APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Cloud Bigtable API calls.
75
+
66
76
## Getting Started
67
77
68
78
### Prerequisites
@@ -530,6 +540,7 @@ and on [google-cloud-java][g-c-j].
530
540
This library follows [Semantic Versioning](http://semver.org/).
531
541
532
542
543
+
533
544
## Contributing
534
545
535
546
@@ -541,6 +552,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
541
552
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
542
553
information.
543
554
555
+
544
556
## License
545
557
546
558
Apache 2.0 - See [LICENSE][license] for more information.
@@ -573,6 +585,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments