public sealed class DestinationDatasetReference : IMessage<DestinationDatasetReference>, IEquatable<DestinationDatasetReference>, IDeepCloneable<DestinationDatasetReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1beta1 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."],[[["The `DestinationDatasetReference` class in the Google Analytics Hub v1beta1 API provides a reference to identify a destination BigQuery dataset."],["The latest version of the `DestinationDatasetReference` class is `2.0.0-beta06`, with prior versions including `2.0.0-beta05` and `1.0.0-beta01` available."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities such as deep cloning and buffer message handling."],["`DestinationDatasetReference` includes properties `DatasetId` and `ProjectId`, which are both required strings that identify the unique dataset ID and the project containing it, respectively."],["The `DestinationDatasetReference` class offers two constructors, one default and one accepting another `DestinationDatasetReference` object for initialization."]]],[]]