public static enum PulsarApi.CommandLookupTopicResponse.LookupType extends Enum<PulsarApi.CommandLookupTopicResponse.LookupType> implements org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLite
| Modifier and Type | Field and Description |
|---|---|
static int |
Connect_VALUE |
static int |
Failed_VALUE |
static int |
Redirect_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber() |
static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.CommandLookupTopicResponse.LookupType> |
internalGetValueMap() |
static PulsarApi.CommandLookupTopicResponse.LookupType |
valueOf(int value) |
static PulsarApi.CommandLookupTopicResponse.LookupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarApi.CommandLookupTopicResponse.LookupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PulsarApi.CommandLookupTopicResponse.LookupType Redirect
public static final PulsarApi.CommandLookupTopicResponse.LookupType Connect
public static final PulsarApi.CommandLookupTopicResponse.LookupType Failed
public static final int Redirect_VALUE
public static final int Connect_VALUE
public static final int Failed_VALUE
public static PulsarApi.CommandLookupTopicResponse.LookupType[] values()
for (PulsarApi.CommandLookupTopicResponse.LookupType c : PulsarApi.CommandLookupTopicResponse.LookupType.values()) System.out.println(c);
public static PulsarApi.CommandLookupTopicResponse.LookupType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLitepublic static PulsarApi.CommandLookupTopicResponse.LookupType valueOf(int value)
public static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.CommandLookupTopicResponse.LookupType> internalGetValueMap()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.