Transcoder v1 API - Class CreateJobRequest (2.9.0)

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.

Inheritance

object > CreateJobRequest

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

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