public sealed class DeleteConnectionRequest : IMessage<DeleteConnectionRequest>, IEquatable<DeleteConnectionRequest>, IDeepCloneable<DeleteConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Connection v1 API class DeleteConnectionRequest.
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 document provides reference information for the `DeleteConnectionRequest` class within the Google.Cloud.BigQuery.Connection.V1 API, specifically version 2.6.0."],["The `DeleteConnectionRequest` class is used to request the deletion of a connection in the BigQuery Connection service, and it implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and one that accepts another `DeleteConnectionRequest` object, alongside the `ConnectionName` and `Name` properties to specify the connection to be deleted."],["The document also lists available versions of this class, ranging from version 1.2.0 to 2.9.0 with 2.9.0 being the latest."]]],[]]