Package xyz.block.ftl.timeline.v1
Class CreateEventsRequest
-
- 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.CreateEventsRequestOrBuilder
public final class CreateEventsRequest extends GeneratedMessageV3 implements CreateEventsRequestOrBuilder
Protobuf type
xyz.block.ftl.timeline.v1.CreateEventsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCreateEventsRequest.EventEntryOrBuilderpublic final classCreateEventsRequest.EventEntryProtobuf type
xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntrypublic final classCreateEventsRequest.BuilderProtobuf type
xyz.block.ftl.timeline.v1.CreateEventsRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intENTRIES_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()List<CreateEventsRequest.EventEntry>getEntriesList()repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;List<out CreateEventsRequest.EventEntryOrBuilder>getEntriesOrBuilderList()repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;intgetEntriesCount()repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;CreateEventsRequest.EventEntrygetEntries(int index)repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;CreateEventsRequest.EventEntryOrBuildergetEntriesOrBuilder(int index)repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static CreateEventsRequestparseFrom(ByteBuffer data)static CreateEventsRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static CreateEventsRequestparseFrom(ByteString data)static CreateEventsRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static CreateEventsRequestparseFrom(Array<byte> data)static CreateEventsRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static CreateEventsRequestparseFrom(InputStream input)static CreateEventsRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CreateEventsRequestparseDelimitedFrom(InputStream input)static CreateEventsRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CreateEventsRequestparseFrom(CodedInputStream input)static CreateEventsRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)CreateEventsRequest.BuildernewBuilderForType()static CreateEventsRequest.BuildernewBuilder()static CreateEventsRequest.BuildernewBuilder(CreateEventsRequest prototype)CreateEventsRequest.BuildertoBuilder()static CreateEventsRequestgetDefaultInstance()static Parser<CreateEventsRequest>parser()Parser<CreateEventsRequest>getParserForType()CreateEventsRequestgetDefaultInstanceForType()-
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()
-
getEntriesList
List<CreateEventsRequest.EventEntry> getEntriesList()
repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;
-
getEntriesOrBuilderList
List<out CreateEventsRequest.EventEntryOrBuilder> getEntriesOrBuilderList()
repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;
-
getEntriesCount
int getEntriesCount()
repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;
-
getEntries
CreateEventsRequest.EventEntry getEntries(int index)
repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;
-
getEntriesOrBuilder
CreateEventsRequest.EventEntryOrBuilder getEntriesOrBuilder(int index)
repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static CreateEventsRequest parseFrom(ByteBuffer data)
-
parseFrom
static CreateEventsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CreateEventsRequest parseFrom(ByteString data)
-
parseFrom
static CreateEventsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CreateEventsRequest parseFrom(Array<byte> data)
-
parseFrom
static CreateEventsRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CreateEventsRequest parseFrom(InputStream input)
-
parseFrom
static CreateEventsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static CreateEventsRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static CreateEventsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CreateEventsRequest parseFrom(CodedInputStream input)
-
parseFrom
static CreateEventsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
CreateEventsRequest.Builder newBuilderForType()
-
newBuilder
static CreateEventsRequest.Builder newBuilder()
-
newBuilder
static CreateEventsRequest.Builder newBuilder(CreateEventsRequest prototype)
-
toBuilder
CreateEventsRequest.Builder toBuilder()
-
getDefaultInstance
static CreateEventsRequest getDefaultInstance()
-
parser
static Parser<CreateEventsRequest> parser()
-
getParserForType
Parser<CreateEventsRequest> getParserForType()
-
getDefaultInstanceForType
CreateEventsRequest getDefaultInstanceForType()
-
-
-
-