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.
Implements
IMessageCancelExecutionRequest, IEquatableCancelExecutionRequest, IDeepCloneableCancelExecutionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
CancelExecutionRequest()
public CancelExecutionRequest()
CancelExecutionRequest(CancelExecutionRequest)
public CancelExecutionRequest(CancelExecutionRequest other)
Parameter | |
---|---|
Name | Description |
other |
CancelExecutionRequest |
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 | |
---|---|
Type | Description |
string |
ExecutionName
public ExecutionName ExecutionName { get; set; }
ExecutionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ValidateOnly
public bool ValidateOnly { get; set; }
Indicates that the request should be validated without actually cancelling any resources.
Property Value | |
---|---|
Type | Description |
bool |