Skip to content

Commit 4d86625

Browse files
feat: Automated regeneration of ContactCenterAIPlatform client (googleapis#13226)
Auto-created at 2025-03-27 13:13:37 +0000 using the toys pull request generator.
1 parent 4cc5e48 commit 4d86625

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

clients/contact_center_ai_platform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_contact_center_ai_platform, "~> 0.5"}]
14+
[{:google_api_contact_center_ai_platform, "~> 0.6"}]
1515
end
1616
```
1717

clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/api/projects.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ defmodule GoogleApi.ContactCenterAIPlatform.V1alpha1.Api.Projects do
116116
* `: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.
117117
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
118118
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
119+
* `: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.
119120
* `: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).
120121
* `:pageSize` (*type:* `integer()`) - The maximum number of results to return. If not set, the service selects a default.
121122
* `: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.
@@ -154,6 +155,7 @@ defmodule GoogleApi.ContactCenterAIPlatform.V1alpha1.Api.Projects do
154155
:quotaUser => :query,
155156
:uploadType => :query,
156157
:upload_protocol => :query,
158+
:extraLocationTypes => :query,
157159
:filter => :query,
158160
:pageSize => :query,
159161
:pageToken => :query

clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/metadata.ex

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

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

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

clients/contact_center_ai_platform/mix.exs

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

21-
@version "0.5.4"
21+
@version "0.6.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)