- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists possible versions for Data Fusion instances in the specified project and location.
HTTP request
GET https://datafusion.googleapis.com/v1/{parent=projects/*/locations/*}/versions
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of items to return. |
pageToken |
The nextPageToken value to use if there are additional results to retrieve for this list request. |
latestPatchOnly |
Whether or not to return the latest patch of every available minor version. If true, only the latest patch will be returned. Ex. if allowed versions is [6.1.1, 6.1.2, 6.2.0] then response will be [6.1.2, 6.2.0] |
Request body
The request body must be empty.
Response body
Response message for the list available versions request.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"availableVersions": [
{
object ( |
Fields | |
---|---|
availableVersions[] |
Represents a list of versions that are supported. |
nextPageToken |
Token to retrieve the next page of results or empty if there are no more results in the list. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.