public sealed class BigQueryDataset : IMessage<BigQueryDataset>, IEquatable<BigQueryDataset>, IDeepCloneable<BigQueryDataset>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class BigQueryDataset.
Describes a BigQuery dataset that was created by a link.
Output only. The full resource name of the BigQuery dataset. The DATASET_ID
will match the ID of the link, so the link must match the naming
restrictions of BigQuery datasets (alphanumeric characters and underscores
only).
The dataset will have a resource path of
"bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET_ID]"
[[["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-04-17 UTC."],[[["This document provides reference documentation for the `BigQueryDataset` class within the Google Cloud Logging v2 API."],["The `BigQueryDataset` class describes a BigQuery dataset that is created by a link, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It is part of the `Google.Cloud.Logging.V2` namespace and is found within the `Google.Cloud.Logging.V2.dll` assembly."],["The class includes constructors for creating a new `BigQueryDataset` object, either empty or by copying an existing one."],["The `DatasetId` property, which is output only, provides the full resource name of the BigQuery dataset, which must adhere to BigQuery naming restrictions."]]],[]]