Interface Persistent.ReadReq.NackOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Persistent.ReadReq.Nack.Action getAction()
      .event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;
      int getActionValue()
      .event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;
      com.google.protobuf.ByteString getId()
      bytes id = 1;
      Shared.UUID getIds​(int index)
      repeated .event_store.client.UUID ids = 2;
      int getIdsCount()
      repeated .event_store.client.UUID ids = 2;
      java.util.List<Shared.UUID> getIdsList()
      repeated .event_store.client.UUID ids = 2;
      Shared.UUIDOrBuilder getIdsOrBuilder​(int index)
      repeated .event_store.client.UUID ids = 2;
      java.util.List<? extends Shared.UUIDOrBuilder> getIdsOrBuilderList()
      repeated .event_store.client.UUID ids = 2;
      java.lang.String getReason()
      string reason = 4;
      com.google.protobuf.ByteString getReasonBytes()
      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 Detail

      • getId

        com.google.protobuf.ByteString getId()
        bytes id = 1;
        Returns:
        The id.
      • getIdsList

        java.util.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

        java.util.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

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

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

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