Uses of Class
com.google.cloud.networkmanagement.v1.Trace
-
Packages that use Trace Package Description com.google.cloud.networkmanagement.v1 A client to Network Management API -
-
Uses of Trace in com.google.cloud.networkmanagement.v1
Methods in com.google.cloud.networkmanagement.v1 that return Trace Modifier and Type Method Description TraceTrace.Builder. build()TraceTrace.Builder. buildPartial()static TraceTrace. getDefaultInstance()TraceTrace.Builder. getDefaultInstanceForType()TraceTrace. getDefaultInstanceForType()TraceReachabilityDetails.Builder. getTraces(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.TraceReachabilityDetails. getTraces(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.TraceReachabilityDetailsOrBuilder. getTraces(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.static TraceTrace. parseDelimitedFrom(InputStream input)static TraceTrace. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TraceTrace. parseFrom(byte[] data)static TraceTrace. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TraceTrace. parseFrom(com.google.protobuf.ByteString data)static TraceTrace. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TraceTrace. parseFrom(com.google.protobuf.CodedInputStream input)static TraceTrace. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TraceTrace. parseFrom(InputStream input)static TraceTrace. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TraceTrace. parseFrom(ByteBuffer data)static TraceTrace. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.networkmanagement.v1 that return types with arguments of type Trace Modifier and Type Method Description com.google.protobuf.Parser<Trace>Trace. getParserForType()List<Trace>ReachabilityDetails.Builder. getTracesList()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<Trace>ReachabilityDetails. getTracesList()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<Trace>ReachabilityDetailsOrBuilder. getTracesList()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.static com.google.protobuf.Parser<Trace>Trace. parser()Methods in com.google.cloud.networkmanagement.v1 with parameters of type Trace Modifier and Type Method Description ReachabilityDetails.BuilderReachabilityDetails.Builder. addTraces(int index, Trace value)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.ReachabilityDetails.BuilderReachabilityDetails.Builder. addTraces(Trace value)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.Trace.BuilderTrace.Builder. mergeFrom(Trace other)static Trace.BuilderTrace. newBuilder(Trace prototype)ReachabilityDetails.BuilderReachabilityDetails.Builder. setTraces(int index, Trace value)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.Method parameters in com.google.cloud.networkmanagement.v1 with type arguments of type Trace Modifier and Type Method Description ReachabilityDetails.BuilderReachabilityDetails.Builder. addAllTraces(Iterable<? extends Trace> values)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.
-