Yandex.Cloud
  • Services
  • Why Yandex.Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Yandex Managed Service for ClickHouse
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Information about existing clusters
    • Creating clusters
    • Connecting to databases
    • Stop and start the cluster
    • SQL queries in the management console
    • Changing cluster and database settings
    • Connecting to DataLens
    • Connecting external dictionaries
    • Adding your own geobase
    • Enabling machine learning models
    • Changing ClickHouse versions
    • Managing ClickHouse hosts
    • Adding ZooKeeper hosts
    • Database management
    • Managing database users
    • Managing backups
    • How to manage shards
    • Deleting clusters
  • Solutions
    • Adding data to the database
    • Migrating ClickHouse data
    • Sharding tables
  • Concepts
    • Relationship between service resources
    • Host classes
    • Network in Yandex Managed Service for ClickHouse
    • Quotas and limits
    • Storage types
    • Backups
    • Replication
    • Dictionaries
    • Sharding
    • Supported clients
  • Access management
  • Pricing policy
    • Current pricing policy
    • Archive
      • Before January 1, 2019
      • From January 1 to March 1, 2019
      • From March 1, 2019 to February 1, 2020
  • API reference
    • Authentication in the API
    • gRPC
      • Overview
      • BackupService
      • ClusterService
      • DatabaseService
      • FormatSchemaService
      • MlModelService
      • ResourcePresetService
      • UserService
      • VersionsService
      • OperationService
    • REST
      • Overview
      • Backup
        • Overview
        • get
        • list
      • Cluster
        • Overview
        • addHosts
        • addShard
        • addZookeeper
        • backup
        • create
        • createExternalDictionary
        • createShardGroup
        • delete
        • deleteExternalDictionary
        • deleteHosts
        • deleteShard
        • deleteShardGroup
        • get
        • getShard
        • getShardGroup
        • list
        • listBackups
        • listHosts
        • listLogs
        • listOperations
        • listShardGroups
        • listShards
        • move
        • rescheduleMaintenance
        • restore
        • start
        • stop
        • streamLogs
        • update
        • updateShard
        • updateShardGroup
      • Database
        • Overview
        • create
        • delete
        • get
        • list
      • FormatSchema
        • Overview
        • create
        • delete
        • get
        • list
        • update
      • MlModel
        • Overview
        • create
        • delete
        • get
        • list
        • update
      • ResourcePreset
        • Overview
        • get
        • list
      • User
        • Overview
        • create
        • delete
        • get
        • grantPermission
        • list
        • revokePermission
        • update
      • Versions
        • Overview
        • list
      • Operation
        • Overview
        • get
  • Questions and answers
    • General questions
    • Questions about ClickHouse
    • All questions on the same page
  1. API reference
  2. gRPC
  3. FormatSchemaService

FormatSchemaService

  • Calls FormatSchemaService
  • Get
    • GetFormatSchemaRequest
    • FormatSchema
  • List
    • ListFormatSchemasRequest
    • ListFormatSchemasResponse
    • FormatSchema
  • Create
    • CreateFormatSchemaRequest
    • Operation
    • CreateFormatSchemaMetadata
    • FormatSchema
  • Update
    • UpdateFormatSchemaRequest
    • Operation
    • UpdateFormatSchemaMetadata
    • FormatSchema
  • Delete
    • DeleteFormatSchemaRequest
    • Operation
    • DeleteFormatSchemaMetadata
Call Description
Get
List
Create
Update
Delete

Calls FormatSchemaService

Get

rpc Get (GetFormatSchemaRequest) returns (FormatSchema)

GetFormatSchemaRequest

Field Description
cluster_id string
Required. The maximum string length in characters is 50.
format_schema_name string
Required. The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

FormatSchema

