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.

45 lines 2.77 kB
// @generated by protoc-gen-es v2.2.5 with parameter "target=ts,import_extension=js" // @generated from file protos/annotations/validation.proto (package Ydb, syntax proto3) /* eslint-disable */ import { extDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1"; import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt"; /** * Describes the file protos/annotations/validation.proto. */ export const file_protos_annotations_validation = /*@__PURE__*/ fileDesc("CiNwcm90b3MvYW5ub3RhdGlvbnMvdmFsaWRhdGlvbi5wcm90bxIDWWRiIpsBCgVMaW1pdBIhCgVyYW5nZRgBIAEoCzIQLllkYi5MaW1pdC5SYW5nZUgAEgwKAmx0GAIgASgNSAASDAoCbGUYAyABKA1IABIMCgJlcRgEIAEoDUgAEgwKAmdlGAUgASgNSAASDAoCZ3QYBiABKA1IABohCgVSYW5nZRILCgNtaW4YASABKA0SCwoDbWF4GAIgASgNQgYKBGtpbmQiMwoGTWFwS2V5EhoKBmxlbmd0aBgBIAEoCzIKLllkYi5MaW1pdBINCgV2YWx1ZRgCIAEoCTo7CghyZXF1aXJlZBIdLmdvb2dsZS5wcm90b2J1Zi5GaWVsZE9wdGlvbnMY4qwFIAEoCFIIcmVxdWlyZWQ6PwoEc2l6ZRIdLmdvb2dsZS5wcm90b2J1Zi5GaWVsZE9wdGlvbnMY46wFIAEoCzIKLllkYi5MaW1pdFIEc2l6ZTpDCgZsZW5ndGgSHS5nb29nbGUucHJvdG9idWYuRmllbGRPcHRpb25zGOSsBSABKAsyCi5ZZGIuTGltaXRSBmxlbmd0aDpFCgdtYXBfa2V5Eh0uZ29vZ2xlLnByb3RvYnVmLkZpZWxkT3B0aW9ucxjlrAUgASgLMgsuWWRiLk1hcEtleVIGbWFwS2V5OjUKBXZhbHVlEh0uZ29vZ2xlLnByb3RvYnVmLkZpZWxkT3B0aW9ucxjmrAUgASgJUgV2YWx1ZUJHCg50ZWNoLnlkYi5wcm90b1oyZ2l0aHViLmNvbS95ZGItcGxhdGZvcm0veWRiLWdvLWdlbnByb3RvL3Byb3Rvcy9ZZGL4AQFiBnByb3RvMw", [file_google_protobuf_descriptor]); /** * Describes the message Ydb.Limit. * Use `create(LimitSchema)` to create a new message. */ export const LimitSchema = /*@__PURE__*/ messageDesc(file_protos_annotations_validation, 0); /** * Describes the message Ydb.Limit.Range. * Use `create(Limit_RangeSchema)` to create a new message. */ export const Limit_RangeSchema = /*@__PURE__*/ messageDesc(file_protos_annotations_validation, 0, 0); /** * Describes the message Ydb.MapKey. * Use `create(MapKeySchema)` to create a new message. */ export const MapKeySchema = /*@__PURE__*/ messageDesc(file_protos_annotations_validation, 1); /** * @generated from extension: bool required = 87650; */ export const required = /*@__PURE__*/ extDesc(file_protos_annotations_validation, 0); /** * @generated from extension: Ydb.Limit size = 87651; */ export const size = /*@__PURE__*/ extDesc(file_protos_annotations_validation, 1); /** * @generated from extension: Ydb.Limit length = 87652; */ export const length = /*@__PURE__*/ extDesc(file_protos_annotations_validation, 2); /** * @generated from extension: Ydb.MapKey map_key = 87653; */ export const map_key = /*@__PURE__*/ extDesc(file_protos_annotations_validation, 3); /** * @generated from extension: string value = 87654; */ export const value = /*@__PURE__*/ extDesc(file_protos_annotations_validation, 4); //# sourceMappingURL=validation_pb.js.map