Uses of Class
com.google.bigtable.v2.ValueRange
-
Uses of ValueRange in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ValueRangeModifier and TypeMethodDescriptionValueRange.Builder.build()ValueRange.Builder.buildPartial()static ValueRangeValueRange.getDefaultInstance()ValueRange.Builder.getDefaultInstanceForType()ValueRange.getDefaultInstanceForType()RowFilter.Builder.getValueRangeFilter()Matches only cells with values that fall within the given range.RowFilter.getValueRangeFilter()Matches only cells with values that fall within the given range.RowFilterOrBuilder.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 ValueRangeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ValueRange>ValueRange.getParserForType()static com.google.protobuf.Parser<ValueRange>ValueRange.parser()Methods in com.google.bigtable.v2 with parameters of type ValueRangeModifier and TypeMethodDescriptionValueRange.Builder.mergeFrom(ValueRange other) RowFilter.Builder.mergeValueRangeFilter(ValueRange value) Matches only cells with values that fall within the given range.static ValueRange.BuilderValueRange.newBuilder(ValueRange prototype) RowFilter.Builder.setValueRangeFilter(ValueRange value) Matches only cells with values that fall within the given range.