UnifiedStorage: Rename Batch processing to Bulk (#101413)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.1
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: rendererv2.proto
|
||||
|
||||
@@ -11,6 +11,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -394,7 +395,7 @@ func (x *RenderCSVResponse) GetFileName() string {
|
||||
|
||||
var File_rendererv2_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_rendererv2_proto_rawDesc = []byte{
|
||||
var file_rendererv2_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x10, 0x72, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x65, 0x72, 0x76, 0x32, 0x2e, 0x70, 0x72, 0x6f,
|
||||
0x74, 0x6f, 0x12, 0x11, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
|
||||
0x69, 0x6f, 0x6e, 0x76, 0x32, 0x22, 0x24, 0x0a, 0x0a, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x4c,
|
||||
@@ -474,16 +475,16 @@ var file_rendererv2_proto_rawDesc = []byte{
|
||||
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x16, 0x5a, 0x14, 0x2e, 0x2f, 0x3b, 0x70,
|
||||
0x6c, 0x75, 0x67, 0x69, 0x6e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x76, 0x32,
|
||||
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_rendererv2_proto_rawDescOnce sync.Once
|
||||
file_rendererv2_proto_rawDescData = file_rendererv2_proto_rawDesc
|
||||
file_rendererv2_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_rendererv2_proto_rawDescGZIP() []byte {
|
||||
file_rendererv2_proto_rawDescOnce.Do(func() {
|
||||
file_rendererv2_proto_rawDescData = protoimpl.X.CompressGZIP(file_rendererv2_proto_rawDescData)
|
||||
file_rendererv2_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_rendererv2_proto_rawDesc), len(file_rendererv2_proto_rawDesc)))
|
||||
})
|
||||
return file_rendererv2_proto_rawDescData
|
||||
}
|
||||
@@ -523,7 +524,7 @@ func file_rendererv2_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_rendererv2_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_rendererv2_proto_rawDesc), len(file_rendererv2_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 7,
|
||||
NumExtensions: 0,
|
||||
@@ -534,7 +535,6 @@ func file_rendererv2_proto_init() {
|
||||
MessageInfos: file_rendererv2_proto_msgTypes,
|
||||
}.Build()
|
||||
File_rendererv2_proto = out.File
|
||||
file_rendererv2_proto_rawDesc = nil
|
||||
file_rendererv2_proto_goTypes = nil
|
||||
file_rendererv2_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user