public interface ListServiceResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ServiceResponse |
getService(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
int |
getServiceCount()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<ServiceResponse> |
getServiceList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ServiceResponseOrBuilder |
getServiceOrBuilder(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<? extends ServiceResponseOrBuilder> |
getServiceOrBuilderList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<ServiceResponse> getServiceList()
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;ServiceResponse getService(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;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;List<? extends ServiceResponseOrBuilder> getServiceOrBuilderList()
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;ServiceResponseOrBuilder getServiceOrBuilder(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;Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.