Skip to content

Commit

Permalink
feat: Support for CLUSTER_MAINTENANCE and SELF_SERVICE_MAINTENANCE op…
Browse files Browse the repository at this point in the history
…eration types (#7363)

feat: Support for MySQL 8.4
docs: Various updates and clarifications to the documentation
PiperOrigin-RevId: 639967918
Source-Link: googleapis/googleapis@b7bcc9b
Source-Link: googleapis/googleapis-gen@252397b
Copy-Tag: eyJwIjoiU3FsQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6IjI1MjM5N2IyNjlmZDJiMzA1MWY1NmEyNDgwYjI0MjNhNTIwY2Q4NDIifQ==
  • Loading branch information
gcf-owl-bot[bot] authored Jun 4, 2024
1 parent ffcadde commit 23415ce
Show file tree
Hide file tree
Showing 17 changed files with 218 additions and 147 deletions.
Binary file modified SqlAdmin/metadata/V1/CloudSqlResources.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
use Google\Cloud\Sql\V1\SqlInstancesPromoteReplicaRequest;

/**
* 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
3 changes: 2 additions & 1 deletion SqlAdmin/samples/V1/SqlInstancesServiceClient/switchover.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
use Google\Cloud\Sql\V1\SqlInstancesSwitchoverRequest;

/**
* Switches over from the primary instance to the 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
8 changes: 4 additions & 4 deletions SqlAdmin/src/V1/BackupConfiguration.php

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

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

6 changes: 4 additions & 2 deletions SqlAdmin/src/V1/Client/SqlInstancesServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,8 @@ public function performDiskShrink(SqlInstancesPerformDiskShrinkRequest $request,
}

/**
* 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.
*
* The async variant is {@see SqlInstancesServiceClient::promoteReplicaAsync()} .
Expand Down Expand Up @@ -1051,7 +1052,8 @@ public function stopReplica(SqlInstancesStopReplicaRequest $request, array $call
}

/**
* Switches over from the primary instance to the replica instance.
* Switches over from the primary instance to the designated DR replica
* instance.
*
* The async variant is {@see SqlInstancesServiceClient::switchoverAsync()} .
*
Expand Down
36 changes: 20 additions & 16 deletions SqlAdmin/src/V1/DatabaseInstance.php

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

50 changes: 25 additions & 25 deletions SqlAdmin/src/V1/GeminiInstanceConfig.php

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

Loading

0 comments on commit 23415ce

Please sign in to comment.