Uses of Class
com.google.bigtable.v2.RowSet
-
Packages that use RowSet Package Description com.google.bigtable.v2 -
-
Uses of RowSet in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return RowSet Modifier and Type Method Description RowSet
RowSet.Builder. build()
RowSet
RowSet.Builder. buildPartial()
static RowSet
RowSet. getDefaultInstance()
RowSet
RowSet.Builder. getDefaultInstanceForType()
RowSet
RowSet. getDefaultInstanceForType()
RowSet
ReadRowsRequest.Builder. getRows()
The row keys and/or ranges to read sequentially.RowSet
ReadRowsRequest. getRows()
The row keys and/or ranges to read sequentially.RowSet
ReadRowsRequestOrBuilder. getRows()
The row keys and/or ranges to read sequentially.static RowSet
RowSet. parseDelimitedFrom(InputStream input)
static RowSet
RowSet. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowSet
RowSet. parseFrom(byte[] data)
static RowSet
RowSet. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowSet
RowSet. parseFrom(com.google.protobuf.ByteString data)
static RowSet
RowSet. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowSet
RowSet. parseFrom(com.google.protobuf.CodedInputStream input)
static RowSet
RowSet. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowSet
RowSet. parseFrom(InputStream input)
static RowSet
RowSet. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowSet
RowSet. parseFrom(ByteBuffer data)
static RowSet
RowSet. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type RowSet Modifier and Type Method Description com.google.protobuf.Parser<RowSet>
RowSet. getParserForType()
static com.google.protobuf.Parser<RowSet>
RowSet. parser()
Methods in com.google.bigtable.v2 with parameters of type RowSet Modifier and Type Method Description RowSet.Builder
RowSet.Builder. mergeFrom(RowSet other)
ReadRowsRequest.Builder
ReadRowsRequest.Builder. mergeRows(RowSet value)
The row keys and/or ranges to read sequentially.static RowSet.Builder
RowSet. newBuilder(RowSet prototype)
ReadRowsRequest.Builder
ReadRowsRequest.Builder. setRows(RowSet value)
The row keys and/or ranges to read sequentially.
-