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