Package grpc.reflection.v1alpha
Interface Reflection.ListServiceResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Reflection.ListServiceResponse,Reflection.ListServiceResponse.Builder
- Enclosing class:
- Reflection
public static interface Reflection.ListServiceResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reflection.ServiceResponsegetService(int index)The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.intgetServiceCount()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.List<Reflection.ServiceResponse>getServiceList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.Reflection.ServiceResponseOrBuildergetServiceOrBuilder(int index)The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.List<? extends Reflection.ServiceResponseOrBuilder>getServiceOrBuilderList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServiceList
List<Reflection.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;
-
getService
Reflection.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;
-
getServiceCount
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;
-
getServiceOrBuilderList
List<? extends Reflection.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;
-
getServiceOrBuilder
Reflection.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;
-
-