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
It should be able to create simple configurable cloud clients. e.g.
var (
spanner=config.Spanner("database", "/projects/test/instances/test/databases/test", "main database")
topic=config.Topic("topic", "next-step", "topic to notify on completion")
)
The text was updated successfully, but these errors were encountered:
It should be able to create simple configurable cloud clients. e.g.
The text was updated successfully, but these errors were encountered: