Cloud Run Admin v2 API - Class DeleteExecutionRequest (2.7.0)

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

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

Request message for deleting an Execution.

Inheritance

object > DeleteExecutionRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

DeleteExecutionRequest()

public DeleteExecutionRequest()

DeleteExecutionRequest(DeleteExecutionRequest)

public DeleteExecutionRequest(DeleteExecutionRequest other)
Parameter
NameDescription
otherDeleteExecutionRequest

Properties

Etag

public string Etag { get; set; }

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

Property Value
TypeDescription
string

ExecutionName

public ExecutionName ExecutionName { get; set; }

ExecutionName-typed view over the Name resource name property.

Property Value
TypeDescription
ExecutionName

Name

public string Name { get; set; }

Required. The name of the Execution to delete. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}, 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