public sealed class DataSourceConnectionSpec : IMessage<DataSourceConnectionSpec>, IEquatable<DataSourceConnectionSpec>, IDeepCloneable<DataSourceConnectionSpec>, IBufferMessage, IMessage
Specification that applies to a data source connection. Valid only for
entries with the DATA_SOURCE_CONNECTION type.
[[["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 `DataSourceConnectionSpec` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically for .NET development."],["The latest version available for `DataSourceConnectionSpec` is 2.14.0, with the historical versions dating back to 1.2.0."],["`DataSourceConnectionSpec` is a specification class used for entries with the `DATA_SOURCE_CONNECTION` type, implementing various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides constructors for creating new instances, including a default constructor and a copy constructor, and it contains a `BigqueryConnectionSpec` property for fields related to BigQuery connections."],["The class inherits from `Object` and includes inherited methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]