public enum DetectPoint extends Enum<DetectPoint> implements com.google.protobuf.ProtocolMessageEnum
In most cases, detect point should be `server` or `client`. Even in service mesh, this means `server`/`client` side sidecar `proxy` is reserved only.Protobuf enum
skywalking.v3.DetectPoint| Enum Constant and Description |
|---|
client
client = 0; |
proxy
proxy = 2; |
server
server = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
client_VALUE
client = 0; |
static int |
proxy_VALUE
proxy = 2; |
static int |
server_VALUE
server = 1; |
| Modifier and Type | Method and Description |
|---|---|
static DetectPoint |
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<DetectPoint> |
internalGetValueMap() |
static DetectPoint |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DetectPoint |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DetectPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectPoint client
client = 0;public static final DetectPoint server
server = 1;public static final DetectPoint proxy
proxy = 2;public static final DetectPoint UNRECOGNIZED
public static final int client_VALUE
client = 0;public static final int server_VALUE
server = 1;public static final int proxy_VALUE
proxy = 2;public static DetectPoint[] values()
for (DetectPoint c : DetectPoint.values()) System.out.println(c);
public static DetectPoint 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 com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static DetectPoint valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DetectPoint forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DetectPoint> 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 DetectPoint valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 The Apache Software Foundation. All rights reserved.