-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fail to list existing Sinks #214
Comments
From source code I found where the problem occurs: It seems the new destination like
is not yet managed or it does not have a pattern recognized anyway Basing on a reply from Google support It is a beta feature so maybe the library does not handle yet? This is breaking the "listSinks" method |
@NicolaSpreafico These issue has been resolved here #226. closing these issue as it's already resolved, feel free to reopen it if you face. |
Still need to release it. 2.0.0 is pending in master so we may need to backport and release a 1.x version with the cherry picked fix |
Closing this since v2.0.0 has been released |
Hello,
In my Java application I implemented the Cloud Logging client in order to read the existing sinks.
This is a simple method I'm using to reproduce the issue:
When this code runs I'm getting this error:
At first I tried to update the library up to latest version, I can see from documentation that is using 7.0.1 while on Maven repository the latest version is 9.0.1.
Same error...
Using API Explorer I can correctly list the 2 existing items, so it is strictly a client issue and not the API itself.
Also, trying with another project I'm getting the same issue.
Has something recently change on Cloud Logging service?
If there is a change indeed, is the client obsolete on retrieveing data?
Thanks
Regards
The text was updated successfully, but these errors were encountered: