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-09 UTC."],[[["The latest version available for the `BigQueryDataset` class is 4.4.0, but this page specifically documents version 4.3.0."],["`BigQueryDataset` is a class within the Google Cloud Logging v2 API, representing a BigQuery dataset created by a link."],["The class inherits from `object` and implements interfaces including `IMessage\u003cBigQueryDataset\u003e`, `IEquatable\u003cBigQueryDataset\u003e`, `IDeepCloneable\u003cBigQueryDataset\u003e`, `IBufferMessage`, and `IMessage`."],["The `DatasetId` property of the `BigQueryDataset` class represents the full resource name of the BigQuery dataset, which will match the link ID."],["The namespace for the `BigQueryDataset` class is `Google.Cloud.Logging.V2`, and it is contained within the `Google.Cloud.Logging.V2.dll` assembly."]]],[]]