Uses of Class
com.google.spanner.v1.SessionName
-
Packages that use SessionName Package Description com.google.cloud.spanner.v1 A client to Cloud Spanner APIcom.google.spanner.v1 -
-
Uses of SessionName in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 with parameters of type SessionName Modifier and Type Method Description TransactionSpannerClient. beginTransaction(SessionName session, TransactionOptions options)Begins a new transaction.CommitResponseSpannerClient. commit(SessionName session, com.google.protobuf.ByteString transactionId, List<Mutation> mutations)Commits a transaction.CommitResponseSpannerClient. commit(SessionName session, TransactionOptions singleUseTransaction, List<Mutation> mutations)Commits a transaction.voidSpannerClient. deleteSession(SessionName name)Ends a session, releasing server resources associated with it.SessionSpannerClient. getSession(SessionName name)Gets a session.voidSpannerClient. rollback(SessionName session, com.google.protobuf.ByteString transactionId)Rolls back a transaction, releasing any locks it holds. -
Uses of SessionName in com.google.spanner.v1
Methods in com.google.spanner.v1 that return SessionName Modifier and Type Method Description SessionNameSessionName.Builder. build()static SessionNameSessionName. of(String project, String instance, String database, String session)static SessionNameSessionName. parse(String formattedString)Methods in com.google.spanner.v1 that return types with arguments of type SessionName Modifier and Type Method Description static List<SessionName>SessionName. parseList(List<String> formattedStrings)Method parameters in com.google.spanner.v1 with type arguments of type SessionName Modifier and Type Method Description static List<String>SessionName. toStringList(List<SessionName> values)
-