Google Cloud Chronicle V1 Client - Class ListAllFindingsRefinementDeploymentsResponse (0.5.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListAllFindingsRefinementDeploymentsResponse.

Response message for ListAllFindingsRefinementDeployments method.

Generated from protobuf message google.cloud.chronicle.v1.ListAllFindingsRefinementDeploymentsResponse

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ all_findings_refinement_deployments array<FindingsRefinementDeployment>

List of all findings refinement deployments.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getAllFindingsRefinementDeployments

List of all findings refinement deployments.

Returns
Type Description
Google\Protobuf\RepeatedField<FindingsRefinementDeployment>

setAllFindingsRefinementDeployments

List of all findings refinement deployments.

Parameter
Name Description
var array<FindingsRefinementDeployment>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this