| AbstractInteropTest |
Abstract base class for all GRPC transport tests.
|
| AltsHandshakerTestService |
A fake HandshakeService for ALTS integration testing in non-gcp environments.
|
| EmptyProtos |
|
| EmptyProtos.Empty |
An empty message that you can re-use to avoid defining duplicated empty
messages in your project.
|
| EmptyProtos.Empty.Builder |
An empty message that you can re-use to avoid defining duplicated empty
messages in your project.
|
| GrpclbFallbackTestClient |
Test client that verifies that grpclb failover into fallback mode works under
different failure modes.
|
| GrpclbLongLivedAffinityTestClient |
Test client that verifies all requests are sent to the same server even running for an extended
time, while allowing for occasionally switching server.
|
| Http2Client |
|
| LoadBalancerStatsServiceGrpc |
A service used to obtain stats for verifying LB behavior.
|
| LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceBlockingStub |
A stub to allow clients to do synchronous rpc calls to service LoadBalancerStatsService.
|
| LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceFutureStub |
A stub to allow clients to do ListenableFuture-style rpc calls to service LoadBalancerStatsService.
|
| LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceImplBase |
Base class for the server implementation of the service LoadBalancerStatsService.
|
| LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceStub |
A stub to allow clients to do asynchronous rpc calls to service LoadBalancerStatsService.
|
| Messages |
|
| Messages.BoolValue |
TODO(dgq): Go back to using well-known types once
https://github.com/grpc/grpc/issues/6980 has been fixed.
|
| Messages.BoolValue.Builder |
TODO(dgq): Go back to using well-known types once
https://github.com/grpc/grpc/issues/6980 has been fixed.
|
| Messages.ClientConfigureRequest |
Configurations for a test client.
|
| Messages.ClientConfigureRequest.Builder |
Configurations for a test client.
|
| Messages.ClientConfigureRequest.Metadata |
Metadata to be attached for the given type of RPCs.
|
| Messages.ClientConfigureRequest.Metadata.Builder |
Metadata to be attached for the given type of RPCs.
|
| Messages.ClientConfigureResponse |
Response for updating a test client's configuration.
|
| Messages.ClientConfigureResponse.Builder |
Response for updating a test client's configuration.
|
| Messages.EchoStatus |
A protobuf representation for grpc status.
|
| Messages.EchoStatus.Builder |
A protobuf representation for grpc status.
|
| Messages.LoadBalancerAccumulatedStatsRequest |
Request for retrieving a test client's accumulated stats.
|
| Messages.LoadBalancerAccumulatedStatsRequest.Builder |
Request for retrieving a test client's accumulated stats.
|
| Messages.LoadBalancerAccumulatedStatsResponse |
Accumulated stats for RPCs sent by a test client.
|
| Messages.LoadBalancerAccumulatedStatsResponse.Builder |
Accumulated stats for RPCs sent by a test client.
|
| Messages.LoadBalancerAccumulatedStatsResponse.MethodStats |
Protobuf type grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats
|
| Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder |
Protobuf type grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats
|
| Messages.LoadBalancerStatsRequest |
Protobuf type grpc.testing.LoadBalancerStatsRequest
|
| Messages.LoadBalancerStatsRequest.Builder |
Protobuf type grpc.testing.LoadBalancerStatsRequest
|
| Messages.LoadBalancerStatsResponse |
Protobuf type grpc.testing.LoadBalancerStatsResponse
|
| Messages.LoadBalancerStatsResponse.Builder |
Protobuf type grpc.testing.LoadBalancerStatsResponse
|
| Messages.LoadBalancerStatsResponse.RpcsByPeer |
Protobuf type grpc.testing.LoadBalancerStatsResponse.RpcsByPeer
|
| Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder |
Protobuf type grpc.testing.LoadBalancerStatsResponse.RpcsByPeer
|
| Messages.Payload |
A block of data, to simply increase gRPC message size.
|
| Messages.Payload.Builder |
A block of data, to simply increase gRPC message size.
|
| Messages.ReconnectInfo |
For reconnect interop test only.
|
| Messages.ReconnectInfo.Builder |
For reconnect interop test only.
|
| Messages.ReconnectParams |
For reconnect interop test only.
|
| Messages.ReconnectParams.Builder |
For reconnect interop test only.
|
| Messages.ResponseParameters |
Configuration for a particular response.
|
| Messages.ResponseParameters.Builder |
Configuration for a particular response.
|
| Messages.SimpleRequest |
Unary request.
|
| Messages.SimpleRequest.Builder |
Unary request.
|
| Messages.SimpleResponse |
Unary response, as configured by the request.
|
| Messages.SimpleResponse.Builder |
Unary response, as configured by the request.
|
| Messages.StreamingInputCallRequest |
Client-streaming request.
|
| Messages.StreamingInputCallRequest.Builder |
Client-streaming request.
|
| Messages.StreamingInputCallResponse |
Client-streaming response.
|
| Messages.StreamingInputCallResponse.Builder |
Client-streaming response.
|
| Messages.StreamingOutputCallRequest |
Server-streaming request.
|
| Messages.StreamingOutputCallRequest.Builder |
Server-streaming request.
|
| Messages.StreamingOutputCallResponse |
Server-streaming response, as configured by the request and parameters.
|
| Messages.StreamingOutputCallResponse.Builder |
Server-streaming response, as configured by the request and parameters.
|
| Messages.TestOrcaReport |
Metrics data the server will update and send to the client.
|
| Messages.TestOrcaReport.Builder |
Metrics data the server will update and send to the client.
|
| Metrics |
|
| Metrics.EmptyMessage |
Protobuf type grpc.testing.EmptyMessage
|
| Metrics.EmptyMessage.Builder |
Protobuf type grpc.testing.EmptyMessage
|
| Metrics.GaugeRequest |
Request message containing the gauge name
|
| Metrics.GaugeRequest.Builder |
Request message containing the gauge name
|
| Metrics.GaugeResponse |
Reponse message containing the gauge name and value
|
| Metrics.GaugeResponse.Builder |
Reponse message containing the gauge name and value
|
| MetricsServiceGrpc |
|
| MetricsServiceGrpc.MetricsServiceBlockingStub |
A stub to allow clients to do synchronous rpc calls to service MetricsService.
|
| MetricsServiceGrpc.MetricsServiceFutureStub |
A stub to allow clients to do ListenableFuture-style rpc calls to service MetricsService.
|
| MetricsServiceGrpc.MetricsServiceImplBase |
Base class for the server implementation of the service MetricsService.
|
| MetricsServiceGrpc.MetricsServiceStub |
A stub to allow clients to do asynchronous rpc calls to service MetricsService.
|
| ReconnectServiceGrpc |
A service used to control reconnect server.
|
| ReconnectServiceGrpc.ReconnectServiceBlockingStub |
A stub to allow clients to do synchronous rpc calls to service ReconnectService.
|
| ReconnectServiceGrpc.ReconnectServiceFutureStub |
A stub to allow clients to do ListenableFuture-style rpc calls to service ReconnectService.
|
| ReconnectServiceGrpc.ReconnectServiceImplBase |
Base class for the server implementation of the service ReconnectService.
|
| ReconnectServiceGrpc.ReconnectServiceStub |
A stub to allow clients to do asynchronous rpc calls to service ReconnectService.
|
| ReconnectTestClient |
Verifies the client is reconnecting the server with correct backoffs
|
| RpcBehaviorLoadBalancerProvider |
Provides a xDS interop test LoadBalancer designed to work with XdsTestServer.
|
| StressTestClient |
A stress test client following the
specifications of the gRPC stress testing framework.
|
| Test |
|
| TestServiceClient |
|
| TestServiceGrpc |
A simple service to test the various types of RPCs and experiment with
performance with various types of payload.
|
| TestServiceGrpc.TestServiceBlockingStub |
A stub to allow clients to do synchronous rpc calls to service TestService.
|
| TestServiceGrpc.TestServiceFutureStub |
A stub to allow clients to do ListenableFuture-style rpc calls to service TestService.
|
| TestServiceGrpc.TestServiceImplBase |
Base class for the server implementation of the service TestService.
|
| TestServiceGrpc.TestServiceStub |
A stub to allow clients to do asynchronous rpc calls to service TestService.
|
| TestServiceImpl |
Implementation of the business logic for the TestService.
|
| TestServiceServer |
Server that manages startup/shutdown of a single TestService.
|
| UnimplementedServiceGrpc |
A simple service NOT implemented at servers so clients can test for
that case.
|
| UnimplementedServiceGrpc.UnimplementedServiceBlockingStub |
A stub to allow clients to do synchronous rpc calls to service UnimplementedService.
|
| UnimplementedServiceGrpc.UnimplementedServiceFutureStub |
A stub to allow clients to do ListenableFuture-style rpc calls to service UnimplementedService.
|
| UnimplementedServiceGrpc.UnimplementedServiceImplBase |
Base class for the server implementation of the service UnimplementedService.
|
| UnimplementedServiceGrpc.UnimplementedServiceStub |
A stub to allow clients to do asynchronous rpc calls to service UnimplementedService.
|
| Util |
Utility methods to support integration testing.
|
| XdsFederationTestClient |
Test client that can be used to verify that XDS federation works.
|
| XdsTestClient |
Client for xDS interop tests.
|
| XdsTestServer |
Interop test server that implements the xDS testing service.
|
| XdsUpdateClientConfigureServiceGrpc |
A service to dynamically update the configuration of an xDS test client.
|
| XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceBlockingStub |
A stub to allow clients to do synchronous rpc calls to service XdsUpdateClientConfigureService.
|
| XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceFutureStub |
A stub to allow clients to do ListenableFuture-style rpc calls to service XdsUpdateClientConfigureService.
|
| XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceImplBase |
Base class for the server implementation of the service XdsUpdateClientConfigureService.
|
| XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceStub |
A stub to allow clients to do asynchronous rpc calls to service XdsUpdateClientConfigureService.
|
| XdsUpdateHealthServiceGrpc |
A service to remotely control health status of an xDS test server.
|
| XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub |
A stub to allow clients to do synchronous rpc calls to service XdsUpdateHealthService.
|
| XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub |
A stub to allow clients to do ListenableFuture-style rpc calls to service XdsUpdateHealthService.
|
| XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceImplBase |
Base class for the server implementation of the service XdsUpdateHealthService.
|
| XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub |
A stub to allow clients to do asynchronous rpc calls to service XdsUpdateHealthService.
|