Interface CheckConsistencyRequestOrBuilder (2.17.1)

public interface CheckConsistencyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConsistencyToken()

public abstract String getConsistencyToken()

Required. The token created using GenerateConsistencyToken for the Table.

string consistency_token = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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];

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.