Uses of Class
com.google.cloud.bigtable.data.v2.models.Value
Packages that use Value
-
Uses of Value in com.google.cloud.bigtable.data.v2.models
Subclasses of Value in com.google.cloud.bigtable.data.v2.modelsModifier and TypeClassDescriptionstatic classstatic classstatic classMethods in com.google.cloud.bigtable.data.v2.models that return ValueModifier and TypeMethodDescriptionstatic Valueabstract ValueAddToCell.getInput()abstract ValueAddToCell.getQualifier()abstract ValueAddToCell.getTimestamp()static ValueValue.intValue(long value) Creates an int64 value.static ValueValue.rawTimestamp(long timestamp) Creates a "raw" timestamp value that simply passes through "timestamp" as a long.static ValueValue.rawValue(com.google.protobuf.ByteString value) Creates a "raw" value that simply passes through "value" as raw byres.Methods in com.google.cloud.bigtable.data.v2.models with parameters of type Value