Uses of Class
com.google.cloud.spanner.SpannerOptions
-
Packages that use SpannerOptions Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.cloud.spanner.spi.v1 com.google.cloud.spanner.testing -
-
Uses of SpannerOptions in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return SpannerOptions Modifier and Type Method Description SpannerOptionsSpannerOptions.Builder. build()static SpannerOptionsSpannerOptions. getDefaultInstance()Returns default instance ofSpannerOptions. -
Uses of SpannerOptions in com.google.cloud.spanner.spi.v1
Methods in com.google.cloud.spanner.spi.v1 with parameters of type SpannerOptions Modifier and Type Method Description static GapicSpannerRpcGapicSpannerRpc. create(SpannerOptions options)Constructors in com.google.cloud.spanner.spi.v1 with parameters of type SpannerOptions Constructor Description GapicSpannerRpc(SpannerOptions options) -
Uses of SpannerOptions in com.google.cloud.spanner.testing
Methods in com.google.cloud.spanner.testing that return SpannerOptions Modifier and Type Method Description SpannerOptionsRemoteSpannerHelper. getOptions()Methods in com.google.cloud.spanner.testing with parameters of type SpannerOptions Modifier and Type Method Description static RemoteSpannerHelperRemoteSpannerHelper. create(SpannerOptions options, InstanceId instanceId)Creates aRemoteSpannerHelperfor the given option and bound to the given instance ID.Constructors in com.google.cloud.spanner.testing with parameters of type SpannerOptions Constructor Description RemoteSpannerHelper(SpannerOptions options, InstanceId instanceId, Spanner client)
-