From 51fa7f3ffd381fec398a393d4d836a220b2ceb64 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:32:16 -0700 Subject: [PATCH] feat: Automated regeneration of MyBusinessPlaceActions client (#10828) Auto-created at 2024-03-12 01:21:45 +0000 using the toys pull request generator. --- clients/my_business_place_actions/README.md | 2 +- .../lib/google_api/my_business_place_actions/v1/metadata.ex | 2 +- clients/my_business_place_actions/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/my_business_place_actions/README.md b/clients/my_business_place_actions/README.md index 5abe7cd0fe..b6f425f79c 100644 --- a/clients/my_business_place_actions/README.md +++ b/clients/my_business_place_actions/README.md @@ -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 diff --git a/clients/my_business_place_actions/lib/google_api/my_business_place_actions/v1/metadata.ex b/clients/my_business_place_actions/lib/google_api/my_business_place_actions/v1/metadata.ex index bb9b9d592a..af853ec1df 100644 --- a/clients/my_business_place_actions/lib/google_api/my_business_place_actions/v1/metadata.ex +++ b/clients/my_business_place_actions/lib/google_api/my_business_place_actions/v1/metadata.ex @@ -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 diff --git a/clients/my_business_place_actions/mix.exs b/clients/my_business_place_actions/mix.exs index c5e956de1e..341b656da3 100644 --- a/clients/my_business_place_actions/mix.exs +++ b/clients/my_business_place_actions/mix.exs @@ -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