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
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-27 20:56:02,612 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-errorreporting/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-27 20:56:04,195 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/4b16580f-20ab-4553-aba2-f32e89bdabd2/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.
87
93
94
+
## Authorization
95
+
96
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Cloud Error Reporting APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Cloud Error Reporting API calls.
97
+
88
98
## Getting Started
89
99
90
100
### Prerequisites
@@ -114,8 +124,7 @@ use this Cloud Error Reporting Client Library.
114
124
115
125
## Samples
116
126
117
-
Samples are in the [`samples/`](https://github.com/googleapis/java-errorreporting/tree/master/samples) directory. The samples' `README.md`
118
-
has instructions for running the samples.
127
+
Samples are in the [`samples/`](https://github.com/googleapis/java-errorreporting/tree/master/samples) directory.
0 commit comments