public static interface PubSubProtocol.PubSubResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.Message |
getMessage()
optional .Hedwig.Message message = 5; |
PubSubProtocol.MessageOrBuilder |
getMessageOrBuilder()
optional .Hedwig.Message message = 5; |
PubSubProtocol.ProtocolVersion |
getProtocolVersion()
required .Hedwig.ProtocolVersion protocolVersion = 1; |
PubSubProtocol.ResponseBody |
getResponseBody()
optional .Hedwig.ResponseBody responseBody = 8; |
PubSubProtocol.ResponseBodyOrBuilder |
getResponseBodyOrBuilder()
optional .Hedwig.ResponseBody responseBody = 8; |
PubSubProtocol.StatusCode |
getStatusCode()
required .Hedwig.StatusCode statusCode = 2; |
String |
getStatusMsg()
optional string statusMsg = 4; |
com.google.protobuf.ByteString |
getStatusMsgBytes()
optional string statusMsg = 4; |
com.google.protobuf.ByteString |
getSubscriberId()
optional bytes subscriberId = 7; |
com.google.protobuf.ByteString |
getTopic()
optional bytes topic = 6; |
long |
getTxnId()
required uint64 txnId = 3; |
boolean |
hasMessage()
optional .Hedwig.Message message = 5; |
boolean |
hasProtocolVersion()
required .Hedwig.ProtocolVersion protocolVersion = 1; |
boolean |
hasResponseBody()
optional .Hedwig.ResponseBody responseBody = 8; |
boolean |
hasStatusCode()
required .Hedwig.StatusCode statusCode = 2; |
boolean |
hasStatusMsg()
optional string statusMsg = 4; |
boolean |
hasSubscriberId()
optional bytes subscriberId = 7; |
boolean |
hasTopic()
optional bytes topic = 6; |
boolean |
hasTxnId()
required uint64 txnId = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasProtocolVersion()
required .Hedwig.ProtocolVersion protocolVersion = 1;
PubSubProtocol.ProtocolVersion getProtocolVersion()
required .Hedwig.ProtocolVersion protocolVersion = 1;
boolean hasStatusCode()
required .Hedwig.StatusCode statusCode = 2;
PubSubProtocol.StatusCode getStatusCode()
required .Hedwig.StatusCode statusCode = 2;
boolean hasTxnId()
required uint64 txnId = 3;
long getTxnId()
required uint64 txnId = 3;
boolean hasStatusMsg()
optional string statusMsg = 4;
in case of a status code of NOT_RESPONSIBLE_FOR_TOPIC, the status message will contain the name of the host actually responsible for the topic
String getStatusMsg()
optional string statusMsg = 4;
in case of a status code of NOT_RESPONSIBLE_FOR_TOPIC, the status message will contain the name of the host actually responsible for the topic
com.google.protobuf.ByteString getStatusMsgBytes()
optional string statusMsg = 4;
in case of a status code of NOT_RESPONSIBLE_FOR_TOPIC, the status message will contain the name of the host actually responsible for the topic
boolean hasMessage()
optional .Hedwig.Message message = 5;
the following fields are sent in delivered messages
PubSubProtocol.Message getMessage()
optional .Hedwig.Message message = 5;
the following fields are sent in delivered messages
PubSubProtocol.MessageOrBuilder getMessageOrBuilder()
optional .Hedwig.Message message = 5;
the following fields are sent in delivered messages
boolean hasTopic()
optional bytes topic = 6;
com.google.protobuf.ByteString getTopic()
optional bytes topic = 6;
boolean hasSubscriberId()
optional bytes subscriberId = 7;
com.google.protobuf.ByteString getSubscriberId()
optional bytes subscriberId = 7;
boolean hasResponseBody()
optional .Hedwig.ResponseBody responseBody = 8;
the following fields are sent by other requests
PubSubProtocol.ResponseBody getResponseBody()
optional .Hedwig.ResponseBody responseBody = 8;
the following fields are sent by other requests
PubSubProtocol.ResponseBodyOrBuilder getResponseBodyOrBuilder()
optional .Hedwig.ResponseBody responseBody = 8;
the following fields are sent by other requests
Copyright © 2015 The Apache Software Foundation. All rights reserved.