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 ServiceResponse
ServiceResponse.Builder. build()
ServiceResponse
ServiceResponse.Builder. buildPartial()
static ServiceResponse
ServiceResponse. getDefaultInstance()
ServiceResponse
ServiceResponse.Builder. getDefaultInstanceForType()
ServiceResponse
ServiceResponse. getDefaultInstanceForType()
ServiceResponse
ListServiceResponse.Builder. getService(int index)
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ServiceResponse
ListServiceResponse. getService(int index)
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ServiceResponse
ListServiceResponseOrBuilder. getService(int index)
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.static ServiceResponse
ServiceResponse. parseDelimitedFrom(InputStream input)
static ServiceResponse
ServiceResponse. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static ServiceResponse
ServiceResponse. parseFrom(byte[] data)
static ServiceResponse
ServiceResponse. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static ServiceResponse
ServiceResponse. parseFrom(ByteString data)
static ServiceResponse
ServiceResponse. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static ServiceResponse
ServiceResponse. parseFrom(CodedInputStream input)
static ServiceResponse
ServiceResponse. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static ServiceResponse
ServiceResponse. parseFrom(InputStream input)
static ServiceResponse
ServiceResponse. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static ServiceResponse
ServiceResponse. parseFrom(ByteBuffer data)
static ServiceResponse
ServiceResponse. 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.Builder
ListServiceResponse.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
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
ServiceResponse.Builder. mergeFrom(ServiceResponse other)
static ServiceResponse.Builder
ServiceResponse. newBuilder(ServiceResponse prototype)
ListServiceResponse.Builder
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.v1alpha with type arguments of type ServiceResponse Modifier and Type Method Description ListServiceResponse.Builder
ListServiceResponse.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.
-