Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::CreateJobTemplateRequest (v0.13.0)

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
Returns

#job_template=

def job_template=(value) -> ::Google::Cloud::Video::Transcoder::V1::JobTemplate
Parameter
Returns

#job_template_id

def job_template_id() -> ::String
Returns
  • (::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
Parameter
  • 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_-]*.

Returns
  • (::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
Returns
  • (::String) — Required. The parent location to create this job template. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent location to create this job template. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The parent location to create this job template. Format: projects/{project}/locations/{location}