public sealed class DestinationDatasetReference : IMessage<DestinationDatasetReference>, IEquatable<DestinationDatasetReference>, IDeepCloneable<DestinationDatasetReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class DestinationDatasetReference.
Contains the reference that identifies a destination bigquery dataset.
Required. A unique ID for this dataset, without the project name. The ID
must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_).
The maximum length is 1,024 characters.
[[["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."],[[["The page provides reference documentation for the `DestinationDatasetReference` class within the Google Cloud BigQuery Analytics Hub V1 API."],["`DestinationDatasetReference` is designed to identify a destination BigQuery dataset and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and one that takes another `DestinationDatasetReference` as a parameter to copy from."],["Key properties of the class include `DatasetId`, a unique identifier for the dataset, and `ProjectId`, which specifies the project containing the dataset."],["The documentation includes a list of versions for this class, ranging from version 1.0.0 to the latest version, 1.7.0."]]],[]]