Skip to content

Commit

Permalink
feat: A new field max_chargeable_bytes is added to message `.google…
Browse files Browse the repository at this point in the history
….cloud.sql.v1.BackupRun` (#7617)

feat: A new enum `CaMode` is added
feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.ConnectSettings`
feat: A new field `satisfies_pzi` is added to message `.google.cloud.sql.v1.DatabaseInstance`
feat: A new field `switch_transaction_logs_to_cloud_storage_enabled` is added to message `.google.cloud.sql.v1.DatabaseInstance`
feat: A new value `UNSUPPORTED_COLUMNS` is added to enum `SqlExternalSyncSettingErrorType`
feat: A new enum `CaMode` is added
feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.IpConfiguration`
feat: A new value `MAJOR_VERSION_UPGRADE` is added to enum `SqlOperationType`
docs: A comment for method `AddServerCa` in service `SqlInstancesService` is changed
docs: A comment for method `RotateServerCa` in service `SqlInstancesService` is changed
PiperOrigin-RevId: 665459194
Source-Link: googleapis/googleapis@9f3335a
Source-Link: googleapis/googleapis-gen@b05ca91
Copy-Tag: eyJwIjoiU3FsQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6ImIwNWNhOTEyOGMyYTM1MmNlOTE3NzMzZTVkYjE5YjZhZDg4ODE4YjAifQ==
  • Loading branch information
gcf-owl-bot[bot] committed Aug 21, 2024
1 parent c2d0375 commit da5d6c9
Show file tree
Hide file tree
Showing 16 changed files with 431 additions and 4 deletions.
Binary file modified SqlAdmin/metadata/V1/CloudSqlBackupRuns.php
Binary file not shown.
Binary file modified SqlAdmin/metadata/V1/CloudSqlConnect.php
Binary file not shown.
Binary file modified SqlAdmin/metadata/V1/CloudSqlInstances.php
Binary file not shown.
Binary file modified SqlAdmin/metadata/V1/CloudSqlResources.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
* instance. Required to prepare for a certificate rotation. If a CA version
* was previously added but never used in a certificate rotation, this
* operation replaces that version. There cannot be more than one CA version
* waiting to be rotated in.
* waiting to be rotated in. For instances that have enabled Certificate
* Authority Service (CAS) based server CA, please use AddServerCertificate to
* add a new server certificate.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@

/**
* Rotates the server certificate to one signed by the Certificate Authority
* (CA) version previously added with the addServerCA method.
* (CA) version previously added with the addServerCA method. For instances
* that have enabled Certificate Authority Service (CAS) based server CA,
* please use RotateServerCertificate to rotate the server certificate.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
44 changes: 44 additions & 0 deletions SqlAdmin/src/V1/BackupRun.php

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

8 changes: 6 additions & 2 deletions SqlAdmin/src/V1/Client/SqlInstancesServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@ public function acquireSsrsLease(
* instance. Required to prepare for a certificate rotation. If a CA version
* was previously added but never used in a certificate rotation, this
* operation replaces that version. There cannot be more than one CA version
* waiting to be rotated in.
* waiting to be rotated in. For instances that have enabled Certificate
* Authority Service (CAS) based server CA, please use AddServerCertificate to
* add a new server certificate.
*
* The async variant is {@see SqlInstancesServiceClient::addServerCaAsync()} .
*
Expand Down Expand Up @@ -959,7 +961,9 @@ public function restoreBackup(SqlInstancesRestoreBackupRequest $request, array $

/**
* Rotates the server certificate to one signed by the Certificate Authority
* (CA) version previously added with the addServerCA method.
* (CA) version previously added with the addServerCA method. For instances
* that have enabled Certificate Authority Service (CAS) based server CA,
* please use RotateServerCertificate to rotate the server certificate.
*
* The async variant is {@see SqlInstancesServiceClient::rotateServerCaAsync()} .
*
Expand Down
34 changes: 34 additions & 0 deletions SqlAdmin/src/V1/ConnectSettings.php

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

63 changes: 63 additions & 0 deletions SqlAdmin/src/V1/ConnectSettings/CaMode.php

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

154 changes: 154 additions & 0 deletions SqlAdmin/src/V1/DatabaseInstance.php

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

Loading

0 comments on commit da5d6c9

Please sign in to comment.