Package xyz.block.ftl.timeline.v1
Interface CreateEventsRequestOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface CreateEventsRequestOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<CreateEventsRequest.EventEntry>getEntriesList()repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;abstract CreateEventsRequest.EventEntrygetEntries(int index)repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;abstract intgetEntriesCount()repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;abstract List<out CreateEventsRequest.EventEntryOrBuilder>getEntriesOrBuilderList()repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;abstract CreateEventsRequest.EventEntryOrBuildergetEntriesOrBuilder(int index)repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEntriesList
abstract List<CreateEventsRequest.EventEntry> getEntriesList()
repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;
-
getEntries
abstract CreateEventsRequest.EventEntry getEntries(int index)
repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;
-
getEntriesCount
abstract int getEntriesCount()
repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;
-
getEntriesOrBuilderList
abstract List<out CreateEventsRequest.EventEntryOrBuilder> getEntriesOrBuilderList()
repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;
-
getEntriesOrBuilder
abstract CreateEventsRequest.EventEntryOrBuilder getEntriesOrBuilder(int index)
repeated .xyz.block.ftl.timeline.v1.CreateEventsRequest.EventEntry entries = 1;
-
-
-
-