public static interface PubSubProtocol.SubscriptionStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getMessageBound()
@Deprecated.
|
PubSubProtocol.MessageSeqId |
getMsgId()
required .Hedwig.MessageSeqId msgId = 1; |
PubSubProtocol.MessageSeqIdOrBuilder |
getMsgIdOrBuilder()
required .Hedwig.MessageSeqId msgId = 1; |
boolean |
hasMessageBound()
@Deprecated.
|
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()
@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
optional uint32 messageBound = 2;
int getMessageBound()
@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
optional uint32 messageBound = 2;
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.