Interface SpannerOptions.CallCredentialsProvider (6.60.0)

public static interface SpannerOptions.CallCredentialsProvider

Interface that can be used to provide CallCredentials to SpannerOptions.

Methods

getCallCredentials()

public abstract CallCredentials getCallCredentials()

Return the CallCredentials to use for a gRPC call.

Returns
TypeDescription
io.grpc.CallCredentials