Transcoder v1 API - Class JobTemplate (2.8.0)

public sealed class JobTemplate : IMessage<JobTemplate>, IEquatable<JobTemplate>, IDeepCloneable<JobTemplate>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class JobTemplate.

Transcoding job template resource.

Inheritance

object > JobTemplate

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

JobTemplate()

public JobTemplate()

JobTemplate(JobTemplate)

public JobTemplate(JobTemplate other)
Parameter
NameDescription
otherJobTemplate

Properties

Config

public JobConfig Config { get; set; }

The configuration for this template.

Property Value
TypeDescription
JobConfig

JobTemplateName

public JobTemplateName JobTemplateName { get; set; }

JobTemplateName-typed view over the Name resource name property.

Property Value
TypeDescription
JobTemplateName

Labels

public MapField<string, string> Labels { get; }

The labels associated with this job template. You can use these to organize and group your job templates.

Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

The resource name of the job template. Format: projects/{project_number}/locations/{location}/jobTemplates/{job_template}

Property Value
TypeDescription
string