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

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

Request message to list IntelligenceFindingRevision resources associated with a project.

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

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 IntelligenceFindingRevision resource. ## Format: projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}

↳ page_size int

Optional. The maximum number of IntelligenceFindingRevision 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 ListIntelligenceFindingRevisions call. Provide this to retrieve the subsequent page.

getParent

Required. The parent of the IntelligenceFindingRevision resource.

Format:

projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}

Returns
Type Description
string

setParent

Required. The parent of the IntelligenceFindingRevision resource.

Format:

projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of IntelligenceFindingRevision 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 IntelligenceFindingRevision 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 ListIntelligenceFindingRevisions call. Provide this to retrieve the subsequent page.

Returns
Type Description
string

setPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The parent of the IntelligenceFindingRevision resource.

Format:

projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding} Please see StorageControlClient::intelligenceFindingName() for help formatting this field.

Returns
Type Description
ListIntelligenceFindingRevisionsRequest