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