public interface CreateJobTemplateRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getJobTemplate()
public abstract JobTemplate getJobTemplate()
Required. Parameters for creating job template.
.google.cloud.video.transcoder.v1beta1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
JobTemplate | The jobTemplate. |
getJobTemplateId()
public abstract String getJobTemplateId()
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*
.
string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The jobTemplateId. |
getJobTemplateIdBytes()
public abstract ByteString getJobTemplateIdBytes()
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*
.
string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for jobTemplateId. |
getJobTemplateOrBuilder()
public abstract JobTemplateOrBuilder getJobTemplateOrBuilder()
Required. Parameters for creating job template.
.google.cloud.video.transcoder.v1beta1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
JobTemplateOrBuilder |
getParent()
public abstract String getParent()
Required. The parent location to create this job template.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The parent location to create this job template.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
hasJobTemplate()
public abstract boolean hasJobTemplate()
Required. Parameters for creating job template.
.google.cloud.video.transcoder.v1beta1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the jobTemplate field is set. |