Interface Persistent.ListRespOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getSubscriptions(int index)
    repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;
    int
    repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;
    repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;
    repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;
    repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;

    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

    • getSubscriptionsList

      List<Persistent.SubscriptionInfo> getSubscriptionsList()
      repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;
    • getSubscriptions

      Persistent.SubscriptionInfo getSubscriptions(int index)
      repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;
    • getSubscriptionsCount

      int getSubscriptionsCount()
      repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;
    • getSubscriptionsOrBuilderList

      List<? extends Persistent.SubscriptionInfoOrBuilder> getSubscriptionsOrBuilderList()
      repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;
    • getSubscriptionsOrBuilder

      Persistent.SubscriptionInfoOrBuilder getSubscriptionsOrBuilder(int index)
      repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;