Interface BatchCreateSessionsResponseOrBuilder (6.89.0)

publicinterfaceBatchCreateSessionsResponseOrBuilderextendsMessageOrBuilder

Methods

getSession(int index)

publicabstractSessiongetSession(intindex)

The freshly created sessions.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Session

getSessionCount()

publicabstractintgetSessionCount()

The freshly created sessions.

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

Returns
TypeDescription
int

getSessionList()

publicabstractList<Session>getSessionList()

The freshly created sessions.

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

Returns
TypeDescription
List<Session>

getSessionOrBuilder(int index)

publicabstractSessionOrBuildergetSessionOrBuilder(intindex)

The freshly created sessions.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
SessionOrBuilder

getSessionOrBuilderList()

publicabstractList<?extendsSessionOrBuilder>getSessionOrBuilderList()

The freshly created sessions.

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

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