Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * displayName * createTime * updateTime
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: extensions.list\n\n**Full name**: projects.locations.extensions.list\n\nLists extensions in a location. \n\n### Endpoint\n\nget `https:``/``/aiplatform.googleapis.com``/v1beta1``/{parent}``/extensions` \n\n### Path parameters\n\n`parent` `string` \nRequired. The resource name of the Location to list the extensions from. Format: `projects/{project}/locations/{location}`\n\n### Query parameters\n\n`filter` `string` \nOptional. The standard list filter. Supported fields: \\* `displayName` \\* `createTime` \\* `updateTime`\n\nMore detail in [AIP-160](https://google.aip.dev/160).\n`pageSize` `integer` \nOptional. The standard list page size.\n`pageToken` `string` \nOptional. The standard list page token.\n`orderBy` `string` \nOptional. A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: \\* `displayName` \\* `createTime` \\* `updateTime`\n\nExample: `displayName, createTime desc`.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [ExtensionRegistryService.ListExtensions](/vertex-ai/generative-ai/docs/reference/rest/v1beta1/projects.locations.extensions/list#google.cloud.aiplatform.v1beta1.ExtensionRegistryService.ListExtensions)\n\nIf successful, the response body contains data with the following structure:\nFields `extensions[]` `object (`[Extension](/vertex-ai/generative-ai/docs/reference/rest/v1beta1/projects.locations.extensions#Extension)`)` \nList of Extension in the requested page.\n`nextPageToken` `string` \nA token to retrieve the next page of results. Pass to [ListExtensionsRequest.page_token](/vertex-ai/generative-ai/docs/reference/rest/v1beta1/projects.locations.extensions/list#body.QUERY_PARAMETERS.page_token) to obtain that page."]]