Skip to content

Commit

Permalink
feat: Automated regeneration of SQLAdmin client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 5, 2025
1 parent 3d8c749 commit faef876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/sql_admin/lib/google_api/sql_admin/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.SQLAdmin.V1 do
API client metadata for GoogleApi.SQLAdmin.V1.
"""

@discovery_revision "20241204"
@discovery_revision "20241210"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule GoogleApi.SQLAdmin.V1.Model.Operation do
* `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`.
* `status` (*type:* `String.t`, *default:* `nil`) - The status of an operation.
* `subOperationType` (*type:* `GoogleApi.SQLAdmin.V1.Model.SqlSubOperationType.t`, *default:* `nil`) - Optional. The sub operation based on the operation type.
* `targetId` (*type:* `String.t`, *default:* `nil`) - Name of the database instance related to this operation.
* `targetId` (*type:* `String.t`, *default:* `nil`) -
* `targetLink` (*type:* `String.t`, *default:* `nil`) -
* `targetProject` (*type:* `String.t`, *default:* `nil`) - The project ID of the target instance related to this operation.
* `user` (*type:* `String.t`, *default:* `nil`) - The email address of the user who initiated this operation.
Expand Down

0 comments on commit faef876

Please sign in to comment.