Package xyz.block.ftl.timeline.v1
Class GetTimelineRequest
-
- 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.GetTimelineRequestOrBuilder
public final class GetTimelineRequest extends GeneratedMessageV3 implements GetTimelineRequestOrBuilder
Protobuf type
xyz.block.ftl.timeline.v1.GetTimelineRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGetTimelineRequest.BuilderProtobuf type
xyz.block.ftl.timeline.v1.GetTimelineRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intQUERY_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasQuery().xyz.block.ftl.timeline.v1.TimelineQuery query = 1;TimelineQuerygetQuery().xyz.block.ftl.timeline.v1.TimelineQuery query = 1;TimelineQueryOrBuildergetQueryOrBuilder().xyz.block.ftl.timeline.v1.TimelineQuery query = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static GetTimelineRequestparseFrom(ByteBuffer data)static GetTimelineRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static GetTimelineRequestparseFrom(ByteString data)static GetTimelineRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetTimelineRequestparseFrom(Array<byte> data)static GetTimelineRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static GetTimelineRequestparseFrom(InputStream input)static GetTimelineRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetTimelineRequestparseDelimitedFrom(InputStream input)static GetTimelineRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetTimelineRequestparseFrom(CodedInputStream input)static GetTimelineRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)GetTimelineRequest.BuildernewBuilderForType()static GetTimelineRequest.BuildernewBuilder()static GetTimelineRequest.BuildernewBuilder(GetTimelineRequest prototype)GetTimelineRequest.BuildertoBuilder()static GetTimelineRequestgetDefaultInstance()static Parser<GetTimelineRequest>parser()Parser<GetTimelineRequest>getParserForType()GetTimelineRequestgetDefaultInstanceForType()-
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()
-
hasQuery
boolean hasQuery()
.xyz.block.ftl.timeline.v1.TimelineQuery query = 1;- Returns:
Whether the query field is set.
-
getQuery
TimelineQuery getQuery()
.xyz.block.ftl.timeline.v1.TimelineQuery query = 1;- Returns:
The query.
-
getQueryOrBuilder
TimelineQueryOrBuilder getQueryOrBuilder()
.xyz.block.ftl.timeline.v1.TimelineQuery query = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetTimelineRequest parseFrom(ByteBuffer data)
-
parseFrom
static GetTimelineRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetTimelineRequest parseFrom(ByteString data)
-
parseFrom
static GetTimelineRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetTimelineRequest parseFrom(Array<byte> data)
-
parseFrom
static GetTimelineRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetTimelineRequest parseFrom(InputStream input)
-
parseFrom
static GetTimelineRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetTimelineRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetTimelineRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetTimelineRequest parseFrom(CodedInputStream input)
-
parseFrom
static GetTimelineRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetTimelineRequest.Builder newBuilderForType()
-
newBuilder
static GetTimelineRequest.Builder newBuilder()
-
newBuilder
static GetTimelineRequest.Builder newBuilder(GetTimelineRequest prototype)
-
toBuilder
GetTimelineRequest.Builder toBuilder()
-
getDefaultInstance
static GetTimelineRequest getDefaultInstance()
-
parser
static Parser<GetTimelineRequest> parser()
-
getParserForType
Parser<GetTimelineRequest> getParserForType()
-
getDefaultInstanceForType
GetTimelineRequest getDefaultInstanceForType()
-
-
-
-