Properties of a Job.
Package
@google-cloud/video-transcoderProperties
config
config?: (google.cloud.video.transcoder.v1.IJobConfig|null);
Job config
createTime
createTime?: (google.protobuf.ITimestamp|null);
Job createTime
endTime
endTime?: (google.protobuf.ITimestamp|null);
Job endTime
error
error?: (google.rpc.IStatus|null);
Job error
inputUri
inputUri?: (string|null);
Job inputUri
name
name?: (string|null);
Job name
outputUri
outputUri?: (string|null);
Job outputUri
startTime
startTime?: (google.protobuf.ITimestamp|null);
Job startTime
state
state?: (google.cloud.video.transcoder.v1.Job.ProcessingState|keyof typeof google.cloud.video.transcoder.v1.Job.ProcessingState|null);
Job state
templateId
templateId?: (string|null);
Job templateId
ttlAfterCompletionDays
ttlAfterCompletionDays?: (number|null);
Job ttlAfterCompletionDays