Google Cloud Asset V1 Client - Class ListSavedQueriesResponse (1.16.2)

Reference documentation and code samples for the Google Cloud Asset V1 Client class ListSavedQueriesResponse.

Response of listing saved queries.

Generated from protobuf message google.cloud.asset.v1.ListSavedQueriesResponse

Namespace

Google \ Cloud \ Asset \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ saved_queries array<Google\Cloud\Asset\V1\SavedQuery>

A list of savedQueries.

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

getSavedQueries

A list of savedQueries.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSavedQueries

A list of savedQueries.

Parameter
Name Description
var array<Google\Cloud\Asset\V1\SavedQuery>
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