1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 21:20:07 +00:00

gcloud: Wed Nov 1 10:29:29 UTC 2023

This commit is contained in:
Automated 2023-11-01 10:29:29 +00:00
parent ecf00beb5e
commit f2c5d1d45f
371 changed files with 9433 additions and 9676 deletions

View file

@ -2,7 +2,7 @@ NAME
gcloud storage operations list - list storage operations
SYNOPSIS
gcloud storage operations list OPERATION_NAME
gcloud storage operations list PARENT_RESOURCE_NAME
[--server-filter=SERVER_FILTER] [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
@ -25,14 +25,17 @@ EXAMPLES
$ gcloud storage operations list gs://my-bucket
POSITIONAL ARGUMENTS
OPERATION_NAME
The operation name including the Cloud Storage bucket and operation ID.
PARENT_RESOURCE_NAME
The operation parent resource in the format
"projects/_/buckets/BUCKET".
FLAGS
--server-filter=SERVER_FILTER
Server-side filter string used to determine what operations to return.
Example: (done = true AND complete_time >= "2023-01-01T00:00:00Z") OR
requested_cancellation = true
Example: '(done = true AND complete_time >= "2023-01-01T00:00:00Z") OR
requested_cancellation = true' Note that the entire filter string must
be in quotes and date strings within the filter must be in embedded
quotes.
LIST COMMAND FLAGS
--filter=EXPRESSION