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