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