Uses of Class
io.grpc.reflection.v1alpha.ServiceResponse
-
Packages that use ServiceResponse Package Description io.grpc.reflection.v1alpha -
-
Uses of ServiceResponse in io.grpc.reflection.v1alpha
Methods in io.grpc.reflection.v1alpha that return ServiceResponse Modifier and Type Method Description ServiceResponseServiceResponse.Builder. build()ServiceResponseServiceResponse.Builder. buildPartial()static ServiceResponseServiceResponse. getDefaultInstance()ServiceResponseServiceResponse.Builder. getDefaultInstanceForType()ServiceResponseServiceResponse. getDefaultInstanceForType()ServiceResponseListServiceResponse.Builder. getService(int index)The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ServiceResponseListServiceResponse. getService(int index)The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ServiceResponseListServiceResponseOrBuilder. 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, ExtensionRegistryLite extensionRegistry)static ServiceResponseServiceResponse. parseFrom(byte[] data)static ServiceResponseServiceResponse. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static ServiceResponseServiceResponse. parseFrom(ByteString data)static ServiceResponseServiceResponse. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ServiceResponseServiceResponse. parseFrom(CodedInputStream input)static ServiceResponseServiceResponse. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static ServiceResponseServiceResponse. parseFrom(InputStream input)static ServiceResponseServiceResponse. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ServiceResponseServiceResponse. parseFrom(ByteBuffer data)static ServiceResponseServiceResponse. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in io.grpc.reflection.v1alpha that return types with arguments of type ServiceResponse Modifier and Type Method Description Parser<ServiceResponse>ServiceResponse. getParserForType()List<ServiceResponse>ListServiceResponse.Builder. getServiceList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.List<ServiceResponse>ListServiceResponse. getServiceList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.List<ServiceResponse>ListServiceResponseOrBuilder. getServiceList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.static Parser<ServiceResponse>ServiceResponse. parser()Methods in io.grpc.reflection.v1alpha with parameters of type ServiceResponse Modifier and Type Method Description ListServiceResponse.BuilderListServiceResponse.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.BuilderListServiceResponse.Builder. addService(ServiceResponse value)The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ServiceResponse.BuilderServiceResponse.Builder. mergeFrom(ServiceResponse other)static ServiceResponse.BuilderServiceResponse. newBuilder(ServiceResponse prototype)ListServiceResponse.BuilderListServiceResponse.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.v1alpha with type arguments of type ServiceResponse Modifier and Type Method Description ListServiceResponse.BuilderListServiceResponse.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.
-