Uses of Class
io.grpc.reflection.v1.ServerReflectionRequest.Builder
Packages that use ServerReflectionRequest.Builder
-
Uses of ServerReflectionRequest.Builder in io.grpc.reflection.v1
Fields in io.grpc.reflection.v1 with type parameters of type ServerReflectionRequest.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ServerReflectionRequest, ServerReflectionRequest.Builder, ServerReflectionRequestOrBuilder> ServerReflectionResponse.Builder.originalRequestBuilder_
Methods in io.grpc.reflection.v1 that return ServerReflectionRequest.BuilderModifier and TypeMethodDescriptionServerReflectionRequest.Builder.clear()
ServerReflectionRequest.Builder.clearAllExtensionNumbersOfType()
Finds the tag numbers used by all known extensions of the given message type, and appends them to ExtensionNumberResponse in an undefined order.ServerReflectionRequest.Builder.clearFileByFilename()
Find a proto file by the file name.ServerReflectionRequest.Builder.clearFileContainingExtension()
Find the proto file which defines an extension extending the given message type with the given field number.ServerReflectionRequest.Builder.clearFileContainingSymbol()
Find the proto file that declares the given fully-qualified symbol name.ServerReflectionRequest.Builder.clearHost()
string host = 1;
ServerReflectionRequest.Builder.clearListServices()
List the full names of registered services.ServerReflectionRequest.Builder.clearMessageRequest()
ServerReflectionResponse.Builder.getOriginalRequestBuilder()
.grpc.reflection.v1.ServerReflectionRequest original_request = 2;
ServerReflectionRequest.Builder.mergeFileContainingExtension
(ExtensionRequest value) Find the proto file which defines an extension extending the given message type with the given field number.ServerReflectionRequest.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServerReflectionRequest.Builder.mergeFrom
(com.google.protobuf.Message other) ServerReflectionRequest.Builder.mergeFrom
(ServerReflectionRequest other) ServerReflectionRequest.newBuilder()
ServerReflectionRequest.newBuilder
(ServerReflectionRequest prototype) ServerReflectionRequest.newBuilderForType()
protected ServerReflectionRequest.Builder
ServerReflectionRequest.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ServerReflectionRequest.Builder.setAllExtensionNumbersOfType
(String value) Finds the tag numbers used by all known extensions of the given message type, and appends them to ExtensionNumberResponse in an undefined order.ServerReflectionRequest.Builder.setAllExtensionNumbersOfTypeBytes
(com.google.protobuf.ByteString value) Finds the tag numbers used by all known extensions of the given message type, and appends them to ExtensionNumberResponse in an undefined order.ServerReflectionRequest.Builder.setFileByFilename
(String value) Find a proto file by the file name.ServerReflectionRequest.Builder.setFileByFilenameBytes
(com.google.protobuf.ByteString value) Find a proto file by the file name.ServerReflectionRequest.Builder.setFileContainingExtension
(ExtensionRequest value) Find the proto file which defines an extension extending the given message type with the given field number.ServerReflectionRequest.Builder.setFileContainingExtension
(ExtensionRequest.Builder builderForValue) Find the proto file which defines an extension extending the given message type with the given field number.ServerReflectionRequest.Builder.setFileContainingSymbol
(String value) Find the proto file that declares the given fully-qualified symbol name.ServerReflectionRequest.Builder.setFileContainingSymbolBytes
(com.google.protobuf.ByteString value) Find the proto file that declares the given fully-qualified symbol name.string host = 1;
ServerReflectionRequest.Builder.setHostBytes
(com.google.protobuf.ByteString value) string host = 1;
ServerReflectionRequest.Builder.setListServices
(String value) List the full names of registered services.ServerReflectionRequest.Builder.setListServicesBytes
(com.google.protobuf.ByteString value) List the full names of registered services.ServerReflectionRequest.toBuilder()
Methods in io.grpc.reflection.v1 that return types with arguments of type ServerReflectionRequest.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ServerReflectionRequest, ServerReflectionRequest.Builder, ServerReflectionRequestOrBuilder> ServerReflectionResponse.Builder.internalGetOriginalRequestFieldBuilder()
.grpc.reflection.v1.ServerReflectionRequest original_request = 2;
Methods in io.grpc.reflection.v1 with parameters of type ServerReflectionRequest.BuilderModifier and TypeMethodDescriptionServerReflectionResponse.Builder.setOriginalRequest
(ServerReflectionRequest.Builder builderForValue) .grpc.reflection.v1.ServerReflectionRequest original_request = 2;