Uses of Interface
io.grpc.reflection.v1.ServiceResponseOrBuilder
Packages that use ServiceResponseOrBuilder
-
Uses of ServiceResponseOrBuilder in io.grpc.reflection.v1
Classes in io.grpc.reflection.v1 that implement ServiceResponseOrBuilderModifier and TypeClassDescriptionfinal classThe information of a single service used by ListServiceResponse to answer list_services request.static final classThe information of a single service used by ListServiceResponse to answer list_services request.Methods in io.grpc.reflection.v1 that return ServiceResponseOrBuilderModifier and TypeMethodDescriptionListServiceResponse.Builder.getServiceOrBuilder(int index) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ListServiceResponse.getServiceOrBuilder(int index) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ListServiceResponseOrBuilder.getServiceOrBuilder(int index) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.Methods in io.grpc.reflection.v1 that return types with arguments of type ServiceResponseOrBuilderModifier and TypeMethodDescriptionList<? extends ServiceResponseOrBuilder>ListServiceResponse.Builder.getServiceOrBuilderList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.List<? extends ServiceResponseOrBuilder>ListServiceResponse.getServiceOrBuilderList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.List<? extends ServiceResponseOrBuilder>ListServiceResponseOrBuilder.getServiceOrBuilderList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.