Interface protos.google.cloud.video.transcoder.v1.IJob (1.6.1)

Properties of a Job.

Package

@google-cloud/video-transcoder!

Properties

config

config?: (google.cloud.video.transcoder.v1.IJobConfig|null);

Job config

Property Value
TypeDescription
(google.cloud.video.transcoder.v1.IJobConfig|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

Job createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

Job endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

error

error?: (google.rpc.IStatus|null);

Job error

Property Value
TypeDescription
(google.rpc.IStatus|null)

inputUri

inputUri?: (string|null);

Job inputUri

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Job name

Property Value
TypeDescription
(string|null)

outputUri

outputUri?: (string|null);

Job outputUri

Property Value
TypeDescription
(string|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

Job startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

state?: (google.cloud.video.transcoder.v1.Job.ProcessingState|keyof typeof google.cloud.video.transcoder.v1.Job.ProcessingState|null);

Job state

Property Value
TypeDescription
(google.cloud.video.transcoder.v1.Job.ProcessingState|keyof typeof google.cloud.video.transcoder.v1.Job.ProcessingState|null)

templateId

templateId?: (string|null);

Job templateId

Property Value
TypeDescription
(string|null)

ttlAfterCompletionDays

ttlAfterCompletionDays?: (number|null);

Job ttlAfterCompletionDays

Property Value
TypeDescription
(number|null)