Uses of Class
com.google.cloud.migrationcenter.v1.ImportJob.ReportCase
-
Packages that use ImportJob.ReportCase Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ImportJob.ReportCase in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ImportJob.ReportCase Modifier and Type Method Description static ImportJob.ReportCase
ImportJob.ReportCase. forNumber(int value)
ImportJob.ReportCase
ImportJob.Builder. getReportCase()
ImportJob.ReportCase
ImportJob. getReportCase()
ImportJob.ReportCase
ImportJobOrBuilder. getReportCase()
static ImportJob.ReportCase
ImportJob.ReportCase. valueOf(int value)
Deprecated.static ImportJob.ReportCase
ImportJob.ReportCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportJob.ReportCase[]
ImportJob.ReportCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-