public sealed class DataDiscoveryResult.Types.BigQueryPublishing : IMessage<DataDiscoveryResult.Types.BigQueryPublishing>, IEquatable<DataDiscoveryResult.Types.BigQueryPublishing>, IDeepCloneable<DataDiscoveryResult.Types.BigQueryPublishing>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataDiscoveryResult.Types.BigQueryPublishing.
Output only. The BigQuery dataset to publish to. It takes the form
projects/{project_id}/datasets/{dataset_id}.
If not set, the service creates a default publishing 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-25 UTC."],[[["The latest version of the Google.Cloud.Dataplex.V1 API is 3.6.0, with version 3.5.0 being the version of the content provided."],["The `DataDiscoveryResult.Types.BigQueryPublishing` class within the Cloud Dataplex v1 API handles configurations related to publishing to BigQuery."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `object` class."],["It provides properties to manage the BigQuery dataset, such as the `Dataset` property, which stores the dataset's resource name in the format `projects/{project_id}/datasets/{dataset_id}`, and a `DatasetAsDatasetName` property for a typed view."],["There are multiple older versions available for the `DataDiscoveryResult.Types.BigQueryPublishing` class, going all the way back to version 1.0.0."]]],[]]