public static interface Persistent.ReadReq.NackOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Persistent.ReadReq.Nack.Action |
getAction()
.event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3; |
int |
getActionValue()
.event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3; |
com.google.protobuf.ByteString |
getId()
bytes id = 1; |
Shared.UUID |
getIds(int index)
repeated .event_store.client.UUID ids = 2; |
int |
getIdsCount()
repeated .event_store.client.UUID ids = 2; |
java.util.List<Shared.UUID> |
getIdsList()
repeated .event_store.client.UUID ids = 2; |
Shared.UUIDOrBuilder |
getIdsOrBuilder(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.String |
getReason()
string reason = 4; |
com.google.protobuf.ByteString |
getReasonBytes()
string reason = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getId()
bytes id = 1;java.util.List<Shared.UUID> getIdsList()
repeated .event_store.client.UUID ids = 2;Shared.UUID getIds(int index)
repeated .event_store.client.UUID ids = 2;int getIdsCount()
repeated .event_store.client.UUID ids = 2;java.util.List<? extends Shared.UUIDOrBuilder> getIdsOrBuilderList()
repeated .event_store.client.UUID ids = 2;Shared.UUIDOrBuilder getIdsOrBuilder(int index)
repeated .event_store.client.UUID ids = 2;int getActionValue()
.event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;Persistent.ReadReq.Nack.Action getAction()
.event_store.client.persistent_subscriptions.ReadReq.Nack.Action action = 3;java.lang.String getReason()
string reason = 4;com.google.protobuf.ByteString getReasonBytes()
string reason = 4;