Package xyz.block.ftl.timeline.v1
Class TimelineQuery.IDFilter
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.timeline.v1.TimelineQuery.IDFilterOrBuilder
public final class TimelineQuery.IDFilter extends GeneratedMessageV3 implements TimelineQuery.IDFilterOrBuilder
Protobuf typeFilters events by ID. Either end of the ID range can be omitted to indicate no bound.xyz.block.ftl.timeline.v1.TimelineQuery.IDFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTimelineQuery.IDFilter.Builder
Protobuf typeFilters events by ID. Either end of the ID range can be omitted to indicate no bound.xyz.block.ftl.timeline.v1.TimelineQuery.IDFilter
-
Field Summary
Fields Modifier and Type Field Description public final static intLOWER_THAN_FIELD_NUMBERpublic final static intHIGHER_THAN_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
hasLowerThan
boolean hasLowerThan()
optional int64 lower_than = 1;- Returns:
Whether the lowerThan field is set.
-
getLowerThan
long getLowerThan()
optional int64 lower_than = 1;- Returns:
The lowerThan.
-
hasHigherThan
boolean hasHigherThan()
optional int64 higher_than = 2;- Returns:
Whether the higherThan field is set.
-
getHigherThan
long getHigherThan()
optional int64 higher_than = 2;- Returns:
The higherThan.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static TimelineQuery.IDFilter parseFrom(ByteBuffer data)
-
parseFrom
static TimelineQuery.IDFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TimelineQuery.IDFilter parseFrom(ByteString data)
-
parseFrom
static TimelineQuery.IDFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TimelineQuery.IDFilter parseFrom(Array<byte> data)
-
parseFrom
static TimelineQuery.IDFilter parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TimelineQuery.IDFilter parseFrom(InputStream input)
-
parseFrom
static TimelineQuery.IDFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static TimelineQuery.IDFilter parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static TimelineQuery.IDFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TimelineQuery.IDFilter parseFrom(CodedInputStream input)
-
parseFrom
static TimelineQuery.IDFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
TimelineQuery.IDFilter.Builder newBuilderForType()
-
newBuilder
static TimelineQuery.IDFilter.Builder newBuilder()
-
newBuilder
static TimelineQuery.IDFilter.Builder newBuilder(TimelineQuery.IDFilter prototype)
-
toBuilder
TimelineQuery.IDFilter.Builder toBuilder()
-
getDefaultInstance
static TimelineQuery.IDFilter getDefaultInstance()
-
parser
static Parser<TimelineQuery.IDFilter> parser()
-
getParserForType
Parser<TimelineQuery.IDFilter> getParserForType()
-
getDefaultInstanceForType
TimelineQuery.IDFilter getDefaultInstanceForType()
-
-
-
-