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-25 UTC."],[[["This webpage provides documentation for the `DataSourceConnectionSpec` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its implementation and functionality."],["The `DataSourceConnectionSpec` class applies to data source connections and is valid for entries with the `DATA_SOURCE_CONNECTION` type."],["The latest version of this class is 2.14.0, and there are also older versions available ranging from 2.13.0 to 1.2.0."],["`DataSourceConnectionSpec` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DataSourceConnectionSpec` class has two constructors, `DataSourceConnectionSpec()` and `DataSourceConnectionSpec(DataSourceConnectionSpec other)`, and includes the `BigqueryConnectionSpec` property for BigQuery connection specifics."]]],[]]