Cloud Storage v2 API - Class ListIntelligenceFindingsRequest (1.8.0)

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

Reference documentation and code samples for the Cloud Storage v2 API class ListIntelligenceFindingsRequest.

Request message to list IntelligenceFinding resources associated with a project.

Inheritance

object > ListIntelligenceFindingsRequest

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

ListIntelligenceFindingsRequest()

public ListIntelligenceFindingsRequest()

ListIntelligenceFindingsRequest(ListIntelligenceFindingsRequest)

public ListIntelligenceFindingsRequest(ListIntelligenceFindingsRequest other)
Parameter
Name Description
other ListIntelligenceFindingsRequest

Properties

Filter

public string Filter { get; set; }

Optional. The filter expression to be applied. Supports filtering by type and associated_resources.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of IntelligenceFinding resources to return.

The maximum value is 100; values above 100 will be coerced to 100. The default value is 100.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListIntelligenceFindings call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListIntelligenceFindings must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent of the IntelligenceFinding resource.

Format: projects/{project}/locations/{location}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName