Uses of Class
com.google.cloud.networkmanagement.v1beta1.ProbingDetails.ProbingResult
-
Packages that use ProbingDetails.ProbingResult Package Description com.google.cloud.networkmanagement.v1beta1 A client to Network Management API -
-
Uses of ProbingDetails.ProbingResult in com.google.cloud.networkmanagement.v1beta1
Methods in com.google.cloud.networkmanagement.v1beta1 that return ProbingDetails.ProbingResult Modifier and Type Method Description static ProbingDetails.ProbingResultProbingDetails.ProbingResult. forNumber(int value)ProbingDetails.ProbingResultProbingDetails.Builder. getResult()The overall result of active probing.ProbingDetails.ProbingResultProbingDetails. getResult()The overall result of active probing.ProbingDetails.ProbingResultProbingDetailsOrBuilder. getResult()The overall result of active probing.static ProbingDetails.ProbingResultProbingDetails.ProbingResult. valueOf(int value)Deprecated.static ProbingDetails.ProbingResultProbingDetails.ProbingResult. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ProbingDetails.ProbingResultProbingDetails.ProbingResult. valueOf(String name)Returns the enum constant of this type with the specified name.static ProbingDetails.ProbingResult[]ProbingDetails.ProbingResult. 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 ProbingDetails.ProbingResult Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ProbingDetails.ProbingResult>ProbingDetails.ProbingResult. internalGetValueMap()Methods in com.google.cloud.networkmanagement.v1beta1 with parameters of type ProbingDetails.ProbingResult Modifier and Type Method Description ProbingDetails.BuilderProbingDetails.Builder. setResult(ProbingDetails.ProbingResult value)The overall result of active probing.
-