public enum LinkKind extends java.lang.Enum<LinkKind> implements com.google.protobuf.ProtocolMessageEnum
kamon.apm.ingestion.v1.traces.LinkKind| Enum Constant and Description |
|---|
FOLLOWS_FROM
FOLLOWS_FROM = 1; |
| Modifier and Type | Field and Description |
|---|---|
static int |
FOLLOWS_FROM_VALUE
FOLLOWS_FROM = 1; |
| Modifier and Type | Method and Description |
|---|---|
static LinkKind |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<LinkKind> |
internalGetValueMap() |
static LinkKind |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static LinkKind |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LinkKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinkKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkKind FOLLOWS_FROM
FOLLOWS_FROM = 1;public static final int FOLLOWS_FROM_VALUE
FOLLOWS_FROM = 1;public static LinkKind[] values()
for (LinkKind c : LinkKind.values()) System.out.println(c);
public static LinkKind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static LinkKind valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static LinkKind forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<LinkKind> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static LinkKind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)