Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class CreateJobTemplateRequest.
Request message for TranscoderService.CreateJobTemplate
.
Generated from protobuf message google.cloud.video.transcoder.v1.CreateJobTemplateRequest
Namespace
Google \ Cloud \ Video \ Transcoder \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent location to create this job template. Format: projects/{project}/locations/{location}
↳ job_template
↳ job_template_id
string
Required. The ID to use for the job template, which will become the final component of the job template's resource name. This value should be 4-63 characters, and valid characters must match the regular expression [a-zA-Z][a-zA-Z0-9_-]*
.
getParent
Required. The parent location to create this job template.
Format: projects/{project}/locations/{location}
string
setParent
Required. The parent location to create this job template.
Format: projects/{project}/locations/{location}
var
string
$this
getJobTemplate
Required. Parameters for creating job template.
hasJobTemplate
clearJobTemplate
setJobTemplate
Required. Parameters for creating job template.
$this
getJobTemplateId
Required. The ID to use for the job template, which will become the final component of the job template's resource name.
This value should be 4-63 characters, and valid characters must match the
regular expression [a-zA-Z][a-zA-Z0-9_-]*
.
string
setJobTemplateId
Required. The ID to use for the job template, which will become the final component of the job template's resource name.
This value should be 4-63 characters, and valid characters must match the
regular expression [a-zA-Z][a-zA-Z0-9_-]*
.
var
string
$this
static::build
parent
string
Required. The parent location to create this job template.
Format: projects/{project}/locations/{location}
Please see TranscoderServiceClient::locationName()
for help formatting this field.
jobTemplate
jobTemplateId
string
Required. The ID to use for the job template, which will become the final component of the job template's resource name.
This value should be 4-63 characters, and valid characters must match the
regular expression [a-zA-Z][a-zA-Z0-9_-]*
.