public static final class PulsarApi.CommandConnect extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite implements PulsarApi.CommandConnectOrBuilder, ByteBufCodedOutputStream.ByteBufGeneratedMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
PulsarApi.CommandConnect.Builder |
org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableBuilder<MessageType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage<MessageType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage<MessageType>>, org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage>, org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.GeneratedExtension<ContainingType extends org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLite,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
AUTH_DATA_FIELD_NUMBER |
static int |
AUTH_METHOD_FIELD_NUMBER |
static int |
AUTH_METHOD_NAME_FIELD_NUMBER |
static int |
CLIENT_VERSION_FIELD_NUMBER |
static int |
FEATURE_FLAGS_FIELD_NUMBER |
static int |
ORIGINAL_AUTH_DATA_FIELD_NUMBER |
static int |
ORIGINAL_AUTH_METHOD_FIELD_NUMBER |
static int |
ORIGINAL_PRINCIPAL_FIELD_NUMBER |
static int |
PROTOCOL_VERSION_FIELD_NUMBER |
static int |
PROXY_TO_BROKER_URL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString |
getAuthData() |
PulsarApi.AuthMethod |
getAuthMethod() |
String |
getAuthMethodName() |
String |
getClientVersion() |
static PulsarApi.CommandConnect |
getDefaultInstance() |
PulsarApi.CommandConnect |
getDefaultInstanceForType() |
PulsarApi.FeatureFlags |
getFeatureFlags() |
String |
getOriginalAuthData() |
String |
getOriginalAuthMethod() |
String |
getOriginalPrincipal() |
int |
getProtocolVersion() |
String |
getProxyToBrokerUrl() |
int |
getSerializedSize() |
boolean |
hasAuthData() |
boolean |
hasAuthMethod() |
boolean |
hasAuthMethodName() |
boolean |
hasClientVersion() |
boolean |
hasFeatureFlags() |
boolean |
hasOriginalAuthData() |
boolean |
hasOriginalAuthMethod() |
boolean |
hasOriginalPrincipal() |
boolean |
hasProtocolVersion() |
boolean |
hasProxyToBrokerUrl() |
boolean |
isInitialized() |
static PulsarApi.CommandConnect.Builder |
newBuilder() |
static PulsarApi.CommandConnect.Builder |
newBuilder(PulsarApi.CommandConnect prototype) |
PulsarApi.CommandConnect.Builder |
newBuilderForType() |
static PulsarApi.CommandConnect |
parseDelimitedFrom(InputStream input) |
static PulsarApi.CommandConnect |
parseDelimitedFrom(InputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandConnect |
parseFrom(byte[] data) |
static PulsarApi.CommandConnect |
parseFrom(byte[] data,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandConnect |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data) |
static PulsarApi.CommandConnect |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandConnect |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input) |
static PulsarApi.CommandConnect |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandConnect |
parseFrom(InputStream input) |
static PulsarApi.CommandConnect |
parseFrom(InputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
void |
recycle() |
PulsarApi.CommandConnect.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(ByteBufCodedOutputStream output) |
void |
writeTo(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedOutputStream output) |
newRepeatedGeneratedExtension, newSingularGeneratedExtensionpublic static final int CLIENT_VERSION_FIELD_NUMBER
public static final int AUTH_METHOD_FIELD_NUMBER
public static final int AUTH_METHOD_NAME_FIELD_NUMBER
public static final int AUTH_DATA_FIELD_NUMBER
public static final int PROTOCOL_VERSION_FIELD_NUMBER
public static final int PROXY_TO_BROKER_URL_FIELD_NUMBER
public static final int ORIGINAL_PRINCIPAL_FIELD_NUMBER
public static final int ORIGINAL_AUTH_DATA_FIELD_NUMBER
public static final int ORIGINAL_AUTH_METHOD_FIELD_NUMBER
public static final int FEATURE_FLAGS_FIELD_NUMBER
public void recycle()
public static PulsarApi.CommandConnect getDefaultInstance()
public PulsarApi.CommandConnect getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteOrBuilderpublic boolean hasClientVersion()
hasClientVersion in interface PulsarApi.CommandConnectOrBuilderpublic String getClientVersion()
getClientVersion in interface PulsarApi.CommandConnectOrBuilderpublic boolean hasAuthMethod()
hasAuthMethod in interface PulsarApi.CommandConnectOrBuilderpublic PulsarApi.AuthMethod getAuthMethod()
getAuthMethod in interface PulsarApi.CommandConnectOrBuilderpublic boolean hasAuthMethodName()
hasAuthMethodName in interface PulsarApi.CommandConnectOrBuilderpublic String getAuthMethodName()
getAuthMethodName in interface PulsarApi.CommandConnectOrBuilderpublic boolean hasAuthData()
hasAuthData in interface PulsarApi.CommandConnectOrBuilderpublic org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString getAuthData()
getAuthData in interface PulsarApi.CommandConnectOrBuilderpublic boolean hasProtocolVersion()
hasProtocolVersion in interface PulsarApi.CommandConnectOrBuilderpublic int getProtocolVersion()
getProtocolVersion in interface PulsarApi.CommandConnectOrBuilderpublic boolean hasProxyToBrokerUrl()
hasProxyToBrokerUrl in interface PulsarApi.CommandConnectOrBuilderpublic String getProxyToBrokerUrl()
getProxyToBrokerUrl in interface PulsarApi.CommandConnectOrBuilderpublic boolean hasOriginalPrincipal()
hasOriginalPrincipal in interface PulsarApi.CommandConnectOrBuilderpublic String getOriginalPrincipal()
getOriginalPrincipal in interface PulsarApi.CommandConnectOrBuilderpublic boolean hasOriginalAuthData()
hasOriginalAuthData in interface PulsarApi.CommandConnectOrBuilderpublic String getOriginalAuthData()
getOriginalAuthData in interface PulsarApi.CommandConnectOrBuilderpublic boolean hasOriginalAuthMethod()
hasOriginalAuthMethod in interface PulsarApi.CommandConnectOrBuilderpublic String getOriginalAuthMethod()
getOriginalAuthMethod in interface PulsarApi.CommandConnectOrBuilderpublic boolean hasFeatureFlags()
hasFeatureFlags in interface PulsarApi.CommandConnectOrBuilderpublic PulsarApi.FeatureFlags getFeatureFlags()
getFeatureFlags in interface PulsarApi.CommandConnectOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteOrBuilderpublic void writeTo(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteIOExceptionpublic void writeTo(ByteBufCodedOutputStream output) throws IOException
writeTo in interface ByteBufCodedOutputStream.ByteBufGeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface ByteBufCodedOutputStream.ByteBufGeneratedMessagegetSerializedSize in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLiteObjectStreamExceptionpublic static PulsarApi.CommandConnect parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandConnect parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandConnect parseFrom(byte[] data) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandConnect parseFrom(byte[] data, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandConnect parseFrom(InputStream input) throws IOException
IOExceptionpublic static PulsarApi.CommandConnect parseFrom(InputStream input, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PulsarApi.CommandConnect parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PulsarApi.CommandConnect parseDelimitedFrom(InputStream input, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PulsarApi.CommandConnect parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input) throws IOException
IOExceptionpublic static PulsarApi.CommandConnect parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PulsarApi.CommandConnect.Builder newBuilder()
public PulsarApi.CommandConnect.Builder newBuilderForType()
newBuilderForType in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLitepublic static PulsarApi.CommandConnect.Builder newBuilder(PulsarApi.CommandConnect prototype)
public PulsarApi.CommandConnect.Builder toBuilder()
toBuilder in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteCopyright © 2017–2021 Apache Software Foundation. All rights reserved.