Request for the [Integrations.ListIntegrationVersions][].
JSON representation | |
---|---|
{ "parent": string, "pageSize": integer, "pageToken": string, "filter": string, "orderBy": string } |
Fields | |
---|---|
parent |
Required. The parent resource where this version will be created. Format: projects/{project}/integrations/{integration} Specifically, when parent equals: 1. projects/ |
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 syntax: defined in the EBNF grammar. |
orderBy |
The results would be returned in order you specified here. Currently supported sort keys are: Descending sort order for "lastModifiedTime", "createdTime", "snapshotNumber" Ascending sort order for "name". |