Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jun 11, 2024
1 parent 3b39f71 commit eb6ec25
Show file tree
Hide file tree
Showing 687 changed files with 213 additions and 103,655 deletions.
Binary file modified SqlAdmin/metadata/V1Beta4/CloudSqlResources.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
use Google\Cloud\Sql\V1beta4\SqlInstancesServiceClient;

/**
* Promotes the read replica instance to be a stand-alone Cloud SQL instance.
* Promotes the read replica instance to be an independent Cloud SQL
* primary instance.
* Using this operation might cause your instance to restart.
*
* This sample has been automatically generated and should be regarded as a code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
use Google\Cloud\Sql\V1beta4\SqlInstancesServiceClient;

/**
* Switches over from the primary instance to a replica instance.
* Switches over from the primary instance to the designated DR replica
* instance.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions SqlAdmin/src/V1beta4/DatabaseInstance.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 19 additions & 11 deletions SqlAdmin/src/V1beta4/Gapic/SqlInstancesServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,8 @@ public function performDiskShrink(array $optionalArgs = [])
}

/**
* Promotes the read replica instance to be a stand-alone Cloud SQL instance.
* Promotes the read replica instance to be an independent Cloud SQL
* primary instance.
* Using this operation might cause your instance to restart.
*
* Sample code:
Expand All @@ -1433,9 +1434,13 @@ public function performDiskShrink(array $optionalArgs = [])
* @type string $project
* ID of the project that contains the read replica.
* @type bool $failover
* Set to true if the promote operation should attempt to re-add the original
* primary as a replica when it comes back online. Otherwise, if this value is
* false or not set, the original primary will be a standalone instance.
* Set to true to invoke a replica failover to the designated DR replica.
* As part of replica failover, the promote operation attempts
* to add the original primary instance as a replica of the promoted
* DR replica when the original primary instance comes back online.
* If set to false or not specified, then the original primary
* instance becomes an independent Cloud SQL primary instance.
* Only applicable to MySQL.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
Expand Down Expand Up @@ -2017,8 +2022,9 @@ public function rotateServerCa(array $optionalArgs = [])
* for MySQL.
* For allowed values, use constants defined on {@see \Google\Cloud\Sql\V1beta4\ExternalSyncParallelLevel}
* @type int $migrationType
* Optional. MigrationType decides if the migration is a physical file based
* migration or logical migration.
* Optional. MigrationType configures the migration to use physical files or
* logical dump files. If not set, then the logical dump file configuration is
* used. Valid values are `LOGICAL` or `PHYSICAL`. Only applicable to MySQL.
* For allowed values, use constants defined on {@see \Google\Cloud\Sql\V1beta4\SqlInstancesVerifyExternalSyncSettingsRequest\MigrationType}
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
Expand Down Expand Up @@ -2201,7 +2207,8 @@ public function stopReplica(array $optionalArgs = [])
}

/**
* Switches over from the primary instance to a replica instance.
* Switches over from the primary instance to the designated DR replica
* instance.
*
* Sample code:
* ```
Expand Down Expand Up @@ -2430,12 +2437,13 @@ public function update(array $optionalArgs = [])
* @type MySqlSyncConfig $mysqlSyncConfig
* Optional. MySQL-specific settings for start external sync.
* @type int $migrationType
* Optional. MigrationType field decides if the migration is a physical file
* based migration or logical migration
* Optional. MigrationType configures the migration to use physical files or
* logical dump files. If not set, then the logical dump file configuration is
* used. Valid values are `LOGICAL` or `PHYSICAL`. Only applicable to MySQL.
* For allowed values, use constants defined on {@see \Google\Cloud\Sql\V1beta4\SqlInstancesVerifyExternalSyncSettingsRequest\MigrationType}
* @type int $syncParallelLevel
* Optional. Parallel level for initial data sync. Currently only applicable
* for PostgreSQL.
* Optional. Parallel level for initial data sync. Only applicable for
* PostgreSQL.
* For allowed values, use constants defined on {@see \Google\Cloud\Sql\V1beta4\ExternalSyncParallelLevel}
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
Expand Down
42 changes: 21 additions & 21 deletions SqlAdmin/src/V1beta4/GeminiInstanceConfig.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb6ec25

Please sign in to comment.