Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::CreateJobTemplateRequest.
Request message for TranscoderService.CreateJobTemplate.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_template
def job_template() -> ::Google::Cloud::Video::Transcoder::V1::JobTemplate- (::Google::Cloud::Video::Transcoder::V1::JobTemplate) — Required. Parameters for creating job template.
#job_template=
def job_template=(value) -> ::Google::Cloud::Video::Transcoder::V1::JobTemplate- value (::Google::Cloud::Video::Transcoder::V1::JobTemplate) — Required. Parameters for creating job template.
- (::Google::Cloud::Video::Transcoder::V1::JobTemplate) — Required. Parameters for creating job template.
#job_template_id
def job_template_id() -> ::String- 
        (::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_-]*.
#job_template_id=
def job_template_id=(value) -> ::String- 
        value (::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_-]*.
- 
        (::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_-]*.
#parent
def parent() -> ::String- 
        (::String) — Required. The parent location to create this job template.
Format: projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String- 
        value (::String) — Required. The parent location to create this job template.
Format: projects/{project}/locations/{location}
- 
        (::String) — Required. The parent location to create this job template.
Format: projects/{project}/locations/{location}