public sealed class Listing.Types.BigQueryDatasetSource : IMessage<Listing.Types.BigQueryDatasetSource>, IEquatable<Listing.Types.BigQueryDatasetSource>, IDeepCloneable<Listing.Types.BigQueryDatasetSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class Listing.Types.BigQueryDatasetSource.
A reference to a shared dataset. It is an existing BigQuery dataset with a
collection of objects such as tables and views that you want to share
with subscribers.
When subscriber's subscribe to a listing, Analytics Hub creates a linked
dataset in
the subscriber's project. A Linked dataset is an opaque, read-only BigQuery
dataset that serves as a symbolic link to a shared dataset.
[[["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 documentation provides reference information for the `Listing.Types.BigQueryDatasetSource` class within the Google Cloud BigQuery Analytics Hub v1 API."],["`BigQueryDatasetSource` represents a reference to an existing BigQuery dataset, containing shareable objects like tables and views."],["Subscribers to a listing using this dataset source will have a linked, read-only dataset created in their project that points to the shared dataset."],["The documentation includes information on the class's inheritance, implemented interfaces, constructors, properties, and available versions of the API, ranging from 1.0.0 to 1.7.0 (latest)."],["The main property of this class is the \"Dataset\", which contains the resource name of the dataset source."]]],[]]