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 \ V1Methods
__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:   | 
      
↳ 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:   | 
      
job | 
        
          Job
          Required. Parameters for creating transcoding job.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateJobRequest | 
        |