com.google.spanner.v1.commit_response

Members list

Type members

Classlikes

final case class CommitResponse(commitTimestamp: Option[Timestamp], commitStats: Option[CommitStats], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CommitResponse]

The response for [Commit][google.spanner.v1.Spanner.Commit].

The response for [Commit][google.spanner.v1.Spanner.Commit].

Value parameters

commitStats

The statistics about this Commit. Not returned by default. For more information, see [CommitRequest.return_commit_stats][google.spanner.v1.CommitRequest.return_commit_stats].

commitTimestamp

The Cloud Spanner timestamp at which the transaction committed.

Attributes

Companion
object
Source
CommitResponse.scala
Supertypes
trait Updatable[CommitResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CommitResponse extends GeneratedMessageCompanion[CommitResponse]

Attributes

Companion
class
Source
CommitResponse.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CommitResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object CommitResponseProto extends GeneratedFileObject

Attributes

Source
CommitResponseProto.scala
Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type