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-03-21 UTC."],[[["This document provides reference documentation for the `DestinationDatasetReference` class within the Google Cloud BigQuery Analytics Hub v1 API, specifically version 1.5.0."],["`DestinationDatasetReference` is used to identify a destination BigQuery dataset and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DestinationDatasetReference` class contains two key properties: `DatasetId`, a unique identifier for the dataset, and `ProjectId`, which specifies the project containing the dataset."],["The documentation lists versions of the package, ranging from 1.0.0 to the latest 1.7.0 version, and includes information about the inherited members of the class."],["There are two different constructors available for the class: one with no parameters, and one that accepts another `DestinationDatasetReference` object as a parameter."]]],[]]