Uses of Class
com.google.cloud.video.transcoder.v1.JobConfig
-
Packages that use JobConfig Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of JobConfig in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return JobConfig Modifier and Type Method Description JobConfigJobConfig.Builder. build()JobConfigJobConfig.Builder. buildPartial()JobConfigJob.Builder. getConfig()The configuration for this job.JobConfigJob. getConfig()The configuration for this job.JobConfigJobOrBuilder. getConfig()The configuration for this job.JobConfigJobTemplate.Builder. getConfig()The configuration for this template.JobConfigJobTemplate. getConfig()The configuration for this template.JobConfigJobTemplateOrBuilder. getConfig()The configuration for this template.static JobConfigJobConfig. getDefaultInstance()JobConfigJobConfig.Builder. getDefaultInstanceForType()JobConfigJobConfig. getDefaultInstanceForType()static JobConfigJobConfig. parseDelimitedFrom(InputStream input)static JobConfigJobConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobConfigJobConfig. parseFrom(byte[] data)static JobConfigJobConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobConfigJobConfig. parseFrom(com.google.protobuf.ByteString data)static JobConfigJobConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobConfigJobConfig. parseFrom(com.google.protobuf.CodedInputStream input)static JobConfigJobConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobConfigJobConfig. parseFrom(InputStream input)static JobConfigJobConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobConfigJobConfig. parseFrom(ByteBuffer data)static JobConfigJobConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type JobConfig Modifier and Type Method Description com.google.protobuf.Parser<JobConfig>JobConfig. getParserForType()static com.google.protobuf.Parser<JobConfig>JobConfig. parser()Methods in com.google.cloud.video.transcoder.v1 with parameters of type JobConfig Modifier and Type Method Description Job.BuilderJob.Builder. mergeConfig(JobConfig value)The configuration for this job.JobTemplate.BuilderJobTemplate.Builder. mergeConfig(JobConfig value)The configuration for this template.JobConfig.BuilderJobConfig.Builder. mergeFrom(JobConfig other)static JobConfig.BuilderJobConfig. newBuilder(JobConfig prototype)Job.BuilderJob.Builder. setConfig(JobConfig value)The configuration for this job.JobTemplate.BuilderJobTemplate.Builder. setConfig(JobConfig value)The configuration for this template.
-