Sink: allow setting destination URI via Bucket, Topic, or Dataset instances #2127
Labels
api: logging
Issues related to the Cloud Logging API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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
togcloud.storage.bucket
,gcloud.pubsub.topic
, andgcloud.bigquery.dataset
.The text was updated successfully, but these errors were encountered: