Uses of Class
com.google.cloud.networkmanagement.v1beta1.Trace
-
Packages that use Trace Package Description com.google.cloud.networkmanagement.v1beta1 A client to Network Management API -
-
Uses of Trace in com.google.cloud.networkmanagement.v1beta1
Methods in com.google.cloud.networkmanagement.v1beta1 that return Trace Modifier and Type Method Description Trace
Trace.Builder. build()
Trace
Trace.Builder. buildPartial()
static Trace
Trace. getDefaultInstance()
Trace
Trace.Builder. getDefaultInstanceForType()
Trace
Trace. getDefaultInstanceForType()
Trace
ReachabilityDetails.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.Trace
ReachabilityDetails. 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.Trace
ReachabilityDetailsOrBuilder. 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 Trace
Trace. parseDelimitedFrom(InputStream input)
static Trace
Trace. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Trace
Trace. parseFrom(byte[] data)
static Trace
Trace. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Trace
Trace. parseFrom(com.google.protobuf.ByteString data)
static Trace
Trace. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Trace
Trace. parseFrom(com.google.protobuf.CodedInputStream input)
static Trace
Trace. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Trace
Trace. parseFrom(InputStream input)
static Trace
Trace. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Trace
Trace. parseFrom(ByteBuffer data)
static Trace
Trace. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkmanagement.v1beta1 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.v1beta1 with parameters of type Trace Modifier and Type Method Description ReachabilityDetails.Builder
ReachabilityDetails.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.Builder
ReachabilityDetails.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.Builder
Trace.Builder. mergeFrom(Trace other)
static Trace.Builder
Trace. newBuilder(Trace prototype)
ReachabilityDetails.Builder
ReachabilityDetails.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.v1beta1 with type arguments of type Trace Modifier and Type Method Description ReachabilityDetails.Builder
ReachabilityDetails.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.
-