public interface CreateJobRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getJob()
public abstract Job getJob()
Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Job | The job. |
getJobOrBuilder()
public abstract JobOrBuilder getJobOrBuilder()
Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
JobOrBuilder |
getParent()
public abstract String getParent()
Required. The parent location to create and process this job.
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 and process this job.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
hasJob()
public abstract boolean hasJob()
Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the job field is set. |