public static interface PulsarApi.CommandLookupTopicResponseOrBuilder
extends org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAuthoritative() |
String |
getBrokerServiceUrl() |
String |
getBrokerServiceUrlTls() |
PulsarApi.ServerError |
getError() |
String |
getMessage() |
boolean |
getProxyThroughServiceUrl() |
long |
getRequestId() |
PulsarApi.CommandLookupTopicResponse.LookupType |
getResponse() |
boolean |
hasAuthoritative() |
boolean |
hasBrokerServiceUrl() |
boolean |
hasBrokerServiceUrlTls() |
boolean |
hasError() |
boolean |
hasMessage() |
boolean |
hasProxyThroughServiceUrl() |
boolean |
hasRequestId() |
boolean |
hasResponse() |
boolean hasBrokerServiceUrl()
String getBrokerServiceUrl()
boolean hasBrokerServiceUrlTls()
String getBrokerServiceUrlTls()
boolean hasResponse()
PulsarApi.CommandLookupTopicResponse.LookupType getResponse()
boolean hasRequestId()
long getRequestId()
boolean hasAuthoritative()
boolean getAuthoritative()
boolean hasError()
PulsarApi.ServerError getError()
boolean hasMessage()
String getMessage()
boolean hasProxyThroughServiceUrl()
boolean getProxyThroughServiceUrl()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.