1
0
Fork 0
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:
Automated 2022-03-01 04:29:52 +00:00
parent aab53307a8
commit 1456dab6c7
9791 changed files with 814712 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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