Package xyz.block.ftl.timeline.v1
Class GetTimelineResponse
-
- 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.GetTimelineResponseOrBuilder
public final class GetTimelineResponse extends GeneratedMessageV3 implements GetTimelineResponseOrBuilder
Protobuf type
xyz.block.ftl.timeline.v1.GetTimelineResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGetTimelineResponse.BuilderProtobuf type
xyz.block.ftl.timeline.v1.GetTimelineResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intEVENTS_FIELD_NUMBERpublic final static intCURSOR_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()List<Event>getEventsList()repeated .xyz.block.ftl.timeline.v1.Event events = 1;List<out EventOrBuilder>getEventsOrBuilderList()repeated .xyz.block.ftl.timeline.v1.Event events = 1;intgetEventsCount()repeated .xyz.block.ftl.timeline.v1.Event events = 1;EventgetEvents(int index)repeated .xyz.block.ftl.timeline.v1.Event events = 1;EventOrBuildergetEventsOrBuilder(int index)repeated .xyz.block.ftl.timeline.v1.Event events = 1;booleanhasCursor()For pagination, this cursor is where we should start our next queryoptional int64 cursor = 2;longgetCursor()For pagination, this cursor is where we should start our next queryoptional int64 cursor = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static GetTimelineResponseparseFrom(ByteBuffer data)static GetTimelineResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static GetTimelineResponseparseFrom(ByteString data)static GetTimelineResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetTimelineResponseparseFrom(Array<byte> data)static GetTimelineResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static GetTimelineResponseparseFrom(InputStream input)static GetTimelineResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetTimelineResponseparseDelimitedFrom(InputStream input)static GetTimelineResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetTimelineResponseparseFrom(CodedInputStream input)static GetTimelineResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)GetTimelineResponse.BuildernewBuilderForType()static GetTimelineResponse.BuildernewBuilder()static GetTimelineResponse.BuildernewBuilder(GetTimelineResponse prototype)GetTimelineResponse.BuildertoBuilder()static GetTimelineResponsegetDefaultInstance()static Parser<GetTimelineResponse>parser()Parser<GetTimelineResponse>getParserForType()GetTimelineResponsegetDefaultInstanceForType()-
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()
-
getEventsList
List<Event> getEventsList()
repeated .xyz.block.ftl.timeline.v1.Event events = 1;
-
getEventsOrBuilderList
List<out EventOrBuilder> getEventsOrBuilderList()
repeated .xyz.block.ftl.timeline.v1.Event events = 1;
-
getEventsCount
int getEventsCount()
repeated .xyz.block.ftl.timeline.v1.Event events = 1;
-
getEventsOrBuilder
EventOrBuilder getEventsOrBuilder(int index)
repeated .xyz.block.ftl.timeline.v1.Event events = 1;
-
hasCursor
boolean hasCursor()
For pagination, this cursor is where we should start our next queryoptional int64 cursor = 2;- Returns:
Whether the cursor field is set.
-
getCursor
long getCursor()
For pagination, this cursor is where we should start our next queryoptional int64 cursor = 2;- Returns:
The cursor.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetTimelineResponse parseFrom(ByteBuffer data)
-
parseFrom
static GetTimelineResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetTimelineResponse parseFrom(ByteString data)
-
parseFrom
static GetTimelineResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetTimelineResponse parseFrom(Array<byte> data)
-
parseFrom
static GetTimelineResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetTimelineResponse parseFrom(InputStream input)
-
parseFrom
static GetTimelineResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetTimelineResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetTimelineResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetTimelineResponse parseFrom(CodedInputStream input)
-
parseFrom
static GetTimelineResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetTimelineResponse.Builder newBuilderForType()
-
newBuilder
static GetTimelineResponse.Builder newBuilder()
-
newBuilder
static GetTimelineResponse.Builder newBuilder(GetTimelineResponse prototype)
-
toBuilder
GetTimelineResponse.Builder toBuilder()
-
getDefaultInstance
static GetTimelineResponse getDefaultInstance()
-
parser
static Parser<GetTimelineResponse> parser()
-
getParserForType
Parser<GetTimelineResponse> getParserForType()
-
getDefaultInstanceForType
GetTimelineResponse getDefaultInstanceForType()
-
-
-
-