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.SetCell
Mutation.SetCell.Builder. build()
Mutation.SetCell
Mutation.SetCell.Builder. buildPartial()
static Mutation.SetCell
Mutation.SetCell. getDefaultInstance()
Mutation.SetCell
Mutation.SetCell.Builder. getDefaultInstanceForType()
Mutation.SetCell
Mutation.SetCell. getDefaultInstanceForType()
Mutation.SetCell
Mutation.Builder. getSetCell()
Set a cell's value.Mutation.SetCell
Mutation. getSetCell()
Set a cell's value.Mutation.SetCell
MutationOrBuilder. getSetCell()
Set a cell's value.static Mutation.SetCell
Mutation.SetCell. parseDelimitedFrom(InputStream input)
static Mutation.SetCell
Mutation.SetCell. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation.SetCell
Mutation.SetCell. parseFrom(byte[] data)
static Mutation.SetCell
Mutation.SetCell. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation.SetCell
Mutation.SetCell. parseFrom(com.google.protobuf.ByteString data)
static Mutation.SetCell
Mutation.SetCell. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation.SetCell
Mutation.SetCell. parseFrom(com.google.protobuf.CodedInputStream input)
static Mutation.SetCell
Mutation.SetCell. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation.SetCell
Mutation.SetCell. parseFrom(InputStream input)
static Mutation.SetCell
Mutation.SetCell. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation.SetCell
Mutation.SetCell. parseFrom(ByteBuffer data)
static Mutation.SetCell
Mutation.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.Builder
Mutation.SetCell.Builder. mergeFrom(Mutation.SetCell other)
Mutation.Builder
Mutation.Builder. mergeSetCell(Mutation.SetCell value)
Set a cell's value.static Mutation.SetCell.Builder
Mutation.SetCell. newBuilder(Mutation.SetCell prototype)
Mutation.Builder
Mutation.Builder. setSetCell(Mutation.SetCell value)
Set a cell's value.
-