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 BatchCreateSessionsResponseSpannerClient. batchCreateSessions(DatabaseName database, int sessionCount)Creates multiple new sessions.SessionSpannerClient. createSession(DatabaseName database)Creates a new session.SpannerClient.ListSessionsPagedResponseSpannerClient. 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 DatabaseNameDatabaseName.Builder. build()static DatabaseNameDatabaseName. of(String project, String instance, String database)static DatabaseNameDatabaseName. 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)
-