Interface CreateJobTemplateRequestOrBuilder (0.4.3)

public interface CreateJobTemplateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobTemplate()

public abstract JobTemplate getJobTemplate()

Required. Parameters for creating job template.

.google.cloud.video.transcoder.v1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
ByteString

The bytes for jobTemplateId.

getJobTemplateOrBuilder()

public abstract JobTemplateOrBuilder getJobTemplateOrBuilder()

Required. Parameters for creating job template.

.google.cloud.video.transcoder.v1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasJobTemplate()

public abstract boolean hasJobTemplate()

Required. Parameters for creating job template.

.google.cloud.video.transcoder.v1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the jobTemplate field is set.