| // |
| // Licensed to the Apache Software Foundation (ASF) under one or more |
| // contributor license agreements. See the NOTICE file distributed with |
| // this work for additional information regarding copyright ownership. |
| // The ASF licenses this file to You under the Apache License, Version 2.0 |
| // (the "License"); you may not use this file except in compliance with |
| // the License. You may obtain a copy of the License at |
| // |
| // http://www.apache.org/licenses/LICENSE-2.0 |
| // |
| // Unless required by applicable law or agreed to in writing, software |
| // distributed under the License is distributed on an "AS IS" BASIS, |
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| // See the License for the specific language governing permissions and |
| // limitations under the License. |
| |
| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // versions: |
| // protoc-gen-go v1.36.11 |
| // protoc v7.35.1 |
| // source: benchmark.proto |
| |
| package benchmark |
| |
| import ( |
| protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
| protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
| reflect "reflect" |
| sync "sync" |
| unsafe "unsafe" |
| ) |
| |
| const ( |
| // Verify that this generated code is sufficiently up-to-date. |
| _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) |
| // Verify that runtime/protoimpl is sufficiently up-to-date. |
| _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) |
| ) |
| |
| type BenchmarkRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *BenchmarkRequest) Reset() { |
| *x = BenchmarkRequest{} |
| mi := &file_benchmark_proto_msgTypes[0] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *BenchmarkRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*BenchmarkRequest) ProtoMessage() {} |
| |
| func (x *BenchmarkRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_benchmark_proto_msgTypes[0] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use BenchmarkRequest.ProtoReflect.Descriptor instead. |
| func (*BenchmarkRequest) Descriptor() ([]byte, []int) { |
| return file_benchmark_proto_rawDescGZIP(), []int{0} |
| } |
| |
| func (x *BenchmarkRequest) GetPayload() []byte { |
| if x != nil { |
| return x.Payload |
| } |
| return nil |
| } |
| |
| type BenchmarkResponse struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *BenchmarkResponse) Reset() { |
| *x = BenchmarkResponse{} |
| mi := &file_benchmark_proto_msgTypes[1] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *BenchmarkResponse) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*BenchmarkResponse) ProtoMessage() {} |
| |
| func (x *BenchmarkResponse) ProtoReflect() protoreflect.Message { |
| mi := &file_benchmark_proto_msgTypes[1] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use BenchmarkResponse.ProtoReflect.Descriptor instead. |
| func (*BenchmarkResponse) Descriptor() ([]byte, []int) { |
| return file_benchmark_proto_rawDescGZIP(), []int{1} |
| } |
| |
| func (x *BenchmarkResponse) GetPayload() []byte { |
| if x != nil { |
| return x.Payload |
| } |
| return nil |
| } |
| |
| var File_benchmark_proto protoreflect.FileDescriptor |
| |
| const file_benchmark_proto_rawDesc = "" + |
| "\n" + |
| "\x0fbenchmark.proto\x12\tbenchmark\",\n" + |
| "\x10BenchmarkRequest\x12\x18\n" + |
| "\apayload\x18\x01 \x01(\fR\apayload\"-\n" + |
| "\x11BenchmarkResponse\x12\x18\n" + |
| "\apayload\x18\x01 \x01(\fR\apayload2\xa7\x01\n" + |
| "\x10BenchmarkService\x12F\n" + |
| "\tUnaryCall\x12\x1b.benchmark.BenchmarkRequest\x1a\x1c.benchmark.BenchmarkResponse\x12K\n" + |
| "\n" + |
| "StreamCall\x12\x1b.benchmark.BenchmarkRequest\x1a\x1c.benchmark.BenchmarkResponse(\x010\x01Bj\n" + |
| "\x1aorg.apache.dubbo.benchmarkB\x0eBenchmarkProtoZ<dubbo.apache.org/dubbo-go/v3/tools/benchmark/proto;benchmarkb\x06proto3" |
| |
| var ( |
| file_benchmark_proto_rawDescOnce sync.Once |
| file_benchmark_proto_rawDescData []byte |
| ) |
| |
| func file_benchmark_proto_rawDescGZIP() []byte { |
| file_benchmark_proto_rawDescOnce.Do(func() { |
| file_benchmark_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_benchmark_proto_rawDesc), len(file_benchmark_proto_rawDesc))) |
| }) |
| return file_benchmark_proto_rawDescData |
| } |
| |
| var file_benchmark_proto_msgTypes = make([]protoimpl.MessageInfo, 2) |
| var file_benchmark_proto_goTypes = []any{ |
| (*BenchmarkRequest)(nil), // 0: benchmark.BenchmarkRequest |
| (*BenchmarkResponse)(nil), // 1: benchmark.BenchmarkResponse |
| } |
| var file_benchmark_proto_depIdxs = []int32{ |
| 0, // 0: benchmark.BenchmarkService.UnaryCall:input_type -> benchmark.BenchmarkRequest |
| 0, // 1: benchmark.BenchmarkService.StreamCall:input_type -> benchmark.BenchmarkRequest |
| 1, // 2: benchmark.BenchmarkService.UnaryCall:output_type -> benchmark.BenchmarkResponse |
| 1, // 3: benchmark.BenchmarkService.StreamCall:output_type -> benchmark.BenchmarkResponse |
| 2, // [2:4] is the sub-list for method output_type |
| 0, // [0:2] is the sub-list for method input_type |
| 0, // [0:0] is the sub-list for extension type_name |
| 0, // [0:0] is the sub-list for extension extendee |
| 0, // [0:0] is the sub-list for field type_name |
| } |
| |
| func init() { file_benchmark_proto_init() } |
| func file_benchmark_proto_init() { |
| if File_benchmark_proto != nil { |
| return |
| } |
| type x struct{} |
| out := protoimpl.TypeBuilder{ |
| File: protoimpl.DescBuilder{ |
| GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
| RawDescriptor: unsafe.Slice(unsafe.StringData(file_benchmark_proto_rawDesc), len(file_benchmark_proto_rawDesc)), |
| NumEnums: 0, |
| NumMessages: 2, |
| NumExtensions: 0, |
| NumServices: 1, |
| }, |
| GoTypes: file_benchmark_proto_goTypes, |
| DependencyIndexes: file_benchmark_proto_depIdxs, |
| MessageInfos: file_benchmark_proto_msgTypes, |
| }.Build() |
| File_benchmark_proto = out.File |
| file_benchmark_proto_goTypes = nil |
| file_benchmark_proto_depIdxs = nil |
| } |