You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grpc.load is deprecated so we need to switch to proto-loader. This refactor was started in googleapis/gax-nodejs#229 but some more work needs to be done.
Also, I'm planning to rethink the idea of COMMON_PROTOS: since proto-loader supports searching in several directories (includeDirs option), this logic can be offloaded to it.
grpc.loadis deprecated so we need to switch toproto-loader. This refactor was started in googleapis/gax-nodejs#229 but some more work needs to be done.Also, I'm planning to rethink the idea of
COMMON_PROTOS: sinceproto-loadersupports searching in several directories (includeDirsoption), this logic can be offloaded to it.TODO:
grpc.load.COMMON_PROTOSlogic.