Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::Job.
Transcoding job resource.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#config
def config() -> ::Google::Cloud::Video::Transcoder::V1::JobConfig- (::Google::Cloud::Video::Transcoder::V1::JobConfig) — The configuration for this job.
 
#config=
def config=(value) -> ::Google::Cloud::Video::Transcoder::V1::JobConfig- value (::Google::Cloud::Video::Transcoder::V1::JobConfig) — The configuration for this job.
 
- (::Google::Cloud::Video::Transcoder::V1::JobConfig) — The configuration for this job.
 
#create_time
def create_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. The time the job was created.
 
#end_time
def end_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. The time the transcoding finished.
 
#error
def error() -> ::Google::Rpc::Status- 
        (::Google::Rpc::Status) — Output only. An error object that describes the reason for the failure.
This property is always present when 
stateisFAILED. 
#input_uri
def input_uri() -> ::String- 
        (::String) — Input only. Specify the 
input_urito populate emptyurifields in each element ofJob.config.inputsorJobTemplate.config.inputswhen using template. URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example,gs://bucket/inputs/file.mp4). See Supported input and output formats. 
#input_uri=
def input_uri=(value) -> ::String- 
        value (::String) — Input only. Specify the 
input_urito populate emptyurifields in each element ofJob.config.inputsorJobTemplate.config.inputswhen using template. URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example,gs://bucket/inputs/file.mp4). See Supported input and output formats. 
- 
        (::String) — Input only. Specify the 
input_urito populate emptyurifields in each element ofJob.config.inputsorJobTemplate.config.inputswhen using template. URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example,gs://bucket/inputs/file.mp4). See Supported input and output formats. 
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}- (::Google::Protobuf::Map{::String => ::String}) — The labels associated with this job. You can use these to organize and group your jobs.
 
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}- value (::Google::Protobuf::Map{::String => ::String}) — The labels associated with this job. You can use these to organize and group your jobs.
 
- (::Google::Protobuf::Map{::String => ::String}) — The labels associated with this job. You can use these to organize and group your jobs.
 
#name
def name() -> ::String- 
        (::String) — The resource name of the job.
Format: 
projects/{project_number}/locations/{location}/jobs/{job} 
#name=
def name=(value) -> ::String- 
        value (::String) — The resource name of the job.
Format: 
projects/{project_number}/locations/{location}/jobs/{job} 
- 
        (::String) — The resource name of the job.
Format: 
projects/{project_number}/locations/{location}/jobs/{job} 
#output_uri
def output_uri() -> ::String- 
        (::String) — Input only. Specify the 
output_urito populate an emptyJob.config.output.uriorJobTemplate.config.output.uriwhen using template. URI for the output file(s). For example,gs://my-bucket/outputs/. See Supported input and output formats. 
#output_uri=
def output_uri=(value) -> ::String- 
        value (::String) — Input only. Specify the 
output_urito populate an emptyJob.config.output.uriorJobTemplate.config.output.uriwhen using template. URI for the output file(s). For example,gs://my-bucket/outputs/. See Supported input and output formats. 
- 
        (::String) — Input only. Specify the 
output_urito populate an emptyJob.config.output.uriorJobTemplate.config.output.uriwhen using template. URI for the output file(s). For example,gs://my-bucket/outputs/. See Supported input and output formats. 
#start_time
def start_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. The time the transcoding started.
 
#state
def state() -> ::Google::Cloud::Video::Transcoder::V1::Job::ProcessingState- (::Google::Cloud::Video::Transcoder::V1::Job::ProcessingState) — Output only. The current state of the job.
 
#template_id
def template_id() -> ::String- 
        (::String) — 
Input only. Specify the
template_idto use for populatingJob.config. The default ispreset/web-hd.Preset Transcoder templates:
preset/{preset_id}User defined JobTemplate:
{job_template_id}
 
#template_id=
def template_id=(value) -> ::String- 
        value (::String) — 
Input only. Specify the
template_idto use for populatingJob.config. The default ispreset/web-hd.Preset Transcoder templates:
preset/{preset_id}User defined JobTemplate:
{job_template_id}
 
- 
        (::String) — 
Input only. Specify the
template_idto use for populatingJob.config. The default ispreset/web-hd.Preset Transcoder templates:
preset/{preset_id}User defined JobTemplate:
{job_template_id}
 
#ttl_after_completion_days
def ttl_after_completion_days() -> ::Integer- (::Integer) — Job time to live value in days, which will be effective after job completion. Job should be deleted automatically after the given TTL. Enter a value between 1 and 90. The default is 30.
 
#ttl_after_completion_days=
def ttl_after_completion_days=(value) -> ::Integer- value (::Integer) — Job time to live value in days, which will be effective after job completion. Job should be deleted automatically after the given TTL. Enter a value between 1 and 90. The default is 30.
 
- (::Integer) — Job time to live value in days, which will be effective after job completion. Job should be deleted automatically after the given TTL. Enter a value between 1 and 90. The default is 30.