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 class
Trace
Trace represents one simulated packet forwarding path.static class
Trace.Builder
Trace represents one simulated packet forwarding path.Methods in com.google.cloud.networkmanagement.v1 that return TraceOrBuilder Modifier and Type Method Description TraceOrBuilder
ReachabilityDetails.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.TraceOrBuilder
ReachabilityDetails. 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.TraceOrBuilder
ReachabilityDetailsOrBuilder. 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.
-