Google Cloud Storage Control V2 Client - Class ListIntelligenceFindingsRequest (1.9.0)

Reference documentation and code samples for the Google Cloud Storage Control V2 Client class ListIntelligenceFindingsRequest.

Request message to list IntelligenceFinding resources associated with a project.

Generated from protobuf message google.storage.control.v2.ListIntelligenceFindingsRequest

Namespace

Google \ Cloud \ Storage \ Control \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent of the IntelligenceFinding resource. Format: projects/{project}/locations/{location}

↳ filter string

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

↳ page_size int

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.

↳ page_token string

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.

getParent

Required. The parent of the IntelligenceFinding resource.

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

Returns
Type Description
string

setParent

Required. The parent of the IntelligenceFinding resource.

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

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

Optional. The filter expression to be applied.

Supports filtering by type and associated_resources.

Returns
Type Description
string

setFilter

Optional. The filter expression to be applied.

Supports filtering by type and associated_resources.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

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.

Returns
Type Description
int

setPageSize

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.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

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.

Returns
Type Description
string

setPageToken

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.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The parent of the IntelligenceFinding resource.

Format: projects/{project}/locations/{location} Please see StorageControlClient::locationName() for help formatting this field.

Returns
Type Description
ListIntelligenceFindingsRequest