Make Sink.destination a property, and have its setter sniff at the type of the value, computing the correct URI if not already a string.
Con: additional imports would couple gcloud.logging.sink to gcloud.storage.bucket, gcloud.pubsub.topic, and gcloud.bigquery.dataset.
Make
Sink.destinationa property, and have its setter sniff at the type of the value, computing the correct URI if not already a string.Con: additional imports would couple
gcloud.logging.sinktogcloud.storage.bucket,gcloud.pubsub.topic, andgcloud.bigquery.dataset.