public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class CreateJobRequest.
Request message for TranscoderService.CreateJob
.
Implements
IMessageCreateJobRequest, IEquatableCreateJobRequest, IDeepCloneableCreateJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
CreateJobRequest()
public CreateJobRequest()
CreateJobRequest(CreateJobRequest)
public CreateJobRequest(CreateJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateJobRequest |
Properties
Job
public Job Job { get; set; }
Required. Parameters for creating transcoding job.
Property Value | |
---|---|
Type | Description |
Job |
Parent
public string Parent { get; set; }
Required. The parent location to create and process this job.
Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |