public interface JobTemplateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfig()
public abstract JobConfig getConfig()The configuration for this template.
.google.cloud.video.transcoder.v1beta1.JobConfig config = 2;
| Type | Description |
| JobConfig | The config. |
getConfigOrBuilder()
public abstract JobConfigOrBuilder getConfigOrBuilder()The configuration for this template.
.google.cloud.video.transcoder.v1beta1.JobConfig config = 2;
| Type | Description |
| JobConfigOrBuilder |
getName()
public abstract String getName() The resource name of the job template.
Format:
projects/{project}/locations/{location}/jobTemplates/{job_template}
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() The resource name of the job template.
Format:
projects/{project}/locations/{location}/jobTemplates/{job_template}
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
hasConfig()
public abstract boolean hasConfig()The configuration for this template.
.google.cloud.video.transcoder.v1beta1.JobConfig config = 2;
| Type | Description |
| boolean | Whether the config field is set. |