public static enum PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType extends Enum<PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType> implements org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLite
| Modifier and Type | Field and Description |
|---|---|
static int |
Failed_VALUE |
static int |
Success_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber() |
static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType> |
internalGetValueMap() |
static PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType |
valueOf(int value) |
static PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType Success
public static final PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType Failed
public static final int Success_VALUE
public static final int Failed_VALUE
public static PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType[] values()
for (PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType c : PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType.values()) System.out.println(c);
public static PulsarApi.CommandPartitionedTopicMetadataResponse.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.CommandPartitionedTopicMetadataResponse.LookupType valueOf(int value)
public static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.CommandPartitionedTopicMetadataResponse.LookupType> internalGetValueMap()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.