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 page provides reference documentation for the `DeleteConnectionRequest` class within the Google Cloud BigQuery Connection v1 API, specifically for version 2.7.0."],["`DeleteConnectionRequest` is a class used to request the deletion of a connection, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteConnectionRequest` includes properties such as `ConnectionName` and `Name`, where `Name` is a string that represents the resource name of the connection to be deleted."],["The available versions for this class are listed, ranging from version 1.2.0 up to the latest release of version 2.9.0, with version 2.7.0 being the currently displayed version."]]],[]]