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.SeverityImportError.Severity. forNumber(int value)ImportError.SeverityImportError.Builder. getSeverity()The severity of the error.ImportError.SeverityImportError. getSeverity()The severity of the error.ImportError.SeverityImportErrorOrBuilder. getSeverity()The severity of the error.static ImportError.SeverityImportError.Severity. valueOf(int value)Deprecated.static ImportError.SeverityImportError.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ImportError.SeverityImportError.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.BuilderImportError.Builder. setSeverity(ImportError.Severity value)The severity of the error.
-