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.ProcessingMode
Job.ProcessingMode. forNumber(int value)
Job.ProcessingMode
Job.Builder. getMode()
The processing mode of the job.Job.ProcessingMode
Job. getMode()
The processing mode of the job.Job.ProcessingMode
JobOrBuilder. getMode()
The processing mode of the job.static Job.ProcessingMode
Job.ProcessingMode. valueOf(int value)
Deprecated.static Job.ProcessingMode
Job.ProcessingMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Job.ProcessingMode
Job.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.Builder
Job.Builder. setMode(Job.ProcessingMode value)
The processing mode of the job.
-