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

gcloud: Wed Jul 31 09:35:15 UTC 2024

This commit is contained in:
Automated 2024-07-31 09:35:16 +00:00
parent 3a4c5997b9
commit ed2f818f7a
2722 changed files with 12631 additions and 6826 deletions

View file

@ -16,7 +16,7 @@ SYNOPSIS
[--consumer-subnetworks=[CONSUMER_SUBNETWORKS,...] | --network=NETWORK
| --network-config-from-file=NETWORK_CONFIG_FROM_FILE]
[--hive-metastore-configs=[KEY=VALUE,...]
| --hive-metastore-configs-from-file=HIVE_METASTORE_CONFIGS_FROM_FILE]
| --hive-metastore-configs-from-file=PATH_TO_FILE]
[--instance-size=INSTANCE_SIZE | --scaling-factor=SCALING_FACTOR
| --tier=TIER | --max-scaling-factor=MAX_SCALING_FACTOR
--min-scaling-factor=MIN_SCALING_FACTOR]
@ -26,7 +26,10 @@ SYNOPSIS
--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR]
[--read-only-regions=[READ_ONLY_REGIONS,...]
--read-write-regions=[READ_WRITE_REGIONS,...]]
[--scheduled-backup-configs-from-file=SCHEDULED_BACKUP_CONFIGS_FROM_FILE | --enable-scheduled-backup --scheduled-backup-cron=SCHEDULED_BACKUP_CRON --scheduled-backup-location=SCHEDULED_BACKUP_LOCATION]
[--scheduled-backup-configs-from-file=PATH_TO_FILE
| --enable-scheduled-backup
--scheduled-backup-cron=SCHEDULED_BACKUP_CRON
--scheduled-backup-location=SCHEDULED_BACKUP_LOCATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -60,8 +63,8 @@ POSITIONAL ARGUMENTS
To set the project attribute:
◆ provide the argument service on the command line with a fully
specified name;
set the property core/project;
provide the argument --project on the command line.
provide the argument --project on the command line;
set the property core/project.
This must be specified.
@ -249,7 +252,7 @@ FLAGS
A mapping of Hive metastore configuration key-value pairs to apply to
the Hive metastore.
--hive-metastore-configs-from-file=HIVE_METASTORE_CONFIGS_FROM_FILE
--hive-metastore-configs-from-file=PATH_TO_FILE
Path to a XML file containing a mapping of Hive metastore
configuration key-value pairs to apply to the Hive metastore.
@ -264,6 +267,9 @@ FLAGS
</property>
</configuration>
Use a full or relative path to a local file containing the value of
hive_metastore_configs.
The instance size of the Dataproc Metastore instance.
At most one of these can be specified:
@ -375,7 +381,7 @@ FLAGS
At most one of these can be specified:
--scheduled-backup-configs-from-file=SCHEDULED_BACKUP_CONFIGS_FROM_FILE
--scheduled-backup-configs-from-file=PATH_TO_FILE
Path to a JSON file containing a mapping of scheduled backup
configurations key-value pairs to apply to the scheduled backup.
@ -389,6 +395,9 @@ FLAGS
"time_zone": "UTC"
}
Use a full or relative path to a local file containing the value of
scheduled_backup_configs.
Scheduled backup configurations to enable a scheduled backup of the
metastore service.