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 JobConfig
JobConfig.Builder. build()
JobConfig
JobConfig.Builder. buildPartial()
JobConfig
Job.Builder. getConfig()
The configuration for this job.JobConfig
Job. getConfig()
The configuration for this job.JobConfig
JobOrBuilder. getConfig()
The configuration for this job.JobConfig
JobTemplate.Builder. getConfig()
The configuration for this template.JobConfig
JobTemplate. getConfig()
The configuration for this template.JobConfig
JobTemplateOrBuilder. getConfig()
The configuration for this template.static JobConfig
JobConfig. getDefaultInstance()
JobConfig
JobConfig.Builder. getDefaultInstanceForType()
JobConfig
JobConfig. getDefaultInstanceForType()
static JobConfig
JobConfig. parseDelimitedFrom(InputStream input)
static JobConfig
JobConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobConfig
JobConfig. parseFrom(byte[] data)
static JobConfig
JobConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobConfig
JobConfig. parseFrom(com.google.protobuf.ByteString data)
static JobConfig
JobConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobConfig
JobConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static JobConfig
JobConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobConfig
JobConfig. parseFrom(InputStream input)
static JobConfig
JobConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobConfig
JobConfig. parseFrom(ByteBuffer data)
static JobConfig
JobConfig. 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.Builder
Job.Builder. mergeConfig(JobConfig value)
The configuration for this job.JobTemplate.Builder
JobTemplate.Builder. mergeConfig(JobConfig value)
The configuration for this template.JobConfig.Builder
JobConfig.Builder. mergeFrom(JobConfig other)
static JobConfig.Builder
JobConfig. newBuilder(JobConfig prototype)
Job.Builder
Job.Builder. setConfig(JobConfig value)
The configuration for this job.JobTemplate.Builder
JobTemplate.Builder. setConfig(JobConfig value)
The configuration for this template.
-