public final class ReachabilityDetails extends GeneratedMessageV3 implements ReachabilityDetailsOrBuilder
Results of the configuration analysis from the last run of the test.
Protobuf type google.cloud.networkmanagement.v1.ReachabilityDetails
Static Fields
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
Field Value
RESULT_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER
Field Value
TRACES_FIELD_NUMBER
public static final int TRACES_FIELD_NUMBER
Field Value
VERIFY_TIME_FIELD_NUMBER
public static final int VERIFY_TIME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ReachabilityDetails getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ReachabilityDetails.Builder newBuilder()
Returns
newBuilder(ReachabilityDetails prototype)
public static ReachabilityDetails.Builder newBuilder(ReachabilityDetails prototype)
Parameter
Returns
public static ReachabilityDetails parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReachabilityDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ReachabilityDetails parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReachabilityDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ReachabilityDetails parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReachabilityDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReachabilityDetails parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ReachabilityDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReachabilityDetails parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReachabilityDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ReachabilityDetails parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReachabilityDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ReachabilityDetails> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ReachabilityDetails getDefaultInstanceForType()
Returns
getError()
The details of a failure or a cancellation of reachability analysis.
.google.rpc.Status error = 3;
Returns
Type | Description |
com.google.rpc.Status | The error.
|
getErrorOrBuilder()
public StatusOrBuilder getErrorOrBuilder()
The details of a failure or a cancellation of reachability analysis.
.google.rpc.Status error = 3;
Returns
Type | Description |
com.google.rpc.StatusOrBuilder | |
getParserForType()
public Parser<ReachabilityDetails> getParserForType()
Returns
Overrides
getResult()
public ReachabilityDetails.Result getResult()
The overall result of the test's configuration analysis.
.google.cloud.networkmanagement.v1.ReachabilityDetails.Result result = 1;
Returns
getResultValue()
public int getResultValue()
The overall result of the test's configuration analysis.
.google.cloud.networkmanagement.v1.ReachabilityDetails.Result result = 1;
Returns
Type | Description |
int | The enum numeric value on the wire for result.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTraces(int index)
public Trace getTraces(int index)
Result may contain a list of traces if a test has multiple possible
paths in the network, such as when destination endpoint is a load balancer
with multiple backends.
repeated .google.cloud.networkmanagement.v1.Trace traces = 5;
Parameter
Returns
getTracesCount()
public int getTracesCount()
Result may contain a list of traces if a test has multiple possible
paths in the network, such as when destination endpoint is a load balancer
with multiple backends.
repeated .google.cloud.networkmanagement.v1.Trace traces = 5;
Returns
getTracesList()
public List<Trace> getTracesList()
Result may contain a list of traces if a test has multiple possible
paths in the network, such as when destination endpoint is a load balancer
with multiple backends.
repeated .google.cloud.networkmanagement.v1.Trace traces = 5;
Returns
getTracesOrBuilder(int index)
public TraceOrBuilder getTracesOrBuilder(int index)
Result may contain a list of traces if a test has multiple possible
paths in the network, such as when destination endpoint is a load balancer
with multiple backends.
repeated .google.cloud.networkmanagement.v1.Trace traces = 5;
Parameter
Returns
getTracesOrBuilderList()
public List<? extends TraceOrBuilder> getTracesOrBuilderList()
Result may contain a list of traces if a test has multiple possible
paths in the network, such as when destination endpoint is a load balancer
with multiple backends.
repeated .google.cloud.networkmanagement.v1.Trace traces = 5;
Returns
Type | Description |
List<? extends com.google.cloud.networkmanagement.v1.TraceOrBuilder> | |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getVerifyTime()
public Timestamp getVerifyTime()
The time of the configuration analysis.
.google.protobuf.Timestamp verify_time = 2;
Returns
getVerifyTimeOrBuilder()
public TimestampOrBuilder getVerifyTimeOrBuilder()
The time of the configuration analysis.
.google.protobuf.Timestamp verify_time = 2;
Returns
hasError()
public boolean hasError()
The details of a failure or a cancellation of reachability analysis.
.google.rpc.Status error = 3;
Returns
Type | Description |
boolean | Whether the error field is set.
|
hasVerifyTime()
public boolean hasVerifyTime()
The time of the configuration analysis.
.google.protobuf.Timestamp verify_time = 2;
Returns
Type | Description |
boolean | Whether the verifyTime field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ReachabilityDetails.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReachabilityDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ReachabilityDetails.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions