Skip to content

Commit efec71a

Browse files
feat: Automated regeneration of SQLAdmin client (googleapis#12764)
Auto-created at 2025-01-04 13:11:06 +0000 using the toys pull request generator.
1 parent e6da79a commit efec71a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 "20241204"
23+
@discovery_revision "20241210"
2424

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

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`) - 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.

clients/sql_admin/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.SQLAdmin.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.70.0"
21+
@version "0.70.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)