Uses of Class
grpc.reflection.v1alpha.Reflection.ServerReflectionRequest.Builder
Packages that use Reflection.ServerReflectionRequest.Builder
-
Uses of Reflection.ServerReflectionRequest.Builder in grpc.reflection.v1alpha
Methods in grpc.reflection.v1alpha that return Reflection.ServerReflectionRequest.BuilderModifier and TypeMethodDescriptionReflection.ServerReflectionRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Reflection.ServerReflectionRequest.Builder.clear()Reflection.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.Reflection.ServerReflectionRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Reflection.ServerReflectionRequest.Builder.clearFileByFilename()Find a proto file by the file name.Reflection.ServerReflectionRequest.Builder.clearFileContainingExtension()Find the proto file which defines an extension extending the given message type with the given field number.Reflection.ServerReflectionRequest.Builder.clearFileContainingSymbol()Find the proto file that declares the given fully-qualified symbol name.Reflection.ServerReflectionRequest.Builder.clearHost()string host = 1;Reflection.ServerReflectionRequest.Builder.clearListServices()List the full names of registered services.Reflection.ServerReflectionRequest.Builder.clearMessageRequest()Reflection.ServerReflectionRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Reflection.ServerReflectionRequest.Builder.clone()Reflection.ServerReflectionResponse.Builder.getOriginalRequestBuilder().grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;Reflection.ServerReflectionRequest.Builder.mergeFileContainingExtension(Reflection.ExtensionRequest value) Find the proto file which defines an extension extending the given message type with the given field number.Reflection.ServerReflectionRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Reflection.ServerReflectionRequest.Builder.mergeFrom(com.google.protobuf.Message other) Reflection.ServerReflectionRequest.Builder.mergeFrom(Reflection.ServerReflectionRequest other) Reflection.ServerReflectionRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Reflection.ServerReflectionRequest.newBuilder()Reflection.ServerReflectionRequest.newBuilder(Reflection.ServerReflectionRequest prototype) Reflection.ServerReflectionRequest.newBuilderForType()Reflection.ServerReflectionRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Reflection.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.Reflection.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.Reflection.ServerReflectionRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Reflection.ServerReflectionRequest.Builder.setFileByFilename(String value) Find a proto file by the file name.Reflection.ServerReflectionRequest.Builder.setFileByFilenameBytes(com.google.protobuf.ByteString value) Find a proto file by the file name.Reflection.ServerReflectionRequest.Builder.setFileContainingExtension(Reflection.ExtensionRequest value) Find the proto file which defines an extension extending the given message type with the given field number.Reflection.ServerReflectionRequest.Builder.setFileContainingExtension(Reflection.ExtensionRequest.Builder builderForValue) Find the proto file which defines an extension extending the given message type with the given field number.Reflection.ServerReflectionRequest.Builder.setFileContainingSymbol(String value) Find the proto file that declares the given fully-qualified symbol name.Reflection.ServerReflectionRequest.Builder.setFileContainingSymbolBytes(com.google.protobuf.ByteString value) Find the proto file that declares the given fully-qualified symbol name.string host = 1;Reflection.ServerReflectionRequest.Builder.setHostBytes(com.google.protobuf.ByteString value) string host = 1;Reflection.ServerReflectionRequest.Builder.setListServices(String value) List the full names of registered services.Reflection.ServerReflectionRequest.Builder.setListServicesBytes(com.google.protobuf.ByteString value) List the full names of registered services.Reflection.ServerReflectionRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Reflection.ServerReflectionRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Reflection.ServerReflectionRequest.toBuilder()Methods in grpc.reflection.v1alpha with parameters of type Reflection.ServerReflectionRequest.BuilderModifier and TypeMethodDescriptionReflection.ServerReflectionResponse.Builder.setOriginalRequest(Reflection.ServerReflectionRequest.Builder builderForValue) .grpc.reflection.v1alpha.ServerReflectionRequest original_request = 2;