public static final class CreateJobRequest.Builder extends GeneratedMessage.Builder<CreateJobRequest.Builder> implements CreateJobRequestOrBuilder Request message for TranscoderService.CreateJob.
Protobuf type google.cloud.video.transcoder.v1.CreateJobRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateJobRequest.BuilderImplements
CreateJobRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateJobRequest build()| Returns | |
|---|---|
| Type | Description |
CreateJobRequest |
|
buildPartial()
public CreateJobRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateJobRequest |
|
clear()
public CreateJobRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
clearJob()
public CreateJobRequest.Builder clearJob()Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
clearParent()
public CreateJobRequest.Builder clearParent() 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateJobRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateJobRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getJob()
public Job getJob()Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Job |
The job. |
getJobBuilder()
public Job.Builder getJobBuilder()Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Job.Builder |
|
getJobOrBuilder()
public JobOrBuilder getJobOrBuilder()Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
JobOrBuilder |
|
getParent()
public 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasJob()
public boolean hasJob()Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the job field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateJobRequest other)
public CreateJobRequest.Builder mergeFrom(CreateJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateJobRequest |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateJobRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
mergeJob(Job value)
public CreateJobRequest.Builder mergeJob(Job value)Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Job |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
setJob(Job value)
public CreateJobRequest.Builder setJob(Job value)Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Job |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
setJob(Job.Builder builderForValue)
public CreateJobRequest.Builder setJob(Job.Builder builderForValue)Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Job.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
|
setParent(String value)
public CreateJobRequest.Builder setParent(String value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateJobRequest.Builder setParentBytes(ByteString value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |