public sealed class ListComponentsRequest : IMessage<ListComponentsRequest>, IEquatable<ListComponentsRequest>, IDeepCloneable<ListComponentsRequest>, IBufferMessage, IMessage, IPageRequest
Request message for ListComponents.
Implements
IMessage<ListComponentsRequest>, IEquatable<ListComponentsRequest>, IDeepCloneable<ListComponentsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
ListComponentsRequest()
public ListComponentsRequest()
ListComponentsRequest(ListComponentsRequest)
public ListComponentsRequest(ListComponentsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListComponentsRequest |
Properties
PageSize
public int PageSize { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
A page token, received from a previous ListComponents
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListComponents
must
match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The parent, which owns this collection of components. Format:
organizations/{organization}
Property Value | |
---|---|
Type | Description |
String |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |