public final class ColumnRange extends GeneratedMessageV3 implements ColumnRangeOrBuilder
Specifies a contiguous range of columns within a single column family. The range spans from <column_family>:<start_qualifier> to <column_family>:<end_qualifier>, where both bounds can be either inclusive or exclusive.
Protobuf type google.bigtable.v2.ColumnRange
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ColumnRangeImplements
ColumnRangeOrBuilderStatic Fields
END_QUALIFIER_CLOSED_FIELD_NUMBER
public static final int END_QUALIFIER_CLOSED_FIELD_NUMBER
Type | Description |
int |
END_QUALIFIER_OPEN_FIELD_NUMBER
public static final int END_QUALIFIER_OPEN_FIELD_NUMBER
Type | Description |
int |
FAMILY_NAME_FIELD_NUMBER
public static final int FAMILY_NAME_FIELD_NUMBER
Type | Description |
int |
START_QUALIFIER_CLOSED_FIELD_NUMBER
public static final int START_QUALIFIER_CLOSED_FIELD_NUMBER
Type | Description |
int |
START_QUALIFIER_OPEN_FIELD_NUMBER
public static final int START_QUALIFIER_OPEN_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ColumnRange getDefaultInstance()
Type | Description |
ColumnRange |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ColumnRange.Builder newBuilder()
Type | Description |
ColumnRange.Builder |
newBuilder(ColumnRange prototype)
public static ColumnRange.Builder newBuilder(ColumnRange prototype)
Name | Description |
prototype | ColumnRange |
Type | Description |
ColumnRange.Builder |
parseDelimitedFrom(InputStream input)
public static ColumnRange parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ColumnRange |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ColumnRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnRange |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ColumnRange parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ColumnRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ColumnRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ColumnRange parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ColumnRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ColumnRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ColumnRange parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ColumnRange |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ColumnRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnRange |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ColumnRange parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ColumnRange |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ColumnRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnRange |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ColumnRange parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ColumnRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ColumnRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnRange |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ColumnRange> parser()
Type | Description |
Parser<ColumnRange> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ColumnRange getDefaultInstanceForType()
Type | Description |
ColumnRange |
getEndQualifierCase()
public ColumnRange.EndQualifierCase getEndQualifierCase()
Type | Description |
ColumnRange.EndQualifierCase |
getEndQualifierClosed()
public ByteString getEndQualifierClosed()
Used when giving an inclusive upper bound for the range.
bytes end_qualifier_closed = 4;
Type | Description |
ByteString | The endQualifierClosed. |
getEndQualifierOpen()
public ByteString getEndQualifierOpen()
Used when giving an exclusive upper bound for the range.
bytes end_qualifier_open = 5;
Type | Description |
ByteString | The endQualifierOpen. |
getFamilyName()
public String getFamilyName()
The name of the column family within which this range falls.
string family_name = 1;
Type | Description |
String | The familyName. |
getFamilyNameBytes()
public ByteString getFamilyNameBytes()
The name of the column family within which this range falls.
string family_name = 1;
Type | Description |
ByteString | The bytes for familyName. |
getParserForType()
public Parser<ColumnRange> getParserForType()
Type | Description |
Parser<ColumnRange> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStartQualifierCase()
public ColumnRange.StartQualifierCase getStartQualifierCase()
Type | Description |
ColumnRange.StartQualifierCase |
getStartQualifierClosed()
public ByteString getStartQualifierClosed()
Used when giving an inclusive lower bound for the range.
bytes start_qualifier_closed = 2;
Type | Description |
ByteString | The startQualifierClosed. |
getStartQualifierOpen()
public ByteString getStartQualifierOpen()
Used when giving an exclusive lower bound for the range.
bytes start_qualifier_open = 3;
Type | Description |
ByteString | The startQualifierOpen. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasEndQualifierClosed()
public boolean hasEndQualifierClosed()
Used when giving an inclusive upper bound for the range.
bytes end_qualifier_closed = 4;
Type | Description |
boolean | Whether the endQualifierClosed field is set. |
hasEndQualifierOpen()
public boolean hasEndQualifierOpen()
Used when giving an exclusive upper bound for the range.
bytes end_qualifier_open = 5;
Type | Description |
boolean | Whether the endQualifierOpen field is set. |
hasStartQualifierClosed()
public boolean hasStartQualifierClosed()
Used when giving an inclusive lower bound for the range.
bytes start_qualifier_closed = 2;
Type | Description |
boolean | Whether the startQualifierClosed field is set. |
hasStartQualifierOpen()
public boolean hasStartQualifierOpen()
Used when giving an exclusive lower bound for the range.
bytes start_qualifier_open = 3;
Type | Description |
boolean | Whether the startQualifierOpen field is set. |
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 ColumnRange.Builder newBuilderForType()
Type | Description |
ColumnRange.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ColumnRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ColumnRange.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ColumnRange.Builder toBuilder()
Type | Description |
ColumnRange.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |