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."],[[["This document provides reference documentation for the `DataDiscoveryResult.Types.BigQueryPublishing` class within the Google Cloud Dataplex v1 API, detailing its structure and functionality."],["The `BigQueryPublishing` class is designed to manage configurations for publishing data to BigQuery datasets, offering methods for object creation, equality comparison, and deep cloning."],["The `Dataset` property within `BigQueryPublishing` specifies the BigQuery dataset destination for publishing, with a default dataset created if not explicitly defined."],["The documentation offers versioning information for this class, with the latest being 3.6.0 and spanning versions back to 1.0.0."],["This `BigQueryPublishing` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its utility and compatibility within the .NET environment."]]],[]]