Class CreateJobRequest (1.0.0-beta04)

public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage

Request message for TranscoderService.CreateJob.

Inheritance

Object > CreateJobRequest

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

CreateJobRequest()

public CreateJobRequest()

CreateJobRequest(CreateJobRequest)

public CreateJobRequest(CreateJobRequest other)
Parameter
NameDescription
otherCreateJobRequest

Properties

Job

public Job Job { get; set; }

Required. Parameters for creating transcoding job.

Property Value
TypeDescription
Job

Parent

public string Parent { get; set; }

Required. The parent location to create and process this job. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName