Uses of Class
com.google.cloud.video.transcoder.v1.Job.ProcessingState
-
Packages that use Job.ProcessingState Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of Job.ProcessingState in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return Job.ProcessingState Modifier and Type Method Description static Job.ProcessingStateJob.ProcessingState. forNumber(int value)Job.ProcessingStateJob.Builder. getState()Output only.Job.ProcessingStateJob. getState()Output only.Job.ProcessingStateJobOrBuilder. getState()Output only.static Job.ProcessingStateJob.ProcessingState. valueOf(int value)Deprecated.static Job.ProcessingStateJob.ProcessingState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Job.ProcessingStateJob.ProcessingState. valueOf(String name)Returns the enum constant of this type with the specified name.static Job.ProcessingState[]Job.ProcessingState. 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.ProcessingState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Job.ProcessingState>Job.ProcessingState. internalGetValueMap()Methods in com.google.cloud.video.transcoder.v1 with parameters of type Job.ProcessingState Modifier and Type Method Description Job.BuilderJob.Builder. setState(Job.ProcessingState value)Output only.
-