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.
Implements
IMessageDeleteExecutionRequest, IEquatableDeleteExecutionRequest, IDeepCloneableDeleteExecutionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
DeleteExecutionRequest()
public DeleteExecutionRequest()
DeleteExecutionRequest(DeleteExecutionRequest)
public DeleteExecutionRequest(DeleteExecutionRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteExecutionRequest |
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 delete. 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 deleting any resources.
Property Value | |
---|---|
Type | Description |
bool |