Class Reflection.ListServiceResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Reflection.ListServiceResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Reflection.ListServiceResponse.Builder>
      • getDefaultInstanceForType

        public Reflection.ListServiceResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Reflection.ListServiceResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Reflection.ListServiceResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Reflection.ListServiceResponse.Builder>
      • getServiceCount

        public 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;
        Specified by:
        getServiceCount in interface Reflection.ListServiceResponseOrBuilder
      • clearService

        public Reflection.ListServiceResponse.Builder clearService()
         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;
      • removeService

        public Reflection.ListServiceResponse.Builder removeService​(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;
      • getServiceBuilder

        public Reflection.ServiceResponse.Builder getServiceBuilder​(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;
      • addServiceBuilder

        public Reflection.ServiceResponse.Builder addServiceBuilder()
         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;
      • addServiceBuilder

        public Reflection.ServiceResponse.Builder addServiceBuilder​(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;
      • getServiceBuilderList

        public List<Reflection.ServiceResponse.Builder> getServiceBuilderList()
         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;