Uses of Class
com.google.bigtable.v2.Mutation.SetCell
-
Packages that use Mutation.SetCell Package Description com.google.bigtable.v2 -
-
Uses of Mutation.SetCell in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Mutation.SetCell Modifier and Type Method Description Mutation.SetCellMutation.SetCell.Builder. build()Mutation.SetCellMutation.SetCell.Builder. buildPartial()static Mutation.SetCellMutation.SetCell. getDefaultInstance()Mutation.SetCellMutation.SetCell.Builder. getDefaultInstanceForType()Mutation.SetCellMutation.SetCell. getDefaultInstanceForType()Mutation.SetCellMutation.Builder. getSetCell()Set a cell's value.Mutation.SetCellMutation. getSetCell()Set a cell's value.Mutation.SetCellMutationOrBuilder. getSetCell()Set a cell's value.static Mutation.SetCellMutation.SetCell. parseDelimitedFrom(InputStream input)static Mutation.SetCellMutation.SetCell. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mutation.SetCellMutation.SetCell. parseFrom(byte[] data)static Mutation.SetCellMutation.SetCell. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mutation.SetCellMutation.SetCell. parseFrom(com.google.protobuf.ByteString data)static Mutation.SetCellMutation.SetCell. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mutation.SetCellMutation.SetCell. parseFrom(com.google.protobuf.CodedInputStream input)static Mutation.SetCellMutation.SetCell. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mutation.SetCellMutation.SetCell. parseFrom(InputStream input)static Mutation.SetCellMutation.SetCell. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mutation.SetCellMutation.SetCell. parseFrom(ByteBuffer data)static Mutation.SetCellMutation.SetCell. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.v2 that return types with arguments of type Mutation.SetCell Modifier and Type Method Description com.google.protobuf.Parser<Mutation.SetCell>Mutation.SetCell. getParserForType()static com.google.protobuf.Parser<Mutation.SetCell>Mutation.SetCell. parser()Methods in com.google.bigtable.v2 with parameters of type Mutation.SetCell Modifier and Type Method Description Mutation.SetCell.BuilderMutation.SetCell.Builder. mergeFrom(Mutation.SetCell other)Mutation.BuilderMutation.Builder. mergeSetCell(Mutation.SetCell value)Set a cell's value.static Mutation.SetCell.BuilderMutation.SetCell. newBuilder(Mutation.SetCell prototype)Mutation.BuilderMutation.Builder. setSetCell(Mutation.SetCell value)Set a cell's value.
-