Skip to content

Commit 6e43b46

Browse files
feat: Automated regeneration of Solar client (googleapis#13083)
Auto-created at 2025-03-04 13:19:00 +0000 using the toys pull request generator.
1 parent cb973db commit 6e43b46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/solar/lib/google_api/solar/v1/api/building_insights.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule GoogleApi.Solar.V1.Api.BuildingInsights do
2626
@library_version Mix.Project.config() |> Keyword.get(:version, "")
2727

2828
@doc """
29-
Locates the closest building to a query point. Returns an error with code `NOT_FOUND` if there are no buildings within approximately 50m of the query point.
29+
Locates the building whose centroid is closest to a query point. Returns an error with code `NOT_FOUND` if there are no buildings within approximately 50m of the query point.
3030
3131
## Parameters
3232

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

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

23-
@discovery_revision "20241211"
23+
@discovery_revision "20250302"
2424

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

clients/solar/mix.exs

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

21-
@version "0.4.1"
21+
@version "0.4.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)