Package | Description |
---|---|
io.grpc.reflection.v1alpha |
Modifier and Type | Class and Description |
---|---|
class |
ServiceResponse
The information of a single service used by ListServiceResponse to answer
list_services request.
|
static class |
ServiceResponse.Builder
The information of a single service used by ListServiceResponse to answer
list_services request.
|
Modifier and Type | Method and Description |
---|---|
ServiceResponseOrBuilder |
ListServiceResponseOrBuilder.getServiceOrBuilder(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ServiceResponseOrBuilder |
ListServiceResponse.getServiceOrBuilder(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ServiceResponseOrBuilder |
ListServiceResponse.Builder.getServiceOrBuilder(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ServiceResponseOrBuilder> |
ListServiceResponseOrBuilder.getServiceOrBuilderList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<? extends ServiceResponseOrBuilder> |
ListServiceResponse.getServiceOrBuilderList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<? extends ServiceResponseOrBuilder> |
ListServiceResponse.Builder.getServiceOrBuilderList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|