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:24,643 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-datastore/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-07-27 20:52:25,939 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/18aaf667-43ca-4e12-bc7e-f8973da15c4c/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.
65
71
72
+
## Authorization
73
+
74
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Cloud Datastore APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Cloud Datastore API calls.
75
+
66
76
## Getting Started
67
77
68
78
### Prerequisites
@@ -281,6 +291,7 @@ and on [google-cloud-java][g-c-j].
281
291
This library follows [Semantic Versioning](http://semver.org/).
282
292
283
293
294
+
284
295
## Contributing
285
296
286
297
@@ -292,6 +303,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
292
303
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
293
304
information.
294
305
306
+
295
307
## License
296
308
297
309
Apache 2.0 - See [LICENSE][license] for more information.
@@ -324,6 +336,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments