mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 22:49:22 +00:00
gcloud: Tue Mar 1 04:29:52 UTC 2022
This commit is contained in:
parent
aab53307a8
commit
1456dab6c7
9791 changed files with 814712 additions and 0 deletions
49
gcloud/beta/dataflow/snapshots/create
Normal file
49
gcloud/beta/dataflow/snapshots/create
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
NAME
|
||||
gcloud beta dataflow snapshots create - creates a snapshot for a Cloud
|
||||
Dataflow job
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta dataflow snapshots create --job-id=JOB_ID --region=REGION_ID
|
||||
[--snapshot-sources=SNAPSHOT_SOURCES]
|
||||
[--snapshot-ttl=DURATION; default="7d"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Creates a snapshot for a Cloud Dataflow job.
|
||||
|
||||
EXAMPLES
|
||||
To create a Cloud Dataflow snapshot with sources for a running job, run:
|
||||
|
||||
$ gcloud beta dataflow snapshots create --job-id=JOB_ID \
|
||||
--region=JOB_REGION --snapshot-sources=true --snapshot-ttl=7d
|
||||
|
||||
REQUIRED FLAGS
|
||||
--job-id=JOB_ID
|
||||
The job ID to snapshot.
|
||||
|
||||
--region=REGION_ID
|
||||
The region ID of the snapshot and job's regional endpoint.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--snapshot-sources=SNAPSHOT_SOURCES
|
||||
If true, snapshots will also be created for the Cloud Pub/Sub sources
|
||||
of the Cloud Dataflow job.
|
||||
|
||||
--snapshot-ttl=DURATION; default="7d"
|
||||
Time to live for the snapshot.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud dataflow snapshots create
|
||||
|
||||
$ gcloud alpha dataflow snapshots create
|
||||
|
||||
40
gcloud/beta/dataflow/snapshots/delete
Normal file
40
gcloud/beta/dataflow/snapshots/delete
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
NAME
|
||||
gcloud beta dataflow snapshots delete - delete a Cloud Dataflow snapshot
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta dataflow snapshots delete SNAPSHOT_ID --region=REGION_ID
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Delete a Cloud Dataflow snapshot.
|
||||
|
||||
EXAMPLES
|
||||
To delete an existing Cloud Dataflow snapshot, run:
|
||||
|
||||
$ gcloud beta dataflow snapshots delete SNAPSHOT_ID \
|
||||
--region=SNAPSHOT_REGION
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
SNAPSHOT_ID
|
||||
ID of the Cloud Dataflow snapshot.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--region=REGION_ID
|
||||
Region ID of the snapshot regional endpoint.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud dataflow snapshots delete
|
||||
|
||||
$ gcloud alpha dataflow snapshots delete
|
||||
|
||||
41
gcloud/beta/dataflow/snapshots/describe
Normal file
41
gcloud/beta/dataflow/snapshots/describe
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
NAME
|
||||
gcloud beta dataflow snapshots describe - describe a Cloud Dataflow
|
||||
snapshot
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta dataflow snapshots describe SNAPSHOT_ID --region=REGION_ID
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Describe a Cloud Dataflow snapshot.
|
||||
|
||||
EXAMPLES
|
||||
To see details about a Cloud Dataflow snapshot, run:
|
||||
|
||||
$ gcloud beta dataflow snapshots describe SNAPSHOT_ID \
|
||||
--region=SNAPSHOT_REGION
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
SNAPSHOT_ID
|
||||
ID of the Cloud Dataflow snapshot.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--region=REGION_ID
|
||||
Region ID of the snapshot regional endpoint.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud dataflow snapshots describe
|
||||
|
||||
$ gcloud alpha dataflow snapshots describe
|
||||
|
||||
39
gcloud/beta/dataflow/snapshots/help
Normal file
39
gcloud/beta/dataflow/snapshots/help
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
NAME
|
||||
gcloud beta dataflow snapshots - a group of subcommands for working with
|
||||
Cloud Dataflow snapshots
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta dataflow snapshots COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) A group of subcommands for working with Cloud Dataflow snapshots.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Creates a snapshot for a Cloud Dataflow job.
|
||||
|
||||
delete
|
||||
(BETA) Delete a Cloud Dataflow snapshot.
|
||||
|
||||
describe
|
||||
(BETA) Describe a Cloud Dataflow snapshot.
|
||||
|
||||
list
|
||||
(BETA) List all Cloud Dataflow snapshots in a project in the specified
|
||||
region, optionally filtered by job ID.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud dataflow snapshots
|
||||
|
||||
$ gcloud alpha dataflow snapshots
|
||||
|
||||
46
gcloud/beta/dataflow/snapshots/list
Normal file
46
gcloud/beta/dataflow/snapshots/list
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
NAME
|
||||
gcloud beta dataflow snapshots list - list all Cloud Dataflow snapshots in
|
||||
a project in the specified region, optionally filtered by job ID
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta dataflow snapshots list --region=REGION_ID [--job-id=JOB_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List all Cloud Dataflow snapshots in a project in the specified
|
||||
region, optionally filtered by job ID.
|
||||
|
||||
EXAMPLES
|
||||
To list all Cloud Dataflow snapshots in the us-central1 region, run:
|
||||
|
||||
$ gcloud beta dataflow snapshots list --region=us-central1
|
||||
|
||||
To list all Cloud Dataflow snapshots for a job, run:
|
||||
|
||||
$ gcloud beta dataflow snapshots list --job-id=JOB_ID \
|
||||
--region=JOB_REGION
|
||||
|
||||
REQUIRED FLAGS
|
||||
--region=REGION_ID
|
||||
The region ID of the snapshot and job's regional endpoint.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--job-id=JOB_ID
|
||||
The job ID to use to filter the snapshots list.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud dataflow snapshots list
|
||||
|
||||
$ gcloud alpha dataflow snapshots list
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue