Uses of Class
com.google.bigtable.v2.Row
-
Packages that use Row Package Description com.google.bigtable.v2 com.google.cloud.bigtable.data.v2.models -
-
Uses of Row in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Row Modifier and Type Method Description Row
Row.Builder. build()
Row
Row.Builder. buildPartial()
static Row
Row. getDefaultInstance()
Row
Row.Builder. getDefaultInstanceForType()
Row
Row. getDefaultInstanceForType()
Row
ReadModifyWriteRowResponse.Builder. getRow()
A Row containing the new contents of all cells modified by the request.Row
ReadModifyWriteRowResponse. getRow()
A Row containing the new contents of all cells modified by the request.Row
ReadModifyWriteRowResponseOrBuilder. getRow()
A Row containing the new contents of all cells modified by the request.static Row
Row. parseDelimitedFrom(InputStream input)
static Row
Row. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(byte[] data)
static Row
Row. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(com.google.protobuf.ByteString data)
static Row
Row. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(com.google.protobuf.CodedInputStream input)
static Row
Row. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(InputStream input)
static Row
Row. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(ByteBuffer data)
static Row
Row. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type Row Modifier and Type Method Description com.google.protobuf.Parser<Row>
Row. getParserForType()
static com.google.protobuf.Parser<Row>
Row. parser()
Methods in com.google.bigtable.v2 with parameters of type Row Modifier and Type Method Description Row.Builder
Row.Builder. mergeFrom(Row other)
ReadModifyWriteRowResponse.Builder
ReadModifyWriteRowResponse.Builder. mergeRow(Row value)
A Row containing the new contents of all cells modified by the request.static Row.Builder
Row. newBuilder(Row prototype)
ReadModifyWriteRowResponse.Builder
ReadModifyWriteRowResponse.Builder. setRow(Row value)
A Row containing the new contents of all cells modified by the request. -
Uses of Row in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models with parameters of type Row Modifier and Type Method Description Row
DefaultRowAdapter. createRowFromProto(Row row)
Helper to convert a proto Row to a model Row.
-