| Modifier and Type | Method and Description |
|---|---|
EndpointInfo.Builder |
EndpointInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EndpointInfo.Builder |
EndpointInfo.Builder.clear() |
EndpointInfo.Builder |
EndpointInfo.Builder.clearDestinationIp()
Destination IP address.
|
EndpointInfo.Builder |
EndpointInfo.Builder.clearDestinationNetworkUri()
URI of the network where this packet is sent to.
|
EndpointInfo.Builder |
EndpointInfo.Builder.clearDestinationPort()
Destination port.
|
EndpointInfo.Builder |
EndpointInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
EndpointInfo.Builder |
EndpointInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EndpointInfo.Builder |
EndpointInfo.Builder.clearProtocol()
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
|
EndpointInfo.Builder |
EndpointInfo.Builder.clearSourceAgentUri()
URI of the source telemetry agent this packet originates from.
|
EndpointInfo.Builder |
EndpointInfo.Builder.clearSourceIp()
Source IP address.
|
EndpointInfo.Builder |
EndpointInfo.Builder.clearSourceNetworkUri()
URI of the network where this packet originates from.
|
EndpointInfo.Builder |
EndpointInfo.Builder.clearSourcePort()
Source port.
|
EndpointInfo.Builder |
EndpointInfo.Builder.clone() |
EndpointInfo.Builder |
Step.Builder.getEndpointBuilder()
Display information of the source and destination under analysis.
|
EndpointInfo.Builder |
Trace.Builder.getEndpointInfoBuilder()
Derived from the source and destination endpoints definition specified by
user request, and validated by the data plane model.
|
EndpointInfo.Builder |
ProbingDetails.Builder.getEndpointInfoBuilder()
The source and destination endpoints derived from the test input and used
for active probing.
|
EndpointInfo.Builder |
EndpointInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EndpointInfo.Builder |
EndpointInfo.Builder.mergeFrom(EndpointInfo other) |
EndpointInfo.Builder |
EndpointInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
EndpointInfo.Builder |
EndpointInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static EndpointInfo.Builder |
EndpointInfo.newBuilder() |
static EndpointInfo.Builder |
EndpointInfo.newBuilder(EndpointInfo prototype) |
EndpointInfo.Builder |
EndpointInfo.newBuilderForType() |
protected EndpointInfo.Builder |
EndpointInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
EndpointInfo.Builder |
EndpointInfo.Builder.setDestinationIp(String value)
Destination IP address.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setDestinationIpBytes(com.google.protobuf.ByteString value)
Destination IP address.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setDestinationNetworkUri(String value)
URI of the network where this packet is sent to.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setDestinationNetworkUriBytes(com.google.protobuf.ByteString value)
URI of the network where this packet is sent to.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setDestinationPort(int value)
Destination port.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EndpointInfo.Builder |
EndpointInfo.Builder.setProtocol(String value)
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
|
EndpointInfo.Builder |
EndpointInfo.Builder.setProtocolBytes(com.google.protobuf.ByteString value)
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
|
EndpointInfo.Builder |
EndpointInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EndpointInfo.Builder |
EndpointInfo.Builder.setSourceAgentUri(String value)
URI of the source telemetry agent this packet originates from.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setSourceAgentUriBytes(com.google.protobuf.ByteString value)
URI of the source telemetry agent this packet originates from.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setSourceIp(String value)
Source IP address.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setSourceIpBytes(com.google.protobuf.ByteString value)
Source IP address.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setSourceNetworkUri(String value)
URI of the network where this packet originates from.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setSourceNetworkUriBytes(com.google.protobuf.ByteString value)
URI of the network where this packet originates from.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setSourcePort(int value)
Source port.
|
EndpointInfo.Builder |
EndpointInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EndpointInfo.Builder |
EndpointInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Step.Builder |
Step.Builder.setEndpoint(EndpointInfo.Builder builderForValue)
Display information of the source and destination under analysis.
|
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.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setEndpointInfo(EndpointInfo.Builder builderForValue)
The source and destination endpoints derived from the test input and used
for active probing.
|
Copyright © 2022 Google LLC. All rights reserved.