Interface Reflection.ListServiceResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Reflection.ListServiceResponse, Reflection.ListServiceResponse.Builder
Enclosing class:
Reflection

public static interface Reflection.ListServiceResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
    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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getServiceList

      List<Reflection.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

      Reflection.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 Reflection.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

      Reflection.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;