Interface SpannerOptions.CallCredentialsProvider

Enclosing class:
SpannerOptions

public static interface SpannerOptions.CallCredentialsProvider
Interface that can be used to provide CallCredentials to SpannerOptions.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.grpc.CallCredentials
    Return the CallCredentials to use for a gRPC call.
  • Method Details

    • getCallCredentials

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