public static interface PubSubProtocol.PubSubResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PubSubProtocol.Message |
getMessage()
the following fields are sent in delivered messages
|
PubSubProtocol.MessageOrBuilder |
getMessageOrBuilder()
the following fields are sent in delivered messages
|
PubSubProtocol.ProtocolVersion |
getProtocolVersion()
required .Hedwig.ProtocolVersion protocolVersion = 1; |
PubSubProtocol.ResponseBody |
getResponseBody()
the following fields are sent by other requests
|
PubSubProtocol.ResponseBodyOrBuilder |
getResponseBodyOrBuilder()
the following fields are sent by other requests
|
PubSubProtocol.StatusCode |
getStatusCode()
required .Hedwig.StatusCode statusCode = 2; |
String |
getStatusMsg()
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()
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 |
getSubscriberId()
optional bytes subscriberId = 7; |
com.google.protobuf.ByteString |
getTopic()
optional bytes topic = 6; |
long |
getTxnId()
required uint64 txnId = 3; |
boolean |
hasMessage()
the following fields are sent in delivered messages
|
boolean |
hasProtocolVersion()
required .Hedwig.ProtocolVersion protocolVersion = 1; |
boolean |
hasResponseBody()
the following fields are sent by other requests
|
boolean |
hasStatusCode()
required .Hedwig.StatusCode statusCode = 2; |
boolean |
hasStatusMsg()
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 |
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, hasOneofboolean 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()
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
optional string statusMsg = 4;String getStatusMsg()
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
optional string statusMsg = 4;com.google.protobuf.ByteString getStatusMsgBytes()
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
optional string statusMsg = 4;boolean hasMessage()
the following fields are sent in delivered messages
optional .Hedwig.Message message = 5;PubSubProtocol.Message getMessage()
the following fields are sent in delivered messages
optional .Hedwig.Message message = 5;PubSubProtocol.MessageOrBuilder getMessageOrBuilder()
the following fields are sent in delivered messages
optional .Hedwig.Message message = 5;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()
the following fields are sent by other requests
optional .Hedwig.ResponseBody responseBody = 8;PubSubProtocol.ResponseBody getResponseBody()
the following fields are sent by other requests
optional .Hedwig.ResponseBody responseBody = 8;PubSubProtocol.ResponseBodyOrBuilder getResponseBodyOrBuilder()
the following fields are sent by other requests
optional .Hedwig.ResponseBody responseBody = 8;Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.