public final class TimestampRange extends GeneratedMessageV3 implements TimestampRangeOrBuilder
Specified a contiguous range of microsecond timestamps.
Protobuf type google.bigtable.v2.TimestampRange
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TimestampRangeImplements
TimestampRangeOrBuilderStatic Fields
END_TIMESTAMP_MICROS_FIELD_NUMBER
public static final int END_TIMESTAMP_MICROS_FIELD_NUMBER
Type | Description |
int |
START_TIMESTAMP_MICROS_FIELD_NUMBER
public static final int START_TIMESTAMP_MICROS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static TimestampRange getDefaultInstance()
Type | Description |
TimestampRange |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static TimestampRange.Builder newBuilder()
Type | Description |
TimestampRange.Builder |
newBuilder(TimestampRange prototype)
public static TimestampRange.Builder newBuilder(TimestampRange prototype)
Name | Description |
prototype | TimestampRange |
Type | Description |
TimestampRange.Builder |
parseDelimitedFrom(InputStream input)
public static TimestampRange parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TimestampRange |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimestampRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimestampRange |
Type | Description |
IOException |
parseFrom(byte[] data)
public static TimestampRange parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
TimestampRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TimestampRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimestampRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static TimestampRange parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
TimestampRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TimestampRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimestampRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static TimestampRange parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
TimestampRange |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TimestampRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimestampRange |
Type | Description |
IOException |
parseFrom(InputStream input)
public static TimestampRange parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TimestampRange |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimestampRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimestampRange |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static TimestampRange parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
TimestampRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TimestampRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimestampRange |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<TimestampRange> parser()
Type | Description |
Parser<TimestampRange> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public TimestampRange getDefaultInstanceForType()
Type | Description |
TimestampRange |
getEndTimestampMicros()
public long getEndTimestampMicros()
Exclusive upper bound. If left empty, interpreted as infinity.
int64 end_timestamp_micros = 2;
Type | Description |
long | The endTimestampMicros. |
getParserForType()
public Parser<TimestampRange> getParserForType()
Type | Description |
Parser<TimestampRange> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStartTimestampMicros()
public long getStartTimestampMicros()
Inclusive lower bound. If left empty, interpreted as 0.
int64 start_timestamp_micros = 1;
Type | Description |
long | The startTimestampMicros. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public TimestampRange.Builder newBuilderForType()
Type | Description |
TimestampRange.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TimestampRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
TimestampRange.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public TimestampRange.Builder toBuilder()
Type | Description |
TimestampRange.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |