CreateJobTemplateRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for TranscoderService.CreateJobTemplate
.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent location to create this job template. Format: projects/{project}/locations/{location}
|
job_template |
google.cloud.video.transcoder_v1.types.JobTemplate
Required. Parameters for creating job template. |
job_template_id |
str
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_-] *``.
|