Package io.grpc.testing.integration
Class Messages
- java.lang.Object
-
- io.grpc.testing.integration.Messages
-
public final class Messages extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessages.BoolValueTODO(dgq): Go back to using well-known types once https://github.com/grpc/grpc/issues/6980 has been fixed.static interfaceMessages.BoolValueOrBuilderstatic classMessages.ClientConfigureRequestConfigurations for a test client.static interfaceMessages.ClientConfigureRequestOrBuilderstatic classMessages.ClientConfigureResponseResponse for updating a test client's configuration.static interfaceMessages.ClientConfigureResponseOrBuilderstatic classMessages.EchoStatusA protobuf representation for grpc status.static interfaceMessages.EchoStatusOrBuilderstatic classMessages.GrpclbRouteTypeThe type of route that a client took to reach a server w.r.t.static classMessages.LoadBalancerAccumulatedStatsRequestRequest for retrieving a test client's accumulated stats.static interfaceMessages.LoadBalancerAccumulatedStatsRequestOrBuilderstatic classMessages.LoadBalancerAccumulatedStatsResponseAccumulated stats for RPCs sent by a test client.static interfaceMessages.LoadBalancerAccumulatedStatsResponseOrBuilderstatic classMessages.LoadBalancerStatsRequestProtobuf typegrpc.testing.LoadBalancerStatsRequeststatic interfaceMessages.LoadBalancerStatsRequestOrBuilderstatic classMessages.LoadBalancerStatsResponseProtobuf typegrpc.testing.LoadBalancerStatsResponsestatic interfaceMessages.LoadBalancerStatsResponseOrBuilderstatic classMessages.PayloadA block of data, to simply increase gRPC message size.static interfaceMessages.PayloadOrBuilderstatic classMessages.PayloadTypeThe type of payload that should be returned.static classMessages.ReconnectInfoFor reconnect interop test only.static interfaceMessages.ReconnectInfoOrBuilderstatic classMessages.ReconnectParamsFor reconnect interop test only.static interfaceMessages.ReconnectParamsOrBuilderstatic classMessages.ResponseParametersConfiguration for a particular response.static interfaceMessages.ResponseParametersOrBuilderstatic classMessages.SimpleRequestUnary request.static interfaceMessages.SimpleRequestOrBuilderstatic classMessages.SimpleResponseUnary response, as configured by the request.static interfaceMessages.SimpleResponseOrBuilderstatic classMessages.StreamingInputCallRequestClient-streaming request.static interfaceMessages.StreamingInputCallRequestOrBuilderstatic classMessages.StreamingInputCallResponseClient-streaming response.static interfaceMessages.StreamingInputCallResponseOrBuilderstatic classMessages.StreamingOutputCallRequestServer-streaming request.static interfaceMessages.StreamingOutputCallRequestOrBuilderstatic classMessages.StreamingOutputCallResponseServer-streaming response, as configured by the request and parameters.static interfaceMessages.StreamingOutputCallResponseOrBuilderstatic classMessages.TestOrcaReportMetrics data the server will update and send to the client.static interfaceMessages.TestOrcaReportOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-