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-21 UTC."],[[["This webpage provides documentation for the `DataSourceConnectionSpec` class within the Google Cloud Data Catalog v1 API for .NET."],["The `DataSourceConnectionSpec` class is used to define specifications for data source connections, specifically for entries of type `DATA_SOURCE_CONNECTION`."],["The documentation covers multiple versions of the `DataSourceConnectionSpec` class, ranging from version 1.2.0 to the latest version 2.14.0, allowing you to browse previous releases."],["The `DataSourceConnectionSpec` class inherits from object and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `BigqueryConnectionSpec`, which is output-only and specifies fields relevant to BigQuery connections, as well as constructors for creating instances of the `DataSourceConnectionSpec` class."]]],[]]