Transcoder v1 API - Class DeleteJobRequest (2.9.0)

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

Reference documentation and code samples for the Transcoder v1 API class DeleteJobRequest.

Request message for TranscoderService.DeleteJob.

Inheritance

object > DeleteJobRequest

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

DeleteJobRequest()

public DeleteJobRequest()

DeleteJobRequest(DeleteJobRequest)

public DeleteJobRequest(DeleteJobRequest other)
Parameter
Name Description
other DeleteJobRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true, and the job is not found, the request will succeed but no action will be taken on the server.

Property Value
Type Description
bool

JobName

public JobName JobName { get; set; }

JobName-typed view over the Name resource name property.

Property Value
Type Description
JobName

Name

public string Name { get; set; }

Required. The name of the job to delete. Format: projects/{project}/locations/{location}/jobs/{job}

Property Value
Type Description
string