| Modifier and Type | Method and Description |
|---|---|
static DropInfo.Cause |
DropInfo.Cause.forNumber(int value) |
DropInfo.Cause |
DropInfo.getCause()
Cause that the packet is dropped.
|
DropInfo.Cause |
DropInfo.Builder.getCause()
Cause that the packet is dropped.
|
DropInfo.Cause |
DropInfoOrBuilder.getCause()
Cause that the packet is dropped.
|
static DropInfo.Cause |
DropInfo.Cause.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DropInfo.Cause |
DropInfo.Cause.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DropInfo.Cause |
DropInfo.Cause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropInfo.Cause[] |
DropInfo.Cause.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<DropInfo.Cause> |
DropInfo.Cause.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DropInfo.Builder |
DropInfo.Builder.setCause(DropInfo.Cause value)
Cause that the packet is dropped.
|
Copyright © 2022 Google LLC. All rights reserved.