regenerate c# protos

pull/18484/head
Jan Tattermusch 6 years ago
parent 8e393ea13e
commit 3624963ec9
  1. 2
      src/csharp/Grpc.Examples/MathGrpc.cs
  2. 2
      src/csharp/Grpc.HealthCheck/HealthGrpc.cs
  3. 2
      src/csharp/Grpc.IntegrationTesting/BenchmarkServiceGrpc.cs
  4. 2
      src/csharp/Grpc.IntegrationTesting/EmptyServiceGrpc.cs
  5. 2
      src/csharp/Grpc.IntegrationTesting/MetricsGrpc.cs
  6. 2
      src/csharp/Grpc.IntegrationTesting/ReportQpsScenarioServiceGrpc.cs
  7. 6
      src/csharp/Grpc.IntegrationTesting/TestGrpc.cs
  8. 2
      src/csharp/Grpc.IntegrationTesting/WorkerServiceGrpc.cs
  9. 2
      src/csharp/Grpc.Reflection/ReflectionGrpc.cs

@ -67,7 +67,7 @@ namespace Math {
} }
/// <summary>Base class for server-side implementations of Math</summary> /// <summary>Base class for server-side implementations of Math</summary>
[grpc::BindService(typeof(Math), "BindService")] [grpc::BindServiceMethod(typeof(Math), "BindService")]
public abstract partial class MathBase public abstract partial class MathBase
{ {
/// <summary> /// <summary>

@ -54,7 +54,7 @@ namespace Grpc.Health.V1 {
} }
/// <summary>Base class for server-side implementations of Health</summary> /// <summary>Base class for server-side implementations of Health</summary>
[grpc::BindService(typeof(Health), "BindService")] [grpc::BindServiceMethod(typeof(Health), "BindService")]
public abstract partial class HealthBase public abstract partial class HealthBase
{ {
/// <summary> /// <summary>

@ -74,7 +74,7 @@ namespace Grpc.Testing {
} }
/// <summary>Base class for server-side implementations of BenchmarkService</summary> /// <summary>Base class for server-side implementations of BenchmarkService</summary>
[grpc::BindService(typeof(BenchmarkService), "BindService")] [grpc::BindServiceMethod(typeof(BenchmarkService), "BindService")]
public abstract partial class BenchmarkServiceBase public abstract partial class BenchmarkServiceBase
{ {
/// <summary> /// <summary>

@ -39,7 +39,7 @@ namespace Grpc.Testing {
} }
/// <summary>Base class for server-side implementations of EmptyService</summary> /// <summary>Base class for server-side implementations of EmptyService</summary>
[grpc::BindService(typeof(EmptyService), "BindService")] [grpc::BindServiceMethod(typeof(EmptyService), "BindService")]
public abstract partial class EmptyServiceBase public abstract partial class EmptyServiceBase
{ {
} }

@ -58,7 +58,7 @@ namespace Grpc.Testing {
} }
/// <summary>Base class for server-side implementations of MetricsService</summary> /// <summary>Base class for server-side implementations of MetricsService</summary>
[grpc::BindService(typeof(MetricsService), "BindService")] [grpc::BindServiceMethod(typeof(MetricsService), "BindService")]
public abstract partial class MetricsServiceBase public abstract partial class MetricsServiceBase
{ {
/// <summary> /// <summary>

@ -46,7 +46,7 @@ namespace Grpc.Testing {
} }
/// <summary>Base class for server-side implementations of ReportQpsScenarioService</summary> /// <summary>Base class for server-side implementations of ReportQpsScenarioService</summary>
[grpc::BindService(typeof(ReportQpsScenarioService), "BindService")] [grpc::BindServiceMethod(typeof(ReportQpsScenarioService), "BindService")]
public abstract partial class ReportQpsScenarioServiceBase public abstract partial class ReportQpsScenarioServiceBase
{ {
/// <summary> /// <summary>

@ -105,7 +105,7 @@ namespace Grpc.Testing {
} }
/// <summary>Base class for server-side implementations of TestService</summary> /// <summary>Base class for server-side implementations of TestService</summary>
[grpc::BindService(typeof(TestService), "BindService")] [grpc::BindServiceMethod(typeof(TestService), "BindService")]
public abstract partial class TestServiceBase public abstract partial class TestServiceBase
{ {
/// <summary> /// <summary>
@ -581,7 +581,7 @@ namespace Grpc.Testing {
} }
/// <summary>Base class for server-side implementations of UnimplementedService</summary> /// <summary>Base class for server-side implementations of UnimplementedService</summary>
[grpc::BindService(typeof(UnimplementedService), "BindService")] [grpc::BindServiceMethod(typeof(UnimplementedService), "BindService")]
public abstract partial class UnimplementedServiceBase public abstract partial class UnimplementedServiceBase
{ {
/// <summary> /// <summary>
@ -721,7 +721,7 @@ namespace Grpc.Testing {
} }
/// <summary>Base class for server-side implementations of ReconnectService</summary> /// <summary>Base class for server-side implementations of ReconnectService</summary>
[grpc::BindService(typeof(ReconnectService), "BindService")] [grpc::BindServiceMethod(typeof(ReconnectService), "BindService")]
public abstract partial class ReconnectServiceBase public abstract partial class ReconnectServiceBase
{ {
public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> Start(global::Grpc.Testing.ReconnectParams request, grpc::ServerCallContext context) public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> Start(global::Grpc.Testing.ReconnectParams request, grpc::ServerCallContext context)

@ -72,7 +72,7 @@ namespace Grpc.Testing {
} }
/// <summary>Base class for server-side implementations of WorkerService</summary> /// <summary>Base class for server-side implementations of WorkerService</summary>
[grpc::BindService(typeof(WorkerService), "BindService")] [grpc::BindServiceMethod(typeof(WorkerService), "BindService")]
public abstract partial class WorkerServiceBase public abstract partial class WorkerServiceBase
{ {
/// <summary> /// <summary>

@ -46,7 +46,7 @@ namespace Grpc.Reflection.V1Alpha {
} }
/// <summary>Base class for server-side implementations of ServerReflection</summary> /// <summary>Base class for server-side implementations of ServerReflection</summary>
[grpc::BindService(typeof(ServerReflection), "BindService")] [grpc::BindServiceMethod(typeof(ServerReflection), "BindService")]
public abstract partial class ServerReflectionBase public abstract partial class ServerReflectionBase
{ {
/// <summary> /// <summary>

Loading…
Cancel
Save