| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
EndpointInfo.Builder.build() |
EndpointInfo |
EndpointInfo.Builder.buildPartial() |
static EndpointInfo |
EndpointInfo.getDefaultInstance() |
EndpointInfo |
EndpointInfo.getDefaultInstanceForType() |
EndpointInfo |
EndpointInfo.Builder.getDefaultInstanceForType() |
EndpointInfo |
StepOrBuilder.getEndpoint()
Display information of the source and destination under analysis.
|
EndpointInfo |
Step.getEndpoint()
Display information of the source and destination under analysis.
|
EndpointInfo |
Step.Builder.getEndpoint()
Display information of the source and destination under analysis.
|
EndpointInfo |
Trace.getEndpointInfo()
Derived from the source and destination endpoints definition specified by
user request, and validated by the data plane model.
|
EndpointInfo |
Trace.Builder.getEndpointInfo()
Derived from the source and destination endpoints definition specified by
user request, and validated by the data plane model.
|
EndpointInfo |
TraceOrBuilder.getEndpointInfo()
Derived from the source and destination endpoints definition specified by
user request, and validated by the data plane model.
|
EndpointInfo |
ProbingDetails.getEndpointInfo()
The source and destination endpoints derived from the test input and used
for active probing.
|
EndpointInfo |
ProbingDetails.Builder.getEndpointInfo()
The source and destination endpoints derived from the test input and used
for active probing.
|
EndpointInfo |
ProbingDetailsOrBuilder.getEndpointInfo()
The source and destination endpoints derived from the test input and used
for active probing.
|
static EndpointInfo |
EndpointInfo.parseDelimitedFrom(InputStream input) |
static EndpointInfo |
EndpointInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EndpointInfo |
EndpointInfo.parseFrom(byte[] data) |
static EndpointInfo |
EndpointInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EndpointInfo |
EndpointInfo.parseFrom(ByteBuffer data) |
static EndpointInfo |
EndpointInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EndpointInfo |
EndpointInfo.parseFrom(com.google.protobuf.ByteString data) |
static EndpointInfo |
EndpointInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EndpointInfo |
EndpointInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static EndpointInfo |
EndpointInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EndpointInfo |
EndpointInfo.parseFrom(InputStream input) |
static EndpointInfo |
EndpointInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<EndpointInfo> |
EndpointInfo.getParserForType() |
static com.google.protobuf.Parser<EndpointInfo> |
EndpointInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
Step.Builder |
Step.Builder.mergeEndpoint(EndpointInfo value)
Display information of the source and destination under analysis.
|
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.
|
ProbingDetails.Builder |
ProbingDetails.Builder.mergeEndpointInfo(EndpointInfo value)
The source and destination endpoints derived from the test input and used
for active probing.
|
EndpointInfo.Builder |
EndpointInfo.Builder.mergeFrom(EndpointInfo other) |
static EndpointInfo.Builder |
EndpointInfo.newBuilder(EndpointInfo prototype) |
Step.Builder |
Step.Builder.setEndpoint(EndpointInfo value)
Display information of the source and destination under analysis.
|
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.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setEndpointInfo(EndpointInfo value)
The source and destination endpoints derived from the test input and used
for active probing.
|
Copyright © 2022 Google LLC. All rights reserved.