Uses of Interface
com.google.cloud.networkmanagement.v1.TraceOrBuilder
-
Packages that use TraceOrBuilder Package Description com.google.cloud.networkmanagement.v1 A client to Network Management API -
-
Uses of TraceOrBuilder in com.google.cloud.networkmanagement.v1
Classes in com.google.cloud.networkmanagement.v1 that implement TraceOrBuilder Modifier and Type Class Description classTraceTrace represents one simulated packet forwarding path.static classTrace.BuilderTrace represents one simulated packet forwarding path.Methods in com.google.cloud.networkmanagement.v1 that return TraceOrBuilder Modifier and Type Method Description TraceOrBuilderReachabilityDetails.Builder. getTracesOrBuilder(int index)Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.TraceOrBuilderReachabilityDetails. getTracesOrBuilder(int index)Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.TraceOrBuilderReachabilityDetailsOrBuilder. getTracesOrBuilder(int index)Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.Methods in com.google.cloud.networkmanagement.v1 that return types with arguments of type TraceOrBuilder Modifier and Type Method Description List<? extends TraceOrBuilder>ReachabilityDetails.Builder. getTracesOrBuilderList()Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.List<? extends TraceOrBuilder>ReachabilityDetails. getTracesOrBuilderList()Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.List<? extends TraceOrBuilder>ReachabilityDetailsOrBuilder. getTracesOrBuilderList()Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.
-