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 Apr 7, 2026. It is now read-only.
I have a private class that generates io.grpc.CallCredentials to authorize to Cloud Spanner. Apparently the ServiceOptions.Builder.setCredentials only knows about com.google.auth.Credentials. I know that the Cloud Spanner communication is done over gRPC. Is there a way to apply my CallCredentials?
I have a private class that generates
io.grpc.CallCredentialsto authorize to Cloud Spanner. Apparently theServiceOptions.Builder.setCredentialsonly knows aboutcom.google.auth.Credentials. I know that the Cloud Spanner communication is done over gRPC. Is there a way to apply myCallCredentials?