public static interface PubSubProtocol.ConsumeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.MessageSeqId |
getMsgId()
the msgId is cumulative: all messages up to this id are marked as consumed
|
PubSubProtocol.MessageSeqIdOrBuilder |
getMsgIdOrBuilder()
the msgId is cumulative: all messages up to this id are marked as consumed
|
com.google.protobuf.ByteString |
getSubscriberId()
required bytes subscriberId = 2; |
boolean |
hasMsgId()
the msgId is cumulative: all messages up to this id are marked as consumed
|
boolean |
hasSubscriberId()
required bytes subscriberId = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSubscriberId()
required bytes subscriberId = 2;
com.google.protobuf.ByteString getSubscriberId()
required bytes subscriberId = 2;
boolean hasMsgId()
the msgId is cumulative: all messages up to this id are marked as consumed
required .Hedwig.MessageSeqId msgId = 3;
PubSubProtocol.MessageSeqId getMsgId()
the msgId is cumulative: all messages up to this id are marked as consumed
required .Hedwig.MessageSeqId msgId = 3;
PubSubProtocol.MessageSeqIdOrBuilder getMsgIdOrBuilder()
the msgId is cumulative: all messages up to this id are marked as consumed
required .Hedwig.MessageSeqId msgId = 3;
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.