Uses of Class
io.grpc.reflection.v1alpha.ServiceResponse
Packages that use ServiceResponse
-
Uses of ServiceResponse in io.grpc.reflection.v1alpha
Fields in io.grpc.reflection.v1alpha declared as ServiceResponseModifier and TypeFieldDescriptionprivate static final ServiceResponseServiceResponse.DEFAULT_INSTANCEFields in io.grpc.reflection.v1alpha with type parameters of type ServiceResponseModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<ServiceResponse> ServiceResponse.PARSERprivate List<ServiceResponse> ListServiceResponse.Builder.service_private List<ServiceResponse> ListServiceResponse.service_private com.google.protobuf.RepeatedFieldBuilder<ServiceResponse, ServiceResponse.Builder, ServiceResponseOrBuilder> ListServiceResponse.Builder.serviceBuilder_Methods in io.grpc.reflection.v1alpha that return ServiceResponseModifier and TypeMethodDescriptionServiceResponse.Builder.build()ServiceResponse.Builder.buildPartial()static ServiceResponseServiceResponse.getDefaultInstance()ServiceResponse.Builder.getDefaultInstanceForType()ServiceResponse.getDefaultInstanceForType()ListServiceResponse.Builder.getService(int index) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ListServiceResponse.getService(int index) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ListServiceResponseOrBuilder.getService(int index) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.static ServiceResponseServiceResponse.parseDelimitedFrom(InputStream input) static ServiceResponseServiceResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponseServiceResponse.parseFrom(byte[] data) static ServiceResponseServiceResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponseServiceResponse.parseFrom(com.google.protobuf.ByteString data) static ServiceResponseServiceResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponseServiceResponse.parseFrom(com.google.protobuf.CodedInputStream input) static ServiceResponseServiceResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponseServiceResponse.parseFrom(InputStream input) static ServiceResponseServiceResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponseServiceResponse.parseFrom(ByteBuffer data) static ServiceResponseServiceResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.reflection.v1alpha that return types with arguments of type ServiceResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ServiceResponse> ServiceResponse.getParserForType()ListServiceResponse.Builder.getServiceList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ListServiceResponse.getServiceList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.ListServiceResponseOrBuilder.getServiceList()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.private com.google.protobuf.RepeatedFieldBuilder<ServiceResponse, ServiceResponse.Builder, ServiceResponseOrBuilder> ListServiceResponse.Builder.internalGetServiceFieldBuilder()static com.google.protobuf.Parser<ServiceResponse> ServiceResponse.parser()Methods in io.grpc.reflection.v1alpha with parameters of type ServiceResponseModifier and TypeMethodDescriptionListServiceResponse.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.addService(ServiceResponse value) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.private voidServiceResponse.Builder.buildPartial0(ServiceResponse result) ServiceResponse.Builder.mergeFrom(ServiceResponse other) static ServiceResponse.BuilderServiceResponse.newBuilder(ServiceResponse prototype) 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 ServiceResponseModifier and TypeMethodDescriptionListServiceResponse.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.