| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.event.v3 |
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.forNumber(int value) |
Type |
Event.getType()
The type of the event.
|
Type |
Event.Builder.getType()
The type of the event.
|
Type |
EventOrBuilder.getType()
The type of the event.
|
static Type |
Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Type |
Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Type> |
Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.setType(Type value)
The type of the event.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.