Interface Persistent.ReadReq.AckOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Persistent.ReadReq.Ack,Persistent.ReadReq.Ack.Builder
- Enclosing class:
- Persistent.ReadReq
public static interface Persistent.ReadReq.AckOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetId()bytes id = 1;getIds(int index) repeated .event_store.client.UUID ids = 2;intrepeated .event_store.client.UUID ids = 2;repeated .event_store.client.UUID ids = 2;getIdsOrBuilder(int index) repeated .event_store.client.UUID ids = 2;List<? extends Shared.UUIDOrBuilder>repeated .event_store.client.UUID ids = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
com.google.protobuf.ByteString getId()bytes id = 1;- Returns:
- The id.
-
getIdsList
List<Shared.UUID> getIdsList()repeated .event_store.client.UUID ids = 2; -
getIds
repeated .event_store.client.UUID ids = 2; -
getIdsCount
int getIdsCount()repeated .event_store.client.UUID ids = 2; -
getIdsOrBuilderList
List<? extends Shared.UUIDOrBuilder> getIdsOrBuilderList()repeated .event_store.client.UUID ids = 2; -
getIdsOrBuilder
repeated .event_store.client.UUID ids = 2;
-