Package com.google.spanner.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Session
getSession(int index)
The freshly created sessions.int
getSessionCount()
The freshly created sessions.List<Session>
getSessionList()
The freshly created sessions.SessionOrBuilder
getSessionOrBuilder(int index)
The freshly created sessions.List<? extends SessionOrBuilder>
getSessionOrBuilderList()
The freshly created sessions.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-