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 Summary
Modifier and TypeMethodDescription.event_store.client.Empty list_all_subscriptions = 1;.event_store.client.Empty list_all_subscriptions = 1;.event_store.client.persistent_subscriptions.ListReq.StreamOption list_for_stream = 2;.event_store.client.persistent_subscriptions.ListReq.StreamOption list_for_stream = 2;boolean.event_store.client.Empty list_all_subscriptions = 1;boolean.event_store.client.persistent_subscriptions.ListReq.StreamOption list_for_stream = 2;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
-
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
Persistent.ListReq.StreamOption 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
Persistent.ListReq.Options.ListOptionCase getListOptionCase()
-