Managed Service for ClickHouse API, gRPC: VersionsService.List
Returns list of available ClickHouse versions.
gRPC request
rpc List (ListVersionsRequest) returns (ListVersionsResponse)
ListVersionsRequest
{
"pageSize": "int64",
"pageToken": "string"
}
Field |
Description |
pageSize |
int64 The maximum number of results per page that should be returned. If the number of available |
pageToken |
string Page token. Set |
ListVersionsResponse
{
"version": [
{
"id": "string",
"name": "string",
"deprecated": "bool",
"updatableTo": [
"string"
]
}
],
"nextPageToken": "string"
}
Field |
Description |
version[] |
Requested list of available versions. |
nextPageToken |
string This token allows you to get the next page of results for ListVersions requests, |
Version
Field |
Description |
id |
string ID of the version. |
name |
string Name of the version. |
deprecated |
bool Whether version is deprecated. |
updatableTo[] |
string List of versions that can be updated from current. |