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.v1beta1.ReachabilityDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RESULT_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TRACES_FIELD_NUMBER
public static final int TRACES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VERIFY_TIME_FIELD_NUMBER
public static final int VERIFY_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ReachabilityDetails getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReachabilityDetails.Builder newBuilder()
newBuilder(ReachabilityDetails prototype)
public static ReachabilityDetails.Builder newBuilder(ReachabilityDetails prototype)
public static ReachabilityDetails parseDelimitedFrom(InputStream input)
public static ReachabilityDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReachabilityDetails parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReachabilityDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReachabilityDetails parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReachabilityDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReachabilityDetails parseFrom(CodedInputStream input)
public static ReachabilityDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReachabilityDetails parseFrom(InputStream input)
public static ReachabilityDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReachabilityDetails parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReachabilityDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReachabilityDetails> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ReachabilityDetails getDefaultInstanceForType()
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()
Overrides
getResult()
public ReachabilityDetails.Result getResult()
The overall result of the test's configuration analysis.
.google.cloud.networkmanagement.v1beta1.ReachabilityDetails.Result result = 1;
getResultValue()
public int getResultValue()
The overall result of the test's configuration analysis.
.google.cloud.networkmanagement.v1beta1.ReachabilityDetails.Result result = 1;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for result.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
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.v1beta1.Trace traces = 5;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Trace |
|
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.v1beta1.Trace traces = 5;
Returns |
Type |
Description |
int |
|
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.v1beta1.Trace traces = 5;
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.v1beta1.Trace traces = 5;
Parameter |
Name |
Description |
index |
int
|
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.v1beta1.Trace traces = 5;
Returns |
Type |
Description |
List<? extends com.google.cloud.networkmanagement.v1beta1.TraceOrBuilder> |
|
getVerifyTime()
public Timestamp getVerifyTime()
The time of the configuration analysis.
.google.protobuf.Timestamp verify_time = 2;
Returns |
Type |
Description |
Timestamp |
The verifyTime.
|
getVerifyTimeOrBuilder()
public TimestampOrBuilder getVerifyTimeOrBuilder()
The time of the configuration analysis.
.google.protobuf.Timestamp verify_time = 2;
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 |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ReachabilityDetails.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReachabilityDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ReachabilityDetails.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides