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-03-21 UTC."],[[["The latest version of the `BigQueryDataset` class in the Google Cloud Logging v2 API is 4.4.0, and older versions are available, ranging back to 3.3.0."],["The `BigQueryDataset` class is used to describe a BigQuery dataset created by a link, inheriting from the base `object` class and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BigQueryDataset` class includes two constructors, one being parameterless and another that accepts another `BigQueryDataset` object."],["The `DatasetId` property, of type string, represents the full resource name of the BigQuery dataset, which has naming restrictions and is output-only."],["The `BigQueryDataset` class is part of the `Google.Cloud.Logging.V2` namespace and is found in the `Google.Cloud.Logging.V2.dll` assembly."]]],[]]