Skip to content

Commit 46180fa

Browse files
feat: Automated regeneration of MyBusinessBusinessInformation client (googleapis#12987)
Auto-created at 2025-02-18 13:10:32 +0000 using the toys pull request generator.
1 parent 691fdcc commit 46180fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/my_business_business_information/lib/google_api/my_business_business_information/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.MyBusinessBusinessInformation.V1 do
2020
API client metadata for GoogleApi.MyBusinessBusinessInformation.V1.
2121
"""
2222

23-
@discovery_revision "20241120"
23+
@discovery_revision "20250217"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/my_business_business_information/lib/google_api/my_business_business_information/v1/model/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule GoogleApi.MyBusinessBusinessInformation.V1.Model.Metadata do
2626
* `canHaveFoodMenus` (*type:* `boolean()`, *default:* `nil`) - Output only. Indicates if the listing is eligible for food menu.
2727
* `canModifyServiceList` (*type:* `boolean()`, *default:* `nil`) - Output only. Indicates if the listing can modify the service list.
2828
* `canOperateHealthData` (*type:* `boolean()`, *default:* `nil`) - Output only. Indicates whether the location can operate on Health data.
29-
* `canOperateLocalPost` (*type:* `boolean()`, *default:* `nil`) - Output only. Indicates if the listing can manage local posts.
29+
* `canOperateLocalPost` (*type:* `boolean()`, *default:* `nil`) - Output only. Indicates if the listing can manage local posts. Deprecated: This field is no longer populated and will be removed in a future version.
3030
* `canOperateLodgingData` (*type:* `boolean()`, *default:* `nil`) - Output only. Indicates whether the location can operate on Lodging data.
3131
* `duplicateLocation` (*type:* `String.t`, *default:* `nil`) - Output only. The location resource that this location duplicates.
3232
* `hasGoogleUpdated` (*type:* `boolean()`, *default:* `nil`) - Output only. Indicates whether the place ID associated with this location has updates that need to be updated or rejected by the client. If this boolean is set, you should call the `getGoogleUpdated` method to lookup information that's needs to be verified.

clients/my_business_business_information/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.MyBusinessBusinessInformation.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.5.1"
21+
@version "0.5.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)