Interface Persistent.ReadReq.NackOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Persistent.ReadReq.Nack,Persistent.ReadReq.Nack.Builder
- Enclosing class:
- Persistent.ReadReq
public static interface Persistent.ReadReq.NackOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Persistent.ReadReq.Nack.ActiongetAction().event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;intgetActionValue().event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;com.google.protobuf.ByteStringgetId()bytes id = 1;Shared.UUIDgetIds(int index)repeated .event_store.client.UUID ids = 2;intgetIdsCount()repeated .event_store.client.UUID ids = 2;java.util.List<Shared.UUID>getIdsList()repeated .event_store.client.UUID ids = 2;Shared.UUIDOrBuildergetIdsOrBuilder(int index)repeated .event_store.client.UUID ids = 2;java.util.List<? extends Shared.UUIDOrBuilder>getIdsOrBuilderList()repeated .event_store.client.UUID ids = 2;java.lang.StringgetReason()string reason = 4;com.google.protobuf.ByteStringgetReasonBytes()string reason = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
com.google.protobuf.ByteString getId()
bytes id = 1;- Returns:
- The id.
-
getIdsList
java.util.List<Shared.UUID> getIdsList()
repeated .event_store.client.UUID ids = 2;
-
getIds
Shared.UUID getIds(int index)
repeated .event_store.client.UUID ids = 2;
-
getIdsCount
int getIdsCount()
repeated .event_store.client.UUID ids = 2;
-
getIdsOrBuilderList
java.util.List<? extends Shared.UUIDOrBuilder> getIdsOrBuilderList()
repeated .event_store.client.UUID ids = 2;
-
getIdsOrBuilder
Shared.UUIDOrBuilder getIdsOrBuilder(int index)
repeated .event_store.client.UUID ids = 2;
-
getActionValue
int getActionValue()
.event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;- Returns:
- The enum numeric value on the wire for action.
-
getAction
Persistent.ReadReq.Nack.Action getAction()
.event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;- Returns:
- The action.
-
getReason
java.lang.String getReason()
string reason = 4;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()
string reason = 4;- Returns:
- The bytes for reason.
-
-