Uses of Class
com.google.cloud.networkmanagement.v1.DropInfo.Cause
-
Packages that use DropInfo.Cause Package Description com.google.cloud.networkmanagement.v1 A client to Network Management API -
-
Uses of DropInfo.Cause in com.google.cloud.networkmanagement.v1
Methods in com.google.cloud.networkmanagement.v1 that return DropInfo.Cause Modifier and Type Method Description static DropInfo.Cause
DropInfo.Cause. forNumber(int value)
DropInfo.Cause
DropInfo.Builder. getCause()
Cause that the packet is dropped.DropInfo.Cause
DropInfo. getCause()
Cause that the packet is dropped.DropInfo.Cause
DropInfoOrBuilder. getCause()
Cause that the packet is dropped.static DropInfo.Cause
DropInfo.Cause. valueOf(int value)
Deprecated.static DropInfo.Cause
DropInfo.Cause. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.networkmanagement.v1 that return types with arguments of type DropInfo.Cause Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DropInfo.Cause>
DropInfo.Cause. internalGetValueMap()
Methods in com.google.cloud.networkmanagement.v1 with parameters of type DropInfo.Cause Modifier and Type Method Description DropInfo.Builder
DropInfo.Builder. setCause(DropInfo.Cause value)
Cause that the packet is dropped.
-