| Modifier and Type | Method and Description |
|---|---|
Trace |
Trace.Builder.build() |
Trace |
Trace.Builder.buildPartial() |
static Trace |
Trace.getDefaultInstance() |
Trace |
Trace.getDefaultInstanceForType() |
Trace |
Trace.Builder.getDefaultInstanceForType() |
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 |
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 |
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(ByteBuffer data) |
static Trace |
Trace.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Trace> |
Trace.getParserForType() |
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> |
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> |
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() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.