Uses of Class
com.google.spanner.v1.CommitResponse.Builder
-
Uses of CommitResponse.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return CommitResponse.BuilderModifier and TypeMethodDescriptionCommitResponse.Builder.clear()CommitResponse.Builder.clearCacheUpdate()Optional.CommitResponse.Builder.clearCommitStats()The statistics about this `Commit`.CommitResponse.Builder.clearCommitTimestamp()The Cloud Spanner timestamp at which the transaction committed.CommitResponse.Builder.clearMultiplexedSessionRetry()CommitResponse.Builder.clearPrecommitToken()If specified, transaction has not committed yet.CommitResponse.Builder.clearSnapshotTimestamp()If `TransactionOptions.isolation_level` is set to `IsolationLevel.REPEATABLE_READ`, then the snapshot timestamp is the timestamp at which all reads in the transaction ran.CommitResponse.Builder.mergeCacheUpdate(CacheUpdate value) Optional.CommitResponse.Builder.mergeCommitStats(CommitResponse.CommitStats value) The statistics about this `Commit`.CommitResponse.Builder.mergeCommitTimestamp(com.google.protobuf.Timestamp value) The Cloud Spanner timestamp at which the transaction committed.CommitResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommitResponse.Builder.mergeFrom(com.google.protobuf.Message other) CommitResponse.Builder.mergeFrom(CommitResponse other) CommitResponse.Builder.mergePrecommitToken(MultiplexedSessionPrecommitToken value) If specified, transaction has not committed yet.CommitResponse.Builder.mergeSnapshotTimestamp(com.google.protobuf.Timestamp value) If `TransactionOptions.isolation_level` is set to `IsolationLevel.REPEATABLE_READ`, then the snapshot timestamp is the timestamp at which all reads in the transaction ran.static CommitResponse.BuilderCommitResponse.newBuilder()static CommitResponse.BuilderCommitResponse.newBuilder(CommitResponse prototype) CommitResponse.newBuilderForType()protected CommitResponse.BuilderCommitResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CommitResponse.Builder.setCacheUpdate(CacheUpdate value) Optional.CommitResponse.Builder.setCacheUpdate(CacheUpdate.Builder builderForValue) Optional.CommitResponse.Builder.setCommitStats(CommitResponse.CommitStats value) The statistics about this `Commit`.CommitResponse.Builder.setCommitStats(CommitResponse.CommitStats.Builder builderForValue) The statistics about this `Commit`.CommitResponse.Builder.setCommitTimestamp(com.google.protobuf.Timestamp value) The Cloud Spanner timestamp at which the transaction committed.CommitResponse.Builder.setCommitTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) The Cloud Spanner timestamp at which the transaction committed.CommitResponse.Builder.setPrecommitToken(MultiplexedSessionPrecommitToken value) If specified, transaction has not committed yet.CommitResponse.Builder.setPrecommitToken(MultiplexedSessionPrecommitToken.Builder builderForValue) If specified, transaction has not committed yet.CommitResponse.Builder.setSnapshotTimestamp(com.google.protobuf.Timestamp value) If `TransactionOptions.isolation_level` is set to `IsolationLevel.REPEATABLE_READ`, then the snapshot timestamp is the timestamp at which all reads in the transaction ran.CommitResponse.Builder.setSnapshotTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) If `TransactionOptions.isolation_level` is set to `IsolationLevel.REPEATABLE_READ`, then the snapshot timestamp is the timestamp at which all reads in the transaction ran.CommitResponse.toBuilder()