-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging: Can't retrieve the writerIdentity for a logging sink #4703
Comments
FWIW, this is another case where the back-end has smuggled in new features without changing the API version. Also, #4595 made the |
SGTM |
Preps support for passing it to 'update' as well. See: #4703 (comment)
Preps support for passing it to 'update' as well. See: googleapis/google-cloud-python#4703 (comment)
In #4578 , support was added for creating a sink with a unique writerIdentity. It would appear that only the uniqueWriterIdentity boolean for logging.sinks.create was implemented; but retrieving the writerIdentity for an existing sink is not possible.
API response (via gcloud)
Simplified example code
Resulting object
The text was updated successfully, but these errors were encountered: