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 Type
    Method
    Description
    Options for configuring the session pool
    Options for configuring the session pool
    boolean
    Options for configuring the session pool

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;