Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for ClickHouse®
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • List
  • Yandex Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • ListVersionsRequest
  • ListVersionsResponse
  • Version
  1. API reference
  2. gRPC
  3. Versions
  4. List

Managed Service for ClickHouse API, gRPC: VersionsService.List

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • ListVersionsRequest
  • ListVersionsResponse
  • Version

Returns list of available ClickHouse versions.

gRPC requestgRPC request

rpc List (ListVersionsRequest) returns (ListVersionsResponse)

ListVersionsRequestListVersionsRequest

{
  "page_size": "int64",
  "page_token": "string"
}

Field

Description

page_size

int64

The maximum number of results per page that should be returned. If the number of available
results is larger than page_size, the service returns a ListVersionsResponse.next_page_token that can be used
to get the next page of results in subsequent ListVersions requests.
Default value: 100.

page_token

string

Page token. Set page_token to the ListVersionsResponse.next_page_token returned by a previous ListVersions
request to get the next page of results.

ListVersionsResponseListVersionsResponse

{
  "version": [
    {
      "id": "string",
      "name": "string",
      "deprecated": "bool",
      "updatable_to": [
        "string"
      ]
    }
  ],
  "next_page_token": "string"
}

Field

Description

version[]

Version

Requested list of available versions.

next_page_token

string

This token allows you to get the next page of results for ListVersions requests,
if the number of results is larger than ListVersionsRequest.page_size specified in the request.
To get the next page, specify the value of next_page_token as a value for
the ListVersionsRequest.page_token parameter in the next ListVerions request. Subsequent ListVersions
requests will have their own next_page_token to continue paging through the results.

VersionVersion

Field

Description

id

string

ID of the version.

name

string

Name of the version.

deprecated

bool

Whether version is deprecated.

updatable_to[]

string

List of versions that can be updated from current.

Was the article helpful?

Previous
Overview
Next
Overview
© 2025 Direct Cursus Technology L.L.C.