googleapis / nodejs-pubsub

Node.js client for Google Cloud Pub/Sub: Ingest event streams from anywhere, at any scale, for simple, reliable, real-time stream analytics.
https://cloud.google.com/pubsub/
Apache License 2.0
517 stars 228 forks source link

SubscriberOptions are not documented anywhere #1750

Open kamalaboulhosn opened 1 year ago

kamalaboulhosn commented 1 year ago

The SubscriberOptions documentation is seemingly not available anywhere other than the source code. We do not define them anywhere in the documentation we link to from our product documentation, though we refer to the type: https://googleapis.dev/nodejs/pubsub/latest/PubSub.html#subscription. We should audit and make sure all necessary types are defined in the documentation.