Package com.google.bigtable.admin.v2
Interface CheckConsistencyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckConsistencyRequest,CheckConsistencyRequest.Builder
public interface CheckConsistencyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConsistencyToken()Required.com.google.protobuf.ByteStringgetConsistencyTokenBytes()Required.StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
com.google.protobuf.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:
- The bytes for name.
-
getConsistencyToken
String getConsistencyToken()
Required. The token created using GenerateConsistencyToken for the Table.
string consistency_token = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The consistencyToken.
-
getConsistencyTokenBytes
com.google.protobuf.ByteString getConsistencyTokenBytes()
Required. The token created using GenerateConsistencyToken for the Table.
string consistency_token = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for consistencyToken.
-
-