createLazyBigtableLoader(configuration: BigtableClientConfiguration): BigtableClientLoader
Creates the lazy SDK loader.
The literal import sits inside load(), so an application that injects a
client never resolves the optional SDK.
configuration: BigtableClientConfiguration
Settings passed to the native Bigtable constructor
A loader that imports and adapts the SDK when used, marked owned