public sealed class FeatureView.Types.BigQuerySource : IMessage<FeatureView.Types.BigQuerySource>, IEquatable<FeatureView.Types.BigQuerySource>, IDeepCloneable<FeatureView.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-21 UTC."],[[["The `FeatureView.Types.BigQuerySource` class is a public sealed class, representing a source for BigQuery data within the `Google.Cloud.AIPlatform.V1Beta1` namespace, and it has the latest version being `1.0.0-beta21`."],["This class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffered message management."],["The `BigQuerySource` class has two constructors: a default constructor and one that takes another `BigQuerySource` object as a parameter, enabling the creation of new instances and the cloning of existing ones."],["It includes properties for `EntityIdColumns`, which is a `RepeatedField` of strings used to construct entity IDs, and `Uri`, a required string property specifying the BigQuery view URI that will be materialized upon each sync trigger."],["Inherited members include common methods such as `GetHashCode`, `GetType`, and `ToString`, all belonging to the base `object` class from which `BigQuerySource` inherits."]]],[]]