Uses of Interface
io.grpc.testing.integration.Messages.ResponseParametersOrBuilder
-
-
Uses of Messages.ResponseParametersOrBuilder in io.grpc.testing.integration
Classes in io.grpc.testing.integration that implement Messages.ResponseParametersOrBuilder Modifier and Type Class Description static classMessages.ResponseParametersConfiguration for a particular response.static classMessages.ResponseParameters.BuilderConfiguration for a particular response.Methods in io.grpc.testing.integration that return Messages.ResponseParametersOrBuilder Modifier and Type Method Description Messages.ResponseParametersOrBuilderMessages.StreamingOutputCallRequest.Builder. getResponseParametersOrBuilder(int index)Configuration for each expected response message.Messages.ResponseParametersOrBuilderMessages.StreamingOutputCallRequest. getResponseParametersOrBuilder(int index)Configuration for each expected response message.Messages.ResponseParametersOrBuilderMessages.StreamingOutputCallRequestOrBuilder. getResponseParametersOrBuilder(int index)Configuration for each expected response message.Methods in io.grpc.testing.integration that return types with arguments of type Messages.ResponseParametersOrBuilder Modifier and Type Method Description java.util.List<? extends Messages.ResponseParametersOrBuilder>Messages.StreamingOutputCallRequest.Builder. getResponseParametersOrBuilderList()Configuration for each expected response message.java.util.List<? extends Messages.ResponseParametersOrBuilder>Messages.StreamingOutputCallRequest. getResponseParametersOrBuilderList()Configuration for each expected response message.java.util.List<? extends Messages.ResponseParametersOrBuilder>Messages.StreamingOutputCallRequestOrBuilder. getResponseParametersOrBuilderList()Configuration for each expected response message.
-