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