Uses of Class
io.grpc.reflection.v1alpha.ServerReflectionResponse
Packages that use ServerReflectionResponse
-
Uses of ServerReflectionResponse in io.grpc.reflection.v1alpha
Fields in io.grpc.reflection.v1alpha declared as ServerReflectionResponseModifier and TypeFieldDescriptionprivate static final ServerReflectionResponse
ServerReflectionResponse.DEFAULT_INSTANCE
Fields in io.grpc.reflection.v1alpha with type parameters of type ServerReflectionResponseModifier and TypeFieldDescriptionprivate static MethodDescriptor
<ServerReflectionRequest, ServerReflectionResponse> ServerReflectionGrpc.getServerReflectionInfoMethod
private static final com.google.protobuf.Parser
<ServerReflectionResponse> ServerReflectionResponse.PARSER
Methods in io.grpc.reflection.v1alpha that return ServerReflectionResponseModifier and TypeMethodDescriptionServerReflectionResponse.Builder.build()
ServerReflectionResponse.Builder.buildPartial()
static ServerReflectionResponse
ServerReflectionResponse.getDefaultInstance()
ServerReflectionResponse.Builder.getDefaultInstanceForType()
ServerReflectionResponse.getDefaultInstanceForType()
static ServerReflectionResponse
ServerReflectionResponse.parseDelimitedFrom
(InputStream input) static ServerReflectionResponse
ServerReflectionResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(byte[] data) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(com.google.protobuf.ByteString data) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(InputStream input) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(ByteBuffer data) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.reflection.v1alpha that return types with arguments of type ServerReflectionResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ServerReflectionResponse> ServerReflectionResponse.getParserForType()
ServerReflectionGrpc.getServerReflectionInfoMethod()
static com.google.protobuf.Parser
<ServerReflectionResponse> ServerReflectionResponse.parser()
Methods in io.grpc.reflection.v1alpha with parameters of type ServerReflectionResponseModifier and TypeMethodDescriptionprivate void
ServerReflectionResponse.Builder.buildPartial0
(ServerReflectionResponse result) private void
ServerReflectionResponse.Builder.buildPartialOneofs
(ServerReflectionResponse result) ServerReflectionResponse.Builder.mergeFrom
(ServerReflectionResponse other) ServerReflectionResponse.newBuilder
(ServerReflectionResponse prototype) Method parameters in io.grpc.reflection.v1alpha with type arguments of type ServerReflectionResponseModifier and TypeMethodDescriptiondefault StreamObserver
<ServerReflectionRequest> ServerReflectionGrpc.AsyncService.serverReflectionInfo
(StreamObserver<ServerReflectionResponse> responseObserver) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.ServerReflectionGrpc.ServerReflectionStub.serverReflectionInfo
(StreamObserver<ServerReflectionResponse> responseObserver) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.