Google Cloud Video Transcoder V1beta1 Client - Class CreateJobRequest (0.7.1)

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

Request message for TranscoderService.CreateJob.

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

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 Google\Cloud\Video\Transcoder\V1beta1\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
Google\Cloud\Video\Transcoder\V1beta1\Job|null

hasJob

clearJob

setJob

Required. Parameters for creating transcoding job.

Parameter
Name Description
var Google\Cloud\Video\Transcoder\V1beta1\Job
Returns
Type Description
$this

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.