| Modifier and Type | Method and Description |
|---|---|
ProbingDetails.Builder |
ProbingDetails.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProbingDetails.Builder |
ProbingDetails.Builder.clear() |
ProbingDetails.Builder |
ProbingDetails.Builder.clearAbortCause()
The reason probing was aborted.
|
ProbingDetails.Builder |
ProbingDetails.Builder.clearDestinationEgressLocation()
The EdgeLocation from which a packet destined for/originating from the
internet will egress/ingress the Google network.
|
ProbingDetails.Builder |
ProbingDetails.Builder.clearEndpointInfo()
The source and destination endpoints derived from the test input and used
for active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.clearError()
Details about an internal failure or the cancellation of active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProbingDetails.Builder |
ProbingDetails.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProbingDetails.Builder |
ProbingDetails.Builder.clearProbingLatency()
Latency as measured by active probing in one direction:
from the source to the destination endpoint.
|
ProbingDetails.Builder |
ProbingDetails.Builder.clearResult()
The overall result of active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.clearSentProbeCount()
Number of probes sent.
|
ProbingDetails.Builder |
ProbingDetails.Builder.clearSuccessfulProbeCount()
Number of probes that reached the destination.
|
ProbingDetails.Builder |
ProbingDetails.Builder.clearVerifyTime()
The time that reachability was assessed through active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.clone() |
ProbingDetails.Builder |
ConnectivityTest.Builder.getProbingDetailsBuilder()
Output only.
|
ProbingDetails.Builder |
ProbingDetails.Builder.mergeDestinationEgressLocation(ProbingDetails.EdgeLocation value)
The EdgeLocation from which a packet destined for/originating from the
internet will egress/ingress the Google network.
|
ProbingDetails.Builder |
ProbingDetails.Builder.mergeEndpointInfo(EndpointInfo value)
The source and destination endpoints derived from the test input and used
for active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.mergeError(com.google.rpc.Status value)
Details about an internal failure or the cancellation of active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProbingDetails.Builder |
ProbingDetails.Builder.mergeFrom(com.google.protobuf.Message other) |
ProbingDetails.Builder |
ProbingDetails.Builder.mergeFrom(ProbingDetails other) |
ProbingDetails.Builder |
ProbingDetails.Builder.mergeProbingLatency(LatencyDistribution value)
Latency as measured by active probing in one direction:
from the source to the destination endpoint.
|
ProbingDetails.Builder |
ProbingDetails.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProbingDetails.Builder |
ProbingDetails.Builder.mergeVerifyTime(com.google.protobuf.Timestamp value)
The time that reachability was assessed through active probing.
|
static ProbingDetails.Builder |
ProbingDetails.newBuilder() |
static ProbingDetails.Builder |
ProbingDetails.newBuilder(ProbingDetails prototype) |
ProbingDetails.Builder |
ProbingDetails.newBuilderForType() |
protected ProbingDetails.Builder |
ProbingDetails.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ProbingDetails.Builder |
ProbingDetails.Builder.setAbortCause(ProbingDetails.ProbingAbortCause value)
The reason probing was aborted.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setAbortCauseValue(int value)
The reason probing was aborted.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setDestinationEgressLocation(ProbingDetails.EdgeLocation.Builder builderForValue)
The EdgeLocation from which a packet destined for/originating from the
internet will egress/ingress the Google network.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setDestinationEgressLocation(ProbingDetails.EdgeLocation value)
The EdgeLocation from which a packet destined for/originating from the
internet will egress/ingress the Google network.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setEndpointInfo(EndpointInfo.Builder builderForValue)
The source and destination endpoints derived from the test input and used
for active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setEndpointInfo(EndpointInfo value)
The source and destination endpoints derived from the test input and used
for active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setError(com.google.rpc.Status.Builder builderForValue)
Details about an internal failure or the cancellation of active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setError(com.google.rpc.Status value)
Details about an internal failure or the cancellation of active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProbingDetails.Builder |
ProbingDetails.Builder.setProbingLatency(LatencyDistribution.Builder builderForValue)
Latency as measured by active probing in one direction:
from the source to the destination endpoint.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setProbingLatency(LatencyDistribution value)
Latency as measured by active probing in one direction:
from the source to the destination endpoint.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProbingDetails.Builder |
ProbingDetails.Builder.setResult(ProbingDetails.ProbingResult value)
The overall result of active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setResultValue(int value)
The overall result of active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setSentProbeCount(int value)
Number of probes sent.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setSuccessfulProbeCount(int value)
Number of probes that reached the destination.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProbingDetails.Builder |
ProbingDetails.Builder.setVerifyTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time that reachability was assessed through active probing.
|
ProbingDetails.Builder |
ProbingDetails.Builder.setVerifyTime(com.google.protobuf.Timestamp value)
The time that reachability was assessed through active probing.
|
ProbingDetails.Builder |
ProbingDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ConnectivityTest.Builder |
ConnectivityTest.Builder.setProbingDetails(ProbingDetails.Builder builderForValue)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.