Skip to content

Commit f165956

Browse files
feat: Automated regeneration of AlloyDB client (#13269)
Auto-created at 2025-03-29 13:19:22 +0000 using the toys pull request generator.
1 parent 32216b3 commit f165956

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

clients/alloy_db/lib/google_api/alloy_db/v1/api/projects.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ defmodule GoogleApi.AlloyDB.V1.Api.Projects do
106106
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
107107
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
108108
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
109+
* `:extraLocationTypes` (*type:* `list(String.t)`) - Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
109110
* `:filter` (*type:* `String.t`) - A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
110111
* `:pageSize` (*type:* `integer()`) - The maximum number of results to return. If not set, the service selects a default.
111112
* `:pageToken` (*type:* `String.t`) - A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
@@ -134,6 +135,7 @@ defmodule GoogleApi.AlloyDB.V1.Api.Projects do
134135
:quotaUser => :query,
135136
:uploadType => :query,
136137
:upload_protocol => :query,
138+
:extraLocationTypes => :query,
137139
:filter => :query,
138140
:pageSize => :query,
139141
:pageToken => :query

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

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

23-
@discovery_revision "20250308"
23+
@discovery_revision "20250320"
2424

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

clients/alloy_db/lib/google_api/alloy_db/v1/model/backup.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defmodule GoogleApi.AlloyDB.V1.Model.Backup do
4343
* `tags` (*type:* `map()`, *default:* `nil`) - Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: ``` "123/environment": "production", "123/costCenter": "marketing" ```
4444
* `type` (*type:* `String.t`, *default:* `nil`) - The backup type, which suggests the trigger for the backup.
4545
* `uid` (*type:* `String.t`, *default:* `nil`) - Output only. The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
46-
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Update time stamp
46+
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Update time stamp Users should not infer any meaning from this field. Its value is generally unrelated to the timing of the backup creation operation.
4747
"""
4848

4949
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)