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 Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes id = 1;
    getIds(int index)
    repeated .event_store.client.UUID ids = 2;
    int
    repeated .event_store.client.UUID ids = 2;
    repeated .event_store.client.UUID ids = 2;
    getIdsOrBuilder(int index)
    repeated .event_store.client.UUID ids = 2;
    repeated .event_store.client.UUID ids = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      Shared.UUID getIds(int index)
      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

      Shared.UUIDOrBuilder getIdsOrBuilder(int index)
      repeated .event_store.client.UUID ids = 2;