public static final class CheckConsistencyResponse.Builder extends GeneratedMessageV3.Builder<CheckConsistencyResponse.Builder> implements CheckConsistencyResponseOrBuilder
Response message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency
Protobuf type google.bigtable.admin.v2.CheckConsistencyResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CheckConsistencyResponse.BuilderImplements
CheckConsistencyResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CheckConsistencyResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CheckConsistencyResponse.Builder |
build()
public CheckConsistencyResponse build()
Type | Description |
CheckConsistencyResponse |
buildPartial()
public CheckConsistencyResponse buildPartial()
Type | Description |
CheckConsistencyResponse |
clear()
public CheckConsistencyResponse.Builder clear()
Type | Description |
CheckConsistencyResponse.Builder |
clearConsistent()
public CheckConsistencyResponse.Builder clearConsistent()
True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.
bool consistent = 1;
Type | Description |
CheckConsistencyResponse.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public CheckConsistencyResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
CheckConsistencyResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public CheckConsistencyResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
CheckConsistencyResponse.Builder |
clone()
public CheckConsistencyResponse.Builder clone()
Type | Description |
CheckConsistencyResponse.Builder |
getConsistent()
public boolean getConsistent()
True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.
bool consistent = 1;
Type | Description |
boolean | The consistent. |
getDefaultInstanceForType()
public CheckConsistencyResponse getDefaultInstanceForType()
Type | Description |
CheckConsistencyResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CheckConsistencyResponse other)
public CheckConsistencyResponse.Builder mergeFrom(CheckConsistencyResponse other)
Name | Description |
other | CheckConsistencyResponse |
Type | Description |
CheckConsistencyResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CheckConsistencyResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CheckConsistencyResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public CheckConsistencyResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
CheckConsistencyResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CheckConsistencyResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CheckConsistencyResponse.Builder |
setConsistent(boolean value)
public CheckConsistencyResponse.Builder setConsistent(boolean value)
True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.
bool consistent = 1;
Name | Description |
value | boolean The consistent to set. |
Type | Description |
CheckConsistencyResponse.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public CheckConsistencyResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CheckConsistencyResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CheckConsistencyResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
CheckConsistencyResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CheckConsistencyResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CheckConsistencyResponse.Builder |