From 45378e2a2502513a49befa10f6ff9a93a9fafc95 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:58:22 -0700 Subject: [PATCH] feat: Automated regeneration of MyBusinessQAndA client (#10885) Auto-created at 2024-03-12 01:32:37 +0000 using the toys pull request generator. --- 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