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 RowRow.Builder. build()RowRow.Builder. buildPartial()static RowRow. getDefaultInstance()RowRow.Builder. getDefaultInstanceForType()RowRow. getDefaultInstanceForType()RowReadModifyWriteRowResponse.Builder. getRow()A Row containing the new contents of all cells modified by the request.RowReadModifyWriteRowResponse. getRow()A Row containing the new contents of all cells modified by the request.RowReadModifyWriteRowResponseOrBuilder. getRow()A Row containing the new contents of all cells modified by the request.static RowRow. parseDelimitedFrom(InputStream input)static RowRow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRow. parseFrom(byte[] data)static RowRow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRow. parseFrom(com.google.protobuf.ByteString data)static RowRow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRow. parseFrom(com.google.protobuf.CodedInputStream input)static RowRow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRow. parseFrom(InputStream input)static RowRow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRow. parseFrom(ByteBuffer data)static RowRow. 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.BuilderRow.Builder. mergeFrom(Row other)ReadModifyWriteRowResponse.BuilderReadModifyWriteRowResponse.Builder. mergeRow(Row value)A Row containing the new contents of all cells modified by the request.static Row.BuilderRow. newBuilder(Row prototype)ReadModifyWriteRowResponse.BuilderReadModifyWriteRowResponse.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 RowDefaultRowAdapter. createRowFromProto(Row row)Helper to convert a proto Row to a model Row.
-