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, which is specific to data source connections within the Google Cloud Data Catalog V1."],["The `DataSourceConnectionSpec` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting methods from `Object`."],["The latest version available for this specification is 2.14.0, while it shows version information for all the way down to 1.2.0, with version 1.5.0 being the version focused on in the details provided."],["The class includes a `BigqueryConnectionSpec` property to allow for specific fields related to Bigquery connections."],["This class has two constructors, a default one `DataSourceConnectionSpec()` and a copy constructor `DataSourceConnectionSpec(DataSourceConnectionSpec other)`."]]],[]]