Google Cloud Video Transcoder V1 Client - Class CreateJobRequest (1.3.1)

Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class CreateJobRequest.

Request message for TranscoderService.CreateJob.

Generated from protobuf message google.cloud.video.transcoder.v1.CreateJobRequest

Namespace

Google \ Cloud \ Video \ Transcoder \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent location to create and process this job. Format: projects/{project}/locations/{location}

↳ job Job

Required. Parameters for creating transcoding job.

getParent

Required. The parent location to create and process this job.

Format: projects/{project}/locations/{location}

Returns
Type Description
string

setParent

Required. The parent location to create and process this job.

Format: projects/{project}/locations/{location}

Parameter
Name Description
var string
Returns
Type Description
$this

getJob

Required. Parameters for creating transcoding job.

Returns
Type Description
Job|null

hasJob

clearJob

setJob

Required. Parameters for creating transcoding job.

Parameter
Name Description
var Job
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent location to create and process this job. Format: projects/{project}/locations/{location} Please see TranscoderServiceClient::locationName() for help formatting this field.

job Job

Required. Parameters for creating transcoding job.

Returns
Type Description
CreateJobRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.