Interface Persistent.ListReq.OptionsOrBuilder

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

public static interface Persistent.ListReq.OptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasListAllSubscriptions

      boolean hasListAllSubscriptions()
      .event_store.client.Empty list_all_subscriptions = 1;
      Returns:
      Whether the listAllSubscriptions field is set.
    • getListAllSubscriptions

      Shared.Empty getListAllSubscriptions()
      .event_store.client.Empty list_all_subscriptions = 1;
      Returns:
      The listAllSubscriptions.
    • getListAllSubscriptionsOrBuilder

      Shared.EmptyOrBuilder getListAllSubscriptionsOrBuilder()
      .event_store.client.Empty list_all_subscriptions = 1;
    • hasListForStream

      boolean hasListForStream()
      .event_store.client.persistent_subscriptions.ListReq.StreamOption list_for_stream = 2;
      Returns:
      Whether the listForStream field is set.
    • getListForStream

      .event_store.client.persistent_subscriptions.ListReq.StreamOption list_for_stream = 2;
      Returns:
      The listForStream.
    • getListForStreamOrBuilder

      Persistent.ListReq.StreamOptionOrBuilder getListForStreamOrBuilder()
      .event_store.client.persistent_subscriptions.ListReq.StreamOption list_for_stream = 2;
    • getListOptionCase