Interface ListServiceResponseOrBuilder

    • Method Detail

      • getServiceList

        List<ServiceResponse> getServiceList()
         The information of each service may be expanded in the future, so we use
         ServiceResponse message to encapsulate it.
         
        repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;
      • getService

        ServiceResponse getService​(int index)
         The information of each service may be expanded in the future, so we use
         ServiceResponse message to encapsulate it.
         
        repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;
      • getServiceCount

        int getServiceCount()
         The information of each service may be expanded in the future, so we use
         ServiceResponse message to encapsulate it.
         
        repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;
      • getServiceOrBuilderList

        List<? extends ServiceResponseOrBuilder> getServiceOrBuilderList()
         The information of each service may be expanded in the future, so we use
         ServiceResponse message to encapsulate it.
         
        repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;
      • getServiceOrBuilder

        ServiceResponseOrBuilder getServiceOrBuilder​(int index)
         The information of each service may be expanded in the future, so we use
         ServiceResponse message to encapsulate it.
         
        repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;