Package io.grpc.benchmarks.proto
Class Messages
- java.lang.Object
-
- io.grpc.benchmarks.proto.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.EchoStatusA protobuf representation for grpc status.static interfaceMessages.EchoStatusOrBuilderstatic classMessages.PayloadA block of data, to simply increase gRPC message size.static interfaceMessages.PayloadOrBuilderstatic classMessages.PayloadTypeDEPRECATED, don't use.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.StreamingOutputCallResponseOrBuilder
-
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()
-
-