Uses of Class
com.google.cloud.migrationcenter.v1.ImportError.Severity
-
Packages that use ImportError.Severity Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ImportError.Severity in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ImportError.Severity Modifier and Type Method Description static ImportError.Severity
ImportError.Severity. forNumber(int value)
ImportError.Severity
ImportError.Builder. getSeverity()
The severity of the error.ImportError.Severity
ImportError. getSeverity()
The severity of the error.ImportError.Severity
ImportErrorOrBuilder. getSeverity()
The severity of the error.static ImportError.Severity
ImportError.Severity. valueOf(int value)
Deprecated.static ImportError.Severity
ImportError.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ImportError.Severity
ImportError.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportError.Severity[]
ImportError.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ImportError.Severity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ImportError.Severity>
ImportError.Severity. internalGetValueMap()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ImportError.Severity Modifier and Type Method Description ImportError.Builder
ImportError.Builder. setSeverity(ImportError.Severity value)
The severity of the error.
-