Cloud Run Admin v2 API - Class DeleteJobRequest (2.7.0)

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

Reference documentation and code samples for the Cloud Run Admin v2 API class DeleteJobRequest.

Request message to delete a Job by its full name.

Inheritance

object > DeleteJobRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

DeleteJobRequest()

public DeleteJobRequest()

DeleteJobRequest(DeleteJobRequest)

public DeleteJobRequest(DeleteJobRequest other)
Parameter
NameDescription
otherDeleteJobRequest

Properties

Etag

public string Etag { get; set; }

A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

Property Value
TypeDescription
string

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 full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.

Property Value
TypeDescription
string

ValidateOnly

public bool ValidateOnly { get; set; }

Indicates that the request should be validated without actually deleting any resources.

Property Value
TypeDescription
bool