Uses of Class
com.google.cloud.video.transcoder.v1.Job.ProcessingMode
-
Packages that use Job.ProcessingMode Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of Job.ProcessingMode in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return Job.ProcessingMode Modifier and Type Method Description static Job.ProcessingModeJob.ProcessingMode. forNumber(int value)Job.ProcessingModeJob.Builder. getMode()The processing mode of the job.Job.ProcessingModeJob. getMode()The processing mode of the job.Job.ProcessingModeJobOrBuilder. getMode()The processing mode of the job.static Job.ProcessingModeJob.ProcessingMode. valueOf(int value)Deprecated.static Job.ProcessingModeJob.ProcessingMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Job.ProcessingModeJob.ProcessingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Job.ProcessingMode[]Job.ProcessingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type Job.ProcessingMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Job.ProcessingMode>Job.ProcessingMode. internalGetValueMap()Methods in com.google.cloud.video.transcoder.v1 with parameters of type Job.ProcessingMode Modifier and Type Method Description Job.BuilderJob.Builder. setMode(Job.ProcessingMode value)The processing mode of the job.
-