Uses of Class
com.google.bigtable.v2.ColumnRange
-
Packages that use ColumnRange Package Description com.google.bigtable.v2 -
-
Uses of ColumnRange in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ColumnRange Modifier and Type Method Description ColumnRange
ColumnRange.Builder. build()
ColumnRange
ColumnRange.Builder. buildPartial()
ColumnRange
RowFilter.Builder. getColumnRangeFilter()
Matches only cells from columns within the given range.ColumnRange
RowFilter. getColumnRangeFilter()
Matches only cells from columns within the given range.ColumnRange
RowFilterOrBuilder. getColumnRangeFilter()
Matches only cells from columns within the given range.static ColumnRange
ColumnRange. getDefaultInstance()
ColumnRange
ColumnRange.Builder. getDefaultInstanceForType()
ColumnRange
ColumnRange. getDefaultInstanceForType()
static ColumnRange
ColumnRange. parseDelimitedFrom(InputStream input)
static ColumnRange
ColumnRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColumnRange
ColumnRange. parseFrom(byte[] data)
static ColumnRange
ColumnRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColumnRange
ColumnRange. parseFrom(com.google.protobuf.ByteString data)
static ColumnRange
ColumnRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColumnRange
ColumnRange. parseFrom(com.google.protobuf.CodedInputStream input)
static ColumnRange
ColumnRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColumnRange
ColumnRange. parseFrom(InputStream input)
static ColumnRange
ColumnRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColumnRange
ColumnRange. parseFrom(ByteBuffer data)
static ColumnRange
ColumnRange. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type ColumnRange Modifier and Type Method Description com.google.protobuf.Parser<ColumnRange>
ColumnRange. getParserForType()
static com.google.protobuf.Parser<ColumnRange>
ColumnRange. parser()
Methods in com.google.bigtable.v2 with parameters of type ColumnRange Modifier and Type Method Description RowFilter.Builder
RowFilter.Builder. mergeColumnRangeFilter(ColumnRange value)
Matches only cells from columns within the given range.ColumnRange.Builder
ColumnRange.Builder. mergeFrom(ColumnRange other)
static ColumnRange.Builder
ColumnRange. newBuilder(ColumnRange prototype)
RowFilter.Builder
RowFilter.Builder. setColumnRangeFilter(ColumnRange value)
Matches only cells from columns within the given range.
-