Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration}
Specifically, when parent equals: 1. projects//locations//integrations/, Meaning: "List versions (with filter) for a particular integration". 2. projects//locations//integrations/- Meaning: "List versions (with filter) for a client within a particular region".
Query parameters
Parameters
pageSize
integer
The maximum number of versions to return. The service may return fewer than this value. If unspecified, at most 50 versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageToken
string
A page token, received from a previous versions.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to versions.list must match the call that provided the page token.
filter
string
Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators.
Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords.
For example, organizationId="1" AND state=ACTIVE AND description:"test"
Filtering cannot be performed on repeated fields like taskConfig.
orderBy
string
The results would be returned in order you specified here. Currently supported sort keys are: Descending sort order for "last_modified_time", "created_time", and "snapshot_number". Ascending sort order for name.
[[["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-08-22 UTC."],[[["\u003cp\u003eThis endpoint retrieves a list of all integration versions within a specified project.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request utilizes \u003ccode\u003eGET\u003c/code\u003e method with a specific URL structure that follows gRPC Transcoding syntax to access the versions.\u003c/p\u003e\n"],["\u003cp\u003eYou can filter and order the results using query parameters like \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, \u003ccode\u003efilter\u003c/code\u003e, and \u003ccode\u003eorderBy\u003c/code\u003e to refine the list of integration versions you retrieve.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the successful response will return an instance of \u003ccode\u003eListIntegrationVersionsResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAccessing this endpoint requires OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and IAM permission \u003ccode\u003eintegrations.integrationVersions.list\u003c/code\u003e on the parent resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.integrations.versions.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nReturns the list of all integration versions in the specified project.\n\n### HTTP request\n\n`GET https://integrations.googleapis.com/v1/{parent=projects/*/locations/*/integrations/*}/versions`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListIntegrationVersionsResponse](/application-integration/docs/reference/rest/v1/ListIntegrationVersionsResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `integrations.integrationVersions.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]