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 MyBusinessPlaceActions client #10828

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
2 changes: 1 addition & 1 deletion clients/my_business_place_actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

My Business Place Actions API client library.

The My Business Place Actions API provides an interface for managing place action links of a location on Google.
The My Business Place Actions API provides an interface for managing place action links of a location on Google. Note - If you have a quota of 0 after enabling the API, please request for GBP API access.

## Installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.MyBusinessPlaceActions.V1 do
API client metadata for GoogleApi.MyBusinessPlaceActions.V1.
"""

@discovery_revision "20220824"
@discovery_revision "20240310"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/my_business_place_actions/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule GoogleApi.MyBusinessPlaceActions.Mixfile do

defp description() do
"""
My Business Place Actions API client library. The My Business Place Actions API provides an interface for managing place action links of a location on Google.
My Business Place Actions API client library. The My Business Place Actions API provides an interface for managing place action links of a location on Google. Note - If you have a quota of 0 after enabling the API, please request for GBP API access.
"""
end

Expand Down
Loading