public interface CheckConsistencyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConsistencyToken()
The token created using GenerateConsistencyToken for the Table.
|
com.google.protobuf.ByteString |
getConsistencyTokenBytes()
The token created using GenerateConsistencyToken for the Table.
|
String |
getName()
The unique name of the Table for which to check replication consistency.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique name of the Table for which to check replication consistency.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The unique name of the Table for which to check replication consistency. Values are of the form `projects/<project>/instances/<instance>/tables/<table>`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The unique name of the Table for which to check replication consistency. Values are of the form `projects/<project>/instances/<instance>/tables/<table>`.
string name = 1;String getConsistencyToken()
The token created using GenerateConsistencyToken for the Table.
string consistency_token = 2;com.google.protobuf.ByteString getConsistencyTokenBytes()
The token created using GenerateConsistencyToken for the Table.
string consistency_token = 2;Copyright © 2018 Google LLC. All rights reserved.