2025-03-15
▼ ▲ integrations.projects.locations.integrations.search
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/integrations:search
Path : v1/{+parent}/integrations:search
HTTP Method : GET
Parameters :
filter
Type : string
Description : Optional. The pre-filter to be applied to the search. This should follow the expressions defined in https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata. For example, "status:ANY("ACTIVE")" will return all the resources whose status contains the "ACTIVE".
Location : query
pageToken
Location : query
Type : string
Description : Optional. A page token, received from a previous `SearchIntegrations` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchIntegrations` must match the call that provided the page token.
parent
Location : path
Required : Yes
Type : string
Description : Required. Project and location from which the integrations should be listed. Format: projects/*/locations/*/resources/integrations
Pattern : ^projects/[^/]+/locations/[^/]+$
pageSize
Location : query
Description : Optional. The maximum number of results to return. The service may return fewer than this value. If unspecified, at most 10 results will be returned. The maximum value is 100; values above 100 will be coerced to 100.
Type : integer
Format : int32
query
Description : Required. The user query
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Searches and returns the list of integrations in the specified project.