Cloud Run Admin v2 API - Class CancelExecutionRequest (2.7.0)

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

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

Request message for deleting an Execution.

Inheritance

object > CancelExecutionRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

CancelExecutionRequest()

public CancelExecutionRequest()

CancelExecutionRequest(CancelExecutionRequest)

public CancelExecutionRequest(CancelExecutionRequest other)
Parameter
NameDescription
otherCancelExecutionRequest

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 cancel. 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 cancelling any resources.

Property Value
TypeDescription
bool