public sealed class DataSourceConnectionSpec : IMessage<DataSourceConnectionSpec>, IEquatable<DataSourceConnectionSpec>, IDeepCloneable<DataSourceConnectionSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DataSourceConnectionSpec.
Specification that applies to a data source connection. Valid only for
entries with the DATA_SOURCE_CONNECTION type.
Only one of internal specs can be set at the time, and cannot
be changed later.
[[["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."],[[["The `DataSourceConnectionSpec` class in the Data Catalog v1 API provides specifications for data source connections, specifically for entries of the `DATA_SOURCE_CONNECTION` type."],["The latest version available is 2.14.0, and the page offers documentation for multiple versions of the `DataSourceConnectionSpec` class ranging from 1.2.0 to 2.14.0."],["The `DataSourceConnectionSpec` class has two public constructors, a default constructor and a copy constructor."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers a property called `BigqueryConnectionSpec` that returns `BigQueryConnectionSpec` and which displays output specific to BigQuery Connections."]]],[]]