mirror of https://github.com/grpc/grpc-java.git
Fix typo in deprecated blocking stub javadoc. (#11772)
This commit is contained in:
parent
5e8abc6774
commit
8c261c3f28
|
@ -204,7 +204,7 @@ public final class HandshakerServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service HandshakerService.
|
* A stub to allow clients to do limited synchronous rpc calls to service HandshakerService.
|
||||||
*/
|
*/
|
||||||
public static final class HandshakerServiceBlockingStub
|
public static final class HandshakerServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<HandshakerServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<HandshakerServiceBlockingStub> {
|
||||||
|
|
|
@ -262,7 +262,7 @@ public final class LoadBalancerStatsServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service LoadBalancerStatsService.
|
* A stub to allow clients to do limited synchronous rpc calls to service LoadBalancerStatsService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service used to obtain stats for verifying LB behavior.
|
* A service used to obtain stats for verifying LB behavior.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -252,7 +252,7 @@ public final class MetricsServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service MetricsService.
|
* A stub to allow clients to do limited synchronous rpc calls to service MetricsService.
|
||||||
*/
|
*/
|
||||||
public static final class MetricsServiceBlockingStub
|
public static final class MetricsServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<MetricsServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<MetricsServiceBlockingStub> {
|
||||||
|
|
|
@ -244,7 +244,7 @@ public final class ReconnectServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service ReconnectService.
|
* A stub to allow clients to do limited synchronous rpc calls to service ReconnectService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service used to control reconnect server.
|
* A service used to control reconnect server.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -671,7 +671,7 @@ public final class TestServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service TestService.
|
* A stub to allow clients to do limited synchronous rpc calls to service TestService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A simple service to test the various types of RPCs and experiment with
|
* A simple service to test the various types of RPCs and experiment with
|
||||||
* performance with various types of payload.
|
* performance with various types of payload.
|
||||||
|
|
|
@ -206,7 +206,7 @@ public final class UnimplementedServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service UnimplementedService.
|
* A stub to allow clients to do limited synchronous rpc calls to service UnimplementedService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A simple service NOT implemented at servers so clients can test for
|
* A simple service NOT implemented at servers so clients can test for
|
||||||
* that case.
|
* that case.
|
||||||
|
|
|
@ -201,7 +201,7 @@ public final class XdsUpdateClientConfigureServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service XdsUpdateClientConfigureService.
|
* A stub to allow clients to do limited synchronous rpc calls to service XdsUpdateClientConfigureService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service to dynamically update the configuration of an xDS test client.
|
* A service to dynamically update the configuration of an xDS test client.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -244,7 +244,7 @@ public final class XdsUpdateHealthServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service XdsUpdateHealthService.
|
* A stub to allow clients to do limited synchronous rpc calls to service XdsUpdateHealthService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service to remotely control health status of an xDS test server.
|
* A service to remotely control health status of an xDS test server.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -262,7 +262,7 @@ public final class LoadBalancerStatsServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service LoadBalancerStatsService.
|
* A stub to allow clients to do limited synchronous rpc calls to service LoadBalancerStatsService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service used to obtain stats for verifying LB behavior.
|
* A service used to obtain stats for verifying LB behavior.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -252,7 +252,7 @@ public final class MetricsServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service MetricsService.
|
* A stub to allow clients to do limited synchronous rpc calls to service MetricsService.
|
||||||
*/
|
*/
|
||||||
public static final class MetricsServiceBlockingStub
|
public static final class MetricsServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<MetricsServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<MetricsServiceBlockingStub> {
|
||||||
|
|
|
@ -244,7 +244,7 @@ public final class ReconnectServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service ReconnectService.
|
* A stub to allow clients to do limited synchronous rpc calls to service ReconnectService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service used to control reconnect server.
|
* A service used to control reconnect server.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -671,7 +671,7 @@ public final class TestServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service TestService.
|
* A stub to allow clients to do limited synchronous rpc calls to service TestService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A simple service to test the various types of RPCs and experiment with
|
* A simple service to test the various types of RPCs and experiment with
|
||||||
* performance with various types of payload.
|
* performance with various types of payload.
|
||||||
|
|
|
@ -206,7 +206,7 @@ public final class UnimplementedServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service UnimplementedService.
|
* A stub to allow clients to do limited synchronous rpc calls to service UnimplementedService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A simple service NOT implemented at servers so clients can test for
|
* A simple service NOT implemented at servers so clients can test for
|
||||||
* that case.
|
* that case.
|
||||||
|
|
|
@ -201,7 +201,7 @@ public final class XdsUpdateClientConfigureServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service XdsUpdateClientConfigureService.
|
* A stub to allow clients to do limited synchronous rpc calls to service XdsUpdateClientConfigureService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service to dynamically update the configuration of an xDS test client.
|
* A service to dynamically update the configuration of an xDS test client.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -244,7 +244,7 @@ public final class XdsUpdateHealthServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service XdsUpdateHealthService.
|
* A stub to allow clients to do limited synchronous rpc calls to service XdsUpdateHealthService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service to remotely control health status of an xDS test server.
|
* A service to remotely control health status of an xDS test server.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -461,7 +461,7 @@ public final class BenchmarkServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service BenchmarkService.
|
* A stub to allow clients to do limited synchronous rpc calls to service BenchmarkService.
|
||||||
*/
|
*/
|
||||||
public static final class BenchmarkServiceBlockingStub
|
public static final class BenchmarkServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<BenchmarkServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<BenchmarkServiceBlockingStub> {
|
||||||
|
|
|
@ -187,7 +187,7 @@ public final class ReportQpsScenarioServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service ReportQpsScenarioService.
|
* A stub to allow clients to do limited synchronous rpc calls to service ReportQpsScenarioService.
|
||||||
*/
|
*/
|
||||||
public static final class ReportQpsScenarioServiceBlockingStub
|
public static final class ReportQpsScenarioServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<ReportQpsScenarioServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<ReportQpsScenarioServiceBlockingStub> {
|
||||||
|
|
|
@ -407,7 +407,7 @@ public final class WorkerServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service WorkerService.
|
* A stub to allow clients to do limited synchronous rpc calls to service WorkerService.
|
||||||
*/
|
*/
|
||||||
public static final class WorkerServiceBlockingStub
|
public static final class WorkerServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<WorkerServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<WorkerServiceBlockingStub> {
|
||||||
|
|
|
@ -412,7 +412,7 @@ static void GrpcWriteServiceDocComment(Printer* printer,
|
||||||
printer->Print(vars, " * A stub to allow clients to do asynchronous rpc calls to service $service$.\n");
|
printer->Print(vars, " * A stub to allow clients to do asynchronous rpc calls to service $service$.\n");
|
||||||
break;
|
break;
|
||||||
case BLOCKING_CLIENT_IMPL:
|
case BLOCKING_CLIENT_IMPL:
|
||||||
printer->Print(vars, " * A stub to allow clients to do llimited synchronous rpc calls to service $service$.\n");
|
printer->Print(vars, " * A stub to allow clients to do limited synchronous rpc calls to service $service$.\n");
|
||||||
break;
|
break;
|
||||||
case BLOCKING_V2_CLIENT_IMPL:
|
case BLOCKING_V2_CLIENT_IMPL:
|
||||||
printer->Print(vars, " * A stub to allow clients to do synchronous rpc calls to service $service$.\n");
|
printer->Print(vars, " * A stub to allow clients to do synchronous rpc calls to service $service$.\n");
|
||||||
|
|
|
@ -210,7 +210,7 @@ public final class TestDeprecatedServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service TestDeprecatedService.
|
* A stub to allow clients to do limited synchronous rpc calls to service TestDeprecatedService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* Test service that has been deprecated and should generate with Java's @Deprecated annotation
|
* Test service that has been deprecated and should generate with Java's @Deprecated annotation
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -675,7 +675,7 @@ public final class TestServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service TestService.
|
* A stub to allow clients to do limited synchronous rpc calls to service TestService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* Test service that supports all call types.
|
* Test service that supports all call types.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -206,7 +206,7 @@ public final class TestDeprecatedServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service TestDeprecatedService.
|
* A stub to allow clients to do limited synchronous rpc calls to service TestDeprecatedService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* Test service that has been deprecated and should generate with Java's @Deprecated annotation
|
* Test service that has been deprecated and should generate with Java's @Deprecated annotation
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -664,7 +664,7 @@ public final class TestServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service TestService.
|
* A stub to allow clients to do limited synchronous rpc calls to service TestService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* Test service that supports all call types.
|
* Test service that supports all call types.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -189,7 +189,7 @@ public final class LoadBalancerGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service LoadBalancer.
|
* A stub to allow clients to do limited synchronous rpc calls to service LoadBalancer.
|
||||||
*/
|
*/
|
||||||
public static final class LoadBalancerBlockingStub
|
public static final class LoadBalancerBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<LoadBalancerBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<LoadBalancerBlockingStub> {
|
||||||
|
|
|
@ -264,7 +264,7 @@ public final class LoadBalancerStatsServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service LoadBalancerStatsService.
|
* A stub to allow clients to do limited synchronous rpc calls to service LoadBalancerStatsService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service used to obtain stats for verifying LB behavior.
|
* A service used to obtain stats for verifying LB behavior.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -254,7 +254,7 @@ public final class MetricsServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service MetricsService.
|
* A stub to allow clients to do limited synchronous rpc calls to service MetricsService.
|
||||||
*/
|
*/
|
||||||
public static final class MetricsServiceBlockingStub
|
public static final class MetricsServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<MetricsServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<MetricsServiceBlockingStub> {
|
||||||
|
|
|
@ -246,7 +246,7 @@ public final class ReconnectServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service ReconnectService.
|
* A stub to allow clients to do limited synchronous rpc calls to service ReconnectService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service used to control reconnect server.
|
* A service used to control reconnect server.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -679,7 +679,7 @@ public final class TestServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service TestService.
|
* A stub to allow clients to do limited synchronous rpc calls to service TestService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A simple service to test the various types of RPCs and experiment with
|
* A simple service to test the various types of RPCs and experiment with
|
||||||
* performance with various types of payload.
|
* performance with various types of payload.
|
||||||
|
|
|
@ -207,7 +207,7 @@ public final class UnimplementedServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service UnimplementedService.
|
* A stub to allow clients to do limited synchronous rpc calls to service UnimplementedService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A simple service NOT implemented at servers so clients can test for
|
* A simple service NOT implemented at servers so clients can test for
|
||||||
* that case.
|
* that case.
|
||||||
|
|
|
@ -202,7 +202,7 @@ public final class XdsUpdateClientConfigureServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service XdsUpdateClientConfigureService.
|
* A stub to allow clients to do limited synchronous rpc calls to service XdsUpdateClientConfigureService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service to dynamically update the configuration of an xDS test client.
|
* A service to dynamically update the configuration of an xDS test client.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -246,7 +246,7 @@ public final class XdsUpdateHealthServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service XdsUpdateHealthService.
|
* A stub to allow clients to do limited synchronous rpc calls to service XdsUpdateHealthService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A service to remotely control health status of an xDS test server.
|
* A service to remotely control health status of an xDS test server.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -231,7 +231,7 @@ public final class EchoTestServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service EchoTestService.
|
* A stub to allow clients to do limited synchronous rpc calls to service EchoTestService.
|
||||||
*/
|
*/
|
||||||
public static final class EchoTestServiceBlockingStub
|
public static final class EchoTestServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<EchoTestServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<EchoTestServiceBlockingStub> {
|
||||||
|
|
|
@ -187,7 +187,7 @@ public final class RouteLookupServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service RouteLookupService.
|
* A stub to allow clients to do limited synchronous rpc calls to service RouteLookupService.
|
||||||
*/
|
*/
|
||||||
public static final class RouteLookupServiceBlockingStub
|
public static final class RouteLookupServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<RouteLookupServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<RouteLookupServiceBlockingStub> {
|
||||||
|
|
|
@ -192,7 +192,7 @@ public final class S2AServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service S2AService.
|
* A stub to allow clients to do limited synchronous rpc calls to service S2AService.
|
||||||
*/
|
*/
|
||||||
public static final class S2AServiceBlockingStub
|
public static final class S2AServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<S2AServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<S2AServiceBlockingStub> {
|
||||||
|
|
|
@ -582,7 +582,7 @@ public final class ChannelzGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service Channelz.
|
* A stub to allow clients to do limited synchronous rpc calls to service Channelz.
|
||||||
* <pre>
|
* <pre>
|
||||||
* Channelz is a service exposed by gRPC servers that provides detailed debug
|
* Channelz is a service exposed by gRPC servers that provides detailed debug
|
||||||
* information.
|
* information.
|
||||||
|
|
|
@ -290,7 +290,7 @@ public final class HealthGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service Health.
|
* A stub to allow clients to do limited synchronous rpc calls to service Health.
|
||||||
*/
|
*/
|
||||||
public static final class HealthBlockingStub
|
public static final class HealthBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<HealthBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<HealthBlockingStub> {
|
||||||
|
|
|
@ -192,7 +192,7 @@ public final class ServerReflectionGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service ServerReflection.
|
* A stub to allow clients to do limited synchronous rpc calls to service ServerReflection.
|
||||||
*/
|
*/
|
||||||
public static final class ServerReflectionBlockingStub
|
public static final class ServerReflectionBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<ServerReflectionBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<ServerReflectionBlockingStub> {
|
||||||
|
|
|
@ -192,7 +192,7 @@ public final class ServerReflectionGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service ServerReflection.
|
* A stub to allow clients to do limited synchronous rpc calls to service ServerReflection.
|
||||||
*/
|
*/
|
||||||
public static final class ServerReflectionBlockingStub
|
public static final class ServerReflectionBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<ServerReflectionBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<ServerReflectionBlockingStub> {
|
||||||
|
|
|
@ -202,7 +202,7 @@ public final class AnotherDynamicServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service AnotherDynamicService.
|
* A stub to allow clients to do limited synchronous rpc calls to service AnotherDynamicService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* AnotherDynamicService
|
* AnotherDynamicService
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -178,7 +178,7 @@ public final class AnotherReflectableServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service AnotherReflectableService.
|
* A stub to allow clients to do limited synchronous rpc calls to service AnotherReflectableService.
|
||||||
*/
|
*/
|
||||||
public static final class AnotherReflectableServiceBlockingStub
|
public static final class AnotherReflectableServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<AnotherReflectableServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<AnotherReflectableServiceBlockingStub> {
|
||||||
|
|
|
@ -202,7 +202,7 @@ public final class DynamicServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service DynamicService.
|
* A stub to allow clients to do limited synchronous rpc calls to service DynamicService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A DynamicService
|
* A DynamicService
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -178,7 +178,7 @@ public final class ReflectableServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service ReflectableService.
|
* A stub to allow clients to do limited synchronous rpc calls to service ReflectableService.
|
||||||
*/
|
*/
|
||||||
public static final class ReflectableServiceBlockingStub
|
public static final class ReflectableServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<ReflectableServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<ReflectableServiceBlockingStub> {
|
||||||
|
|
|
@ -394,7 +394,7 @@ public final class SimpleServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service SimpleService.
|
* A stub to allow clients to do limited synchronous rpc calls to service SimpleService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* A simple service for test.
|
* A simple service for test.
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -230,7 +230,7 @@ public final class OpenRcaServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service OpenRcaService.
|
* A stub to allow clients to do limited synchronous rpc calls to service OpenRcaService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* Out-of-band (OOB) load reporting service for the additional load reporting
|
* Out-of-band (OOB) load reporting service for the additional load reporting
|
||||||
* agent that does not sit in the request path. Reports are periodically sampled
|
* agent that does not sit in the request path. Reports are periodically sampled
|
||||||
|
|
|
@ -284,7 +284,7 @@ public final class AggregatedDiscoveryServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service AggregatedDiscoveryService.
|
* A stub to allow clients to do limited synchronous rpc calls to service AggregatedDiscoveryService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* See https://github.com/envoyproxy/envoy-api#apis for a description of the role of
|
* See https://github.com/envoyproxy/envoy-api#apis for a description of the role of
|
||||||
* ADS and how it is intended to be used by a management server. ADS requests
|
* ADS and how it is intended to be used by a management server. ADS requests
|
||||||
|
|
|
@ -267,7 +267,7 @@ public final class LoadReportingServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service LoadReportingService.
|
* A stub to allow clients to do limited synchronous rpc calls to service LoadReportingService.
|
||||||
*/
|
*/
|
||||||
public static final class LoadReportingServiceBlockingStub
|
public static final class LoadReportingServiceBlockingStub
|
||||||
extends io.grpc.stub.AbstractBlockingStub<LoadReportingServiceBlockingStub> {
|
extends io.grpc.stub.AbstractBlockingStub<LoadReportingServiceBlockingStub> {
|
||||||
|
|
|
@ -207,7 +207,7 @@ public final class RateLimitQuotaServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service RateLimitQuotaService.
|
* A stub to allow clients to do limited synchronous rpc calls to service RateLimitQuotaService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* Defines the Rate Limit Quota Service (RLQS).
|
* Defines the Rate Limit Quota Service (RLQS).
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
|
@ -258,7 +258,7 @@ public final class ClientStatusDiscoveryServiceGrpc {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A stub to allow clients to do llimited synchronous rpc calls to service ClientStatusDiscoveryService.
|
* A stub to allow clients to do limited synchronous rpc calls to service ClientStatusDiscoveryService.
|
||||||
* <pre>
|
* <pre>
|
||||||
* CSDS is Client Status Discovery Service. It can be used to get the status of
|
* CSDS is Client Status Discovery Service. It can be used to get the status of
|
||||||
* an xDS-compliant client from the management server's point of view. It can
|
* an xDS-compliant client from the management server's point of view. It can
|
||||||
|
|
Loading…
Reference in New Issue