public static interface PubSubProtocol.PublishResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.MessageSeqId |
getPublishedMsgId()
If the request was a publish request, this was the message Id of the published message.
|
PubSubProtocol.MessageSeqIdOrBuilder |
getPublishedMsgIdOrBuilder()
If the request was a publish request, this was the message Id of the published message.
|
boolean |
hasPublishedMsgId()
If the request was a publish request, this was the message Id of the published message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPublishedMsgId()
If the request was a publish request, this was the message Id of the published message.
required .Hedwig.MessageSeqId publishedMsgId = 1;
PubSubProtocol.MessageSeqId getPublishedMsgId()
If the request was a publish request, this was the message Id of the published message.
required .Hedwig.MessageSeqId publishedMsgId = 1;
PubSubProtocol.MessageSeqIdOrBuilder getPublishedMsgIdOrBuilder()
If the request was a publish request, this was the message Id of the published message.
required .Hedwig.MessageSeqId publishedMsgId = 1;
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.