Package xyz.block.ftl.timeline.v1
Class TimelineQuery.EventTypeFilter
-
- 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.EventTypeFilterOrBuilder
public final class TimelineQuery.EventTypeFilter extends GeneratedMessageV3 implements TimelineQuery.EventTypeFilterOrBuilder
Protobuf typeFilters events by event type.xyz.block.ftl.timeline.v1.TimelineQuery.EventTypeFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTimelineQuery.EventTypeFilter.Builder
Protobuf typeFilters events by event type.xyz.block.ftl.timeline.v1.TimelineQuery.EventTypeFilter
-
Field Summary
Fields Modifier and Type Field Description public final static intEVENT_TYPES_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()
-
getEventTypesList
List<EventType> getEventTypesList()
repeated .xyz.block.ftl.timeline.v1.EventType event_types = 1;- Returns:
A list containing the eventTypes.
-
getEventTypesCount
int getEventTypesCount()
repeated .xyz.block.ftl.timeline.v1.EventType event_types = 1;- Returns:
The count of eventTypes.
-
getEventTypes
EventType getEventTypes(int index)
repeated .xyz.block.ftl.timeline.v1.EventType event_types = 1;- Parameters:
index- The index of the element to return.- Returns:
The eventTypes at the given index.
-
getEventTypesValueList
List<Integer> getEventTypesValueList()
repeated .xyz.block.ftl.timeline.v1.EventType event_types = 1;- Returns:
A list containing the enum numeric values on the wire for eventTypes.
-
getEventTypesValue
int getEventTypesValue(int index)
repeated .xyz.block.ftl.timeline.v1.EventType event_types = 1;- Parameters:
index- The index of the value to return.- Returns:
The enum numeric value on the wire of eventTypes at the given index.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static TimelineQuery.EventTypeFilter parseFrom(ByteBuffer data)
-
parseFrom
static TimelineQuery.EventTypeFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TimelineQuery.EventTypeFilter parseFrom(ByteString data)
-
parseFrom
static TimelineQuery.EventTypeFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TimelineQuery.EventTypeFilter parseFrom(Array<byte> data)
-
parseFrom
static TimelineQuery.EventTypeFilter parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TimelineQuery.EventTypeFilter parseFrom(InputStream input)
-
parseFrom
static TimelineQuery.EventTypeFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static TimelineQuery.EventTypeFilter parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static TimelineQuery.EventTypeFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TimelineQuery.EventTypeFilter parseFrom(CodedInputStream input)
-
parseFrom
static TimelineQuery.EventTypeFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
TimelineQuery.EventTypeFilter.Builder newBuilderForType()
-
newBuilder
static TimelineQuery.EventTypeFilter.Builder newBuilder()
-
newBuilder
static TimelineQuery.EventTypeFilter.Builder newBuilder(TimelineQuery.EventTypeFilter prototype)
-
toBuilder
TimelineQuery.EventTypeFilter.Builder toBuilder()
-
getDefaultInstance
static TimelineQuery.EventTypeFilter getDefaultInstance()
-
parser
static Parser<TimelineQuery.EventTypeFilter> parser()
-
getParserForType
Parser<TimelineQuery.EventTypeFilter> getParserForType()
-
getDefaultInstanceForType
TimelineQuery.EventTypeFilter getDefaultInstanceForType()
-
-
-
-