public static interface PubSubProtocol.SubscriptionStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getMessageBound()
optional uint32 messageBound = 2; |
PubSubProtocol.MessageSeqId |
getMsgId()
required .Hedwig.MessageSeqId msgId = 1; |
PubSubProtocol.MessageSeqIdOrBuilder |
getMsgIdOrBuilder()
required .Hedwig.MessageSeqId msgId = 1; |
boolean |
hasMessageBound()
optional uint32 messageBound = 2; |
boolean |
hasMsgId()
required .Hedwig.MessageSeqId msgId = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMsgId()
required .Hedwig.MessageSeqId msgId = 1;
PubSubProtocol.MessageSeqId getMsgId()
required .Hedwig.MessageSeqId msgId = 1;
PubSubProtocol.MessageSeqIdOrBuilder getMsgIdOrBuilder()
required .Hedwig.MessageSeqId msgId = 1;
boolean hasMessageBound()
optional uint32 messageBound = 2;
@Deprecated. It is a bad idea to put fields that don't change frequently together with fields that change frequently so move it to subscription preferences structure
int getMessageBound()
optional uint32 messageBound = 2;
@Deprecated. It is a bad idea to put fields that don't change frequently together with fields that change frequently so move it to subscription preferences structure
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.