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