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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteConnectionRequest\u003c/code\u003e class in the Cloud Build v2 API is used to construct requests for deleting a connection.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, facilitating message handling, equality comparisons, deep cloning, and buffer message interactions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteConnectionRequest\u003c/code\u003e class contains properties like \u003ccode\u003eConnectionName\u003c/code\u003e, \u003ccode\u003eEtag\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eValidateOnly\u003c/code\u003e, which are essential for specifying the connection to delete and managing deletion conditions.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for this class, the default constructor and a constructor to clone an existing \u003ccode\u003eDeleteConnectionRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property is required to be specified in the format \u003ccode\u003eprojects/*/locations/*/connections/*\u003c/code\u003e, identifying the specific connection to be deleted.\u003c/p\u003e\n"]]],[],null,[]]