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

In this article:

  • gRPC request
  • GetFormatSchemaRequest
  • FormatSchema
  1. API reference
  2. gRPC
  3. FormatSchema
  4. Get

Managed Service for ClickHouse API, gRPC: FormatSchemaService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetFormatSchemaRequest
  • FormatSchema

Returns detailed information about a given format schema.

gRPC requestgRPC request

rpc Get (GetFormatSchemaRequest) returns (FormatSchema)

GetFormatSchemaRequestGetFormatSchemaRequest

{
  "cluster_id": "string",
  "format_schema_name": "string"
}

Field

Description

cluster_id

string

Required field. ClickHouse cluster ID.

To get a ClickHouse cluster ID, use the ClusterService.List method.

format_schema_name

string

Required field. Format schema name.

To get a format schema name, use the FormatSchemaService.List method.

FormatSchemaFormatSchema

{
  "name": "string",
  "cluster_id": "string",
  "type": "FormatSchemaType",
  "uri": "string"
}

Field

Description

name

string

Format schema name.

cluster_id

string

ClickHouse cluster ID.

type

enum FormatSchemaType

Schema type. Possible values are the following:

  • FORMAT_SCHEMA_TYPE_PROTOBUF - Protobuf data format (including ProtobufSingle).
  • FORMAT_SCHEMA_TYPE_CAPNPROTO - Cap'n Proto data format.
  • FORMAT_SCHEMA_TYPE_UNSPECIFIED
  • FORMAT_SCHEMA_TYPE_PROTOBUF
  • FORMAT_SCHEMA_TYPE_CAPNPROTO

uri

string

Link to the file of a format schema in Yandex Object Storage. Managed Service for ClickHouse works only with format schemas imported to Object Storage.

Was the article helpful?

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