- 1.79.0 (latest)
- 1.77.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.71.0
- 1.69.0
- 1.68.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.61.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.1.10
public static final class ProbingDetails.Builder extends GeneratedMessageV3.Builder<ProbingDetails.Builder> implements ProbingDetailsOrBuilderResults 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()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllEdgeResponses(Iterable<? extends ProbingDetails.SingleEdgeResponse> values)
public ProbingDetails.Builder addAllEdgeResponses(Iterable<? extends ProbingDetails.SingleEdgeResponse> values)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<? extends com.google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse> | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
addEdgeResponses(ProbingDetails.SingleEdgeResponse value)
public ProbingDetails.Builder addEdgeResponses(ProbingDetails.SingleEdgeResponse value)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ProbingDetails.SingleEdgeResponse | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
addEdgeResponses(ProbingDetails.SingleEdgeResponse.Builder builderForValue)
public ProbingDetails.Builder addEdgeResponses(ProbingDetails.SingleEdgeResponse.Builder builderForValue)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | ProbingDetails.SingleEdgeResponse.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
addEdgeResponses(int index, ProbingDetails.SingleEdgeResponse value)
public ProbingDetails.Builder addEdgeResponses(int index, ProbingDetails.SingleEdgeResponse value)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | ProbingDetails.SingleEdgeResponse | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
addEdgeResponses(int index, ProbingDetails.SingleEdgeResponse.Builder builderForValue)
public ProbingDetails.Builder addEdgeResponses(int index, ProbingDetails.SingleEdgeResponse.Builder builderForValue)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | ProbingDetails.SingleEdgeResponse.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
addEdgeResponsesBuilder()
public ProbingDetails.SingleEdgeResponse.Builder addEdgeResponsesBuilder()Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.SingleEdgeResponse.Builder | |
addEdgeResponsesBuilder(int index)
public ProbingDetails.SingleEdgeResponse.Builder addEdgeResponsesBuilder(int index)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.SingleEdgeResponse.Builder | |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProbingDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
build()
public ProbingDetails build()| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails | |
buildPartial()
public ProbingDetails buildPartial()| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails | |
clear()
public ProbingDetails.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
clearAbortCause()
public ProbingDetails.Builder clearAbortCause()The reason probing was aborted.
 
 .google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingAbortCause abort_cause = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | This builder for chaining. | 
clearDestinationEgressLocation()
public ProbingDetails.Builder clearDestinationEgressLocation()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.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
clearEdgeResponses()
public ProbingDetails.Builder clearEdgeResponses()Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
clearField(Descriptors.FieldDescriptor field)
public ProbingDetails.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public ProbingDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
clearProbedAllDevices()
public ProbingDetails.Builder clearProbedAllDevices()Whether all relevant edge devices were probed.
 bool probed_all_devices = 11;
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | This builder for chaining. | 
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;
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
clearResult()
public ProbingDetails.Builder clearResult()The overall result of active probing.
 .google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingResult result = 1;
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | This builder for chaining. | 
clearSentProbeCount()
public ProbingDetails.Builder clearSentProbeCount()Number of probes sent.
 int32 sent_probe_count = 5;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
clone()
public ProbingDetails.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
getAbortCause()
public ProbingDetails.ProbingAbortCause getAbortCause()The reason probing was aborted.
 
 .google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingAbortCause abort_cause = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.ProbingAbortCause | The abortCause. | 
getAbortCauseValue()
public int getAbortCauseValue()The reason probing was aborted.
 
 .google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingAbortCause abort_cause = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for abortCause. | 
getDefaultInstanceForType()
public ProbingDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getDestinationEgressLocation()
public 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.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.EdgeLocation | The destinationEgressLocation. | 
getDestinationEgressLocationBuilder()
public ProbingDetails.EdgeLocation.Builder getDestinationEgressLocationBuilder()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.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.EdgeLocation.Builder | |
getDestinationEgressLocationOrBuilder()
public 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.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.EdgeLocationOrBuilder | |
getEdgeResponses(int index)
public ProbingDetails.SingleEdgeResponse getEdgeResponses(int index)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.SingleEdgeResponse | |
getEdgeResponsesBuilder(int index)
public ProbingDetails.SingleEdgeResponse.Builder getEdgeResponsesBuilder(int index)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.SingleEdgeResponse.Builder | |
getEdgeResponsesBuilderList()
public List<ProbingDetails.SingleEdgeResponse.Builder> getEdgeResponsesBuilderList()Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Returns | |
|---|---|
| Type | Description | 
| List<Builder> | |
getEdgeResponsesCount()
public int getEdgeResponsesCount()Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getEdgeResponsesList()
public List<ProbingDetails.SingleEdgeResponse> getEdgeResponsesList()Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Returns | |
|---|---|
| Type | Description | 
| List<SingleEdgeResponse> | |
getEdgeResponsesOrBuilder(int index)
public ProbingDetails.SingleEdgeResponseOrBuilder getEdgeResponsesOrBuilder(int index)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.SingleEdgeResponseOrBuilder | |
getEdgeResponsesOrBuilderList()
public List<? extends ProbingDetails.SingleEdgeResponseOrBuilder> getEdgeResponsesOrBuilderList()Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponseOrBuilder> | |
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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| EndpointInfoOrBuilder | |
getError()
public 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. | 
getErrorBuilder()
public Status.Builder getErrorBuilder()Details about an internal failure or the cancellation of active probing.
 .google.rpc.Status error = 3;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| com.google.rpc.StatusOrBuilder | |
