Uses of Class
com.google.bigtable.v2.Mutation.SetCell
-
Uses of Mutation.SetCell in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Mutation.SetCellModifier and TypeMethodDescriptionMutation.SetCell.Builder.build()Mutation.SetCell.Builder.buildPartial()static Mutation.SetCellMutation.SetCell.getDefaultInstance()Mutation.SetCell.Builder.getDefaultInstanceForType()Mutation.SetCell.getDefaultInstanceForType()Mutation.Builder.getSetCell()Set a cell's value.Mutation.getSetCell()Set a cell's value.MutationOrBuilder.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.SetCellModifier and TypeMethodDescriptioncom.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.SetCellModifier and TypeMethodDescriptionMutation.SetCell.Builder.mergeFrom(Mutation.SetCell other) Mutation.Builder.mergeSetCell(Mutation.SetCell value) Set a cell's value.static Mutation.SetCell.BuilderMutation.SetCell.newBuilder(Mutation.SetCell prototype) Mutation.Builder.setSetCell(Mutation.SetCell value) Set a cell's value.