public sealed class DestinationDataset : IMessage<DestinationDataset>, IEquatable<DestinationDataset>, IDeepCloneable<DestinationDataset>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1beta1 API class DestinationDataset.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDestinationDataset\u003c/code\u003e class is part of the Analytics Hub v1beta1 API, specifically within the \u003ccode\u003eGoogle.Cloud.BigQuery.DataExchange.V1Beta1\u003c/code\u003e namespace, and defines the destination for a BigQuery dataset.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing capabilities for message handling, equality comparisons, deep cloning, and buffer-based operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDestinationDataset\u003c/code\u003e class includes properties such as \u003ccode\u003eDatasetReference\u003c/code\u003e (identifying the destination), \u003ccode\u003eDescription\u003c/code\u003e, \u003ccode\u003eFriendlyName\u003c/code\u003e, \u003ccode\u003eLabels\u003c/code\u003e, and \u003ccode\u003eLocation\u003c/code\u003e, offering options for specifying the dataset's details, metadata, and storage region.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available, a default constructor \u003ccode\u003eDestinationDataset()\u003c/code\u003e and another constructor \u003ccode\u003eDestinationDataset(DestinationDataset other)\u003c/code\u003e which is used for creating a copy of an existing \u003ccode\u003eDestinationDataset\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eDestinationDataset\u003c/code\u003e class is found under version \u003ccode\u003e2.0.0-beta06\u003c/code\u003e, with previous versions like \u003ccode\u003e2.0.0-beta05\u003c/code\u003e and \u003ccode\u003e1.0.0-beta01\u003c/code\u003e also accessible.\u003c/p\u003e\n"]]],[],null,["# Analytics Hub v1beta1 API - Class DestinationDataset (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.DestinationDataset)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/2.0.0-beta05/Google.Cloud.BigQuery.DataExchange.V1Beta1.DestinationDataset)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/1.0.0-beta01/Google.Cloud.BigQuery.DataExchange.V1Beta1.DestinationDataset) \n\n public sealed class DestinationDataset : IMessage\u003cDestinationDataset\u003e, IEquatable\u003cDestinationDataset\u003e, IDeepCloneable\u003cDestinationDataset\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Analytics Hub v1beta1 API class DestinationDataset.\n\nDefines the destination bigquery dataset. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DestinationDataset \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DestinationDataset](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.DestinationDataset), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DestinationDataset](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.DestinationDataset), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DestinationDataset](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.DestinationDataset), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BigQuery.DataExchange.V1Beta1](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.DataExchange.V1Beta1.dll\n\nConstructors\n------------\n\n### DestinationDataset()\n\n public DestinationDataset()\n\n### DestinationDataset(DestinationDataset)\n\n public DestinationDataset(DestinationDataset other)\n\nProperties\n----------\n\n### DatasetReference\n\n public DestinationDatasetReference DatasetReference { get; set; }\n\nRequired. A reference that identifies the destination dataset.\n\n### Description\n\n public string Description { get; set; }\n\nOptional. A user-friendly description of the dataset.\n\n### FriendlyName\n\n public string FriendlyName { get; set; }\n\nOptional. A descriptive name for the dataset.\n\n### Labels\n\n public MapField\u003cstring, string\u003e Labels { get; }\n\nOptional. The labels associated with this dataset. You can use these\nto organize and group your datasets.\nYou can set this property when inserting or updating a dataset.\nSee \u003chttps://cloud.google.com/resource-manager/docs/creating-managing-labels\u003e\nfor more information.\n\n### Location\n\n public string Location { get; set; }\n\nRequired. The geographic location where the dataset should reside. See\n\u003chttps://cloud.google.com/bigquery/docs/locations\u003e for supported\nlocations."]]