Uses of Class
com.google.bigtable.v2.TimestampRange.Builder
-
Uses of TimestampRange.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return TimestampRange.BuilderModifier and TypeMethodDescriptionTimestampRange.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TimestampRange.Builder.clear()TimestampRange.Builder.clearEndTimestampMicros()Exclusive upper bound.TimestampRange.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TimestampRange.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TimestampRange.Builder.clearStartTimestampMicros()Inclusive lower bound.TimestampRange.Builder.clone()Mutation.DeleteFromColumn.Builder.getTimeRangeBuilder()The range of timestamps within which cells should be deleted.RowFilter.Builder.getTimestampRangeFilterBuilder()Matches only cells with timestamps within the given range.TimestampRange.Builder.mergeFrom(TimestampRange other) TimestampRange.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimestampRange.Builder.mergeFrom(com.google.protobuf.Message other) final TimestampRange.BuilderTimestampRange.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TimestampRange.BuilderTimestampRange.newBuilder()static TimestampRange.BuilderTimestampRange.newBuilder(TimestampRange prototype) TimestampRange.newBuilderForType()protected TimestampRange.BuilderTimestampRange.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TimestampRange.Builder.setEndTimestampMicros(long value) Exclusive upper bound.TimestampRange.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TimestampRange.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TimestampRange.Builder.setStartTimestampMicros(long value) Inclusive lower bound.final TimestampRange.BuilderTimestampRange.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TimestampRange.toBuilder()Methods in com.google.bigtable.v2 with parameters of type TimestampRange.BuilderModifier and TypeMethodDescriptionMutation.DeleteFromColumn.Builder.setTimeRange(TimestampRange.Builder builderForValue) The range of timestamps within which cells should be deleted.RowFilter.Builder.setTimestampRangeFilter(TimestampRange.Builder builderForValue) Matches only cells with timestamps within the given range.