public final class ColumnRange extends com.google.protobuf.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| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnRange.Builder
Specifies a contiguous range of columns within a single column family.
|
static class |
ColumnRange.EndQualifierCase |
static class |
ColumnRange.StartQualifierCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
END_QUALIFIER_CLOSED_FIELD_NUMBER |
static int |
END_QUALIFIER_OPEN_FIELD_NUMBER |
static int |
FAMILY_NAME_FIELD_NUMBER |
static int |
START_QUALIFIER_CLOSED_FIELD_NUMBER |
static int |
START_QUALIFIER_OPEN_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ColumnRange |
getDefaultInstance() |
ColumnRange |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ColumnRange.EndQualifierCase |
getEndQualifierCase() |
com.google.protobuf.ByteString |
getEndQualifierClosed()
Used when giving an inclusive upper bound for the range.
|
com.google.protobuf.ByteString |
getEndQualifierOpen()
Used when giving an exclusive upper bound for the range.
|
String |
getFamilyName()
The name of the column family within which this range falls.
|
com.google.protobuf.ByteString |
getFamilyNameBytes()
The name of the column family within which this range falls.
|
com.google.protobuf.Parser<ColumnRange> |
getParserForType() |
int |
getSerializedSize() |
ColumnRange.StartQualifierCase |
getStartQualifierCase() |
com.google.protobuf.ByteString |
getStartQualifierClosed()
Used when giving an inclusive lower bound for the range.
|
com.google.protobuf.ByteString |
getStartQualifierOpen()
Used when giving an exclusive lower bound for the range.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ColumnRange.Builder |
newBuilder() |
static ColumnRange.Builder |
newBuilder(ColumnRange prototype) |
ColumnRange.Builder |
newBuilderForType() |
protected ColumnRange.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ColumnRange |
parseDelimitedFrom(InputStream input) |
static ColumnRange |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnRange |
parseFrom(byte[] data) |
static ColumnRange |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnRange |
parseFrom(com.google.protobuf.ByteString data) |
static ColumnRange |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnRange |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ColumnRange |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnRange |
parseFrom(InputStream input) |
static ColumnRange |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ColumnRange> |
parser() |
ColumnRange.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FAMILY_NAME_FIELD_NUMBER
public static final int START_QUALIFIER_CLOSED_FIELD_NUMBER
public static final int START_QUALIFIER_OPEN_FIELD_NUMBER
public static final int END_QUALIFIER_CLOSED_FIELD_NUMBER
public static final int END_QUALIFIER_OPEN_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ColumnRange.StartQualifierCase getStartQualifierCase()
getStartQualifierCase in interface ColumnRangeOrBuilderpublic ColumnRange.EndQualifierCase getEndQualifierCase()
getEndQualifierCase in interface ColumnRangeOrBuilderpublic String getFamilyName()
The name of the column family within which this range falls.
string family_name = 1;getFamilyName in interface ColumnRangeOrBuilderpublic com.google.protobuf.ByteString getFamilyNameBytes()
The name of the column family within which this range falls.
string family_name = 1;getFamilyNameBytes in interface ColumnRangeOrBuilderpublic com.google.protobuf.ByteString getStartQualifierClosed()
Used when giving an inclusive lower bound for the range.
bytes start_qualifier_closed = 2;getStartQualifierClosed in interface ColumnRangeOrBuilderpublic com.google.protobuf.ByteString getStartQualifierOpen()
Used when giving an exclusive lower bound for the range.
bytes start_qualifier_open = 3;getStartQualifierOpen in interface ColumnRangeOrBuilderpublic com.google.protobuf.ByteString getEndQualifierClosed()
Used when giving an inclusive upper bound for the range.
bytes end_qualifier_closed = 4;getEndQualifierClosed in interface ColumnRangeOrBuilderpublic com.google.protobuf.ByteString getEndQualifierOpen()
Used when giving an exclusive upper bound for the range.
bytes end_qualifier_open = 5;getEndQualifierOpen in interface ColumnRangeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ColumnRange parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ColumnRange parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ColumnRange parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ColumnRange parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ColumnRange parseFrom(InputStream input) throws IOException
IOExceptionpublic static ColumnRange parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ColumnRange parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ColumnRange parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ColumnRange parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ColumnRange parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ColumnRange.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ColumnRange.Builder newBuilder()
public static ColumnRange.Builder newBuilder(ColumnRange prototype)
public ColumnRange.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ColumnRange.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ColumnRange getDefaultInstance()
public static com.google.protobuf.Parser<ColumnRange> parser()
public com.google.protobuf.Parser<ColumnRange> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ColumnRange getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder