[[["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."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eListDataPoliciesResponse\u003c/code\u003e class within the Google Cloud BigQuery Data Policy v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListDataPoliciesResponse\u003c/code\u003e is the response message used by the \u003ccode\u003eListDataPolicies\u003c/code\u003e method to return a list of data policies.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e for comprehensive functionality.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eListDataPoliciesResponse\u003c/code\u003e include \u003ccode\u003eDataPolicies\u003c/code\u003e, which holds the requested data policies, and \u003ccode\u003eNextPageToken\u003c/code\u003e, for pagination.\u003c/p\u003e\n"],["\u003cp\u003eIt also includes the \u003ccode\u003eGetEnumerator\u003c/code\u003e method which will iterate through the resources in this response.\u003c/p\u003e\n"]]],[],null,["# BigQuery Data Policy v1beta1 API - Class ListDataPoliciesResponse (1.0.0-beta04)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta04 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.DataPolicies.V1Beta1/latest/Google.Cloud.BigQuery.DataPolicies.V1Beta1.ListDataPoliciesResponse)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.BigQuery.DataPolicies.V1Beta1/1.0.0-beta03/Google.Cloud.BigQuery.DataPolicies.V1Beta1.ListDataPoliciesResponse) \n\n public sealed class ListDataPoliciesResponse : IMessage\u003cListDataPoliciesResponse\u003e, IEquatable\u003cListDataPoliciesResponse\u003e, IDeepCloneable\u003cListDataPoliciesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cDataPolicy\u003e, IEnumerable\u003cDataPolicy\u003e, IEnumerable\n\nReference documentation and code samples for the BigQuery Data Policy v1beta1 API class ListDataPoliciesResponse.\n\nResponse message for the ListDataPolicies method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDataPoliciesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDataPoliciesResponse](/dotnet/docs/reference/Google.Cloud.BigQuery.DataPolicies.V1Beta1/latest/Google.Cloud.BigQuery.DataPolicies.V1Beta1.ListDataPoliciesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDataPoliciesResponse](/dotnet/docs/reference/Google.Cloud.BigQuery.DataPolicies.V1Beta1/latest/Google.Cloud.BigQuery.DataPolicies.V1Beta1.ListDataPoliciesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDataPoliciesResponse](/dotnet/docs/reference/Google.Cloud.BigQuery.DataPolicies.V1Beta1/latest/Google.Cloud.BigQuery.DataPolicies.V1Beta1.ListDataPoliciesResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[DataPolicy](/dotnet/docs/reference/Google.Cloud.BigQuery.DataPolicies.V1Beta1/latest/Google.Cloud.BigQuery.DataPolicies.V1Beta1.DataPolicy), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[DataPolicy](/dotnet/docs/reference/Google.Cloud.BigQuery.DataPolicies.V1Beta1/latest/Google.Cloud.BigQuery.DataPolicies.V1Beta1.DataPolicy), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BigQuery.DataPolicies.V1Beta1](/dotnet/docs/reference/Google.Cloud.BigQuery.DataPolicies.V1Beta1/latest/Google.Cloud.BigQuery.DataPolicies.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.DataPolicies.V1Beta1.dll\n\nConstructors\n------------\n\n### ListDataPoliciesResponse()\n\n public ListDataPoliciesResponse()\n\n### ListDataPoliciesResponse(ListDataPoliciesResponse)\n\n public ListDataPoliciesResponse(ListDataPoliciesResponse other)\n\nProperties\n----------\n\n### DataPolicies\n\n public RepeatedField\u003cDataPolicy\u003e DataPolicies { get; }\n\nData policies that belong to the requested project.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nToken used to retrieve the next page of results, or empty if there are no\nmore results.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cDataPolicy\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]