Interface BatchCreateSessionsResponseOrBuilder (6.62.0)

public interface BatchCreateSessionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSession(int index)

public abstract Session getSession(int index)

The freshly created sessions.

repeated .google.spanner.v1.Session session = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Session

getSessionCount()

public abstract int getSessionCount()

The freshly created sessions.

repeated .google.spanner.v1.Session session = 1;

Returns
TypeDescription
int

getSessionList()

public abstract List<Session> getSessionList()

The freshly created sessions.

repeated .google.spanner.v1.Session session = 1;

Returns
TypeDescription
List<Session>

getSessionOrBuilder(int index)

public abstract SessionOrBuilder getSessionOrBuilder(int index)

The freshly created sessions.

repeated .google.spanner.v1.Session session = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SessionOrBuilder

getSessionOrBuilderList()

public abstract List<? extends SessionOrBuilder> getSessionOrBuilderList()

The freshly created sessions.

repeated .google.spanner.v1.Session session = 1;

Returns
TypeDescription
List<? extends com.google.spanner.v1.SessionOrBuilder>