- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists EngineVersions for given location.
HTTP request
GET https://financialservices.googleapis.com/v1/{parent=projects/*/locations/*/instances/*}/engineVersions
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent of the EngineVersion is the Instance. Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The number of resources to be included in the response. The response contains a nextPageToken, which can be used to retrieve the next page of resources. |
pageToken |
Optional. In case of paginated results, this is the token that was returned in the previous ListEngineVersionsResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListEngineVersionsRequest, and the last page will return an empty pageToken. |
filter |
Optional. Specify a filter to narrow search results. If empty or unset will default to "state!=DEPRECATED", to view deprecated versions use "state:*" or any other filter. |
orderBy |
Optional. Specify a field to use for ordering. |
Request body
The request body must be empty.
Response body
The response to a list call containng the list of engine versions.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"engineVersions": [
{
object ( |
Fields | |
---|---|
engineVersions[] |
List of EngineVersion resources |
nextPageToken |
This token should be passed to the next EngineVersionsRequest to retrieve the next page of EngineVersions (empty indicicates we aer done). |
unreachable[] |
Locations that could not be reached. |
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:
financialservices.v1engineversions.list
For more information, see the IAM documentation.