public sealed class DeletePipelineRequest : IMessage<DeletePipelineRequest>, IEquatable<DeletePipelineRequest>, IDeepCloneable<DeletePipelineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class DeletePipelineRequest.
The request message for the DeletePipeline method.
Implements
IMessageDeletePipelineRequest, IEquatableDeletePipelineRequest, IDeepCloneableDeletePipelineRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
DeletePipelineRequest()
public DeletePipelineRequest()
DeletePipelineRequest(DeletePipelineRequest)
public DeletePipelineRequest(DeletePipelineRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeletePipelineRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
Optional. If set to true, and the Pipeline is not found, the request will succeed but no action will be taken on the server.
Property Value | |
---|---|
Type | Description |
bool |
Etag
public string Etag { get; set; }
Optional. If provided, the Pipeline will only be deleted if the etag matches the current etag on the resource.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The name of the Pipeline to be deleted.
Property Value | |
---|---|
Type | Description |
string |
PipelineName
public PipelineName PipelineName { get; set; }
PipelineName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PipelineName |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. If set, validate the request and preview the review, but do not post it.
Property Value | |
---|---|
Type | Description |
bool |