Uses of Class
com.google.cloud.networkmanagement.v1.ProbingDetails.ProbingAbortCause
-
Packages that use ProbingDetails.ProbingAbortCause Package Description com.google.cloud.networkmanagement.v1 A client to Network Management API -
-
Uses of ProbingDetails.ProbingAbortCause in com.google.cloud.networkmanagement.v1
Methods in com.google.cloud.networkmanagement.v1 that return ProbingDetails.ProbingAbortCause Modifier and Type Method Description static ProbingDetails.ProbingAbortCause
ProbingDetails.ProbingAbortCause. forNumber(int value)
ProbingDetails.ProbingAbortCause
ProbingDetails.Builder. getAbortCause()
The reason probing was aborted.ProbingDetails.ProbingAbortCause
ProbingDetails. getAbortCause()
The reason probing was aborted.ProbingDetails.ProbingAbortCause
ProbingDetailsOrBuilder. getAbortCause()
The reason probing was aborted.static ProbingDetails.ProbingAbortCause
ProbingDetails.ProbingAbortCause. valueOf(int value)
Deprecated.static ProbingDetails.ProbingAbortCause
ProbingDetails.ProbingAbortCause. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ProbingDetails.ProbingAbortCause
ProbingDetails.ProbingAbortCause. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProbingDetails.ProbingAbortCause[]
ProbingDetails.ProbingAbortCause. 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.ProbingAbortCause Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ProbingDetails.ProbingAbortCause>
ProbingDetails.ProbingAbortCause. internalGetValueMap()
Methods in com.google.cloud.networkmanagement.v1 with parameters of type ProbingDetails.ProbingAbortCause Modifier and Type Method Description ProbingDetails.Builder
ProbingDetails.Builder. setAbortCause(ProbingDetails.ProbingAbortCause value)
The reason probing was aborted.
-