Field Description
name string
cluster_id string
type enum FormatSchemaType
    uri string

    List

    rpc List (ListFormatSchemasRequest) returns (ListFormatSchemasResponse)

    ListFormatSchemasRequest

    Field Description
    cluster_id string
    Required. The maximum string length in characters is 50.
    page_size int64
    The maximum value is 1000.
    page_token string
    The maximum string length in characters is 100.

    ListFormatSchemasResponse

    Field Description
    format_schemas[] FormatSchema
    next_page_token string

    FormatSchema

    Field Description
    name string
    cluster_id string
    type enum FormatSchemaType
      uri string

      Create

      rpc Create (CreateFormatSchemaRequest) returns (operation.Operation)

      Metadata and response of Operation:

          Operation.metadata:CreateFormatSchemaMetadata

          Operation.response:FormatSchema

      CreateFormatSchemaRequest

      Field Description
      cluster_id string
      Required. The maximum string length in characters is 50.
      format_schema_name string
      Required. The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.
      type enum FormatSchemaType
      Required.
        uri string
        Required.

        Operation

        Field Description
        id string
        ID of the operation.
        description string
        Description of the operation. 0-256 characters long.
        created_at google.protobuf.Timestamp
        Creation timestamp.
        created_by string
        ID of the user or service account who initiated the operation.
        modified_at google.protobuf.Timestamp
        The time when the Operation resource was last modified.
        done bool
        If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
        metadata google.protobuf.Any<CreateFormatSchemaMetadata>
        Service-specific metadata associated with the operation. It typically contains the ID of the target resource that the operation is performed on. Any method that returns a long-running operation should document the metadata type, if any.
        result oneof: error or response
        The operation result. If done == false and there was no failure detected, neither error nor response is set. If done == false and there was a failure detected, error is set. If done == true, exactly one of error or response is set.
          error google.rpc.Status
        The error result of the operation in case of failure or cancellation.
          response google.protobuf.Any<FormatSchema>
        if operation finished successfully.

        CreateFormatSchemaMetadata

        Field Description
        cluster_id string
        format_schema_name string

        FormatSchema

        Field Description
        name string
        cluster_id string
        type enum FormatSchemaType
          uri string

          Update

          rpc Update (UpdateFormatSchemaRequest) returns (operation.Operation)

          Metadata and response of Operation:

              Operation.metadata:UpdateFormatSchemaMetadata

              Operation.response:FormatSchema

          UpdateFormatSchemaRequest

          Field Description
          cluster_id string
          Required. The maximum string length in characters is 50.
          format_schema_name string
          Required. The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.
          update_mask google.protobuf.FieldMask
          uri string

          Operation

          Field Description
          id string
          ID of the operation.
          description string
          Description of the operation. 0-256 characters long.
          created_at google.protobuf.Timestamp
          Creation timestamp.
          created_by string
          ID of the user or service account who initiated the operation.
          modified_at google.protobuf.Timestamp
          The time when the Operation resource was last modified.
          done bool
          If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
          metadata google.protobuf.Any<UpdateFormatSchemaMetadata>
          Service-specific metadata associated with the operation. It typically contains the ID of the target resource that the operation is performed on. Any method that returns a long-running operation should document the metadata type, if any.
          result oneof: error or response
          The operation result. If done == false and there was no failure detected, neither error nor response is set. If done == false and there was a failure detected, error is set. If done == true, exactly one of error or response is set.
            error google.rpc.Status
          The error result of the operation in case of failure or cancellation.
            response google.protobuf.Any<FormatSchema>
          if operation finished successfully.

          UpdateFormatSchemaMetadata

          Field Description
          cluster_id string
          format_schema_name string

          FormatSchema

          Field Description
          name string
          cluster_id string
          type enum FormatSchemaType
            uri string

            Delete

            rpc Delete (DeleteFormatSchemaRequest) returns (operation.Operation)

            Metadata and response of Operation:

                Operation.metadata:DeleteFormatSchemaMetadata

                Operation.response:google.protobuf.Empty

            DeleteFormatSchemaRequest

            Field Description
            cluster_id string
            Required. The maximum string length in characters is 50.
            format_schema_name string
            Required. The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

            Operation

            Field Description
            id string
            ID of the operation.
            description string
            Description of the operation. 0-256 characters long.
            created_at google.protobuf.Timestamp
            Creation timestamp.
            created_by string
            ID of the user or service account who initiated the operation.
            modified_at google.protobuf.Timestamp
            The time when the Operation resource was last modified.
            done bool
            If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
            metadata google.protobuf.Any<DeleteFormatSchemaMetadata>
            Service-specific metadata associated with the operation. It typically contains the ID of the target resource that the operation is performed on. Any method that returns a long-running operation should document the metadata type, if any.
            result oneof: error or response
            The operation result. If done == false and there was no failure detected, neither error nor response is set. If done == false and there was a failure detected, error is set. If done == true, exactly one of error or response is set.
              error google.rpc.Status
            The error result of the operation in case of failure or cancellation.
              response google.protobuf.Any<google.protobuf.Empty>
            if operation finished successfully.

            DeleteFormatSchemaMetadata

            Field Description
            cluster_id string
            format_schema_name string
            In this article:
            • Calls FormatSchemaService
            • Get
            • GetFormatSchemaRequest
            • FormatSchema
            • List
            • ListFormatSchemasRequest
            • ListFormatSchemasResponse
            • FormatSchema
            • Create
            • CreateFormatSchemaRequest
            • Operation
            • CreateFormatSchemaMetadata
            • FormatSchema
            • Update
            • UpdateFormatSchemaRequest
            • Operation
            • UpdateFormatSchemaMetadata
            • FormatSchema
            • Delete
            • DeleteFormatSchemaRequest
            • Operation
            • DeleteFormatSchemaMetadata
            Language
            Careers
            Privacy policy
            Terms of use
            © 2021 Yandex.Cloud LLC