Interface ListServiceResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ListServiceResponse, ListServiceResponse.Builder

public interface ListServiceResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getService(int index)
    The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
    int
    The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
    The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • 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 [json_name = "service"];
    • 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 [json_name = "service"];
    • 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 [json_name = "service"];