mirror of https://github.com/grpc/grpc-go.git
86 lines
3.5 KiB
Go
86 lines
3.5 KiB
Go
// Copyright 2015 gRPC authors.
|
|
//
|
|
// Licensed 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.
|
|
|
|
// An integration test service that covers all the method signature permutations
|
|
// of unary/streaming requests/responses.
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.6
|
|
// protoc v5.27.1
|
|
// source: grpc/testing/report_qps_scenario_service.proto
|
|
|
|
package grpc_testing
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
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)
|
|
)
|
|
|
|
var File_grpc_testing_report_qps_scenario_service_proto protoreflect.FileDescriptor
|
|
|
|
const file_grpc_testing_report_qps_scenario_service_proto_rawDesc = "" +
|
|
"\n" +
|
|
".grpc/testing/report_qps_scenario_service.proto\x12\fgrpc.testing\x1a\x1agrpc/testing/control.proto2^\n" +
|
|
"\x18ReportQpsScenarioService\x12B\n" +
|
|
"\x0eReportScenario\x12\x1c.grpc.testing.ScenarioResult\x1a\x12.grpc.testing.VoidB2\n" +
|
|
"\x0fio.grpc.testingB\x1dReportQpsScenarioServiceProtoP\x01b\x06proto3"
|
|
|
|
var file_grpc_testing_report_qps_scenario_service_proto_goTypes = []any{
|
|
(*ScenarioResult)(nil), // 0: grpc.testing.ScenarioResult
|
|
(*Void)(nil), // 1: grpc.testing.Void
|
|
}
|
|
var file_grpc_testing_report_qps_scenario_service_proto_depIdxs = []int32{
|
|
0, // 0: grpc.testing.ReportQpsScenarioService.ReportScenario:input_type -> grpc.testing.ScenarioResult
|
|
1, // 1: grpc.testing.ReportQpsScenarioService.ReportScenario:output_type -> grpc.testing.Void
|
|
1, // [1:2] is the sub-list for method output_type
|
|
0, // [0:1] 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_grpc_testing_report_qps_scenario_service_proto_init() }
|
|
func file_grpc_testing_report_qps_scenario_service_proto_init() {
|
|
if File_grpc_testing_report_qps_scenario_service_proto != nil {
|
|
return
|
|
}
|
|
file_grpc_testing_control_proto_init()
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_grpc_testing_report_qps_scenario_service_proto_rawDesc), len(file_grpc_testing_report_qps_scenario_service_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_grpc_testing_report_qps_scenario_service_proto_goTypes,
|
|
DependencyIndexes: file_grpc_testing_report_qps_scenario_service_proto_depIdxs,
|
|
}.Build()
|
|
File_grpc_testing_report_qps_scenario_service_proto = out.File
|
|
file_grpc_testing_report_qps_scenario_service_proto_goTypes = nil
|
|
file_grpc_testing_report_qps_scenario_service_proto_depIdxs = nil
|
|
}
|