google.golang.org/grpc@v1.74.2/interop/grpc_testing/report_qps_scenario_service.pb.go (about) 1 // Copyright 2015 gRPC authors. 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 14 15 // An integration test service that covers all the method signature permutations 16 // of unary/streaming requests/responses. 17 18 // Code generated by protoc-gen-go. DO NOT EDIT. 19 // versions: 20 // protoc-gen-go v1.36.6 21 // protoc v5.27.1 22 // source: grpc/testing/report_qps_scenario_service.proto 23 24 package grpc_testing 25 26 import ( 27 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 28 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 29 reflect "reflect" 30 unsafe "unsafe" 31 ) 32 33 const ( 34 // Verify that this generated code is sufficiently up-to-date. 35 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 36 // Verify that runtime/protoimpl is sufficiently up-to-date. 37 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 38 ) 39 40 var File_grpc_testing_report_qps_scenario_service_proto protoreflect.FileDescriptor 41 42 const file_grpc_testing_report_qps_scenario_service_proto_rawDesc = "" + 43 "\n" + 44 ".grpc/testing/report_qps_scenario_service.proto\x12\fgrpc.testing\x1a\x1agrpc/testing/control.proto2^\n" + 45 "\x18ReportQpsScenarioService\x12B\n" + 46 "\x0eReportScenario\x12\x1c.grpc.testing.ScenarioResult\x1a\x12.grpc.testing.VoidB2\n" + 47 "\x0fio.grpc.testingB\x1dReportQpsScenarioServiceProtoP\x01b\x06proto3" 48 49 var file_grpc_testing_report_qps_scenario_service_proto_goTypes = []any{ 50 (*ScenarioResult)(nil), // 0: grpc.testing.ScenarioResult 51 (*Void)(nil), // 1: grpc.testing.Void 52 } 53 var file_grpc_testing_report_qps_scenario_service_proto_depIdxs = []int32{ 54 0, // 0: grpc.testing.ReportQpsScenarioService.ReportScenario:input_type -> grpc.testing.ScenarioResult 55 1, // 1: grpc.testing.ReportQpsScenarioService.ReportScenario:output_type -> grpc.testing.Void 56 1, // [1:2] is the sub-list for method output_type 57 0, // [0:1] is the sub-list for method input_type 58 0, // [0:0] is the sub-list for extension type_name 59 0, // [0:0] is the sub-list for extension extendee 60 0, // [0:0] is the sub-list for field type_name 61 } 62 63 func init() { file_grpc_testing_report_qps_scenario_service_proto_init() } 64 func file_grpc_testing_report_qps_scenario_service_proto_init() { 65 if File_grpc_testing_report_qps_scenario_service_proto != nil { 66 return 67 } 68 file_grpc_testing_control_proto_init() 69 type x struct{} 70 out := protoimpl.TypeBuilder{ 71 File: protoimpl.DescBuilder{ 72 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 73 RawDescriptor: unsafe.Slice(unsafe.StringData(file_grpc_testing_report_qps_scenario_service_proto_rawDesc), len(file_grpc_testing_report_qps_scenario_service_proto_rawDesc)), 74 NumEnums: 0, 75 NumMessages: 0, 76 NumExtensions: 0, 77 NumServices: 1, 78 }, 79 GoTypes: file_grpc_testing_report_qps_scenario_service_proto_goTypes, 80 DependencyIndexes: file_grpc_testing_report_qps_scenario_service_proto_depIdxs, 81 }.Build() 82 File_grpc_testing_report_qps_scenario_service_proto = out.File 83 file_grpc_testing_report_qps_scenario_service_proto_goTypes = nil 84 file_grpc_testing_report_qps_scenario_service_proto_depIdxs = nil 85 }