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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Shared.EmptygetListAllSubscriptions().event_store.client.Empty list_all_subscriptions = 1;Shared.EmptyOrBuildergetListAllSubscriptionsOrBuilder().event_store.client.Empty list_all_subscriptions = 1;Persistent.ListReq.StreamOptiongetListForStream().event_store.client.persistent_subscriptions.ListReq.StreamOption list_for_stream = 2;Persistent.ListReq.StreamOptionOrBuildergetListForStreamOrBuilder().event_store.client.persistent_subscriptions.ListReq.StreamOption list_for_stream = 2;Persistent.ListReq.Options.ListOptionCasegetListOptionCase()booleanhasListAllSubscriptions().event_store.client.Empty list_all_subscriptions = 1;booleanhasListForStream().event_store.client.persistent_subscriptions.ListReq.StreamOption list_for_stream = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-