- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Returns the list of all integration versions in the specified project.
HTTP request
GET https://integrations.googleapis.com/v1/{parent=projects/*/locations/*/integrations/*}/versions
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration} Specifically, when parent equals: 1. projects/ |
Query parameters
Parameters | |
---|---|
pageSize |
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 |
A page token, received from a previous When paginating, all other parameters provided to |
filter |
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 |
orderBy |
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 |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListIntegrationVersionsResponse
.
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:
integrations.integrationVersions.list
For more information, see the IAM documentation.