The maximum number of components to return. The service may return fewer
than this value. If unspecified, at most 100 components will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
[[["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 \u003ccode\u003eListComponentsRequest\u003c/code\u003e class is used to request a list of components from the Google Cloud Security Command Center Settings v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis 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, and \u003ccode\u003eIPageRequest\u003c/code\u003e, providing functionality for message handling, equality checks, deep cloning, and handling page requests.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListComponentsRequest\u003c/code\u003e class allows for specifying the maximum number of components to return (\u003ccode\u003ePageSize\u003c/code\u003e), a token for retrieving subsequent pages (\u003ccode\u003ePageToken\u003c/code\u003e), and the parent resource name (\u003ccode\u003eParent\u003c/code\u003e) which indicates the organization that owns the components.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the ListComponentsRequest class is \u003ccode\u003e2.0.0-beta04\u003c/code\u003e, although there are also versions \u003ccode\u003e2.0.0-beta03\u003c/code\u003e and \u003ccode\u003e1.0.0-beta04\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListComponentsRequest\u003c/code\u003e class features two constructors that allow for creating a new request with default values or creating one based on another request.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Security Command Center Settings v1beta1 API - Class ListComponentsRequest (2.0.0-beta04)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta04 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.ListComponentsRequest)\n- [2.0.0-beta03](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/2.0.0-beta03/Google.Cloud.SecurityCenter.Settings.V1Beta1.ListComponentsRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/1.0.0-beta04/Google.Cloud.SecurityCenter.Settings.V1Beta1.ListComponentsRequest) \n\n public sealed class ListComponentsRequest : IMessage\u003cListComponentsRequest\u003e, IEquatable\u003cListComponentsRequest\u003e, IDeepCloneable\u003cListComponentsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class ListComponentsRequest.\n\nRequest message for ListComponents. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListComponentsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListComponentsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.ListComponentsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListComponentsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.ListComponentsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListComponentsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.ListComponentsRequest), [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), [IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs) \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.SecurityCenter.Settings.V1Beta1](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.Settings.V1Beta1.dll\n\nConstructors\n------------\n\n### ListComponentsRequest()\n\n public ListComponentsRequest()\n\n### ListComponentsRequest(ListComponentsRequest)\n\n public ListComponentsRequest(ListComponentsRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of components to return. The service may return fewer\nthan this value. If unspecified, at most 100 components will be returned.\nThe maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nA page token, received from a previous `ListComponents` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListComponents` must\nmatch the call that provided the page token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent, which owns this collection of components.\nFormat:\n\n- `organizations/{organization}`\n\n### ParentAsOrganizationName\n\n public OrganizationName ParentAsOrganizationName { get; set; }\n\n[OrganizationName](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/ResourceNames/OrganizationName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.ListComponentsRequest#Google_Cloud_SecurityCenter_Settings_V1Beta1_ListComponentsRequest_Parent) resource name property."]]