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