Send feedback
Class ColumnRange (2.17.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
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
Static Fields
END_QUALIFIER_CLOSED_FIELD_NUMBER
public static final int END_QUALIFIER_CLOSED_FIELD_NUMBER
Field Value
END_QUALIFIER_OPEN_FIELD_NUMBER
public static final int END_QUALIFIER_OPEN_FIELD_NUMBER
Field Value
FAMILY_NAME_FIELD_NUMBER
public static final int FAMILY_NAME_FIELD_NUMBER
Field Value
START_QUALIFIER_CLOSED_FIELD_NUMBER
public static final int START_QUALIFIER_CLOSED_FIELD_NUMBER
Field Value
START_QUALIFIER_OPEN_FIELD_NUMBER
public static final int START_QUALIFIER_OPEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ColumnRange getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static ColumnRange . Builder newBuilder ()
Returns
newBuilder(ColumnRange prototype)
public static ColumnRange . Builder newBuilder ( ColumnRange prototype )
Parameter
Returns
public static ColumnRange parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ColumnRange parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ColumnRange parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ColumnRange parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ColumnRange parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ColumnRange parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ColumnRange parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ColumnRange parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ColumnRange parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ColumnRange parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ColumnRange parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ColumnRange parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<ColumnRange> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ColumnRange getDefaultInstanceForType ()
Returns
getEndQualifierCase()
public ColumnRange . EndQualifierCase getEndQualifierCase ()
Returns
getEndQualifierClosed()
public ByteString getEndQualifierClosed ()
Used when giving an inclusive upper bound for the range.
bytes end_qualifier_closed = 4;
Returns
getEndQualifierOpen()
public ByteString getEndQualifierOpen ()
Used when giving an exclusive upper bound for the range.
bytes end_qualifier_open = 5;
Returns
getFamilyName()
public String getFamilyName ()
The name of the column family within which this range falls.
string family_name = 1;
Returns
Type Description String The familyName.
getFamilyNameBytes()
public ByteString getFamilyNameBytes ()
The name of the column family within which this range falls.
string family_name = 1;
Returns
Type Description ByteString The bytes for familyName.
getParserForType()
public Parser<ColumnRange> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getStartQualifierCase()
public ColumnRange . StartQualifierCase getStartQualifierCase ()
Returns
getStartQualifierClosed()
public ByteString getStartQualifierClosed ()
Used when giving an inclusive lower bound for the range.
bytes start_qualifier_closed = 2;
Returns
Type Description ByteString The startQualifierClosed.
getStartQualifierOpen()
public ByteString getStartQualifierOpen ()
Used when giving an exclusive lower bound for the range.
bytes start_qualifier_open = 3;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasEndQualifierClosed()
public boolean hasEndQualifierClosed ()
Used when giving an inclusive upper bound for the range.
bytes end_qualifier_closed = 4;
Returns
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;
Returns
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;
Returns
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;
Returns
Type Description boolean Whether the startQualifierOpen field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public ColumnRange . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ColumnRange . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public ColumnRange . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]