public interface CheckConsistencyRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConsistencyToken()
public abstract String getConsistencyToken()
Required. The token created using GenerateConsistencyToken for the Table.
string consistency_token = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The consistencyToken. |
getConsistencyTokenBytes()
public abstract ByteString getConsistencyTokenBytes()
Required. The token created using GenerateConsistencyToken for the Table.
string consistency_token = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for consistencyToken. |
getName()
public abstract String getName()
Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |