public sealed class TablesDatasetMetadata.Types.BigQuerySource : IMessage<TablesDatasetMetadata.Types.BigQuerySource>, IEquatable<TablesDatasetMetadata.Types.BigQuerySource>, IDeepCloneable<TablesDatasetMetadata.Types.BigQuerySource>, 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-04-09 UTC."],[[["This document provides information about the `BigQuerySource` class within the `Google.Cloud.AIPlatform.V1Beta1.Schema.TablesDatasetMetadata.Types` namespace, as part of the Google Cloud AI Platform library for .NET."],["`BigQuerySource` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is a component of a protocol buffer-based system."],["The class inherits from `object` and includes constructors for creating a new instance, either default or by copying from another `BigQuerySource` object."],["`BigQuerySource` has one property, `Uri`, which is a string representing the URI of a BigQuery table, following the format `bq://projectId.bqDatasetId.bqTableId`."],["The latest version available for this class is 1.0.0-beta21, and there is a previous version available as 1.0.0-beta20."]]],[]]