public sealed class DeleteConnectionRequest : IMessage<DeleteConnectionRequest>, IEquatable<DeleteConnectionRequest>, IDeepCloneable<DeleteConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class DeleteConnectionRequest.
The current etag of the connection.
If an etag is provided and does not match the current etag of the
connection, deletion will be blocked and an ABORTED error will be returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DeleteConnectionRequest` class in the Cloud Build v2 API is used to construct requests for deleting a connection."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating message handling, equality comparisons, deep cloning, and buffer message interactions."],["The `DeleteConnectionRequest` class contains properties like `ConnectionName`, `Etag`, `Name`, and `ValidateOnly`, which are essential for specifying the connection to delete and managing deletion conditions."],["There are two constructors available for this class, the default constructor and a constructor to clone an existing `DeleteConnectionRequest` object."],["The `Name` property is required to be specified in the format `projects/*/locations/*/connections/*`, identifying the specific connection to be deleted."]]],[]]