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

gcloud: Thu Oct 5 11:50:15 UTC 2023

This commit is contained in:
Automated 2023-10-05 11:50:16 +00:00
parent 6c60d7f07f
commit 9641ff6585
118 changed files with 2726 additions and 214 deletions

View file

@ -8,12 +8,13 @@ SYNOPSIS
-k DEFAULT_ENCRYPTION_KEY]
[--default-storage-class=DEFAULT_STORAGE_CLASS,
-c DEFAULT_STORAGE_CLASS, -s DEFAULT_STORAGE_CLASS]
[--[no-]enable-autoclass] [--location=LOCATION, -l LOCATION]
[--location=LOCATION, -l LOCATION]
[--[no-]pap, --[no-]public-access-prevention]
[--placement=REGION,REGION]
[--recovery-point-objective=SETTING, --rpo=SETTING]
[--retention-period=RETENTION_PERIOD]
[--[no-]uniform-bucket-level-access, -b] [GCLOUD_WIDE_FLAG ...]
[--[no-]uniform-bucket-level-access, -b] [--[no-]enable-autoclass]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create new buckets.
@ -53,11 +54,6 @@ FLAGS
If not specified, the default storage class used by Cloud Storage is
"Standard".
--[no-]enable-autoclass
The Autoclass feature automatically selects the best storage class for
objects based on access patterns. Use --enable-autoclass to enable and
--no-enable-autoclass to disable.
--location=LOCATION, -l LOCATION
Location (https://cloud.google.com/storage/docs/locations) for the
bucket. If not specified, the location used by Cloud Storage is us. A
@ -102,6 +98,12 @@ FLAGS
--uniform-bucket-level-access to enable and
--no-uniform-bucket-level-access to disable.
AUTOCLASS FLAGS
--[no-]enable-autoclass
The Autoclass feature automatically selects the best storage class for
objects based on access patterns. Use --enable-autoclass to enable and
--no-enable-autoclass to disable.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -4,8 +4,7 @@ NAME
SYNOPSIS
gcloud storage buckets update URL [URL ...]
[--additional-headers=HEADER=VALUE] [--continue-on-error, -c]
[--[no-]default-event-based-hold] [--[no-]enable-autoclass]
[--lock-retention-period]
[--[no-]default-event-based-hold] [--lock-retention-period]
[--recovery-point-objective=SETTING, --rpo=SETTING]
[--[no-]requester-pays] [--[no-]uniform-bucket-level-access]
[--[no-]versioning]
@ -30,7 +29,8 @@ SYNOPSIS
[--clear-retention-period | --retention-period=RETENTION_PERIOD]
[--clear-web-error-page | --web-error-page=WEB_ERROR_PAGE]
[--clear-web-main-page-suffix
| --web-main-page-suffix=WEB_MAIN_PAGE_SUFFIX] [GCLOUD_WIDE_FLAG ...]
| --web-main-page-suffix=WEB_MAIN_PAGE_SUFFIX]
[--[no-]enable-autoclass] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update the settings for a bucket.
@ -77,11 +77,6 @@ FLAGS
retroactively). Use --default-event-based-hold to enable and
--no-default-event-based-hold to disable.
--[no-]enable-autoclass
The Autoclass feature automatically selects the best storage class for
objects based on access patterns. Use --enable-autoclass to enable and
--no-enable-autoclass to disable.
--lock-retention-period
Locks an unlocked retention policy on the buckets. Caution: A locked
retention policy cannot be removed from a bucket or reduced in
@ -298,6 +293,12 @@ FLAGS
domain serves the specified "main" page instead of performing the
usual bucket listing.
AUTOCLASS FLAGS
--[no-]enable-autoclass
The Autoclass feature automatically selects the best storage class for
objects based on access patterns. Use --enable-autoclass to enable and
--no-enable-autoclass to disable.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,