Interface BatchCreateSessionsResponseOrBuilder

    • Method Detail

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