Class DeleteJobRequest (1.0.0)

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

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
NameDescription
otherDeleteJobRequest

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
TypeDescription
Boolean

JobName

public JobName JobName { get; set; }

JobName-typed view over the Name resource name property.

Property Value
TypeDescription
JobName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String