public interface ProbingDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAbortCause()
public abstract ProbingDetails.ProbingAbortCause getAbortCause()The reason probing was aborted.
.google.cloud.networkmanagement.v1.ProbingDetails.ProbingAbortCause abort_cause = 4;
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.ProbingAbortCause |
The abortCause. |
getAbortCauseValue()
public abstract int getAbortCauseValue()The reason probing was aborted.
.google.cloud.networkmanagement.v1.ProbingDetails.ProbingAbortCause abort_cause = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for abortCause. |
getDestinationEgressLocation()
public abstract ProbingDetails.EdgeLocation getDestinationEgressLocation()The EdgeLocation from which a packet, destined to the internet, will egress the Google network. This will only be populated for a connectivity test which has an internet destination address. The absence of this field must not be used as an indication that the destination is part of the Google network.
.google.cloud.networkmanagement.v1.ProbingDetails.EdgeLocation destination_egress_location = 9;
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
The destinationEgressLocation. |
getDestinationEgressLocationOrBuilder()
public abstract ProbingDetails.EdgeLocationOrBuilder getDestinationEgressLocationOrBuilder()The EdgeLocation from which a packet, destined to the internet, will egress the Google network. This will only be populated for a connectivity test which has an internet destination address. The absence of this field must not be used as an indication that the destination is part of the Google network.
.google.cloud.networkmanagement.v1.ProbingDetails.EdgeLocation destination_egress_location = 9;
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocationOrBuilder |
|
getEdgeResponses(int index)
public abstract ProbingDetails.SingleEdgeResponse getEdgeResponses(int index)Probing results for all edge devices.
repeated .google.cloud.networkmanagement.v1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.SingleEdgeResponse |
|
getEdgeResponsesCount()
public abstract int getEdgeResponsesCount()Probing results for all edge devices.
repeated .google.cloud.networkmanagement.v1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEdgeResponsesList()
public abstract List<ProbingDetails.SingleEdgeResponse> getEdgeResponsesList()Probing results for all edge devices.
repeated .google.cloud.networkmanagement.v1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
| Returns | |
|---|---|
| Type | Description |
List<SingleEdgeResponse> |
|
getEdgeResponsesOrBuilder(int index)
public abstract ProbingDetails.SingleEdgeResponseOrBuilder getEdgeResponsesOrBuilder(int index)Probing results for all edge devices.
repeated .google.cloud.networkmanagement.v1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.SingleEdgeResponseOrBuilder |
|
getEdgeResponsesOrBuilderList()
public abstract List<? extends ProbingDetails.SingleEdgeResponseOrBuilder> getEdgeResponsesOrBuilderList()Probing results for all edge devices.
repeated .google.cloud.networkmanagement.v1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networkmanagement.v1.ProbingDetails.SingleEdgeResponseOrBuilder> |
|
getEndpointInfo()
public abstract EndpointInfo getEndpointInfo()The source and destination endpoints derived from the test input and used for active probing.
.google.cloud.networkmanagement.v1.EndpointInfo endpoint_info = 7;
| Returns | |
|---|---|
| Type | Description |
EndpointInfo |
The endpointInfo. |
getEndpointInfoOrBuilder()
public abstract EndpointInfoOrBuilder getEndpointInfoOrBuilder()The source and destination endpoints derived from the test input and used for active probing.
.google.cloud.networkmanagement.v1.EndpointInfo endpoint_info = 7;
| Returns | |
|---|---|
| Type | Description |
EndpointInfoOrBuilder |
|
getError()
public abstract Status getError()Details about an internal failure or the cancellation of active probing.
.google.rpc.Status error = 3;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The error. |
getErrorOrBuilder()
public abstract StatusOrBuilder getErrorOrBuilder()Details about an internal failure or the cancellation of active probing.
.google.rpc.Status error = 3;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getProbedAllDevices()
public abstract boolean getProbedAllDevices()Whether all relevant edge devices were probed.
bool probed_all_devices = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
The probedAllDevices. |
getProbingLatency()
public abstract LatencyDistribution getProbingLatency()Latency as measured by active probing in one direction: from the source to the destination endpoint.
.google.cloud.networkmanagement.v1.LatencyDistribution probing_latency = 8;
| Returns | |
|---|---|
| Type | Description |
LatencyDistribution |
The probingLatency. |
getProbingLatencyOrBuilder()
public abstract LatencyDistributionOrBuilder getProbingLatencyOrBuilder()Latency as measured by active probing in one direction: from the source to the destination endpoint.
.google.cloud.networkmanagement.v1.LatencyDistribution probing_latency = 8;
| Returns | |
|---|---|
| Type | Description |
LatencyDistributionOrBuilder |
|
getResult()
public abstract ProbingDetails.ProbingResult getResult()The overall result of active probing.
.google.cloud.networkmanagement.v1.ProbingDetails.ProbingResult result = 1;
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.ProbingResult |
The result. |
getResultValue()
public abstract int getResultValue()The overall result of active probing.
.google.cloud.networkmanagement.v1.ProbingDetails.ProbingResult result = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for result. |
getSentProbeCount()
public abstract int getSentProbeCount()Number of probes sent.
int32 sent_probe_count = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The sentProbeCount. |
getSuccessfulProbeCount()
public abstract int getSuccessfulProbeCount()Number of probes that reached the destination.
int32 successful_probe_count = 6;
| Returns | |
|---|---|
| Type | Description |
int |
The successfulProbeCount. |
getVerifyTime()
public abstract Timestamp getVerifyTime()The time that reachability was assessed through active probing.
.google.protobuf.Timestamp verify_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The verifyTime. |
getVerifyTimeOrBuilder()
public abstract TimestampOrBuilder getVerifyTimeOrBuilder()The time that reachability was assessed through active probing.
.google.protobuf.Timestamp verify_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasDestinationEgressLocation()
public abstract boolean hasDestinationEgressLocation()The EdgeLocation from which a packet, destined to the internet, will egress the Google network. This will only be populated for a connectivity test which has an internet destination address. The absence of this field must not be used as an indication that the destination is part of the Google network.
.google.cloud.networkmanagement.v1.ProbingDetails.EdgeLocation destination_egress_location = 9;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the destinationEgressLocation field is set. |
hasEndpointInfo()
public abstract boolean hasEndpointInfo()The source and destination endpoints derived from the test input and used for active probing.
.google.cloud.networkmanagement.v1.EndpointInfo endpoint_info = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endpointInfo field is set. |
hasError()
public abstract boolean hasError()Details about an internal failure or the cancellation of active probing.
.google.rpc.Status error = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the error field is set. |
hasProbingLatency()
public abstract boolean hasProbingLatency()Latency as measured by active probing in one direction: from the source to the destination endpoint.
.google.cloud.networkmanagement.v1.LatencyDistribution probing_latency = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the probingLatency field is set. |
hasVerifyTime()
public abstract boolean hasVerifyTime()The time that reachability was assessed through active probing.
.google.protobuf.Timestamp verify_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the verifyTime field is set. |