Google Cloud Chronicle V1 Client - Class ListRetrohuntsResponse (0.2.3)

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

Response message for ListRetrohunts method.

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

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ retrohunts array<Retrohunt>

The retrohunts from the specified rule.

↳ 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.

getRetrohunts

The retrohunts from the specified rule.

Returns
Type Description
Google\Protobuf\RepeatedField<Retrohunt>

setRetrohunts

The retrohunts from the specified rule.

Parameter
Name Description
var array<Retrohunt>
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