[[["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."],[[["This documentation is for the `ListDataPoliciesResponse` class within the Google Cloud BigQuery Data Policy v1 API, specifically version 1.1.0, and it serves as the response message for the `ListDataPolicies` method."],["The `ListDataPoliciesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, enabling various functionalities such as serialization, comparison, deep cloning, and iteration."],["The class contains two primary properties: `DataPolicies`, which is a `RepeatedField` of `DataPolicy` objects representing the data policies associated with a project, and `NextPageToken`, which is a string used for pagination of results."],["It offers a `GetEnumerator()` method to iterate through the `DataPolicy` resources within the response, allowing for easy access to each individual data policy."],["It has two constructors, one that is parameterless, and one that takes in another `ListDataPoliciesResponse` object, likely for copying the state of one object into another."]]],[]]