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
This PR was generated using Autosynth. 🌈
<details><summary>Log from Synthtool</summary>
```
2021-07-27 20:52:25,206 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner-jdbc/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-07-27 20:52:26,466 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
```
</details>
Full log will be available here:
https://source.cloud.google.com/results/invocations/7ded6de6-d25f-40c9-81f2-ea9cb5641798/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
See the [Authentication][authentication] section in the base directory's README.
37
41
42
+
## Authorization
43
+
44
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Google Cloud Spanner JDBC APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Google Cloud Spanner JDBC API calls.
45
+
38
46
## Getting Started
39
47
40
48
### Prerequisites
@@ -178,6 +186,7 @@ and on [google-cloud-java][g-c-j].
178
186
This library follows [Semantic Versioning](http://semver.org/).
179
187
180
188
189
+
181
190
## Contributing
182
191
183
192
@@ -189,6 +198,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
189
198
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
190
199
information.
191
200
201
+
192
202
## License
193
203
194
204
Apache 2.0 - See [LICENSE][license] for more information.
@@ -220,6 +230,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments