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.
Implements
IMessageJobTemplate, IEquatableJobTemplate, IDeepCloneableJobTemplate, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.VideoGoogle.Cloud.Video.TranscoderV1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
JobTemplate()
public JobTemplate()
JobTemplate(JobTemplate)
public JobTemplate(JobTemplate other)
Parameter | |
---|---|
Name | Description |
other | JobTemplate |
Properties
Config
public JobConfig Config { get; set; }
The configuration for this template.
Property Value | |
---|---|
Type | Description |
JobConfig |
JobTemplateName
public JobTemplateName JobTemplateName { get; set; }
JobTemplateName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |