Uses of Class
com.google.cloud.networkmanagement.v1beta1.AbortInfo.Cause
-
Packages that use AbortInfo.Cause Package Description com.google.cloud.networkmanagement.v1beta1 A client to Network Management API -
-
Uses of AbortInfo.Cause in com.google.cloud.networkmanagement.v1beta1
Methods in com.google.cloud.networkmanagement.v1beta1 that return AbortInfo.Cause Modifier and Type Method Description static AbortInfo.CauseAbortInfo.Cause. forNumber(int value)AbortInfo.CauseAbortInfo.Builder. getCause()Causes that the analysis is aborted.AbortInfo.CauseAbortInfo. getCause()Causes that the analysis is aborted.AbortInfo.CauseAbortInfoOrBuilder. getCause()Causes that the analysis is aborted.static AbortInfo.CauseAbortInfo.Cause. valueOf(int value)Deprecated.static AbortInfo.CauseAbortInfo.Cause. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AbortInfo.CauseAbortInfo.Cause. valueOf(String name)Returns the enum constant of this type with the specified name.static AbortInfo.Cause[]AbortInfo.Cause. 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 AbortInfo.Cause Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AbortInfo.Cause>AbortInfo.Cause. internalGetValueMap()Methods in com.google.cloud.networkmanagement.v1beta1 with parameters of type AbortInfo.Cause Modifier and Type Method Description AbortInfo.BuilderAbortInfo.Builder. setCause(AbortInfo.Cause value)Causes that the analysis is aborted.
-