99 FileDescriptorProto ,
1010} from 'protobufjs/ext/descriptor' ;
1111import { set } from 'lodash' ;
12- import { ListMethodsType } from "./Types/ListMethodsType" ;
13- import { MethodDefinition , ServiceClient } from "@grpc/grpc-js/build/src/make-client" ;
12+ import { ListMethodsType } from "./Types/ListMethodsType" ;
13+ import { MethodDefinition , ServiceClient } from "@grpc/grpc-js/build/src/make-client" ;
1414import * as v1 from "./Proto/v1" ;
1515import * as v1alpha from "./Proto/v1alpha" ;
1616
@@ -101,8 +101,10 @@ export class GrpcReflection {
101101 * Find a proto file by the file name.
102102 * eg: examples/helloworld/helloworld/helloworld.proto
103103 * eg: helloworld.proto
104+ *
104105 * @throws ReflectionRequestException ReflectionException
105106 * @param file_name
107+ * @param options
106108 */
107109 async getDescriptorByFileName ( file_name : string , options : grpc . CallOptions = { } ) : Promise < Descriptor >
108110 {
@@ -173,6 +175,7 @@ export class GrpcReflection {
173175 /**
174176 * @copyright https://github.com/redhoyasa/grpc-reflection-js
175177 * @param fileDescriptorProtoBytes
178+ * @param options
176179 * @private
177180 */
178181 private async resolveFileDescriptorSet (
@@ -192,6 +195,7 @@ export class GrpcReflection {
192195 /**
193196 * @copyright https://github.com/redhoyasa/grpc-reflection-js
194197 * @param fileDescriptorProtoBytes
198+ * @param options
195199 * @private
196200 */
197201 private async resolveDescriptorRecursive (
0 commit comments