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.

51 lines 2.42 kB
// @generated by protoc-gen-es v2.2.5 with parameter "target=ts,import_extension=js" // @generated from file protos/ydb_common.proto (package Ydb, syntax proto3) /* eslint-disable */ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1"; /** * Describes the file protos/ydb_common.proto. */ export const file_protos_ydb_common = /*@__PURE__*/ fileDesc("Chdwcm90b3MveWRiX2NvbW1vbi5wcm90bxIDWWRiIkoKC0ZlYXR1cmVGbGFnIjsKBlN0YXR1cxIWChJTVEFUVVNfVU5TUEVDSUZJRUQQABILCgdFTkFCTEVEEAESDAoIRElTQUJMRUQQAiIiCghDb3N0SW5mbxIWCg5jb25zdW1lZF91bml0cxgBIAEoASIdCg1RdW90YUV4Y2VlZGVkEgwKBGRpc2sYASABKAgiNAoQVmlydHVhbFRpbWVzdGFtcBIRCglwbGFuX3N0ZXAYASABKAQSDQoFdHhfaWQYAiABKARCXAoVdGVjaC55ZGIucHJvdG8uY29tbW9uQgxDb21tb25Qcm90b3NaMmdpdGh1Yi5jb20veWRiLXBsYXRmb3JtL3lkYi1nby1nZW5wcm90by9wcm90b3MvWWRi+AEBYgZwcm90bzM"); /** * Describes the message Ydb.FeatureFlag. * Use `create(FeatureFlagSchema)` to create a new message. */ export const FeatureFlagSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_common, 0); /** * @generated from enum Ydb.FeatureFlag.Status */ export var FeatureFlag_Status; (function (FeatureFlag_Status) { /** * @generated from enum value: STATUS_UNSPECIFIED = 0; */ FeatureFlag_Status[FeatureFlag_Status["STATUS_UNSPECIFIED"] = 0] = "STATUS_UNSPECIFIED"; /** * @generated from enum value: ENABLED = 1; */ FeatureFlag_Status[FeatureFlag_Status["ENABLED"] = 1] = "ENABLED"; /** * @generated from enum value: DISABLED = 2; */ FeatureFlag_Status[FeatureFlag_Status["DISABLED"] = 2] = "DISABLED"; })(FeatureFlag_Status || (FeatureFlag_Status = {})); /** * Describes the enum Ydb.FeatureFlag.Status. */ export const FeatureFlag_StatusSchema = /*@__PURE__*/ enumDesc(file_protos_ydb_common, 0, 0); /** * Describes the message Ydb.CostInfo. * Use `create(CostInfoSchema)` to create a new message. */ export const CostInfoSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_common, 1); /** * Describes the message Ydb.QuotaExceeded. * Use `create(QuotaExceededSchema)` to create a new message. */ export const QuotaExceededSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_common, 2); /** * Describes the message Ydb.VirtualTimestamp. * Use `create(VirtualTimestampSchema)` to create a new message. */ export const VirtualTimestampSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_common, 3); //# sourceMappingURL=ydb_common_pb.js.map