public final class CheckConsistencyResponse extends GeneratedMessageV3 implements CheckConsistencyResponseOrBuilder
Response message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency
Protobuf type google.bigtable.admin.v2.CheckConsistencyResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CheckConsistencyResponseImplements
CheckConsistencyResponseOrBuilderStatic Fields
CONSISTENT_FIELD_NUMBER
public static final int CONSISTENT_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static CheckConsistencyResponse getDefaultInstance()
Type | Description |
CheckConsistencyResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static CheckConsistencyResponse.Builder newBuilder()
Type | Description |
CheckConsistencyResponse.Builder |
newBuilder(CheckConsistencyResponse prototype)
public static CheckConsistencyResponse.Builder newBuilder(CheckConsistencyResponse prototype)
Name | Description |
prototype | CheckConsistencyResponse |
Type | Description |
CheckConsistencyResponse.Builder |
parseDelimitedFrom(InputStream input)
public static CheckConsistencyResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CheckConsistencyResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CheckConsistencyResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CheckConsistencyResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static CheckConsistencyResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
CheckConsistencyResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CheckConsistencyResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CheckConsistencyResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CheckConsistencyResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
CheckConsistencyResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CheckConsistencyResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CheckConsistencyResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CheckConsistencyResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
CheckConsistencyResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CheckConsistencyResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CheckConsistencyResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static CheckConsistencyResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CheckConsistencyResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CheckConsistencyResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CheckConsistencyResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CheckConsistencyResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
CheckConsistencyResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CheckConsistencyResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CheckConsistencyResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CheckConsistencyResponse> parser()
Type | Description |
Parser<CheckConsistencyResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
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 |
getParserForType()
public Parser<CheckConsistencyResponse> getParserForType()
Type | Description |
Parser<CheckConsistencyResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public CheckConsistencyResponse.Builder newBuilderForType()
Type | Description |
CheckConsistencyResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CheckConsistencyResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
CheckConsistencyResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public CheckConsistencyResponse.Builder toBuilder()
Type | Description |
CheckConsistencyResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |