Uses of Class
com.google.cloud.spanner.SpannerOptions
Packages that use SpannerOptions
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of SpannerOptions in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return SpannerOptionsModifier and TypeMethodDescriptionSpannerOptions.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 SpannerOptionsModifier and TypeMethodDescriptionstatic GapicSpannerRpcGapicSpannerRpc.create(SpannerOptions options) Constructors in com.google.cloud.spanner.spi.v1 with parameters of type SpannerOptions -
Uses of SpannerOptions in com.google.cloud.spanner.testing
Methods in com.google.cloud.spanner.testing that return SpannerOptionsMethods in com.google.cloud.spanner.testing with parameters of type SpannerOptionsModifier and TypeMethodDescriptionstatic 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 SpannerOptionsModifierConstructorDescriptionprotectedRemoteSpannerHelper(SpannerOptions options, InstanceId instanceId, Spanner client)