Uses of Class
io.grpc.reflection.v1.ServiceResponse
Packages that use ServiceResponse
-
Uses of ServiceResponse in io.grpc.reflection.v1
Methods in io.grpc.reflection.v1 that return ServiceResponseModifier and TypeMethodDescriptionServiceResponse.Builder.build()ServiceResponse.Builder.buildPartial()static ServiceResponseServiceResponse.getDefaultInstance()ServiceResponse.Builder.getDefaultInstanceForType()ServiceResponse.getDefaultInstanceForType()ListServiceResponse.Builder.getService(int index) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ListServiceResponse.getService(int index) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ListServiceResponseOrBuilder.getService(int index) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.static ServiceResponseServiceResponse.parseDelimitedFrom(InputStream input) static ServiceResponseServiceResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponseServiceResponse.parseFrom(byte[] data) static ServiceResponseServiceResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponseServiceResponse.parseFrom(com.google.protobuf.ByteString data) static ServiceResponseServiceResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponseServiceResponse.parseFrom(com.google.protobuf.CodedInputStream input) static ServiceResponseServiceResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponseServiceResponse.parseFrom(InputStream input) static ServiceResponseServiceResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponseServiceResponse.parseFrom(ByteBuffer data) static ServiceResponseServiceResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.reflection.v1 that return types with arguments of type ServiceResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ServiceResponse>ServiceResponse.getParserForType()ListServiceResponse.Builder.getServiceList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ListServiceResponse.getServiceList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ListServiceResponseOrBuilder.getServiceList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.static com.google.protobuf.Parser<ServiceResponse>ServiceResponse.parser()Methods in io.grpc.reflection.v1 with parameters of type ServiceResponseModifier and TypeMethodDescriptionListServiceResponse.Builder.addService(int index, ServiceResponse value) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ListServiceResponse.Builder.addService(ServiceResponse value) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ServiceResponse.Builder.mergeFrom(ServiceResponse other) static ServiceResponse.BuilderServiceResponse.newBuilder(ServiceResponse prototype) ListServiceResponse.Builder.setService(int index, ServiceResponse value) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.Method parameters in io.grpc.reflection.v1 with type arguments of type ServiceResponseModifier and TypeMethodDescriptionListServiceResponse.Builder.addAllService(Iterable<? extends ServiceResponse> values) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.