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