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.
chore(docs): add Authorization section to Java README template (#1161) (#189)
as a part of the PR 582 for java-logging an authorization section is added to the Java README template.
Fixing googleapis/java-logging#570.
Source-Link: googleapis/synthtool@3d32990
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:2904b9ad921ecc1343d1cf815bfaafbcc1115c1f39593aef9f8e333ffda552f7
See the [Authentication][authentication] section in the base directory's README.
40
44
45
+
## Authorization
46
+
47
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Video Transcoder APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Video Transcoder API calls.
48
+
41
49
## Getting Started
42
50
43
51
### Prerequisites
@@ -127,6 +135,7 @@ This library follows [Semantic Versioning](http://semver.org/).
127
135
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
128
136
and the public API should not be considered stable.
129
137
138
+
130
139
## Contributing
131
140
132
141
@@ -138,6 +147,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
138
147
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
139
148
information.
140
149
150
+
141
151
## License
142
152
143
153
Apache 2.0 - See [LICENSE][license] for more information.
@@ -170,6 +180,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments