Interface SpannerOptions.CallCredentialsProvider

  • Enclosing class:
    SpannerOptions

    public static interface SpannerOptions.CallCredentialsProvider
    Interface that can be used to provide CallCredentials instead of Credentials to SpannerOptions.
    • Method Detail

      • getCallCredentials

        io.grpc.CallCredentials getCallCredentials()
        Return the CallCredentials to use for a gRPC call.