22 lines
669 B
YAML
22 lines
669 B
YAML
release_tracks: [GA]
|
|
|
|
help_text:
|
|
brief: Stop a backfill job for a Stream object.
|
|
description: Stop a backfill job for a Stream object.
|
|
examples: |
|
|
To stop a stream object backfill job, run:
|
|
|
|
$ {command} my-object --stream=my-stream --location=us-central1
|
|
|
|
request:
|
|
collection: datastream.projects.locations.streams.objects
|
|
method: stopBackfillJob
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The Stream object you want to stop backfill for.
|
|
# The following should point to the resource argument definition under your
|
|
# surface's command_lib directory:
|
|
spec: !REF googlecloudsdk.command_lib.datastream.resources:stream_object
|