public sealed class TimeSeriesDatasetMetadata.Types.BigQuerySource : IMessage<TimeSeriesDatasetMetadata.Types.BigQuerySource>, IEquatable<TimeSeriesDatasetMetadata.Types.BigQuerySource>, IDeepCloneable<TimeSeriesDatasetMetadata.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-03-25 UTC."],[[["The `BigQuerySource` class, part of the `Google.Cloud.AIPlatform.V1Beta1.Schema` namespace, is a sealed class representing a data source from a BigQuery table within the TimeSeriesDatasetMetadata."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["`BigQuerySource` inherits from the base `object` class and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["Two constructors are available: a default constructor `BigQuerySource()` and another that accepts a `BigQuerySource` object for creating a copy `BigQuerySource(TimeSeriesDatasetMetadata.Types.BigQuerySource other)`."],["It contains a `Uri` property, a string representing the URI of the BigQuery table, which is a required property."]]],[]]