public sealed class BigQueryConnectionSpec : IMessage<BigQueryConnectionSpec>, IEquatable<BigQueryConnectionSpec>, IDeepCloneable<BigQueryConnectionSpec>, IBufferMessage, IMessage
[[["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 `BigQueryConnectionSpec` class provides specifications for BigQuery connections within the `Google.Cloud.DataCatalog.V1` namespace."],["This class is available in multiple versions, ranging from 1.2.0 to 2.14.0, with 2.14.0 being the latest release."],["`BigQueryConnectionSpec` includes properties like `CloudSql`, `ConnectionSpecCase`, `ConnectionType`, and `HasCredential` to define various aspects of the BigQuery connection."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in different contexts, such as within the protobuf message system."],["The class provides both a parameterless constructor, `BigQueryConnectionSpec()`, and a constructor which takes another `BigQueryConnectionSpec` object, allowing for easy duplication of information, `BigQueryConnectionSpec(BigQueryConnectionSpec other)`."]]],[]]