Interface StreamsOuterClass.BatchAppendReq.OptionsOrBuilder

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

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

    • hasStreamIdentifier

      boolean hasStreamIdentifier()
      .event_store.client.StreamIdentifier stream_identifier = 1;
      Returns:
      Whether the streamIdentifier field is set.
    • getStreamIdentifier

      Shared.StreamIdentifier getStreamIdentifier()
      .event_store.client.StreamIdentifier stream_identifier = 1;
      Returns:
      The streamIdentifier.
    • getStreamIdentifierOrBuilder

      Shared.StreamIdentifierOrBuilder getStreamIdentifierOrBuilder()
      .event_store.client.StreamIdentifier stream_identifier = 1;
    • hasStreamPosition

      boolean hasStreamPosition()
      uint64 stream_position = 2;
      Returns:
      Whether the streamPosition field is set.
    • getStreamPosition

      long getStreamPosition()
      uint64 stream_position = 2;
      Returns:
      The streamPosition.
    • hasNoStream

      boolean hasNoStream()
      .google.protobuf.Empty no_stream = 3;
      Returns:
      Whether the noStream field is set.
    • getNoStream

      com.google.protobuf.Empty getNoStream()
      .google.protobuf.Empty no_stream = 3;
      Returns:
      The noStream.
    • getNoStreamOrBuilder

      com.google.protobuf.EmptyOrBuilder getNoStreamOrBuilder()
      .google.protobuf.Empty no_stream = 3;
    • hasAny

      boolean hasAny()
      .google.protobuf.Empty any = 4;
      Returns:
      Whether the any field is set.
    • getAny

      com.google.protobuf.Empty getAny()
      .google.protobuf.Empty any = 4;
      Returns:
      The any.
    • getAnyOrBuilder

      com.google.protobuf.EmptyOrBuilder getAnyOrBuilder()
      .google.protobuf.Empty any = 4;
    • hasStreamExists

      boolean hasStreamExists()
      .google.protobuf.Empty stream_exists = 5;
      Returns:
      Whether the streamExists field is set.
    • getStreamExists

      com.google.protobuf.Empty getStreamExists()
      .google.protobuf.Empty stream_exists = 5;
      Returns:
      The streamExists.
    • getStreamExistsOrBuilder

      com.google.protobuf.EmptyOrBuilder getStreamExistsOrBuilder()
      .google.protobuf.Empty stream_exists = 5;
    • hasDeadline21100

      boolean hasDeadline21100()
      .google.protobuf.Timestamp deadline_21_10_0 = 6;
      Returns:
      Whether the deadline21100 field is set.
    • getDeadline21100

      com.google.protobuf.Timestamp getDeadline21100()
      .google.protobuf.Timestamp deadline_21_10_0 = 6;
      Returns:
      The deadline21100.
    • getDeadline21100OrBuilder

      com.google.protobuf.TimestampOrBuilder getDeadline21100OrBuilder()
      .google.protobuf.Timestamp deadline_21_10_0 = 6;
    • hasDeadline

      boolean hasDeadline()
      .google.protobuf.Duration deadline = 7;
      Returns:
      Whether the deadline field is set.
    • getDeadline

      com.google.protobuf.Duration getDeadline()
      .google.protobuf.Duration deadline = 7;
      Returns:
      The deadline.
    • getDeadlineOrBuilder

      com.google.protobuf.DurationOrBuilder getDeadlineOrBuilder()
      .google.protobuf.Duration deadline = 7;
    • getExpectedStreamPositionCase

    • getDeadlineOptionCase