Package com.google.spanner.executor.v1
Interface SpannerOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SpannerOptions,SpannerOptions.Builder
public interface SpannerOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptions for configuring the session poolOptions for configuring the session poolbooleanOptions for configuring the session poolMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSessionPoolOptions
boolean hasSessionPoolOptions()Options for configuring the session pool
.google.spanner.executor.v1.SessionPoolOptions session_pool_options = 1;- Returns:
- Whether the sessionPoolOptions field is set.
-
getSessionPoolOptions
SessionPoolOptions getSessionPoolOptions()Options for configuring the session pool
.google.spanner.executor.v1.SessionPoolOptions session_pool_options = 1;- Returns:
- The sessionPoolOptions.
-
getSessionPoolOptionsOrBuilder
SessionPoolOptionsOrBuilder getSessionPoolOptionsOrBuilder()Options for configuring the session pool
.google.spanner.executor.v1.SessionPoolOptions session_pool_options = 1;
-