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
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.getName()Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-