1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Nov 15 11:42:54 UTC 2023

This commit is contained in:
Automated 2023-11-15 11:42:54 +00:00
parent 03f0979970
commit d3074f94bb
224 changed files with 6432 additions and 626 deletions

View file

@ -6,7 +6,9 @@ SYNOPSIS
gcloud storage objects compose SOURCE [SOURCE ...] DESTINATION
[--additional-headers=HEADER=VALUE]
[--if-generation-match=GENERATION
--if-metageneration-match=METAGENERATION] [GCLOUD_WIDE_FLAG ...]
--if-metageneration-match=METAGENERATION]
[--retain-until=DATETIME --retention-mode=RETENTION_MODE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud storage objects compose creates a new object whose content is the
@ -48,6 +50,16 @@ PRECONDITION FLAGS
Execute only if the metageneration matches the metageneration of the
requested object.
RETENTION FLAGS
--retain-until=DATETIME
Ensures the destination object is retained until the specified time in
RFC 3339 format.
--retention-mode=RETENTION_MODE
Sets the destination object retention mode to either "Locked" or
"Unlocked". When retention mode is "Locked", the retain until time can
only be increased. RETENTION_MODE must be one of: Locked, Unlocked.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,