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
Copy file name to clipboardExpand all lines: pubsub/streaming-analytics/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Sample(s) showing how to use [Google Cloud Pub/Sub] with [Google Cloud Dataflow]
80
80
```bash
81
81
export BUCKET_ID=your-gcs-bucket-id
82
82
83
-
gsutil mb gs://$BUCKET_ID
83
+
gcloud storage buckets create gs://$BUCKET_ID
84
84
```
85
85
86
86
1. Start a [Google Cloud Scheduler] job that publishes one message to a [Google Cloud Pub/Sub] topic every minute. This will create an [App Engine] app if one has never been created on the project.
@@ -173,7 +173,7 @@ After the job has been submitted, you can check its status in the [GCP Console D
173
173
You can also check the output to your GCS bucket using the command line below or in the [GCP Console Storage page]. You may need to wait a few minutes for the files to appear.
174
174
175
175
```bash
176
-
gsutil ls gs://$BUCKET_ID/samples/
176
+
gcloud storage ls gs://$BUCKET_ID/samples/
177
177
```
178
178
179
179
## Cleanup
@@ -198,10 +198,10 @@ gsutil ls gs://$BUCKET_ID/samples/
0 commit comments