mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-12 07:58:28 +00:00
62 lines
2.9 KiB
Text
62 lines
2.9 KiB
Text
NAME
|
|
gcloud alpha genomics operations list - list Genomics operations in a
|
|
project
|
|
|
|
SYNOPSIS
|
|
gcloud alpha genomics operations list [--filter=FILTER] [--limit=LIMIT]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Prints a table with summary information on operations in the
|
|
project.
|
|
|
|
FLAGS
|
|
--filter=FILTER
|
|
A string for filtering operations created with the v2alpha1 API. In
|
|
addition to typical operators (AND, OR, =, >, etc.) the following
|
|
filter fields are supported:
|
|
|
|
metadata.createTime - The time the operation was created as a
|
|
timestamp YYYY-MM-DD HH:MM:SS<time zone>. T can
|
|
also be used as a separator between the date and
|
|
time. The time zone is optional and can be
|
|
specified as an offset from UTC, a name, or 'Z'
|
|
for UTC. Run $ gcloud topic datetimes
|
|
to see more examples.
|
|
2018-02-15T16:53:38
|
|
2018-02-15 16:53:38-5:00
|
|
2018-02-15T16:53:38Z
|
|
2018-02-15 16:53:38 America/Los_Angeles
|
|
done - A boolean for whether the operation has
|
|
completed.
|
|
error.code - A google.rpc.Code for a completed operation.
|
|
metadata.events - A set of strings for all events on the
|
|
operation.
|
|
events:WorkerStartedEvent
|
|
metadata.labels - A map of string key and value for the operation.
|
|
labels.key = value
|
|
labels."key with space" = "value with space"
|
|
For the existence of a key with any value.
|
|
labels.key:*
|
|
Run "$ gcloud topic filters" for more information.
|
|
|
|
LIST COMMAND FLAGS
|
|
--limit=LIMIT
|
|
Maximum number of resources to list. The default is unlimited. This
|
|
flag interacts with other flags that are applied in this order:
|
|
--flatten, --sort-by, --filter, --limit.
|
|
|
|
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 alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist.
|
|
|