Uses of Class
com.google.cloud.networkmanagement.v1beta1.ForwardInfo.Target
-
Packages that use ForwardInfo.Target Package Description com.google.cloud.networkmanagement.v1beta1 A client to Network Management API -
-
Uses of ForwardInfo.Target in com.google.cloud.networkmanagement.v1beta1
Methods in com.google.cloud.networkmanagement.v1beta1 that return ForwardInfo.Target Modifier and Type Method Description static ForwardInfo.TargetForwardInfo.Target. forNumber(int value)ForwardInfo.TargetForwardInfo.Builder. getTarget()Target type where this packet is forwarded to.ForwardInfo.TargetForwardInfo. getTarget()Target type where this packet is forwarded to.ForwardInfo.TargetForwardInfoOrBuilder. getTarget()Target type where this packet is forwarded to.static ForwardInfo.TargetForwardInfo.Target. valueOf(int value)Deprecated.static ForwardInfo.TargetForwardInfo.Target. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ForwardInfo.TargetForwardInfo.Target. valueOf(String name)Returns the enum constant of this type with the specified name.static ForwardInfo.Target[]ForwardInfo.Target. 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 ForwardInfo.Target Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ForwardInfo.Target>ForwardInfo.Target. internalGetValueMap()Methods in com.google.cloud.networkmanagement.v1beta1 with parameters of type ForwardInfo.Target Modifier and Type Method Description ForwardInfo.BuilderForwardInfo.Builder. setTarget(ForwardInfo.Target value)Target type where this packet is forwarded to.
-