public interface BatchCreateSessionsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Session> getSessionList()
The freshly created sessions.
repeated .google.spanner.v1.Session session = 1;
Session getSession(int index)
The freshly created sessions.
repeated .google.spanner.v1.Session session = 1;
int getSessionCount()
The freshly created sessions.
repeated .google.spanner.v1.Session session = 1;
List<? extends SessionOrBuilder> getSessionOrBuilderList()
The freshly created sessions.
repeated .google.spanner.v1.Session session = 1;
SessionOrBuilder getSessionOrBuilder(int index)
The freshly created sessions.
repeated .google.spanner.v1.Session session = 1;
Copyright © 2022 Google LLC. All rights reserved.