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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Persistent.SubscriptionInfogetSubscriptions(int index)repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;intgetSubscriptionsCount()repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;java.util.List<Persistent.SubscriptionInfo>getSubscriptionsList()repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;Persistent.SubscriptionInfoOrBuildergetSubscriptionsOrBuilder(int index)repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;java.util.List<? extends Persistent.SubscriptionInfoOrBuilder>getSubscriptionsOrBuilderList()repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSubscriptionsList
java.util.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
java.util.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;
-
-