getProbedAllDevices()
public boolean getProbedAllDevices()Whether all relevant edge devices were probed.
 bool probed_all_devices = 11;
| Returns | |
|---|---|
| Type | Description | 
| boolean | The probedAllDevices. | 
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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| LatencyDistributionOrBuilder | |
getResult()
public ProbingDetails.ProbingResult getResult()The overall result of active probing.
 .google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingResult result = 1;
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.ProbingResult | The result. | 
getResultValue()
public int getResultValue()The overall result of active probing.
 .google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingResult result = 1;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| int | The sentProbeCount. | 
getSuccessfulProbeCount()
public int getSuccessfulProbeCount()Number of probes that reached the destination.
 int32 successful_probe_count = 6;
| Returns | |
|---|---|
| Type | Description | 
| int | The successfulProbeCount. | 
getVerifyTime()
public Timestamp getVerifyTime()The time that reachability was assessed through active probing.
 .google.protobuf.Timestamp verify_time = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getVerifyTimeOrBuilder()
public TimestampOrBuilder getVerifyTimeOrBuilder()The time that reachability was assessed through active probing.
 .google.protobuf.Timestamp verify_time = 2;
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
hasDestinationEgressLocation()
public 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.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
 
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the probingLatency field is set. | 
hasVerifyTime()
public 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. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeDestinationEgressLocation(ProbingDetails.EdgeLocation value)
public ProbingDetails.Builder mergeDestinationEgressLocation(ProbingDetails.EdgeLocation value)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.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ProbingDetails.EdgeLocation | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
mergeEndpointInfo(EndpointInfo value)
public ProbingDetails.Builder mergeEndpointInfo(EndpointInfo value)The source and destination endpoints derived from the test input and used for active probing.
 .google.cloud.networkmanagement.v1beta1.EndpointInfo endpoint_info = 7;
| Parameter | |
|---|---|
| Name | Description | 
| value | EndpointInfo | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
mergeError(Status value)
public ProbingDetails.Builder mergeError(Status value)Details about an internal failure or the cancellation of active probing.
 .google.rpc.Status error = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | com.google.rpc.Status | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
mergeFrom(ProbingDetails other)
public ProbingDetails.Builder mergeFrom(ProbingDetails other)| Parameter | |
|---|---|
| Name | Description | 
| other | ProbingDetails | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProbingDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public ProbingDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
mergeProbingLatency(LatencyDistribution value)
public ProbingDetails.Builder mergeProbingLatency(LatencyDistribution value)Latency as measured by active probing in one direction: from the source to the destination endpoint.
 .google.cloud.networkmanagement.v1beta1.LatencyDistribution probing_latency = 8;
| Parameter | |
|---|---|
| Name | Description | 
| value | LatencyDistribution | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProbingDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
mergeVerifyTime(Timestamp value)
public ProbingDetails.Builder mergeVerifyTime(Timestamp value)The time that reachability was assessed through active probing.
 .google.protobuf.Timestamp verify_time = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
removeEdgeResponses(int index)
public ProbingDetails.Builder removeEdgeResponses(int index)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setAbortCause(ProbingDetails.ProbingAbortCause value)
public ProbingDetails.Builder setAbortCause(ProbingDetails.ProbingAbortCause value)The reason probing was aborted.
 
 .google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingAbortCause abort_cause = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ProbingDetails.ProbingAbortCauseThe abortCause to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | This builder for chaining. | 
setAbortCauseValue(int value)
public ProbingDetails.Builder setAbortCauseValue(int value)The reason probing was aborted.
 
 .google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingAbortCause abort_cause = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for abortCause to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | This builder for chaining. | 
