Skip to content

Commit 79bf2f1

Browse files
feat: Automated regeneration of CloudSearch client (googleapis#12560)
Auto-created at 2024-11-18 13:15:49 +0000 using the toys pull request generator.
1 parent fa19feb commit 79bf2f1

File tree

5 files changed

+3
-104
lines changed

5 files changed

+3
-104
lines changed

clients/cloud_search/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_cloud_search, "~> 0.23"}]
14+
[{:google_api_cloud_search, "~> 0.24"}]
1515
end
1616
```
1717

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

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

23-
@discovery_revision "20241016"
23+
@discovery_revision "20241113"
2424

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

clients/cloud_search/lib/google_api/cloud_search/v1/model/rewritten_queries.ex

Lines changed: 0 additions & 49 deletions
This file was deleted.

clients/cloud_search/lib/google_api/cloud_search/v1/model/rewritten_query.ex

Lines changed: 0 additions & 52 deletions
This file was deleted.

clients/cloud_search/mix.exs

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

21-
@version "0.23.1"
21+
@version "0.24.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)