Skip to content

Commit 1317701

Browse files
feat: Automated regeneration of SQLAdmin client (googleapis#12767)
Auto-created at 2025-01-05 13:14:02 +0000 using the toys pull request generator.
1 parent 3d8c749 commit 1317701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

23-
@discovery_revision "20241204"
23+
@discovery_revision "20241210"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule GoogleApi.SQLAdmin.V1.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.V1.Model.SqlSubOperationType.t`, *default:* `nil`) - Optional. The sub operation based on the operation type.
39-
* `targetId` (*type:* `String.t`, *default:* `nil`) - Name of the database instance related to this operation.
39+
* `targetId` (*type:* `String.t`, *default:* `nil`) -
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)