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