1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 )
31
32 const (
33
34 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
35
36 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
37 )
38
39 var File_grpc_testing_report_qps_scenario_service_proto protoreflect.FileDescriptor
40
41 var file_grpc_testing_report_qps_scenario_service_proto_rawDesc = []byte{
42 0x0a, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72,
43 0x65, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x71, 0x70, 0x73, 0x5f, 0x73, 0x63, 0x65, 0x6e, 0x61, 0x72,
44 0x69, 0x6f, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
45 0x12, 0x0c, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x1a, 0x1a,
46 0x67, 0x72, 0x70, 0x63, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x63, 0x6f, 0x6e,
47 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5e, 0x0a, 0x18, 0x52, 0x65,
48 0x70, 0x6f, 0x72, 0x74, 0x51, 0x70, 0x73, 0x53, 0x63, 0x65, 0x6e, 0x61, 0x72, 0x69, 0x6f, 0x53,
49 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x42, 0x0a, 0x0e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74,
50 0x53, 0x63, 0x65, 0x6e, 0x61, 0x72, 0x69, 0x6f, 0x12, 0x1c, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e,
51 0x74, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x53, 0x63, 0x65, 0x6e, 0x61, 0x72, 0x69, 0x6f,
52 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x1a, 0x12, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x74, 0x65,
53 0x73, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x56, 0x6f, 0x69, 0x64, 0x42, 0x32, 0x0a, 0x0f, 0x69, 0x6f,
54 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x42, 0x1d, 0x52,
55 0x65, 0x70, 0x6f, 0x72, 0x74, 0x51, 0x70, 0x73, 0x53, 0x63, 0x65, 0x6e, 0x61, 0x72, 0x69, 0x6f,
56 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x62, 0x06,
57 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
58 }
59
60 var file_grpc_testing_report_qps_scenario_service_proto_goTypes = []interface{}{
61 (*ScenarioResult)(nil),
62 (*Void)(nil),
63 }
64 var file_grpc_testing_report_qps_scenario_service_proto_depIdxs = []int32{
65 0,
66 1,
67 1,
68 0,
69 0,
70 0,
71 0,
72 }
73
74 func init() { file_grpc_testing_report_qps_scenario_service_proto_init() }
75 func file_grpc_testing_report_qps_scenario_service_proto_init() {
76 if File_grpc_testing_report_qps_scenario_service_proto != nil {
77 return
78 }
79 file_grpc_testing_control_proto_init()
80 type x struct{}
81 out := protoimpl.TypeBuilder{
82 File: protoimpl.DescBuilder{
83 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
84 RawDescriptor: file_grpc_testing_report_qps_scenario_service_proto_rawDesc,
85 NumEnums: 0,
86 NumMessages: 0,
87 NumExtensions: 0,
88 NumServices: 1,
89 },
90 GoTypes: file_grpc_testing_report_qps_scenario_service_proto_goTypes,
91 DependencyIndexes: file_grpc_testing_report_qps_scenario_service_proto_depIdxs,
92 }.Build()
93 File_grpc_testing_report_qps_scenario_service_proto = out.File
94 file_grpc_testing_report_qps_scenario_service_proto_rawDesc = nil
95 file_grpc_testing_report_qps_scenario_service_proto_goTypes = nil
96 file_grpc_testing_report_qps_scenario_service_proto_depIdxs = nil
97 }
98
View as plain text