Skip to content

Commit 7b1b88e

Browse files
feat: Automated regeneration of Solar client (#12703)
Auto-created at 2024-12-13 13:15:49 +0000 using the toys pull request generator.
1 parent 44a093d commit 7b1b88e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 "20240820"
23+
@discovery_revision "20241211"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule GoogleApi.Solar.V1.Model.BuildingInsights do
2727
* `imageryDate` (*type:* `GoogleApi.Solar.V1.Model.Date.t`, *default:* `nil`) - Date that the underlying imagery was acquired. This is approximate.
2828
* `imageryProcessedDate` (*type:* `GoogleApi.Solar.V1.Model.Date.t`, *default:* `nil`) - When processing was completed on this imagery.
2929
* `imageryQuality` (*type:* `String.t`, *default:* `nil`) - The quality of the imagery used to compute the data for this building.
30-
* `name` (*type:* `String.t`, *default:* `nil`) - The resource name for the building, of the format `building/`.
30+
* `name` (*type:* `String.t`, *default:* `nil`) - The resource name for the building, of the format `buildings/{place_id}`.
3131
* `postalCode` (*type:* `String.t`, *default:* `nil`) - Postal code (e.g., US zip code) this building is contained by.
3232
* `regionCode` (*type:* `String.t`, *default:* `nil`) - Region code for the country (or region) this building is in.
3333
* `solarPotential` (*type:* `GoogleApi.Solar.V1.Model.SolarPotential.t`, *default:* `nil`) - Solar potential of the building.

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.0"
21+
@version "0.4.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)