Google Cloud Chronicle V1 Client - Class ListWatchlistsResponse (0.2.3)

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

Response message for listing watchlists.

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

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ watchlists array<Watchlist>

Optional. The watchlists from the specified instance.

↳ next_page_token string

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

getWatchlists

Optional. The watchlists from the specified instance.

Returns
Type Description
Google\Protobuf\RepeatedField<Watchlist>

setWatchlists

Optional. The watchlists from the specified instance.

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

getNextPageToken

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

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