public sealed class DatasetListRequest : IMessage<DatasetListRequest>, IEquatable<DatasetListRequest>, IDeepCloneable<DatasetListRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class DatasetListRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `DatasetListRequest` class in the BigQuery Audit Data Logging v1 API is 1.3.0, with previous versions including 1.2.0, 1.1.0, and 1.0.0."],["`DatasetListRequest` is a class that inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is part of the `Google.Cloud.BigQuery.Logging.V1` namespace, and it is used to construct a request for listing datasets."],["There are two constructors for `DatasetListRequest`, one with no parameters, and the second accepting another `DatasetListRequest` as a parameter, to create a copy of an existing instance."],["The `DatasetListRequest` class includes a `ListAll` property of type boolean to set whether the request should include hidden datasets in its response."]]],[]]