public static final class ProbingDetails.Builder extends GeneratedMessageV3.Builder<ProbingDetails.Builder> implements ProbingDetailsOrBuilder
Results of active probing from the last run of the test.
Protobuf type google.cloud.networkmanagement.v1beta1.ProbingDetails
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ProbingDetails.BuilderImplements
ProbingDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProbingDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProbingDetails.Builder |
build()
public ProbingDetails build()
Type | Description |
ProbingDetails |
buildPartial()
public ProbingDetails buildPartial()
Type | Description |
ProbingDetails |
clear()
public ProbingDetails.Builder clear()
Type | Description |
ProbingDetails.Builder |
clearAbortCause()
public ProbingDetails.Builder clearAbortCause()
The reason probing was aborted.
.google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingAbortCause abort_cause = 4;
Type | Description |
ProbingDetails.Builder | This builder for chaining. |
clearDestinationEgressLocation()
public ProbingDetails.Builder clearDestinationEgressLocation()
The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field must not be used as an indication that the destination/source is part of the Google network.
.google.cloud.networkmanagement.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
Type | Description |
ProbingDetails.Builder |
clearEndpointInfo()
public ProbingDetails.Builder clearEndpointInfo()
The source and destination endpoints derived from the test input and used for active probing.
.google.cloud.networkmanagement.v1beta1.EndpointInfo endpoint_info = 7;
Type | Description |
ProbingDetails.Builder |
clearError()
public ProbingDetails.Builder clearError()
Details about an internal failure or the cancellation of active probing.
.google.rpc.Status error = 3;
Type | Description |
ProbingDetails.Builder |
clearField(Descriptors.FieldDescriptor field)
public ProbingDetails.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ProbingDetails.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ProbingDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ProbingDetails.Builder |
clearProbingLatency()
public ProbingDetails.Builder clearProbingLatency()
Latency as measured by active probing in one direction: from the source to the destination endpoint.
.google.cloud.networkmanagement.v1beta1.LatencyDistribution probing_latency = 8;
Type | Description |
ProbingDetails.Builder |
clearResult()
public ProbingDetails.Builder clearResult()
The overall result of active probing.
.google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingResult result = 1;
Type | Description |
ProbingDetails.Builder | This builder for chaining. |
clearSentProbeCount()
public ProbingDetails.Builder clearSentProbeCount()
Number of probes sent.
int32 sent_probe_count = 5;
Type | Description |
ProbingDetails.Builder | This builder for chaining. |
clearSuccessfulProbeCount()
public ProbingDetails.Builder clearSuccessfulProbeCount()
Number of probes that reached the destination.
int32 successful_probe_count = 6;
Type | Description |
ProbingDetails.Builder | This builder for chaining. |
clearVerifyTime()
public ProbingDetails.Builder clearVerifyTime()
The time that reachability was assessed through active probing.
.google.protobuf.Timestamp verify_time = 2;
Type | Description |
ProbingDetails.Builder |
clone()
public ProbingDetails.Builder clone()
Type | Description |
ProbingDetails.Builder |
getAbortCause()
public ProbingDetails.ProbingAbortCause getAbortCause()
The reason probing was aborted.
.google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingAbortCause abort_cause = 4;
Type | Description |
ProbingDetails.ProbingAbortCause | The abortCause. |
getAbortCauseValue()
public int getAbortCauseValue()
The reason probing was aborted.
.google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingAbortCause abort_cause = 4;
Type | Description |
int | The enum numeric value on the wire for abortCause. |
getDefaultInstanceForType()
public ProbingDetails getDefaultInstanceForType()
Type | Description |
ProbingDetails |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDestinationEgressLocation()
public ProbingDetails.EdgeLocation getDestinationEgressLocation()
The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field must not be used as an indication that the destination/source is part of the Google network.
.google.cloud.networkmanagement.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
Type | Description |
ProbingDetails.EdgeLocation | The destinationEgressLocation. |
getDestinationEgressLocationBuilder()
public ProbingDetails.EdgeLocation.Builder getDestinationEgressLocationBuilder()
The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field must not be used as an indication that the destination/source is part of the Google network.
.google.cloud.networkmanagement.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
Type | Description |
ProbingDetails.EdgeLocation.Builder |
getDestinationEgressLocationOrBuilder()
public ProbingDetails.EdgeLocationOrBuilder getDestinationEgressLocationOrBuilder()
The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field must not be used as an indication that the destination/source is part of the Google network.
.google.cloud.networkmanagement.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
Type | Description |
ProbingDetails.EdgeLocationOrBuilder |
getEndpointInfo()
public EndpointInfo getEndpointInfo()
The source and destination endpoints derived from the test input and used for active probing.
.google.cloud.networkmanagement.v1beta1.EndpointInfo endpoint_info = 7;
Type | Description |
EndpointInfo | The endpointInfo. |
getEndpointInfoBuilder()
public EndpointInfo.Builder getEndpointInfoBuilder()
The source and destination endpoints derived from the test input and used for active probing.
.google.cloud.networkmanagement.v1beta1.EndpointInfo endpoint_info = 7;
Type | Description |
EndpointInfo.Builder |
getEndpointInfoOrBuilder()
public EndpointInfoOrBuilder getEndpointInfoOrBuilder()
The source and destination endpoints derived from the test input and used for active probing.
.google.cloud.networkmanagement.v1beta1.EndpointInfo endpoint_info = 7;
Type | Description |
EndpointInfoOrBuilder |
getError()
public Status getError()
Details about an internal failure or the cancellation of active probing.
.google.rpc.Status error = 3;
Type | Description |
com.google.rpc.Status | The error. |
getErrorBuilder()
public Status.Builder getErrorBuilder()
Details about an internal failure or the cancellation of active probing.
.google.rpc.Status error = 3;
Type | Description |
com.google.rpc.Status.Builder |
getErrorOrBuilder()
public StatusOrBuilder getErrorOrBuilder()
Details about an internal failure or the cancellation of active probing.
.google.rpc.Status error = 3;
Type | Description |
com.google.rpc.StatusOrBuilder |
getProbingLatency()
public LatencyDistribution getProbingLatency()
Latency as measured by active probing in one direction: from the source to the destination endpoint.
.google.cloud.networkmanagement.v1beta1.LatencyDistribution probing_latency = 8;
Type | Description |
LatencyDistribution | The probingLatency. |
getProbingLatencyBuilder()
public LatencyDistribution.Builder getProbingLatencyBuilder()
Latency as measured by active probing in one direction: from the source to the destination endpoint.
.google.cloud.networkmanagement.v1beta1.LatencyDistribution probing_latency = 8;
Type | Description |
LatencyDistribution.Builder |
getProbingLatencyOrBuilder()
public LatencyDistributionOrBuilder getProbingLatencyOrBuilder()
Latency as measured by active probing in one direction: from the source to the destination endpoint.
.google.cloud.networkmanagement.v1beta1.LatencyDistribution probing_latency = 8;
Type | Description |
LatencyDistributionOrBuilder |
getResult()
public ProbingDetails.ProbingResult getResult()
The overall result of active probing.
.google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingResult result = 1;
Type | Description |
ProbingDetails.ProbingResult | The result. |
getResultValue()
public int getResultValue()
The overall result of active probing.
.google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingResult result = 1;
Type | Description |
int | The enum numeric value on the wire for result. |
getSentProbeCount()
public int getSentProbeCount()
Number of probes sent.
int32 sent_probe_count = 5;
Type | Description |
int | The sentProbeCount. |
getSuccessfulProbeCount()
public int getSuccessfulProbeCount()
Number of probes that reached the destination.
int32 successful_probe_count = 6;
Type | Description |
int | The successfulProbeCount. |
getVerifyTime()
public Timestamp getVerifyTime()
The time that reachability was assessed through active probing.
.google.protobuf.Timestamp verify_time = 2;
Type | Description |
Timestamp | The verifyTime. |
getVerifyTimeBuilder()
public Timestamp.Builder getVerifyTimeBuilder()
The time that reachability was assessed through active probing.
.google.protobuf.Timestamp verify_time = 2;
Type | Description |
Builder |
getVerifyTimeOrBuilder()
public TimestampOrBuilder getVerifyTimeOrBuilder()
The time that reachability was assessed through active probing.
.google.protobuf.Timestamp verify_time = 2;
Type | Description |
TimestampOrBuilder |
hasDestinationEgressLocation()
public boolean hasDestinationEgressLocation()
The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field must not be used as an indication that the destination/source is part of the Google network.
.google.cloud.networkmanagement.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
Type | Description |
boolean | Whether the destinationEgressLocation field is set. |
hasEndpointInfo()
public boolean hasEndpointInfo()
The source and destination endpoints derived from the test input and used for active probing.
.google.cloud.networkmanagement.v1beta1.EndpointInfo endpoint_info = 7;
Type | Description |
boolean | Whether the endpointInfo field is set. |
hasError()
public boolean hasError()
Details about an internal failure or the cancellation of active probing.
.google.rpc.Status error = 3;
Type | Description |
boolean | Whether the error field is set. |
hasProbingLatency()
public boolean hasProbingLatency()
Latency as measured by active probing in one direction: from the source to the destination endpoint.
.google.cloud.networkmanagement.v1beta1.LatencyDistribution probing_latency = 8;
Type | Description |
boolean | Whether the probingLatency field is set. |