public interface ListServiceResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedList<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;