Interface SpannerOptions.CallCredentialsProvider (6.66.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
Type Description
io.grpc.CallCredentials