Skip to content

Commit

Permalink
feat: Automated regeneration of Indexing client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent 7ac1a0b commit d6fd24c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit d6fd24c

Please sign in to comment.