We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to set a custom endpoint, for example, if trying to access an emulator?
The text was updated successfully, but these errors were encountered:
The generated builder function has an optional field for server address, port, and grpc credentials (see https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/packages/pubsub/src/v1/publisher_api.js#L79). So,
var pubsubV1 = require('@google-cloud/pubsub').v1(); var publisherApi = pubsubV1.publisherApi({servicePath: 'localhost', port: 3000}); ...
It'll connect to a different end point.
Sorry, something went wrong.
Looks perfect, sorry that I missed that. Thanks!
stephenplusplus
No branches or pull requests
Is it possible to set a custom endpoint, for example, if trying to access an emulator?
The text was updated successfully, but these errors were encountered: