22 lines
674 B
YAML
22 lines
674 B
YAML
release_tracks: [GA]
|
|
|
|
help_text:
|
|
brief: Start a backfill job for a Stream object.
|
|
description: Start a backfill job for a Stream object.
|
|
examples: |
|
|
To start a stream object backfill job, run:
|
|
|
|
$ {command} my-object --stream=my-stream --location=us-central1
|
|
|
|
request:
|
|
collection: datastream.projects.locations.streams.objects
|
|
method: startBackfillJob
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The Stream object you want to start 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
|