Skip to content

Commit bfeed4d

Browse files
feat: Automated regeneration of SQLAdmin client (#13069)
Auto-created at 2025-03-02 13:13:05 +0000 using the toys pull request generator.
1 parent 02ff30e commit bfeed4d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

clients/sql_admin/lib/google_api/sql_admin/v1beta4/api/backups.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ defmodule GoogleApi.SQLAdmin.V1beta4.Api.Backups do
279279
## Parameters
280280
281281
* `connection` (*type:* `GoogleApi.SQLAdmin.V1beta4.Connection.t`) - Connection to server
282-
* `name` (*type:* `String.t`) - Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}
282+
* `name` (*type:* `String.t`) - Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}.
283283
* `optional_params` (*type:* `keyword()`) - Optional parameters
284284
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
285285
* `:access_token` (*type:* `String.t`) - OAuth access token.

clients/sql_admin/lib/google_api/sql_admin/v1beta4/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.SQLAdmin.V1beta4 do
2020
API client metadata for GoogleApi.SQLAdmin.V1beta4.
2121
"""
2222

23-
@discovery_revision "20250205"
23+
@discovery_revision "20250216"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/sql_admin/lib/google_api/sql_admin/v1beta4/model/backup.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ defmodule GoogleApi.SQLAdmin.V1beta4.Model.Backup do
3333
* `kmsKeyVersion` (*type:* `String.t`, *default:* `nil`) - Output only. This output contains the encryption status for a backup and the version of the KMS key that's used to encrypt the Cloud SQL instance.
3434
* `location` (*type:* `String.t`, *default:* `nil`) - The storage location of the backups. The location can be multi-regional.
3535
* `maxChargeableBytes` (*type:* `String.t`, *default:* `nil`) - Output only. The maximum chargeable bytes for the backup.
36-
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}
36+
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}.
3737
* `satisfiesPzi` (*type:* `boolean()`, *default:* `nil`) - Output only. This status indicates whether the backup satisfies PZI. The status is reserved for future use.
3838
* `satisfiesPzs` (*type:* `boolean()`, *default:* `nil`) - Output only. This status indicates whether the backup satisfies PZS. The status is reserved for future use.
3939
* `selfLink` (*type:* `String.t`, *default:* `nil`) - Output only. The URI of this resource.
4040
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. The state of this backup.
41-
* `timeZone` (*type:* `String.t`, *default:* `nil`) - Output only. This output contains a backup time zone. If a Cloud SQL for SQL Server instance has a different time zone from the backup's time zone, then restores to the instance won't happen.
41+
* `timeZone` (*type:* `String.t`, *default:* `nil`) - Output only. This output contains a backup time zone. If a Cloud SQL for SQL Server instance has a different time zone from the backup's time zone, then the restore to the instance doesn't happen.
4242
* `ttlDays` (*type:* `String.t`, *default:* `nil`) - Input only. The time-to-live (TTL) interval for this resource (in days). For example: ttlDays:7 means 7 days.
4343
* `type` (*type:* `String.t`, *default:* `nil`) - Output only. The type of this backup. The type can be "AUTOMATED", "ON_DEMAND", or “FINAL”.
4444
"""

clients/sql_admin/lib/google_api/sql_admin/v1beta4/model/operation.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule GoogleApi.SQLAdmin.V1beta4.Model.Operation do
3636
* `startTime` (*type:* `DateTime.t`, *default:* `nil`) - The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
3737
* `status` (*type:* `String.t`, *default:* `nil`) - The status of an operation.
3838
* `subOperationType` (*type:* `GoogleApi.SQLAdmin.V1beta4.Model.SqlSubOperationType.t`, *default:* `nil`) - Optional. The sub operation based on the operation type.
39-
* `targetId` (*type:* `String.t`, *default:* `nil`) -
39+
* `targetId` (*type:* `String.t`, *default:* `nil`) - Name of the resource on which this operation runs.
4040
* `targetLink` (*type:* `String.t`, *default:* `nil`) -
4141
* `targetProject` (*type:* `String.t`, *default:* `nil`) - The project ID of the target instance related to this operation.
4242
* `user` (*type:* `String.t`, *default:* `nil`) - The email address of the user who initiated this operation.

0 commit comments

Comments
 (0)