UNPKG

@ydbjs/api

Version:

TypeScript gRPC service definitions and protobuf types for all YDB APIs. Enables strongly-typed client generation and low-level protocol access.

56 lines 3.67 kB
// @generated by protoc-gen-es v2.2.5 with parameter "target=ts,import_extension=js" // @generated from file protos/ydb_federation_discovery.proto (package Ydb.FederationDiscovery, syntax proto3) /* eslint-disable */ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1"; import { file_protos_ydb_operation } from "./ydb_operation_pb.js"; /** * Describes the file protos/ydb_federation_discovery.proto. */ export const file_protos_ydb_federation_discovery = /*@__PURE__*/ fileDesc("CiVwcm90b3MveWRiX2ZlZGVyYXRpb25fZGlzY292ZXJ5LnByb3RvEhdZZGIuRmVkZXJhdGlvbkRpc2NvdmVyeSL5AQoMRGF0YWJhc2VJbmZvEgwKBG5hbWUYASABKAkSDAoEcGF0aBgCIAEoCRIKCgJpZBgDIAEoCRIQCghlbmRwb2ludBgEIAEoCRIQCghsb2NhdGlvbhgFIAEoCRI8CgZzdGF0dXMYBiABKA4yLC5ZZGIuRmVkZXJhdGlvbkRpc2NvdmVyeS5EYXRhYmFzZUluZm8uU3RhdHVzEg4KBndlaWdodBgHIAEoAyJPCgZTdGF0dXMSFgoSU1RBVFVTX1VOU1BFQ0lGSUVEEAASDQoJQVZBSUxBQkxFEAESDQoJUkVBRF9PTkxZEAISDwoLVU5BVkFJTEFCTEUQAyIgCh5MaXN0RmVkZXJhdGlvbkRhdGFiYXNlc1JlcXVlc3QiTwofTGlzdEZlZGVyYXRpb25EYXRhYmFzZXNSZXNwb25zZRIsCglvcGVyYXRpb24YASABKAsyGS5ZZGIuT3BlcmF0aW9ucy5PcGVyYXRpb24imwEKHUxpc3RGZWRlcmF0aW9uRGF0YWJhc2VzUmVzdWx0Eh4KFmNvbnRyb2xfcGxhbmVfZW5kcG9pbnQYASABKAkSQwoUZmVkZXJhdGlvbl9kYXRhYmFzZXMYAiADKAsyJS5ZZGIuRmVkZXJhdGlvbkRpc2NvdmVyeS5EYXRhYmFzZUluZm8SFQoNc2VsZl9sb2NhdGlvbhgDIAEoCUKLAQojdGVjaC55ZGIucHJvdG8uZmVkZXJhdGlvbi5kaXNjb3ZlcnlCGUZlZGVyYXRpb25EaXNjb3ZlcnlQcm90b3NaRmdpdGh1Yi5jb20veWRiLXBsYXRmb3JtL3lkYi1nby1nZW5wcm90by9wcm90b3MvWWRiX0ZlZGVyYXRpb25EaXNjb3Zlcnn4AQFiBnByb3RvMw", [file_protos_ydb_operation]); /** * Describes the message Ydb.FederationDiscovery.DatabaseInfo. * Use `create(DatabaseInfoSchema)` to create a new message. */ export const DatabaseInfoSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_federation_discovery, 0); /** * @generated from enum Ydb.FederationDiscovery.DatabaseInfo.Status */ export var DatabaseInfo_Status; (function (DatabaseInfo_Status) { /** * @generated from enum value: STATUS_UNSPECIFIED = 0; */ DatabaseInfo_Status[DatabaseInfo_Status["STATUS_UNSPECIFIED"] = 0] = "STATUS_UNSPECIFIED"; /** * @generated from enum value: AVAILABLE = 1; */ DatabaseInfo_Status[DatabaseInfo_Status["AVAILABLE"] = 1] = "AVAILABLE"; /** * @generated from enum value: READ_ONLY = 2; */ DatabaseInfo_Status[DatabaseInfo_Status["READ_ONLY"] = 2] = "READ_ONLY"; /** * @generated from enum value: UNAVAILABLE = 3; */ DatabaseInfo_Status[DatabaseInfo_Status["UNAVAILABLE"] = 3] = "UNAVAILABLE"; })(DatabaseInfo_Status || (DatabaseInfo_Status = {})); /** * Describes the enum Ydb.FederationDiscovery.DatabaseInfo.Status. */ export const DatabaseInfo_StatusSchema = /*@__PURE__*/ enumDesc(file_protos_ydb_federation_discovery, 0, 0); /** * Describes the message Ydb.FederationDiscovery.ListFederationDatabasesRequest. * Use `create(ListFederationDatabasesRequestSchema)` to create a new message. */ export const ListFederationDatabasesRequestSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_federation_discovery, 1); /** * Describes the message Ydb.FederationDiscovery.ListFederationDatabasesResponse. * Use `create(ListFederationDatabasesResponseSchema)` to create a new message. */ export const ListFederationDatabasesResponseSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_federation_discovery, 2); /** * Describes the message Ydb.FederationDiscovery.ListFederationDatabasesResult. * Use `create(ListFederationDatabasesResultSchema)` to create a new message. */ export const ListFederationDatabasesResultSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_federation_discovery, 3); //# sourceMappingURL=ydb_federation_discovery_pb.js.map