Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::JobTemplate.
Transcoding job template resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config
def config() -> ::Google::Cloud::Video::Transcoder::V1::JobConfig
    Returns
    
  - (::Google::Cloud::Video::Transcoder::V1::JobConfig) — The configuration for this template.
#config=
def config=(value) -> ::Google::Cloud::Video::Transcoder::V1::JobConfig
    Parameter
    
  - value (::Google::Cloud::Video::Transcoder::V1::JobConfig) — The configuration for this template.
    Returns
    
  - (::Google::Cloud::Video::Transcoder::V1::JobConfig) — The configuration for this template.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
    Returns
    
  - (::Google::Protobuf::Map{::String => ::String}) — The labels associated with this job template. You can use these to organize and group your job templates.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
    Parameter
    
  - value (::Google::Protobuf::Map{::String => ::String}) — The labels associated with this job template. You can use these to organize and group your job templates.
    Returns
    
  - (::Google::Protobuf::Map{::String => ::String}) — The labels associated with this job template. You can use these to organize and group your job templates.
#name
def name() -> ::String
    Returns
    
  - 
        (::String) — The resource name of the job template.
Format:
projects/{project_number}/locations/{location}/jobTemplates/{job_template}
#name=
def name=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The resource name of the job template.
Format:
projects/{project_number}/locations/{location}/jobTemplates/{job_template}
    Returns
    
- 
        (::String) — The resource name of the job template.
Format:
projects/{project_number}/locations/{location}/jobTemplates/{job_template}