export default class ExampleTopic extends Topic {
static readonly topicName = 'example-topic-with-custom-credentials';
static project: GooglePubSubProject = {
id: 'custom-project-id',
credentials: {
client_email: 'client@google-auth.google.com',
private_key: 'private_key_goes_here'
},
};
}