Interface SpannerOptions.CallCredentialsProvider

public static interface SpannerOptions.CallCredentialsProvider

Interface that can be used to provide CallCredentials instead of Credentials to SpannerOptions.

Methods

getCallCredentials()

public abstract CallCredentials getCallCredentials()

Return the CallCredentials to use for a gRPC call.

Returns
TypeDescription
io.grpc.CallCredentials