Uses of Interface
io.grpc.reflection.v1.ServiceResponseOrBuilder
-
Packages that use ServiceResponseOrBuilder Package Description io.grpc.reflection.v1 -
-
Uses of ServiceResponseOrBuilder in io.grpc.reflection.v1
Classes in io.grpc.reflection.v1 that implement ServiceResponseOrBuilder Modifier and Type Class Description class
ServiceResponse
The information of a single service used by ListServiceResponse to answer list_services request.static class
ServiceResponse.Builder
The information of a single service used by ListServiceResponse to answer list_services request.Methods in io.grpc.reflection.v1 that return ServiceResponseOrBuilder Modifier and Type Method Description ServiceResponseOrBuilder
ListServiceResponse.Builder. getServiceOrBuilder(int index)
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ServiceResponseOrBuilder
ListServiceResponse. getServiceOrBuilder(int index)
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ServiceResponseOrBuilder
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 ServiceResponseOrBuilder Modifier and Type Method Description List<? 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.
-