Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of Indexing client #10849

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/indexing/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# GoogleApi.Indexing

Indexing API client library.
Web Search Indexing API client library.

Notifies Google when your web pages change.
Notifies Google Web Search when your web pages change.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion clients/indexing/lib/google_api/indexing/v3/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Indexing.V3 do
API client metadata for GoogleApi.Indexing.V3.
"""

@discovery_revision "20210302"
@discovery_revision "20240305"

def discovery_revision(), do: @discovery_revision
end
4 changes: 2 additions & 2 deletions clients/indexing/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Indexing.Mixfile do
use Mix.Project

@version "0.10.0"
@version "0.10.1"

def project() do
[
Expand Down Expand Up @@ -48,7 +48,7 @@ defmodule GoogleApi.Indexing.Mixfile do

defp description() do
"""
Indexing API client library. Notifies Google when your web pages change.
Web Search Indexing API client library. Notifies Google Web Search when your web pages change.
"""
end

Expand Down
Loading