Interface StreamsOuterClass.ReadReq.OptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StreamsOuterClass.ReadReq.Options, StreamsOuterClass.ReadReq.Options.Builder
Enclosing class:
StreamsOuterClass.ReadReq

public static interface StreamsOuterClass.ReadReq.OptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStream

      boolean hasStream()
      .event_store.client.streams.ReadReq.Options.StreamOptions stream = 1;
      Returns:
      Whether the stream field is set.
    • getStream

      .event_store.client.streams.ReadReq.Options.StreamOptions stream = 1;
      Returns:
      The stream.
    • getStreamOrBuilder

      .event_store.client.streams.ReadReq.Options.StreamOptions stream = 1;
    • hasAll

      boolean hasAll()
      .event_store.client.streams.ReadReq.Options.AllOptions all = 2;
      Returns:
      Whether the all field is set.
    • getAll

      .event_store.client.streams.ReadReq.Options.AllOptions all = 2;
      Returns:
      The all.
    • getAllOrBuilder

      .event_store.client.streams.ReadReq.Options.AllOptions all = 2;
    • getReadDirectionValue

      int getReadDirectionValue()
      .event_store.client.streams.ReadReq.Options.ReadDirection read_direction = 3;
      Returns:
      The enum numeric value on the wire for readDirection.
    • getReadDirection

      .event_store.client.streams.ReadReq.Options.ReadDirection read_direction = 3;
      Returns:
      The readDirection.
    • getResolveLinks

      boolean getResolveLinks()
      bool resolve_links = 4;
      Returns:
      The resolveLinks.
    • hasCount

      boolean hasCount()
      uint64 count = 5;
      Returns:
      Whether the count field is set.
    • getCount

      long getCount()
      uint64 count = 5;
      Returns:
      The count.
    • hasSubscription

      boolean hasSubscription()
      .event_store.client.streams.ReadReq.Options.SubscriptionOptions subscription = 6;
      Returns:
      Whether the subscription field is set.
    • getSubscription

      .event_store.client.streams.ReadReq.Options.SubscriptionOptions subscription = 6;
      Returns:
      The subscription.
    • getSubscriptionOrBuilder

      .event_store.client.streams.ReadReq.Options.SubscriptionOptions subscription = 6;
    • hasFilter

      boolean hasFilter()
      .event_store.client.streams.ReadReq.Options.FilterOptions filter = 7;
      Returns:
      Whether the filter field is set.
    • getFilter

      .event_store.client.streams.ReadReq.Options.FilterOptions filter = 7;
      Returns:
      The filter.
    • getFilterOrBuilder

      .event_store.client.streams.ReadReq.Options.FilterOptions filter = 7;
    • hasNoFilter

      boolean hasNoFilter()
      .event_store.client.Empty no_filter = 8;
      Returns:
      Whether the noFilter field is set.
    • getNoFilter

      Shared.Empty getNoFilter()
      .event_store.client.Empty no_filter = 8;
      Returns:
      The noFilter.
    • getNoFilterOrBuilder

      Shared.EmptyOrBuilder getNoFilterOrBuilder()
      .event_store.client.Empty no_filter = 8;
    • hasUuidOption

      boolean hasUuidOption()
      .event_store.client.streams.ReadReq.Options.UUIDOption uuid_option = 9;
      Returns:
      Whether the uuidOption field is set.
    • getUuidOption

      .event_store.client.streams.ReadReq.Options.UUIDOption uuid_option = 9;
      Returns:
      The uuidOption.
    • getUuidOptionOrBuilder

      .event_store.client.streams.ReadReq.Options.UUIDOption uuid_option = 9;
    • hasControlOption

      boolean hasControlOption()
      .event_store.client.streams.ReadReq.Options.ControlOption control_option = 10;
      Returns:
      Whether the controlOption field is set.
    • getControlOption

      .event_store.client.streams.ReadReq.Options.ControlOption control_option = 10;
      Returns:
      The controlOption.
    • getControlOptionOrBuilder

      .event_store.client.streams.ReadReq.Options.ControlOption control_option = 10;
    • getStreamOptionCase

    • getCountOptionCase

    • getFilterOptionCase