Package grpc.reflection.v1alpha
Class Reflection
- java.lang.Object
-
- grpc.reflection.v1alpha.Reflection
-
public final class Reflection extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReflection.ErrorResponseThe error code and error message sent by the server when an error occurs.static interfaceReflection.ErrorResponseOrBuilderstatic classReflection.ExtensionNumberResponseA list of extension numbers sent by the server answering all_extension_numbers_of_type request.static interfaceReflection.ExtensionNumberResponseOrBuilderstatic classReflection.ExtensionRequestThe type name and extension number sent by the client when requesting file_containing_extension.static interfaceReflection.ExtensionRequestOrBuilderstatic classReflection.FileDescriptorResponseSerialized FileDescriptorProto messages sent by the server answering a file_by_filename, file_containing_symbol, or file_containing_extension request.static interfaceReflection.FileDescriptorResponseOrBuilderstatic classReflection.ListServiceResponseA list of ServiceResponse sent by the server answering list_services request.static interfaceReflection.ListServiceResponseOrBuilderstatic classReflection.ServerReflectionRequestThe message sent by the client when calling ServerReflectionInfo method.static interfaceReflection.ServerReflectionRequestOrBuilderstatic classReflection.ServerReflectionResponseThe message sent by the server to answer ServerReflectionInfo method.static interfaceReflection.ServerReflectionResponseOrBuilderstatic classReflection.ServiceResponseThe information of a single service used by ListServiceResponse to answer list_services request.static interfaceReflection.ServiceResponseOrBuilder
-
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()
-
-