public interface CommitResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CommitResponse.CommitStats |
getCommitStats()
The statistics about this Commit.
|
CommitResponse.CommitStatsOrBuilder |
getCommitStatsOrBuilder()
The statistics about this Commit.
|
com.google.protobuf.Timestamp |
getCommitTimestamp()
The Cloud Spanner timestamp at which the transaction committed.
|
com.google.protobuf.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, hasOneofboolean hasCommitTimestamp()
The Cloud Spanner timestamp at which the transaction committed.
.google.protobuf.Timestamp commit_timestamp = 1;com.google.protobuf.Timestamp getCommitTimestamp()
The Cloud Spanner timestamp at which the transaction committed.
.google.protobuf.Timestamp commit_timestamp = 1;com.google.protobuf.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 © 2021 Google LLC. All rights reserved.