Uses of Class
com.google.spanner.v1.DatabaseName
-
Packages that use DatabaseName Package Description com.google.cloud.spanner.v1 A client to Cloud Spanner APIcom.google.spanner.v1 -
-
Uses of DatabaseName in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 with parameters of type DatabaseName Modifier and Type Method Description BatchCreateSessionsResponse
SpannerClient. batchCreateSessions(DatabaseName database, int sessionCount)
Creates multiple new sessions.Session
SpannerClient. createSession(DatabaseName database)
Creates a new session.SpannerClient.ListSessionsPagedResponse
SpannerClient. listSessions(DatabaseName database)
Lists all sessions in a given database. -
Uses of DatabaseName in com.google.spanner.v1
Methods in com.google.spanner.v1 that return DatabaseName Modifier and Type Method Description DatabaseName
DatabaseName.Builder. build()
static DatabaseName
DatabaseName. of(String project, String instance, String database)
static DatabaseName
DatabaseName. parse(String formattedString)
Methods in com.google.spanner.v1 that return types with arguments of type DatabaseName Modifier and Type Method Description static List<DatabaseName>
DatabaseName. parseList(List<String> formattedStrings)
Method parameters in com.google.spanner.v1 with type arguments of type DatabaseName Modifier and Type Method Description static List<String>
DatabaseName. toStringList(List<DatabaseName> values)
-