From c61e79610c6054e9ceb3343949ca00c86fb5b448 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 12 Mar 2024 01:32:37 +0000 Subject: [PATCH] feat: Automated regeneration of MyBusinessQAndA client --- clients/my_business_q_and_a/README.md | 2 +- .../lib/google_api/my_business_q_and_a/v1/metadata.ex | 2 +- clients/my_business_q_and_a/mix.exs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/my_business_q_and_a/README.md b/clients/my_business_q_and_a/README.md index 187b8d5255..8040dfed41 100644 --- a/clients/my_business_q_and_a/README.md +++ b/clients/my_business_q_and_a/README.md @@ -2,7 +2,7 @@ My Business Q&A API client library. -The My Business Q&A API allows questions and answers to be posted for specific listings. +The My Business Q&A API allows questions and answers to be posted for specific listings. 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_q_and_a/lib/google_api/my_business_q_and_a/v1/metadata.ex b/clients/my_business_q_and_a/lib/google_api/my_business_q_and_a/v1/metadata.ex index efa5423bca..c818b9951f 100644 --- a/clients/my_business_q_and_a/lib/google_api/my_business_q_and_a/v1/metadata.ex +++ b/clients/my_business_q_and_a/lib/google_api/my_business_q_and_a/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.MyBusinessQAndA.V1 do API client metadata for GoogleApi.MyBusinessQAndA.V1. """ - @discovery_revision "20220714" + @discovery_revision "20240310" def discovery_revision(), do: @discovery_revision end diff --git a/clients/my_business_q_and_a/mix.exs b/clients/my_business_q_and_a/mix.exs index beb657e8cc..1ccde08ec1 100644 --- a/clients/my_business_q_and_a/mix.exs +++ b/clients/my_business_q_and_a/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.MyBusinessQAndA.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.2.1" def project() do [ @@ -48,7 +48,7 @@ defmodule GoogleApi.MyBusinessQAndA.Mixfile do defp description() do """ - My Business Q&A API client library. The My Business Q&A API allows questions and answers to be posted for specific listings. + My Business Q&A API client library. The My Business Q&A API allows questions and answers to be posted for specific listings. Note - If you have a quota of 0 after enabling the API, please request for GBP API access. """ end