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 within the `Google.Cloud.BigQuery.Connection.V1` namespace, which is used to formulate requests for deleting connections in BigQuery."],["The `DeleteConnectionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, providing standard functionality for message handling and object management."],["Key properties of the `DeleteConnectionRequest` class include `ConnectionName`, a typed view over the resource name, and `Name`, a string representing the full resource name of the connection to be deleted."],["The page contains multiple versions of the DeleteConnectionRequest, ranging from 1.2.0 to the latest version 2.9.0."],["The class has two constructors: one default constructor and another that takes a `DeleteConnectionRequest` object for cloning purposes."]]],[]]