public sealed class ListComponentsRequest : IMessage<ListComponentsRequest>, IEquatable<ListComponentsRequest>, IDeepCloneable<ListComponentsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class ListComponentsRequest.
Request message for ListComponents.
Implements
IMessageListComponentsRequest, IEquatableListComponentsRequest, IDeepCloneableListComponentsRequest, 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 |
int |
|
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 |
|