Yandex Cloud
Поиск
Связаться с экспертомПопробовать бесплатно
  • Кейсы
  • Документация
  • Блог
  • Все сервисы
    • Cloud Interconnect
    • Cloud Backup
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Router
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Managed Service for YDB
    • SpeechKit
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • Container Registry
    • Managed Service for Prometheus®
    • Message Queue
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Cloud Apps
    • Yandex AI Studio
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Yandex Cloud Video
    • Stackland
    • Yandex StoreDoc
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • DataSphere
    • Vision OCR
    • Translate
    • Cloud Registry
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Managed Service for GitLab
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Serverless Integrations
    • IoT Core
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
  • Статус работы сервисов
  • Marketplace
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Искусственный интеллект
    • Безопасность
    • Инструменты DevOps
    • Бессерверные вычисления
    • Управление ресурсами
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Акции и free tier
  • Кейсы
  • Документация
  • Блог
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ТОО «Облачные Сервисы Казахстан»
Yandex MetaData Hub
KZ
  • О сервисе Yandex MetaData Hub
    • Сервисные роли для управления доступом
    • Справочник Terraform
      • Аутентификация в API
        • Overview
          • Overview
          • GetCatalog
          • ListCatalogs
          • CreateCatalog
          • DeleteCatalog
          • UpdateCatalog
  • Управление доступом
  • Квоты и лимиты
  • Правила тарификации
  • Публичные материалы
  • История изменений

В этой статье:

  • gRPC request
  • UpdateCatalogRequest
  • Catalog
  • CatalogAIMarkupRules
  • CatalogAutoIngestionConfig
  • operation.Operation
  1. Data Catalog
  2. Справочник API
  3. gRPC (англ.)
  4. Catalog
  5. UpdateCatalog

Datacatalog API, gRPC: CatalogService.UpdateCatalog

Статья создана
Yandex Cloud
Обновлена 1 июля 2026 г.
Открыть в Markdown
  • gRPC request
  • UpdateCatalogRequest
  • Catalog
  • CatalogAIMarkupRules
  • CatalogAutoIngestionConfig
  • operation.Operation

Updates the specified catalog.

gRPC requestgRPC request

rpc UpdateCatalog (UpdateCatalogRequest) returns (operation.Operation)

UpdateCatalogRequestUpdateCatalogRequest

{
  "catalog": {
    "id": "string",
    "folder_id": "string",
    "name": "string",
    "description": "string",
    "labels": "map<string, string>",
    "created_by": "string",
    "ai_markup_rules": {
      "ai_enabled": "bool",
      "documentation_rules": "string",
      "domain_rules": "string",
      "terms_rules": "string",
      "tags_rules": "string"
    },
    "auto_ingestion_params": {
      "service_account_id": "string"
    },
    "created_at": "google.protobuf.Timestamp",
    "updated_at": "google.protobuf.Timestamp"
  },
  "update_mask": "google.protobuf.FieldMask"
}

Request message for updating a catalog.

Field

Description

catalog

Catalog

Catalog to update.

update_mask

google.protobuf.FieldMask

Field mask that specifies which fields to update.

CatalogCatalog

Field

Description

id

string

Catalog identifier

folder_id

string

Folder identifier

name

string

Catalog name

description

string

Catalog description

labels

object (map<string, string>)

Catalog labels

created_by

string

Id of subject who created the catalog

ai_markup_rules

CatalogAIMarkupRules

AI markup enabled flag

auto_ingestion_params

CatalogAutoIngestionConfig

Configuration for auto ingestion feature

created_at

google.protobuf.Timestamp

Date of catalog creation

updated_at

google.protobuf.Timestamp

Date of catalog last update

CatalogAIMarkupRulesCatalogAIMarkupRules

Field

Description

ai_enabled

bool

If set to true, AI marking up of catalog entities will be enabled

documentation_rules

string

Rules for the AI agent, that will be used for assets mark up

domain_rules

string

Rules for the AI agent, that will be used for domains mark up

terms_rules

string

Rules for the AI agent, that will be used for terms mark up

tags_rules

string

Rules for the AI agent, that will be used for tags mark up

CatalogAutoIngestionConfigCatalogAutoIngestionConfig

Field

Description

service_account_id

string

ID of service account, which will be used for auto ingestion feature

operation.Operationoperation.Operation

{
  "id": "string",
  "description": "string",
  "created_at": "google.protobuf.Timestamp",
  "created_by": "string",
  "modified_at": "google.protobuf.Timestamp",
  "done": "bool",
  "metadata": "google.protobuf.Any",
  // Includes only one of the fields `error`, `response`
  "error": "google.rpc.Status",
  "response": "google.protobuf.Any"
  // end of the list of possible fields
}

An Operation resource. For more information, see 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

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.

error

google.rpc.Status

The error result of the operation in case of failure or cancellation.

Includes only one of the fields error, 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.

response

google.protobuf.Any

The normal response of the operation in case of success.
If the original method returns no data on success, such as Delete,
the response is google.protobuf.Empty.
If the original method is the standard Create/Update,
the response should be the target resource of the operation.
Any method that returns a long-running operation should document the response type, if any.

Includes only one of the fields error, 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.

Была ли статья полезна?

Предыдущая
DeleteCatalog
Следующая
Overview
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ТОО «Облачные Сервисы Казахстан»