Uses of Class
com.google.bigtable.v2.ValueRange
-
Packages that use ValueRange Package Description com.google.bigtable.v2 -
-
Uses of ValueRange in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ValueRange Modifier and Type Method Description ValueRangeValueRange.Builder. build()ValueRangeValueRange.Builder. buildPartial()static ValueRangeValueRange. getDefaultInstance()ValueRangeValueRange.Builder. getDefaultInstanceForType()ValueRangeValueRange. getDefaultInstanceForType()ValueRangeRowFilter.Builder. getValueRangeFilter()Matches only cells with values that fall within the given range.ValueRangeRowFilter. getValueRangeFilter()Matches only cells with values that fall within the given range.ValueRangeRowFilterOrBuilder. getValueRangeFilter()Matches only cells with values that fall within the given range.static ValueRangeValueRange. parseDelimitedFrom(InputStream input)static ValueRangeValueRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueRangeValueRange. parseFrom(byte[] data)static ValueRangeValueRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueRangeValueRange. parseFrom(com.google.protobuf.ByteString data)static ValueRangeValueRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueRangeValueRange. parseFrom(com.google.protobuf.CodedInputStream input)static ValueRangeValueRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueRangeValueRange. parseFrom(InputStream input)static ValueRangeValueRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueRangeValueRange. parseFrom(ByteBuffer data)static ValueRangeValueRange. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.v2 that return types with arguments of type ValueRange Modifier and Type Method Description com.google.protobuf.Parser<ValueRange>ValueRange. getParserForType()static com.google.protobuf.Parser<ValueRange>ValueRange. parser()Methods in com.google.bigtable.v2 with parameters of type ValueRange Modifier and Type Method Description ValueRange.BuilderValueRange.Builder. mergeFrom(ValueRange other)RowFilter.BuilderRowFilter.Builder. mergeValueRangeFilter(ValueRange value)Matches only cells with values that fall within the given range.static ValueRange.BuilderValueRange. newBuilder(ValueRange prototype)RowFilter.BuilderRowFilter.Builder. setValueRangeFilter(ValueRange value)Matches only cells with values that fall within the given range.
-