public sealed class DeleteConnectionRequest : IMessage<DeleteConnectionRequest>, IEquatable<DeleteConnectionRequest>, IDeepCloneable<DeleteConnectionRequest>, IBufferMessage, IMessage
The request for [ConnectionService.DeleteConnectionRequest][].
[[["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."],[[["This webpage details the `DeleteConnectionRequest` class, which is used to request the deletion of a connection within the Google Cloud BigQuery environment."],["The latest version of the relevant API is 2.9.0, with versions ranging down to 1.2.0 provided."],["The `DeleteConnectionRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also having inherited members from `Object`."],["It includes constructors to create a `DeleteConnectionRequest` object and methods to set the `ConnectionName` and the `Name` of the connection to be deleted."],["The namespace for the class is `Google.Cloud.BigQuery.Connection.V1`, which is contained in the assembly `Google.Cloud.BigQuery.Connection.V1.dll`."]]],[]]