Interface BatchCreateSessionsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BatchCreateSessionsResponse, BatchCreateSessionsResponse.Builder

public interface BatchCreateSessionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getSession(int index)
    The freshly created sessions.
    int
    The freshly created sessions.
    The freshly created sessions.
    The freshly created sessions.
    The freshly created sessions.

    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

    • getSessionList

      List<Session> getSessionList()
       The freshly created sessions.
       
      repeated .google.spanner.v1.Session session = 1;
    • getSession

      Session getSession(int index)
       The freshly created sessions.
       
      repeated .google.spanner.v1.Session session = 1;
    • getSessionCount

      int getSessionCount()
       The freshly created sessions.
       
      repeated .google.spanner.v1.Session session = 1;
    • getSessionOrBuilderList

      List<? extends SessionOrBuilder> getSessionOrBuilderList()
       The freshly created sessions.
       
      repeated .google.spanner.v1.Session session = 1;
    • getSessionOrBuilder

      SessionOrBuilder getSessionOrBuilder(int index)
       The freshly created sessions.
       
      repeated .google.spanner.v1.Session session = 1;