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
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
However, I believe it is placed incorrectly in relation to the overload declarations. Regardless, it is missing from the published .d.ts file:
/** * In the event that the client fails to publish an ordered message, all... */resumePublishing(orderingKey: string): void;setMetadata(options: TopicMetadata,gaxOpts?: CallOptions): Promise<SetTopicMetadataResponse>;setMetadata(options: TopicMetadata,callback: SetTopicMetadataCallback): void;setMetadata(options: TopicMetadata,gaxOpts: CallOptions,callback: SetTopicMetadataCallback): void;/***Setthepublisheroptions.
...
Thanks for stopping by to let us know something could be better!
If the support paths suggested above still do not result in a resolution, please provide the following details.
Environment details
@google-cloud/pubsubversion: v2.5.0Steps to reproduce
@google-cloud/pubsubTopicl.setMetadatamethodThere is JSdoc for this method in the source: https://github.com/googleapis/nodejs-pubsub/blob/master/src/topic.ts#L835
However, I believe it is placed incorrectly in relation to the overload declarations. Regardless, it is missing from the published
.d.tsfile: