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 TypeMethodDescriptiongetSubscriptions(int index) repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;intrepeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;getSubscriptionsOrBuilder(int index) repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;List<? extends Persistent.SubscriptionInfoOrBuilder>repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;
-