Interface Persistent.ReadReq.NackOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Persistent.ReadReq.Nack, Persistent.ReadReq.Nack.Builder
Enclosing class:
Persistent.ReadReq

public static interface Persistent.ReadReq.NackOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;
    int
    .event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;
    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;
    string reason = 4;
    com.google.protobuf.ByteString
    string reason = 4;

    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;
    • getActionValue

      int getActionValue()
      .event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;
      Returns:
      The enum numeric value on the wire for action.
    • getAction

      .event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;
      Returns:
      The action.
    • getReason

      String getReason()
      string reason = 4;
      Returns:
      The reason.
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
      string reason = 4;
      Returns:
      The bytes for reason.