public interface CreateSessionRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDatabase()
Required.
|
ByteString |
getDatabaseBytes()
Required.
|
Session |
getSession()
The session to create.
|
SessionOrBuilder |
getSessionOrBuilder()
The session to create.
|
boolean |
hasSession()
The session to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getDatabase()
Required. The database in which the new session is created.
string database = 1;
ByteString getDatabaseBytes()
Required. The database in which the new session is created.
string database = 1;
boolean hasSession()
The session to create.
.google.spanner.v1.Session session = 2;
Session getSession()
The session to create.
.google.spanner.v1.Session session = 2;
SessionOrBuilder getSessionOrBuilder()
The session to create.
.google.spanner.v1.Session session = 2;