Google Cloud Chronicle V1 Client - Class ListFindingsRefinementsRequest (0.5.0)

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

Request message for ListFindingsRefinements method.

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

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent, which owns this collection of findings refinements. Format: projects/{project}/locations/{location}/instances/{instance}

↳ page_size int

The maximum number of findings refinements to return. The service may return fewer than this value. If unspecified, at most 100 rules will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

↳ page_token string

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

getParent

Required. The parent, which owns this collection of findings refinements.

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

Returns
Type Description
string

setParent

Required. The parent, which owns this collection of findings refinements.

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

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

The maximum number of findings refinements to return. The service may return fewer than this value. If unspecified, at most 100 rules will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns
Type Description
int

setPageSize

The maximum number of findings refinements to return. The service may return fewer than this value. If unspecified, at most 100 rules will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

A page token, received from a previous ListFindingsRefinements call.

Provide this to retrieve the subsequent page.

Returns
Type Description
string

setPageToken

A page token, received from a previous ListFindingsRefinements 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, which owns this collection of findings refinements. Format: projects/{project}/locations/{location}/instances/{instance} Please see FindingsRefinementServiceClient::instanceName() for help formatting this field.

Returns
Type Description
ListFindingsRefinementsRequest