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