setDestinationEgressLocation(ProbingDetails.EdgeLocation value)
public ProbingDetails.Builder setDestinationEgressLocation(ProbingDetails.EdgeLocation value)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.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ProbingDetails.EdgeLocation | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setDestinationEgressLocation(ProbingDetails.EdgeLocation.Builder builderForValue)
public ProbingDetails.Builder setDestinationEgressLocation(ProbingDetails.EdgeLocation.Builder builderForValue)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.v1beta1.ProbingDetails.EdgeLocation destination_egress_location = 9;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | ProbingDetails.EdgeLocation.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setEdgeResponses(int index, ProbingDetails.SingleEdgeResponse value)
public ProbingDetails.Builder setEdgeResponses(int index, ProbingDetails.SingleEdgeResponse value)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | ProbingDetails.SingleEdgeResponse | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setEdgeResponses(int index, ProbingDetails.SingleEdgeResponse.Builder builderForValue)
public ProbingDetails.Builder setEdgeResponses(int index, ProbingDetails.SingleEdgeResponse.Builder builderForValue)Probing results for all edge devices.
 
 repeated .google.cloud.networkmanagement.v1beta1.ProbingDetails.SingleEdgeResponse edge_responses = 10;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | ProbingDetails.SingleEdgeResponse.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setEndpointInfo(EndpointInfo value)
public ProbingDetails.Builder setEndpointInfo(EndpointInfo value)The source and destination endpoints derived from the test input and used for active probing.
 .google.cloud.networkmanagement.v1beta1.EndpointInfo endpoint_info = 7;
| Parameter | |
|---|---|
| Name | Description | 
| value | EndpointInfo | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setEndpointInfo(EndpointInfo.Builder builderForValue)
public ProbingDetails.Builder setEndpointInfo(EndpointInfo.Builder builderForValue)The source and destination endpoints derived from the test input and used for active probing.
 .google.cloud.networkmanagement.v1beta1.EndpointInfo endpoint_info = 7;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | EndpointInfo.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setError(Status value)
public ProbingDetails.Builder setError(Status value)Details about an internal failure or the cancellation of active probing.
 .google.rpc.Status error = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | com.google.rpc.Status | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setError(Status.Builder builderForValue)
public ProbingDetails.Builder setError(Status.Builder builderForValue)Details about an internal failure or the cancellation of active probing.
 .google.rpc.Status error = 3;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | com.google.rpc.Status.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public ProbingDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setProbedAllDevices(boolean value)
public ProbingDetails.Builder setProbedAllDevices(boolean value)Whether all relevant edge devices were probed.
 bool probed_all_devices = 11;
| Parameter | |
|---|---|
| Name | Description | 
| value | booleanThe probedAllDevices to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | This builder for chaining. | 
setProbingLatency(LatencyDistribution value)
public ProbingDetails.Builder setProbingLatency(LatencyDistribution value)Latency as measured by active probing in one direction: from the source to the destination endpoint.
 .google.cloud.networkmanagement.v1beta1.LatencyDistribution probing_latency = 8;
| Parameter | |
|---|---|
| Name | Description | 
| value | LatencyDistribution | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setProbingLatency(LatencyDistribution.Builder builderForValue)
public ProbingDetails.Builder setProbingLatency(LatencyDistribution.Builder builderForValue)Latency as measured by active probing in one direction: from the source to the destination endpoint.
 .google.cloud.networkmanagement.v1beta1.LatencyDistribution probing_latency = 8;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | LatencyDistribution.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProbingDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setResult(ProbingDetails.ProbingResult value)
public ProbingDetails.Builder setResult(ProbingDetails.ProbingResult value)The overall result of active probing.
 .google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingResult result = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | ProbingDetails.ProbingResultThe result to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | This builder for chaining. | 
setResultValue(int value)
public ProbingDetails.Builder setResultValue(int value)The overall result of active probing.
 .google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingResult result = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for result to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | This builder for chaining. | 
setSentProbeCount(int value)
public ProbingDetails.Builder setSentProbeCount(int value)Number of probes sent.
 int32 sent_probe_count = 5;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe sentProbeCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | This builder for chaining. | 
setSuccessfulProbeCount(int value)
public ProbingDetails.Builder setSuccessfulProbeCount(int value)Number of probes that reached the destination.
 int32 successful_probe_count = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe successfulProbeCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final ProbingDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setVerifyTime(Timestamp value)
public ProbingDetails.Builder setVerifyTime(Timestamp value)The time that reachability was assessed through active probing.
 .google.protobuf.Timestamp verify_time = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |
setVerifyTime(Timestamp.Builder builderForValue)
public ProbingDetails.Builder setVerifyTime(Timestamp.Builder builderForValue)The time that reachability was assessed through active probing.
 .google.protobuf.Timestamp verify_time = 2;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ProbingDetails.Builder | |