| Modifier and Type | Method and Description |
|---|---|
Trace.Builder |
Trace.Builder.addAllSteps(Iterable<? extends Step> values)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Trace.Builder |
Trace.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Trace.Builder |
Trace.Builder.addSteps(int index,
Step.Builder builderForValue)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Trace.Builder |
Trace.Builder.addSteps(int index,
Step value)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Trace.Builder |
Trace.Builder.addSteps(Step.Builder builderForValue)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Trace.Builder |
Trace.Builder.addSteps(Step value)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Trace.Builder |
ReachabilityDetails.Builder.addTracesBuilder()
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 |
ReachabilityDetails.Builder.addTracesBuilder(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.Builder |
Trace.Builder.clear() |
Trace.Builder |
Trace.Builder.clearEndpointInfo()
Derived from the source and destination endpoints definition specified by
user request, and validated by the data plane model.
|
Trace.Builder |
Trace.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Trace.Builder |
Trace.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Trace.Builder |
Trace.Builder.clearSteps()
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Trace.Builder |
Trace.Builder.clone() |
Trace.Builder |
ReachabilityDetails.Builder.getTracesBuilder(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.Builder |
Trace.Builder.mergeEndpointInfo(EndpointInfo value)
Derived from the source and destination endpoints definition specified by
user request, and validated by the data plane model.
|
Trace.Builder |
Trace.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Trace.Builder |
Trace.Builder.mergeFrom(com.google.protobuf.Message other) |
Trace.Builder |
Trace.Builder.mergeFrom(Trace other) |
Trace.Builder |
Trace.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Trace.Builder |
Trace.newBuilder() |
static Trace.Builder |
Trace.newBuilder(Trace prototype) |
Trace.Builder |
Trace.newBuilderForType() |
protected Trace.Builder |
Trace.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Trace.Builder |
Trace.Builder.removeSteps(int index)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Trace.Builder |
Trace.Builder.setEndpointInfo(EndpointInfo.Builder builderForValue)
Derived from the source and destination endpoints definition specified by
user request, and validated by the data plane model.
|
Trace.Builder |
Trace.Builder.setEndpointInfo(EndpointInfo value)
Derived from the source and destination endpoints definition specified by
user request, and validated by the data plane model.
|
Trace.Builder |
Trace.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Trace.Builder |
Trace.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Trace.Builder |
Trace.Builder.setSteps(int index,
Step.Builder builderForValue)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Trace.Builder |
Trace.Builder.setSteps(int index,
Step value)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Trace.Builder |
Trace.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Trace.Builder |
Trace.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Trace.Builder> |
ReachabilityDetails.Builder.getTracesBuilderList()
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.addTraces(int index,
Trace.Builder builderForValue)
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.Builder builderForValue)
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.setTraces(int index,
Trace.Builder builderForValue)
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.