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 Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.EmptygetAny().google.protobuf.Empty any = 4;com.google.protobuf.EmptyOrBuilder.google.protobuf.Empty any = 4;com.google.protobuf.Duration.google.protobuf.Duration deadline = 7;com.google.protobuf.Timestamp.google.protobuf.Timestamp deadline_21_10_0 = 6;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp deadline_21_10_0 = 6;com.google.protobuf.DurationOrBuilder.google.protobuf.Duration deadline = 7;com.google.protobuf.Empty.google.protobuf.Empty no_stream = 3;com.google.protobuf.EmptyOrBuilder.google.protobuf.Empty no_stream = 3;com.google.protobuf.Empty.google.protobuf.Empty stream_exists = 5;com.google.protobuf.EmptyOrBuilder.google.protobuf.Empty stream_exists = 5;.event_store.client.StreamIdentifier stream_identifier = 1;.event_store.client.StreamIdentifier stream_identifier = 1;longuint64 stream_position = 2;booleanhasAny().google.protobuf.Empty any = 4;boolean.google.protobuf.Duration deadline = 7;boolean.google.protobuf.Timestamp deadline_21_10_0 = 6;boolean.google.protobuf.Empty no_stream = 3;boolean.google.protobuf.Empty stream_exists = 5;boolean.event_store.client.StreamIdentifier stream_identifier = 1;booleanuint64 stream_position = 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
-
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
StreamsOuterClass.BatchAppendReq.Options.ExpectedStreamPositionCase getExpectedStreamPositionCase() -
getDeadlineOptionCase
StreamsOuterClass.BatchAppendReq.Options.DeadlineOptionCase getDeadlineOptionCase()
-