public static final class TimestampRange.Builder extends GeneratedMessageV3.Builder<TimestampRange.Builder> implements TimestampRangeOrBuilder
Specified a contiguous range of microsecond timestamps.
Protobuf type google.bigtable.v2.TimestampRange
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TimestampRange.BuilderImplements
TimestampRangeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TimestampRange.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TimestampRange.Builder |
build()
public TimestampRange build()
Type | Description |
TimestampRange |
buildPartial()
public TimestampRange buildPartial()
Type | Description |
TimestampRange |
clear()
public TimestampRange.Builder clear()
Type | Description |
TimestampRange.Builder |
clearEndTimestampMicros()
public TimestampRange.Builder clearEndTimestampMicros()
Exclusive upper bound. If left empty, interpreted as infinity.
int64 end_timestamp_micros = 2;
Type | Description |
TimestampRange.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TimestampRange.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TimestampRange.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TimestampRange.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
TimestampRange.Builder |
clearStartTimestampMicros()
public TimestampRange.Builder clearStartTimestampMicros()
Inclusive lower bound. If left empty, interpreted as 0.
int64 start_timestamp_micros = 1;
Type | Description |
TimestampRange.Builder | This builder for chaining. |
clone()
public TimestampRange.Builder clone()
Type | Description |
TimestampRange.Builder |
getDefaultInstanceForType()
public TimestampRange getDefaultInstanceForType()
Type | Description |
TimestampRange |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEndTimestampMicros()
public long getEndTimestampMicros()
Exclusive upper bound. If left empty, interpreted as infinity.
int64 end_timestamp_micros = 2;
Type | Description |
long | The endTimestampMicros. |
getStartTimestampMicros()
public long getStartTimestampMicros()
Inclusive lower bound. If left empty, interpreted as 0.
int64 start_timestamp_micros = 1;
Type | Description |
long | The startTimestampMicros. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(TimestampRange other)
public TimestampRange.Builder mergeFrom(TimestampRange other)
Name | Description |
other | TimestampRange |
Type | Description |
TimestampRange.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TimestampRange.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimestampRange.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TimestampRange.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TimestampRange.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TimestampRange.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TimestampRange.Builder |
setEndTimestampMicros(long value)
public TimestampRange.Builder setEndTimestampMicros(long value)
Exclusive upper bound. If left empty, interpreted as infinity.
int64 end_timestamp_micros = 2;
Name | Description |
value | long The endTimestampMicros to set. |
Type | Description |
TimestampRange.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TimestampRange.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TimestampRange.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TimestampRange.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
TimestampRange.Builder |
setStartTimestampMicros(long value)
public TimestampRange.Builder setStartTimestampMicros(long value)
Inclusive lower bound. If left empty, interpreted as 0.
int64 start_timestamp_micros = 1;
Name | Description |
value | long The startTimestampMicros to set. |
Type | Description |
TimestampRange.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final TimestampRange.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TimestampRange.Builder |