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