6 instantiations of ParamResponse
Microsoft.AspNetCore.Grpc.Swagger.Tests (6)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
1893private static readonly pb::MessageParser<ParamResponse> _parser = new pb::MessageParser<ParamResponse>(() => new ParamResponse()); 1929return new ParamResponse(this);
Services\ParametersService.cs (4)
13return Task.FromResult(new ParamResponse { Message = "DemoParametersOne Response" }); 18return Task.FromResult(new ParamResponse { Message = "DemoParametersTwo Response" }); 23return Task.FromResult(new ParamResponse { Message = "DemoParametersThree Response " }); 28return Task.FromResult(new ParamResponse { Message = "DemoParametersFour Response" });
105 references to ParamResponse
Microsoft.AspNetCore.Grpc.Swagger.Tests (105)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (11)
89new pbr::GeneratedClrTypeInfo(typeof(global::Params.ParamResponse), global::Params.ParamResponse.Parser, new[]{ "Message" }, null, null, null, null) 1888public sealed partial class ParamResponse : pb::IMessage<ParamResponse> 1893private static readonly pb::MessageParser<ParamResponse> _parser = new pb::MessageParser<ParamResponse>(() => new ParamResponse()); 1897public static pb::MessageParser<ParamResponse> Parser { get { return _parser; } } 1921public ParamResponse(ParamResponse other) : this() { 1928public ParamResponse Clone() { 1947return Equals(other as ParamResponse); 1952public bool Equals(ParamResponse other) { 2025public void MergeFrom(ParamResponse other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\ParametersGrpc.cs (90)
55static readonly grpc::Marshaller<global::Params.ParamResponse> __Marshaller_params_ParamResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Params.ParamResponse.Parser)); 66static readonly grpc::Method<global::Params.RequestOne, global::Params.ParamResponse> __Method_DemoParametersOne = new grpc::Method<global::Params.RequestOne, global::Params.ParamResponse>( 74static readonly grpc::Method<global::Params.RequestOne, global::Params.ParamResponse> __Method_DemoParametersTwo = new grpc::Method<global::Params.RequestOne, global::Params.ParamResponse>( 82static readonly grpc::Method<global::Params.RequestTwo, global::Params.ParamResponse> __Method_DemoParametersThree = new grpc::Method<global::Params.RequestTwo, global::Params.ParamResponse>( 90static readonly grpc::Method<global::Params.RequestTwo, global::Params.ParamResponse> __Method_DemoParametersFour = new grpc::Method<global::Params.RequestTwo, global::Params.ParamResponse>( 98static readonly grpc::Method<global::Params.RequestTwo, global::Params.ParamResponse> __Method_DemoParametersFive = new grpc::Method<global::Params.RequestTwo, global::Params.ParamResponse>( 106static readonly grpc::Method<global::Params.RequestThree, global::Params.ParamResponse> __Method_DemoParametersSix = new grpc::Method<global::Params.RequestThree, global::Params.ParamResponse>( 114static readonly grpc::Method<global::Params.RequestFour, global::Params.ParamResponse> __Method_DemoParametersSeven = new grpc::Method<global::Params.RequestFour, global::Params.ParamResponse>( 122static readonly grpc::Method<global::Params.RequestFour, global::Params.ParamResponse> __Method_DemoParametersEight = new grpc::Method<global::Params.RequestFour, global::Params.ParamResponse>( 130static readonly grpc::Method<global::Params.RequestFive, global::Params.ParamResponse> __Method_DemoParametersNine = new grpc::Method<global::Params.RequestFive, global::Params.ParamResponse>( 138static readonly grpc::Method<global::Params.RequestOne, global::Params.ParamResponse> __Method_DemoParametersTenOne = new grpc::Method<global::Params.RequestOne, global::Params.ParamResponse>( 146static readonly grpc::Method<global::Params.RequestOne, global::Params.ParamResponse> __Method_DemoParametersTenTwo = new grpc::Method<global::Params.RequestOne, global::Params.ParamResponse>( 170public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersOne(global::Params.RequestOne request, grpc::ServerCallContext context) 182public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersTwo(global::Params.RequestOne request, grpc::ServerCallContext context) 194public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersThree(global::Params.RequestTwo request, grpc::ServerCallContext context) 206public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersFour(global::Params.RequestTwo request, grpc::ServerCallContext context) 218public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersFive(global::Params.RequestTwo request, grpc::ServerCallContext context) 230public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersSix(global::Params.RequestThree request, grpc::ServerCallContext context) 242public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersSeven(global::Params.RequestFour request, grpc::ServerCallContext context) 248public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersEight(global::Params.RequestFour request, grpc::ServerCallContext context) 254public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersNine(global::Params.RequestFive request, grpc::ServerCallContext context) 260public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersTenOne(global::Params.RequestOne request, grpc::ServerCallContext context) 266public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersTenTwo(global::Params.RequestOne request, grpc::ServerCallContext context) 309public virtual global::Params.ParamResponse DemoParametersOne(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 320public virtual global::Params.ParamResponse DemoParametersOne(global::Params.RequestOne request, grpc::CallOptions options) 333public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersOneAsync(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 344public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersOneAsync(global::Params.RequestOne request, grpc::CallOptions options) 357public virtual global::Params.ParamResponse DemoParametersTwo(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 368public virtual global::Params.ParamResponse DemoParametersTwo(global::Params.RequestOne request, grpc::CallOptions options) 381public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTwoAsync(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 392public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTwoAsync(global::Params.RequestOne request, grpc::CallOptions options) 405public virtual global::Params.ParamResponse DemoParametersThree(global::Params.RequestTwo request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 416public virtual global::Params.ParamResponse DemoParametersThree(global::Params.RequestTwo request, grpc::CallOptions options) 429public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersThreeAsync(global::Params.RequestTwo request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 440public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersThreeAsync(global::Params.RequestTwo request, grpc::CallOptions options) 453public virtual global::Params.ParamResponse DemoParametersFour(global::Params.RequestTwo request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 464public virtual global::Params.ParamResponse DemoParametersFour(global::Params.RequestTwo request, grpc::CallOptions options) 477public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersFourAsync(global::Params.RequestTwo request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 488public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersFourAsync(global::Params.RequestTwo request, grpc::CallOptions options) 501public virtual global::Params.ParamResponse DemoParametersFive(global::Params.RequestTwo request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 512public virtual global::Params.ParamResponse DemoParametersFive(global::Params.RequestTwo request, grpc::CallOptions options) 525public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersFiveAsync(global::Params.RequestTwo request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 536public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersFiveAsync(global::Params.RequestTwo request, grpc::CallOptions options) 549public virtual global::Params.ParamResponse DemoParametersSix(global::Params.RequestThree request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 560public virtual global::Params.ParamResponse DemoParametersSix(global::Params.RequestThree request, grpc::CallOptions options) 573public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersSixAsync(global::Params.RequestThree request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 584public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersSixAsync(global::Params.RequestThree request, grpc::CallOptions options) 597public virtual global::Params.ParamResponse DemoParametersSeven(global::Params.RequestFour request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 608public virtual global::Params.ParamResponse DemoParametersSeven(global::Params.RequestFour request, grpc::CallOptions options) 621public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersSevenAsync(global::Params.RequestFour request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 632public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersSevenAsync(global::Params.RequestFour request, grpc::CallOptions options) 637public virtual global::Params.ParamResponse DemoParametersEight(global::Params.RequestFour request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 642public virtual global::Params.ParamResponse DemoParametersEight(global::Params.RequestFour request, grpc::CallOptions options) 647public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersEightAsync(global::Params.RequestFour request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 652public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersEightAsync(global::Params.RequestFour request, grpc::CallOptions options) 657public virtual global::Params.ParamResponse DemoParametersNine(global::Params.RequestFive request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 662public virtual global::Params.ParamResponse DemoParametersNine(global::Params.RequestFive request, grpc::CallOptions options) 667public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersNineAsync(global::Params.RequestFive request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 672public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersNineAsync(global::Params.RequestFive request, grpc::CallOptions options) 677public virtual global::Params.ParamResponse DemoParametersTenOne(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 682public virtual global::Params.ParamResponse DemoParametersTenOne(global::Params.RequestOne request, grpc::CallOptions options) 687public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTenOneAsync(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 692public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTenOneAsync(global::Params.RequestOne request, grpc::CallOptions options) 697public virtual global::Params.ParamResponse DemoParametersTenTwo(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 702public virtual global::Params.ParamResponse DemoParametersTenTwo(global::Params.RequestOne request, grpc::CallOptions options) 707public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTenTwoAsync(global::Params.RequestOne request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 712public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersTenTwoAsync(global::Params.RequestOne request, grpc::CallOptions options) 750serviceBinder.AddMethod(__Method_DemoParametersOne, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestOne, global::Params.ParamResponse>(serviceImpl.DemoParametersOne)); 751serviceBinder.AddMethod(__Method_DemoParametersTwo, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestOne, global::Params.ParamResponse>(serviceImpl.DemoParametersTwo)); 752serviceBinder.AddMethod(__Method_DemoParametersThree, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestTwo, global::Params.ParamResponse>(serviceImpl.DemoParametersThree)); 753serviceBinder.AddMethod(__Method_DemoParametersFour, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestTwo, global::Params.ParamResponse>(serviceImpl.DemoParametersFour)); 754serviceBinder.AddMethod(__Method_DemoParametersFive, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestTwo, global::Params.ParamResponse>(serviceImpl.DemoParametersFive)); 755serviceBinder.AddMethod(__Method_DemoParametersSix, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestThree, global::Params.ParamResponse>(serviceImpl.DemoParametersSix)); 756serviceBinder.AddMethod(__Method_DemoParametersSeven, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestFour, global::Params.ParamResponse>(serviceImpl.DemoParametersSeven)); 757serviceBinder.AddMethod(__Method_DemoParametersEight, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestFour, global::Params.ParamResponse>(serviceImpl.DemoParametersEight)); 758serviceBinder.AddMethod(__Method_DemoParametersNine, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestFive, global::Params.ParamResponse>(serviceImpl.DemoParametersNine)); 759serviceBinder.AddMethod(__Method_DemoParametersTenOne, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestOne, global::Params.ParamResponse>(serviceImpl.DemoParametersTenOne)); 760serviceBinder.AddMethod(__Method_DemoParametersTenTwo, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.RequestOne, global::Params.ParamResponse>(serviceImpl.DemoParametersTenTwo));
Services\ParametersService.cs (4)
11public override Task<ParamResponse> DemoParametersOne(RequestOne requestId, ServerCallContext ctx) 16public override Task<ParamResponse> DemoParametersTwo(RequestOne requestId, ServerCallContext ctx) 21public override Task<ParamResponse> DemoParametersThree(RequestTwo request, ServerCallContext ctx) 26public override Task<ParamResponse> DemoParametersFour(RequestTwo request, ServerCallContext ctx)