Uses of Class
com.google.bigtable.v2.TimestampRange
-
Uses of TimestampRange in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return TimestampRangeModifier and TypeMethodDescriptionTimestampRange.Builder.build()TimestampRange.Builder.buildPartial()static TimestampRangeTimestampRange.getDefaultInstance()TimestampRange.Builder.getDefaultInstanceForType()TimestampRange.getDefaultInstanceForType()Mutation.DeleteFromColumn.Builder.getTimeRange()The range of timestamps within which cells should be deleted.Mutation.DeleteFromColumn.getTimeRange()The range of timestamps within which cells should be deleted.Mutation.DeleteFromColumnOrBuilder.getTimeRange()The range of timestamps within which cells should be deleted.RowFilter.Builder.getTimestampRangeFilter()Matches only cells with timestamps within the given range.RowFilter.getTimestampRangeFilter()Matches only cells with timestamps within the given range.RowFilterOrBuilder.getTimestampRangeFilter()Matches only cells with timestamps within the given range.static TimestampRangeTimestampRange.parseDelimitedFrom(InputStream input) static TimestampRangeTimestampRange.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimestampRangeTimestampRange.parseFrom(byte[] data) static TimestampRangeTimestampRange.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimestampRangeTimestampRange.parseFrom(com.google.protobuf.ByteString data) static TimestampRangeTimestampRange.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimestampRangeTimestampRange.parseFrom(com.google.protobuf.CodedInputStream input) static TimestampRangeTimestampRange.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimestampRangeTimestampRange.parseFrom(InputStream input) static TimestampRangeTimestampRange.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimestampRangeTimestampRange.parseFrom(ByteBuffer data) static TimestampRangeTimestampRange.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type TimestampRangeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TimestampRange>TimestampRange.getParserForType()static com.google.protobuf.Parser<TimestampRange>TimestampRange.parser()Methods in com.google.bigtable.v2 with parameters of type TimestampRangeModifier and TypeMethodDescriptionTimestampRange.Builder.mergeFrom(TimestampRange other) Mutation.DeleteFromColumn.Builder.mergeTimeRange(TimestampRange value) The range of timestamps within which cells should be deleted.RowFilter.Builder.mergeTimestampRangeFilter(TimestampRange value) Matches only cells with timestamps within the given range.static TimestampRange.BuilderTimestampRange.newBuilder(TimestampRange prototype) Mutation.DeleteFromColumn.Builder.setTimeRange(TimestampRange value) The range of timestamps within which cells should be deleted.RowFilter.Builder.setTimestampRangeFilter(TimestampRange value) Matches only cells with timestamps within the given range.