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 provides documentation for the `DataSourceConnectionSpec` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its properties, inheritance, and constructors."],["The latest version documented for `DataSourceConnectionSpec` is 2.14.0, with links available for historical versions going back to version 1.2.0."],["The `DataSourceConnectionSpec` class is a specification for data source connections, relevant specifically for entries of the `DATA_SOURCE_CONNECTION` type."],["The `DataSourceConnectionSpec` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while including members from the `Object` class."],["It includes a `BigqueryConnectionSpec` property, which is used for specifying information specific to BigQuery connections."]]],[]]