type google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2.ProfilerServiceServer

9 uses

	google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2 (current package)
		profiler.pb.go#L859: type ProfilerServiceServer interface {
		profiler.pb.go#L899: func RegisterProfilerServiceServer(s *grpc.Server, srv ProfilerServiceServer) {
		profiler.pb.go#L909: 		return srv.(ProfilerServiceServer).CreateProfile(ctx, in)
		profiler.pb.go#L916: 		return srv.(ProfilerServiceServer).CreateProfile(ctx, req.(*CreateProfileRequest))
		profiler.pb.go#L927: 		return srv.(ProfilerServiceServer).CreateOfflineProfile(ctx, in)
		profiler.pb.go#L934: 		return srv.(ProfilerServiceServer).CreateOfflineProfile(ctx, req.(*CreateOfflineProfileRequest))
		profiler.pb.go#L945: 		return srv.(ProfilerServiceServer).UpdateProfile(ctx, in)
		profiler.pb.go#L952: 		return srv.(ProfilerServiceServer).UpdateProfile(ctx, req.(*UpdateProfileRequest))
		profiler.pb.go#L959: 	HandlerType: (*ProfilerServiceServer)(nil),