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 ServiceResponse
ServiceResponse.DEFAULT_INSTANCE
Fields in io.grpc.reflection.v1alpha with type parameters of type ServiceResponseModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<ServiceResponse> ServiceResponse.PARSER
private 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 ServiceResponse
ServiceResponse.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 ServiceResponse
ServiceResponse.parseDelimitedFrom
(InputStream input) static ServiceResponse
ServiceResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponse
ServiceResponse.parseFrom
(byte[] data) static ServiceResponse
ServiceResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponse
ServiceResponse.parseFrom
(com.google.protobuf.ByteString data) static ServiceResponse
ServiceResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponse
ServiceResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static ServiceResponse
ServiceResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponse
ServiceResponse.parseFrom
(InputStream input) static ServiceResponse
ServiceResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceResponse
ServiceResponse.parseFrom
(ByteBuffer data) static ServiceResponse
ServiceResponse.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 void
ServiceResponse.Builder.buildPartial0
(ServiceResponse result) ServiceResponse.Builder.mergeFrom
(ServiceResponse other) static ServiceResponse.Builder
ServiceResponse.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.