@ydbjs/api
Version:
TypeScript gRPC service definitions and protobuf types for all YDB APIs. Enables strongly-typed client generation and low-level protocol access.
73 lines • 4.23 kB
JavaScript
// @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=js"
// @generated from file protos/ydb_formats.proto (package Ydb.Formats, syntax proto3)
/* eslint-disable */
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
/**
* Describes the file protos/ydb_formats.proto.
*/
export const file_protos_ydb_formats = /*@__PURE__*/ fileDesc("Chhwcm90b3MveWRiX2Zvcm1hdHMucHJvdG8SC1lkYi5Gb3JtYXRzIiQKEkFycm93QmF0Y2hTZXR0aW5ncxIOCgZzY2hlbWEYASABKAwi2gEKC0NzdlNldHRpbmdzEhEKCXNraXBfcm93cxgBIAEoDRIRCglkZWxpbWl0ZXIYAiABKAwSEgoKbnVsbF92YWx1ZRgDIAEoDBIOCgZoZWFkZXIYBCABKAgSMQoHcXVvdGluZxgFIAEoCzIgLllkYi5Gb3JtYXRzLkNzdlNldHRpbmdzLlF1b3RpbmcaTgoHUXVvdGluZxIQCghkaXNhYmxlZBgBIAEoCBISCgpxdW90ZV9jaGFyGAIgASgMEh0KFWRvdWJsZV9xdW90ZV9kaXNhYmxlZBgDIAEoCCKsAgoTQXJyb3dGb3JtYXRTZXR0aW5ncxJMChFjb21wcmVzc2lvbl9jb2RlYxgBIAEoCzIxLllkYi5Gb3JtYXRzLkFycm93Rm9ybWF0U2V0dGluZ3MuQ29tcHJlc3Npb25Db2RlYxrGAQoQQ29tcHJlc3Npb25Db2RlYxJECgR0eXBlGAEgASgOMjYuWWRiLkZvcm1hdHMuQXJyb3dGb3JtYXRTZXR0aW5ncy5Db21wcmVzc2lvbkNvZGVjLlR5cGUSEgoFbGV2ZWwYAiABKAVIAIgBASJOCgRUeXBlEhQKEFRZUEVfVU5TUEVDSUZJRUQQABINCglUWVBFX05PTkUQARINCglUWVBFX1pTVEQQAhISCg5UWVBFX0xaNF9GUkFNRRADQggKBl9sZXZlbCIhCg9BcnJvd0Zvcm1hdE1ldGESDgoGc2NoZW1hGAEgASgMQlcKFnRlY2gueWRiLnByb3RvLmZvcm1hdHNaOmdpdGh1Yi5jb20veWRiLXBsYXRmb3JtL3lkYi1nby1nZW5wcm90by9wcm90b3MvWWRiX0Zvcm1hdHP4AQFiBnByb3RvMw");
/**
* Describes the message Ydb.Formats.ArrowBatchSettings.
* Use `create(ArrowBatchSettingsSchema)` to create a new message.
*/
export const ArrowBatchSettingsSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_formats, 0);
/**
* Describes the message Ydb.Formats.CsvSettings.
* Use `create(CsvSettingsSchema)` to create a new message.
*/
export const CsvSettingsSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_formats, 1);
/**
* Describes the message Ydb.Formats.CsvSettings.Quoting.
* Use `create(CsvSettings_QuotingSchema)` to create a new message.
*/
export const CsvSettings_QuotingSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_formats, 1, 0);
/**
* Describes the message Ydb.Formats.ArrowFormatSettings.
* Use `create(ArrowFormatSettingsSchema)` to create a new message.
*/
export const ArrowFormatSettingsSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_formats, 2);
/**
* Describes the message Ydb.Formats.ArrowFormatSettings.CompressionCodec.
* Use `create(ArrowFormatSettings_CompressionCodecSchema)` to create a new message.
*/
export const ArrowFormatSettings_CompressionCodecSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_formats, 2, 0);
/**
* @generated from enum Ydb.Formats.ArrowFormatSettings.CompressionCodec.Type
*/
export var ArrowFormatSettings_CompressionCodec_Type;
(function (ArrowFormatSettings_CompressionCodec_Type) {
/**
* Unspecified mode, corresponds to TYPE_NONE
*
* @generated from enum value: TYPE_UNSPECIFIED = 0;
*/
ArrowFormatSettings_CompressionCodec_Type[ArrowFormatSettings_CompressionCodec_Type["UNSPECIFIED"] = 0] = "UNSPECIFIED";
/**
* Binary data without compression
*
* @generated from enum value: TYPE_NONE = 1;
*/
ArrowFormatSettings_CompressionCodec_Type[ArrowFormatSettings_CompressionCodec_Type["NONE"] = 1] = "NONE";
/**
* Zstandard compression
*
* @generated from enum value: TYPE_ZSTD = 2;
*/
ArrowFormatSettings_CompressionCodec_Type[ArrowFormatSettings_CompressionCodec_Type["ZSTD"] = 2] = "ZSTD";
/**
* LZ4 frame compression
*
* @generated from enum value: TYPE_LZ4_FRAME = 3;
*/
ArrowFormatSettings_CompressionCodec_Type[ArrowFormatSettings_CompressionCodec_Type["LZ4_FRAME"] = 3] = "LZ4_FRAME";
})(ArrowFormatSettings_CompressionCodec_Type || (ArrowFormatSettings_CompressionCodec_Type = {}));
/**
* Describes the enum Ydb.Formats.ArrowFormatSettings.CompressionCodec.Type.
*/
export const ArrowFormatSettings_CompressionCodec_TypeSchema = /*@__PURE__*/ enumDesc(file_protos_ydb_formats, 2, 0, 0);
/**
* Describes the message Ydb.Formats.ArrowFormatMeta.
* Use `create(ArrowFormatMetaSchema)` to create a new message.
*/
export const ArrowFormatMetaSchema = /*@__PURE__*/ messageDesc(file_protos_ydb_formats, 3);
//# sourceMappingURL=ydb_formats_pb.js.map