Package xyz.block.ftl.v1.console
Class EventsQuery.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.v1.console.EventsQuery.IDFilterOrBuilder
public final class EventsQuery.IDFilter extends GeneratedMessageV3 implements EventsQuery.IDFilterOrBuilder
Protobuf typeFilters events by ID. Either end of the ID range can be omitted to indicate no bound.xyz.block.ftl.v1.console.EventsQuery.IDFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventsQuery.IDFilter.Builder
Protobuf typeFilters events by ID. Either end of the ID range can be omitted to indicate no bound.xyz.block.ftl.v1.console.EventsQuery.IDFilter
-
Field Summary
Fields Modifier and Type Field Description public final static intLOWER_THAN_FIELD_NUMBERpublic final static intHIGHER_THAN_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasLowerThan()optional int64 lower_than = 1;longgetLowerThan()optional int64 lower_than = 1;booleanhasHigherThan()optional int64 higher_than = 2;longgetHigherThan()optional int64 higher_than = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static EventsQuery.IDFilterparseFrom(ByteBuffer data)static EventsQuery.IDFilterparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static EventsQuery.IDFilterparseFrom(ByteString data)static EventsQuery.IDFilterparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static EventsQuery.IDFilterparseFrom(Array<byte> data)static EventsQuery.IDFilterparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static EventsQuery.IDFilterparseFrom(InputStream input)static EventsQuery.IDFilterparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static EventsQuery.IDFilterparseDelimitedFrom(InputStream input)static EventsQuery.IDFilterparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static EventsQuery.IDFilterparseFrom(CodedInputStream input)static EventsQuery.IDFilterparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)EventsQuery.IDFilter.BuildernewBuilderForType()static EventsQuery.IDFilter.BuildernewBuilder()static EventsQuery.IDFilter.BuildernewBuilder(EventsQuery.IDFilter prototype)EventsQuery.IDFilter.BuildertoBuilder()static EventsQuery.IDFiltergetDefaultInstance()static Parser<EventsQuery.IDFilter>parser()Parser<EventsQuery.IDFilter>getParserForType()EventsQuery.IDFiltergetDefaultInstanceForType()-
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 EventsQuery.IDFilter parseFrom(ByteBuffer data)
-
parseFrom
static EventsQuery.IDFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static EventsQuery.IDFilter parseFrom(ByteString data)
-
parseFrom
static EventsQuery.IDFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static EventsQuery.IDFilter parseFrom(Array<byte> data)
-
parseFrom
static EventsQuery.IDFilter parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static EventsQuery.IDFilter parseFrom(InputStream input)
-
parseFrom
static EventsQuery.IDFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static EventsQuery.IDFilter parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static EventsQuery.IDFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static EventsQuery.IDFilter parseFrom(CodedInputStream input)
-
parseFrom
static EventsQuery.IDFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
EventsQuery.IDFilter.Builder newBuilderForType()
-
newBuilder
static EventsQuery.IDFilter.Builder newBuilder()
-
newBuilder
static EventsQuery.IDFilter.Builder newBuilder(EventsQuery.IDFilter prototype)
-
toBuilder
EventsQuery.IDFilter.Builder toBuilder()
-
getDefaultInstance
static EventsQuery.IDFilter getDefaultInstance()
-
parser
static Parser<EventsQuery.IDFilter> parser()
-
getParserForType
Parser<EventsQuery.IDFilter> getParserForType()
-
getDefaultInstanceForType
EventsQuery.IDFilter getDefaultInstanceForType()
-
-
-
-