public sealed class ListPoliciesResponse : IMessage<ListPoliciesResponse>, IEquatable<ListPoliciesResponse>, IDeepCloneable<ListPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<Policy>, IEnumerable<Policy>, IEnumerable
Reference documentation and code samples for the Organization Policy v2 API class ListPoliciesResponse.
The response returned from the [ListPolicies]
[google.cloud.orgpolicy.v2.OrgPolicy.ListPolicies] method. It will be empty
if no policies are set on the resource.
[[["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\u003eThe latest version available is 2.7.0, with a range of versions available from 1.0.0 to 2.7.0 for the Organization Policy v2 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListPoliciesResponse\u003c/code\u003e is a class that represents the response from the \u003ccode\u003eListPolicies\u003c/code\u003e method, which returns a collection of policies.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListPoliciesResponse\u003c/code\u003e class can be empty if no policies are set on the resource, or it may include multiple policies.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several 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, to provide functionality for message handling, equality comparison, cloning, buffer operations, page responses, and enumeration.\u003c/p\u003e\n"],["\u003cp\u003eIt contains a \u003ccode\u003eNextPageToken\u003c/code\u003e property for pagination, although it is not currently used, and a \u003ccode\u003ePolicies\u003c/code\u003e property of type \u003ccode\u003eRepeatedField<Policy>\u003c/code\u003e to hold the list of policies returned.\u003c/p\u003e\n"]]],[],null,[]]