public interface BatchCreateSessionsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSession(int index)
public abstract Session getSession(int index)
The freshly created sessions.
repeated .google.spanner.v1.Session session = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Session |
getSessionCount()
public abstract int getSessionCount()
The freshly created sessions.
repeated .google.spanner.v1.Session session = 1;
Returns | |
---|---|
Type | Description |
int |
getSessionList()
public abstract List<Session> getSessionList()
The freshly created sessions.
repeated .google.spanner.v1.Session session = 1;
Returns | |
---|---|
Type | Description |
List<Session> |
getSessionOrBuilder(int index)
public abstract SessionOrBuilder getSessionOrBuilder(int index)
The freshly created sessions.
repeated .google.spanner.v1.Session session = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SessionOrBuilder |
getSessionOrBuilderList()
public abstract List<? extends SessionOrBuilder> getSessionOrBuilderList()
The freshly created sessions.
repeated .google.spanner.v1.Session session = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.spanner.v1.SessionOrBuilder> |