public interface CommitResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CommitResponse.CommitStats |
getCommitStats()
The statistics about this Commit.
|
CommitResponse.CommitStatsOrBuilder |
getCommitStatsOrBuilder()
The statistics about this Commit.
|
Timestamp |
getCommitTimestamp()
The Cloud Spanner timestamp at which the transaction committed.
|
TimestampOrBuilder |
getCommitTimestampOrBuilder()
The Cloud Spanner timestamp at which the transaction committed.
|
boolean |
hasCommitStats()
The statistics about this Commit.
|
boolean |
hasCommitTimestamp()
The Cloud Spanner timestamp at which the transaction committed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasCommitTimestamp()
The Cloud Spanner timestamp at which the transaction committed.
.google.protobuf.Timestamp commit_timestamp = 1;
Timestamp getCommitTimestamp()
The Cloud Spanner timestamp at which the transaction committed.
.google.protobuf.Timestamp commit_timestamp = 1;
TimestampOrBuilder getCommitTimestampOrBuilder()
The Cloud Spanner timestamp at which the transaction committed.
.google.protobuf.Timestamp commit_timestamp = 1;
boolean hasCommitStats()
The statistics about this Commit. Not returned by default. For more information, see [CommitRequest.return_commit_stats][google.spanner.v1.CommitRequest.return_commit_stats].
.google.spanner.v1.CommitResponse.CommitStats commit_stats = 2;
CommitResponse.CommitStats getCommitStats()
The statistics about this Commit. Not returned by default. For more information, see [CommitRequest.return_commit_stats][google.spanner.v1.CommitRequest.return_commit_stats].
.google.spanner.v1.CommitResponse.CommitStats commit_stats = 2;
CommitResponse.CommitStatsOrBuilder getCommitStatsOrBuilder()
The statistics about this Commit. Not returned by default. For more information, see [CommitRequest.return_commit_stats][google.spanner.v1.CommitRequest.return_commit_stats].
.google.spanner.v1.CommitResponse.CommitStats commit_stats = 2;
Copyright © 2022 Google LLC. All rights reserved.