Interface Persistent.ListReqOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Persistent.ListReq.Options getOptions()
      .event_store.client.persistent_subscriptions.ListReq.Options options = 1;
      Persistent.ListReq.OptionsOrBuilder getOptionsOrBuilder()
      .event_store.client.persistent_subscriptions.ListReq.Options options = 1;
      boolean hasOptions()
      .event_store.client.persistent_subscriptions.ListReq.Options options = 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 Detail

      • hasOptions

        boolean hasOptions()
        .event_store.client.persistent_subscriptions.ListReq.Options options = 1;
        Returns:
        Whether the options field is set.
      • getOptions

        Persistent.ListReq.Options getOptions()
        .event_store.client.persistent_subscriptions.ListReq.Options options = 1;
        Returns:
        The options.