1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Tue Nov 18 10:53:36 UTC 2025

This commit is contained in:
Automated 2025-11-18 10:53:36 +00:00
parent 4b21ae6795
commit e1ec13485a
380 changed files with 16045 additions and 783 deletions

View file

@ -21,6 +21,7 @@ SYNOPSIS
[--connection-pool-flags=FLAG=VALUE,[FLAG=VALUE,...]]
[--connector-enforcement=CONNECTOR_ENFORCEMENT] [--cpu=CPU]
[--custom-subject-alternative-names=DNS,[DNS,[DNS]]]
[--data-api-access=DATA_API_ACCESS]
[--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
[--database-version=DATABASE_VERSION; default="MYSQL_8_0"]
[--[no-]deletion-protection]
@ -267,6 +268,19 @@ FLAGS
update an instance, you can add a comma-separated list of up to three
DNS names to the server certificate of your instance.
--data-api-access=DATA_API_ACCESS
Controls connectivity to the instance using ExecuteSql API.
DATA_API_ACCESS must be one of:
ALLOW_DATA_API
Allow using ExecuteSql API to connect to the instance. For Private
IP instances, this will allow authorized users to access the
instance from the public internet using ExecuteSql API.
DATA_API_ACCESS_UNSPECIFIED
Unspecified mode, effectively the same as DISALLOW_DATA_API.
DISALLOW_DATA_API
Disallow using ExecuteSql API to connect to the instance.
--database-flags=FLAG=VALUE,[FLAG=VALUE,...]
Comma-separated list of database flags to set on the instance. Use an
equals sign to separate flag name and value. Flags without values, like
@ -620,8 +634,8 @@ FLAGS
here: https://cloud.google.com/sql/docs/quotas#storage_limits
--storage-type=STORAGE_TYPE
The storage type for the instance. The default is SSD. STORAGE_TYPE
must be one of: SSD, HDD, HYPERDISK_BALANCED.
The storage type for the instance, determined by the selected machine
type. STORAGE_TYPE must be one of: SSD, HDD, HYPERDISK_BALANCED.
--tags=TAG=VALUE,[TAG=VALUE,...]
Comma-separated list of tags to set on the instance. Use an equals

View file

@ -60,7 +60,7 @@ COMMANDS
point-in-time-restore
(ALPHA) Performs a point in time restore for a Cloud SQL instance
managed by Google Cloud Backup and Disaster Recovery.
managed by Google Cloud Backup and Disaster Recovery (DR) Service.
promote-replica
(ALPHA) Promotes Cloud SQL read replica to a stand-alone instance.

View file

@ -18,6 +18,7 @@ SYNOPSIS
[--clear-active-directory-dns-servers]
[--clear-failover-dr-replica-name] [--clear-password-policy]
[--connector-enforcement=CONNECTOR_ENFORCEMENT] [--cpu=CPU]
[--data-api-access=DATA_API_ACCESS]
[--database-version=DATABASE_VERSION] [--[no-]deletion-protection]
[--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE]
[--deny-maintenance-period-start-date=DENY_MAINTENANCE_PERIOD_START_DATE]
@ -64,7 +65,7 @@ SYNOPSIS
[--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
[--storage-provisioned-iops=STORAGE_PROVISIONED_IOPS]
[--storage-provisioned-throughput=STORAGE_PROVISIONED_THROUGHPUT]
[--storage-size=STORAGE_SIZE]
[--storage-size=STORAGE_SIZE] [--storage-type=STORAGE_TYPE]
[--switch-transaction-logs-to-cloud-storage]
[--threads-per-core=THREADS_PER_CORE] [--tier=TIER, -t TIER]
[--time-zone=TIME_ZONE] [--update-labels=[KEY=VALUE,...]]
@ -212,6 +213,19 @@ FLAGS
should not be used when creating an Enterprise Plus edition, as the
machine configuration is determined by the --tier flag instead.
--data-api-access=DATA_API_ACCESS
Controls connectivity to the instance using ExecuteSql API.
DATA_API_ACCESS must be one of:
ALLOW_DATA_API
Allow using ExecuteSql API to connect to the instance. For Private
IP instances, this will allow authorized users to access the
instance from the public internet using ExecuteSql API.
DATA_API_ACCESS_UNSPECIFIED
Unspecified mode, effectively the same as DISALLOW_DATA_API.
DISALLOW_DATA_API
Disallow using ExecuteSql API to connect to the instance.
--database-version=DATABASE_VERSION
The database engine type and versions. If left unspecified, no changes
occur. See the list of database versions at
@ -551,6 +565,10 @@ FLAGS
of GB. The default is 10GB. Information on storage limits can be found
here: https://cloud.google.com/sql/docs/quotas#storage_limits
--storage-type=STORAGE_TYPE
The storage type for the instance, determined by the selected machine
type. STORAGE_TYPE must be one of: SSD, HDD, HYPERDISK_BALANCED.
--switch-transaction-logs-to-cloud-storage
Switches the location of the transaction logs used for PITR from disk
to Cloud Storage.

View file

@ -1,7 +1,7 @@
NAME
gcloud alpha sql instances point-in-time-restore - performs a point in time
restore for a Cloud SQL instance managed by Google Cloud Backup and
Disaster Recovery
Disaster Recovery Service
SYNOPSIS
gcloud alpha sql instances point-in-time-restore DATASOURCE TARGET
@ -14,7 +14,7 @@ SYNOPSIS
DESCRIPTION
(ALPHA) gcloud alpha sql instances point-in-time-restore performs a point
in time restore for a Cloud SQL instance managed by Google Cloud Backup and
Disaster Recovery.
Disaster Recovery (DR) Service.
EXAMPLES
To perform a point in time restore from an earlier point in time:
@ -24,8 +24,8 @@ EXAMPLES
POSITIONAL ARGUMENTS
DATASOURCE
The Google Cloud Backup and Disaster Recovery Datasource URI, of the
form projects/{project}/locations/{region}/backupVaults/
The Google Cloud Backup and Disaster Recovery (DR) Service Datasource
URI, of the form projects/{project}/locations/{region}/backupVaults/
{backupvault}/dataSources/{datasource}.
TARGET
@ -78,7 +78,9 @@ 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. This variant is also available:
access allowlist. These variants are also available:
$ gcloud sql instances point-in-time-restore
$ gcloud beta sql instances point-in-time-restore