Skip to content

Instantly share code, notes, and snippets.

@kcchien
Created May 18, 2019 04:18
Show Gist options
  • Save kcchien/81c574fcb19bb13c95514474665b2f2d to your computer and use it in GitHub Desktop.
Save kcchien/81c574fcb19bb13c95514474665b2f2d to your computer and use it in GitHub Desktop.
Scanning User-generated Content Using the Cloud Video Intelligence and Cloud Vision APIs - 3
# 建立4個不同用途的Topics
gcloud pubsub topics create ${UPLOAD_NOTIFICATION_TOPIC}
gcloud pubsub topics create visionapiservice
gcloud pubsub topics create videointelligenceservice
gcloud pubsub topics create bqinsert
# 檢查Topics是否正確被建立
gcloud pubsub topics list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment