Uses of Class
com.google.cloud.networkmanagement.v1beta1.ReachabilityDetails.Result
-
Packages that use ReachabilityDetails.Result Package Description com.google.cloud.networkmanagement.v1beta1 A client to Network Management API -
-
Uses of ReachabilityDetails.Result in com.google.cloud.networkmanagement.v1beta1
Methods in com.google.cloud.networkmanagement.v1beta1 that return ReachabilityDetails.Result Modifier and Type Method Description static ReachabilityDetails.ResultReachabilityDetails.Result. forNumber(int value)ReachabilityDetails.ResultReachabilityDetails.Builder. getResult()The overall result of the test's configuration analysis.ReachabilityDetails.ResultReachabilityDetails. getResult()The overall result of the test's configuration analysis.ReachabilityDetails.ResultReachabilityDetailsOrBuilder. getResult()The overall result of the test's configuration analysis.static ReachabilityDetails.ResultReachabilityDetails.Result. valueOf(int value)Deprecated.static ReachabilityDetails.ResultReachabilityDetails.Result. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ReachabilityDetails.ResultReachabilityDetails.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static ReachabilityDetails.Result[]ReachabilityDetails.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.networkmanagement.v1beta1 that return types with arguments of type ReachabilityDetails.Result Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ReachabilityDetails.Result>ReachabilityDetails.Result. internalGetValueMap()Methods in com.google.cloud.networkmanagement.v1beta1 with parameters of type ReachabilityDetails.Result Modifier and Type Method Description ReachabilityDetails.BuilderReachabilityDetails.Builder. setResult(ReachabilityDetails.Result value)The overall result of the test's configuration analysis.
-