File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
2626end
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 1818defmodule 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 [
You can’t perform that action at this time.
0 commit comments