Uses of Class
com.google.bigtable.v2.Mutation.AddToCell
-
Uses of Mutation.AddToCell in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Mutation.AddToCellModifier and TypeMethodDescriptionMutation.AddToCell.Builder.build()Mutation.AddToCell.Builder.buildPartial()Mutation.Builder.getAddToCell()Incrementally updates an `Aggregate` cell.Mutation.getAddToCell()Incrementally updates an `Aggregate` cell.MutationOrBuilder.getAddToCell()Incrementally updates an `Aggregate` cell.static Mutation.AddToCellMutation.AddToCell.getDefaultInstance()Mutation.AddToCell.Builder.getDefaultInstanceForType()Mutation.AddToCell.getDefaultInstanceForType()static Mutation.AddToCellMutation.AddToCell.parseDelimitedFrom(InputStream input) static Mutation.AddToCellMutation.AddToCell.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mutation.AddToCellMutation.AddToCell.parseFrom(byte[] data) static Mutation.AddToCellMutation.AddToCell.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mutation.AddToCellMutation.AddToCell.parseFrom(com.google.protobuf.ByteString data) static Mutation.AddToCellMutation.AddToCell.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mutation.AddToCellMutation.AddToCell.parseFrom(com.google.protobuf.CodedInputStream input) static Mutation.AddToCellMutation.AddToCell.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mutation.AddToCellMutation.AddToCell.parseFrom(InputStream input) static Mutation.AddToCellMutation.AddToCell.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mutation.AddToCellMutation.AddToCell.parseFrom(ByteBuffer data) static Mutation.AddToCellMutation.AddToCell.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type Mutation.AddToCellModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Mutation.AddToCell>Mutation.AddToCell.getParserForType()static com.google.protobuf.Parser<Mutation.AddToCell>Mutation.AddToCell.parser()Methods in com.google.bigtable.v2 with parameters of type Mutation.AddToCellModifier and TypeMethodDescriptionMutation.Builder.mergeAddToCell(Mutation.AddToCell value) Incrementally updates an `Aggregate` cell.Mutation.AddToCell.Builder.mergeFrom(Mutation.AddToCell other) static Mutation.AddToCell.BuilderMutation.AddToCell.newBuilder(Mutation.AddToCell prototype) Mutation.Builder.setAddToCell(Mutation.AddToCell value) Incrementally updates an `Aggregate` cell.