- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.contentHub.featuredContentSearchQueries.list
List all searches featured content.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which owns this collection of FeaturedContentSearchQueries. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of FeaturedContentSearchQueries to return. The service may return fewer than this value. If unspecified, at most 100 FeaturedContentSearchQueries will be returned. The maximum value is 100; values above 100 will be coerced to 100. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. The filter to apply to list the FeaturedContentSearchQueries. This filter will be a text search on the name and description of the FeaturedContentSearchQuery. |
Request body
The request body must be empty.
Response body
Response message for listing FeaturedContentSearchQueries.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"featuredContentSearchQueries": [
{
object ( |
Fields | |
---|---|
featuredContentSearchQueries[] |
The list of FeaturedContentSearchQueries. Ordered by name by default. |
nextPageToken |
Optional. A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
chronicle.featuredContentSearchQueries.list
For more information, see the IAM documentation.