Uses of Class
grpc.reflection.v1alpha.Reflection.ServerReflectionResponse
-
Packages that use Reflection.ServerReflectionResponse Package Description grpc.reflection.v1alpha -
-
Uses of Reflection.ServerReflectionResponse in grpc.reflection.v1alpha
Methods in grpc.reflection.v1alpha that return Reflection.ServerReflectionResponse Modifier and Type Method Description Reflection.ServerReflectionResponseReflection.ServerReflectionResponse.Builder. build()Reflection.ServerReflectionResponseReflection.ServerReflectionResponse.Builder. buildPartial()static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. getDefaultInstance()Reflection.ServerReflectionResponseReflection.ServerReflectionResponse.Builder. getDefaultInstanceForType()Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. getDefaultInstanceForType()static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseDelimitedFrom(InputStream input)static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseFrom(byte[] data)static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseFrom(com.google.protobuf.ByteString data)static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseFrom(com.google.protobuf.CodedInputStream input)static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseFrom(InputStream input)static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseFrom(ByteBuffer data)static Reflection.ServerReflectionResponseReflection.ServerReflectionResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in grpc.reflection.v1alpha that return types with arguments of type Reflection.ServerReflectionResponse Modifier and Type Method Description com.google.protobuf.Parser<Reflection.ServerReflectionResponse>Reflection.ServerReflectionResponse. getParserForType()static io.grpc.MethodDescriptor<Reflection.ServerReflectionRequest,Reflection.ServerReflectionResponse>ServerReflectionGrpc. getServerReflectionInfoMethod()static com.google.protobuf.Parser<Reflection.ServerReflectionResponse>Reflection.ServerReflectionResponse. parser()io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse>MutinyServerReflectionGrpc.MutinyServerReflectionStub. serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request)The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse>MutinyServerReflectionGrpc.ServerReflectionImplBase. serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request)The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse>ServerReflection. serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request)The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse>ServerReflectionBean. serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request)io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse>ServerReflectionClient. serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request)Methods in grpc.reflection.v1alpha with parameters of type Reflection.ServerReflectionResponse Modifier and Type Method Description Reflection.ServerReflectionResponse.BuilderReflection.ServerReflectionResponse.Builder. mergeFrom(Reflection.ServerReflectionResponse other)static Reflection.ServerReflectionResponse.BuilderReflection.ServerReflectionResponse. newBuilder(Reflection.ServerReflectionResponse prototype)Method parameters in grpc.reflection.v1alpha with type arguments of type Reflection.ServerReflectionResponse Modifier and Type Method Description default io.grpc.stub.StreamObserver<Reflection.ServerReflectionRequest>ServerReflectionGrpc.AsyncService. serverReflectionInfo(io.grpc.stub.StreamObserver<Reflection.ServerReflectionResponse> responseObserver)The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.grpc.stub.StreamObserver<Reflection.ServerReflectionRequest>ServerReflectionGrpc.ServerReflectionStub. serverReflectionInfo(io.grpc.stub.StreamObserver<Reflection.ServerReflectionResponse> responseObserver)The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.
-