Class ListComponentsRequest (1.0.0-beta04)

public sealed class ListComponentsRequest : IMessage<ListComponentsRequest>, IEquatable<ListComponentsRequest>, IDeepCloneable<ListComponentsRequest>, IBufferMessage, IMessage, IPageRequest

Request message for ListComponents.

Inheritance

Object > ListComponentsRequest

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Constructors

ListComponentsRequest()

public ListComponentsRequest()

ListComponentsRequest(ListComponentsRequest)

public ListComponentsRequest(ListComponentsRequest other)
Parameter
NameDescription
otherListComponentsRequest

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
TypeDescription
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
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of components. Format:

  • organizations/{organization}
Property Value
TypeDescription
String

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName