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-28 13:52:44,775 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-28 13:52:46,092 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/a98caf9e-72c3-40b6-b340-e50a1f5460b3/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.
46
50
51
+
## Authorization
52
+
53
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Cloud Pub/Sub Lite APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Cloud Pub/Sub Lite API calls.
54
+
47
55
## Getting Started
48
56
49
57
### Prerequisites
@@ -432,6 +440,7 @@ This library follows [Semantic Versioning](http://semver.org/).
432
440
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
433
441
and the public API should not be considered stable.
434
442
443
+
435
444
## Contributing
436
445
437
446
@@ -443,6 +452,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
443
452
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
444
453
information.
445
454
455
+
446
456
## License
447
457
448
458
Apache 2.0 - See [LICENSE][license] for more information.
@@ -474,6 +484,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments