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