diff --git a/gcloud/_version b/gcloud/_version index cd4241b6f..b0c5c13bb 100644 --- a/gcloud/_version +++ b/gcloud/_version @@ -1,8 +1,8 @@ -Google Cloud SDK 462.0.0 -alpha 2024.01.29 -beta 2024.01.29 +Google Cloud SDK 462.0.1 +alpha 2024.01.31 +beta 2024.01.31 bq 2.0.101 bundled-python3-unix 3.11.7 -core 2024.01.29 +core 2024.01.31 gcloud-crc32c 1.0.0 gsutil 5.27 diff --git a/gcloud/alpha/sql/export/sql b/gcloud/alpha/sql/export/sql index 39b691977..cea73dc84 100644 --- a/gcloud/alpha/sql/export/sql +++ b/gcloud/alpha/sql/export/sql @@ -5,8 +5,7 @@ NAME SYNOPSIS gcloud alpha sql export sql INSTANCE URI [--async] [--database=DATABASE,[DATABASE,...], -d DATABASE,[DATABASE,...]] - [--offload] [--parallel] - [--table=TABLE,[TABLE,...], -t TABLE,[TABLE,...]] [--threads=THREADS] + [--offload] [--table=TABLE,[TABLE,...], -t TABLE,[TABLE,...]] [GCLOUD_WIDE_FLAG ...] DESCRIPTION @@ -43,20 +42,11 @@ FLAGS source instances and allows other operations to be performed while the export is in progress. - --parallel - Perform a parallel export. This flag is only applicable to MySQL and - Postgres. - --table=TABLE,[TABLE,...], -t TABLE,[TABLE,...] Tables to export from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, only one table can be exported at a time. - --threads=THREADS - Specifies the number of threads to use for the parallel export. If - --parallel is specified and this flag is not provided, Cloud SQL uses a - default thread count to optimize performance. - GCLOUD WIDE FLAGS These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, diff --git a/gcloud/alpha/sql/import/sql b/gcloud/alpha/sql/import/sql index 057b4f715..b82c82dfb 100644 --- a/gcloud/alpha/sql/import/sql +++ b/gcloud/alpha/sql/import/sql @@ -4,8 +4,7 @@ NAME SYNOPSIS gcloud alpha sql import sql INSTANCE URI [--async] - [--database=DATABASE, -d DATABASE] [--parallel] [--threads=THREADS] - [--user=USER] [GCLOUD_WIDE_FLAG ...] + [--database=DATABASE, -d DATABASE] [--user=USER] [GCLOUD_WIDE_FLAG ...] DESCRIPTION (ALPHA) gcloud alpha sql import sql imports data into a Cloud SQL instance @@ -46,15 +45,6 @@ FLAGS specified in the file to be imported. If your SQL dump file includes a database statement, it will override the database set in this flag. - --parallel - Perform a parallel import. This flag is only applicable to MySQL and - Postgres. - - --threads=THREADS - Specifies the number of threads to use for the parallel import. If - --parallel is specified and this flag is not provided, Cloud SQL uses a - default thread count to optimize performance. - --user=USER PostgreSQL user for this import operation. diff --git a/gcloud/beta/sql/export/sql b/gcloud/beta/sql/export/sql index 173fec189..73ef69f9b 100644 --- a/gcloud/beta/sql/export/sql +++ b/gcloud/beta/sql/export/sql @@ -5,8 +5,7 @@ NAME SYNOPSIS gcloud beta sql export sql INSTANCE URI [--async] [--database=DATABASE,[DATABASE,...], -d DATABASE,[DATABASE,...]] - [--offload] [--parallel] - [--table=TABLE,[TABLE,...], -t TABLE,[TABLE,...]] [--threads=THREADS] + [--offload] [--table=TABLE,[TABLE,...], -t TABLE,[TABLE,...]] [GCLOUD_WIDE_FLAG ...] DESCRIPTION @@ -43,20 +42,11 @@ FLAGS source instances and allows other operations to be performed while the export is in progress. - --parallel - Perform a parallel export. This flag is only applicable to MySQL and - Postgres. - --table=TABLE,[TABLE,...], -t TABLE,[TABLE,...] Tables to export from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, only one table can be exported at a time. - --threads=THREADS - Specifies the number of threads to use for the parallel export. If - --parallel is specified and this flag is not provided, Cloud SQL uses a - default thread count to optimize performance. - GCLOUD WIDE FLAGS These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, diff --git a/gcloud/beta/sql/import/sql b/gcloud/beta/sql/import/sql index 1c32d8c2e..bf1d8d327 100644 --- a/gcloud/beta/sql/import/sql +++ b/gcloud/beta/sql/import/sql @@ -4,8 +4,7 @@ NAME SYNOPSIS gcloud beta sql import sql INSTANCE URI [--async] - [--database=DATABASE, -d DATABASE] [--parallel] [--threads=THREADS] - [--user=USER] [GCLOUD_WIDE_FLAG ...] + [--database=DATABASE, -d DATABASE] [--user=USER] [GCLOUD_WIDE_FLAG ...] DESCRIPTION (BETA) gcloud beta sql import sql imports data into a Cloud SQL instance @@ -46,15 +45,6 @@ FLAGS specified in the file to be imported. If your SQL dump file includes a database statement, it will override the database set in this flag. - --parallel - Perform a parallel import. This flag is only applicable to MySQL and - Postgres. - - --threads=THREADS - Specifies the number of threads to use for the parallel import. If - --parallel is specified and this flag is not provided, Cloud SQL uses a - default thread count to optimize performance. - --user=USER PostgreSQL user for this import operation. diff --git a/gcloud/sql/export/sql b/gcloud/sql/export/sql index 0e19aa026..3755768d1 100644 --- a/gcloud/sql/export/sql +++ b/gcloud/sql/export/sql @@ -5,8 +5,7 @@ NAME SYNOPSIS gcloud sql export sql INSTANCE URI [--async] [--database=DATABASE,[DATABASE,...], -d DATABASE,[DATABASE,...]] - [--offload] [--parallel] - [--table=TABLE,[TABLE,...], -t TABLE,[TABLE,...]] [--threads=THREADS] + [--offload] [--table=TABLE,[TABLE,...], -t TABLE,[TABLE,...]] [GCLOUD_WIDE_FLAG ...] DESCRIPTION @@ -43,20 +42,11 @@ FLAGS source instances and allows other operations to be performed while the export is in progress. - --parallel - Perform a parallel export. This flag is only applicable to MySQL and - Postgres. - --table=TABLE,[TABLE,...], -t TABLE,[TABLE,...] Tables to export from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, only one table can be exported at a time. - --threads=THREADS - Specifies the number of threads to use for the parallel export. If - --parallel is specified and this flag is not provided, Cloud SQL uses a - default thread count to optimize performance. - GCLOUD WIDE FLAGS These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, diff --git a/gcloud/sql/import/sql b/gcloud/sql/import/sql index ffdb56df1..eac5f3347 100644 --- a/gcloud/sql/import/sql +++ b/gcloud/sql/import/sql @@ -4,8 +4,7 @@ NAME SYNOPSIS gcloud sql import sql INSTANCE URI [--async] - [--database=DATABASE, -d DATABASE] [--parallel] [--threads=THREADS] - [--user=USER] [GCLOUD_WIDE_FLAG ...] + [--database=DATABASE, -d DATABASE] [--user=USER] [GCLOUD_WIDE_FLAG ...] DESCRIPTION gcloud sql import sql imports data into a Cloud SQL instance from a SQL @@ -46,15 +45,6 @@ FLAGS specified in the file to be imported. If your SQL dump file includes a database statement, it will override the database set in this flag. - --parallel - Perform a parallel import. This flag is only applicable to MySQL and - Postgres. - - --threads=THREADS - Specifies the number of threads to use for the parallel import. If - --parallel is specified and this flag is not provided, Cloud SQL uses a - default thread count to optimize performance. - --user=USER PostgreSQL user for this import operation.