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
20
20
API client metadata for GoogleApi.Solar.V1.
21
21
"""
22
22
23
- @ discovery_revision "20240820 "
23
+ @ discovery_revision "20241211 "
24
24
25
25
def discovery_revision ( ) , do: @ discovery_revision
26
26
end
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ defmodule GoogleApi.Solar.V1.Model.BuildingInsights do
27
27
* `imageryDate` (*type:* `GoogleApi.Solar.V1.Model.Date.t`, *default:* `nil`) - Date that the underlying imagery was acquired. This is approximate.
28
28
* `imageryProcessedDate` (*type:* `GoogleApi.Solar.V1.Model.Date.t`, *default:* `nil`) - When processing was completed on this imagery.
29
29
* `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} `.
31
31
* `postalCode` (*type:* `String.t`, *default:* `nil`) - Postal code (e.g., US zip code) this building is contained by.
32
32
* `regionCode` (*type:* `String.t`, *default:* `nil`) - Region code for the country (or region) this building is in.
33
33
* `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 18
18
defmodule GoogleApi.Solar.Mixfile do
19
19
use Mix.Project
20
20
21
- @ version "0.4.0 "
21
+ @ version "0.4.1 "
22
22
23
23
def project ( ) do
24
24
[
You can’t perform that action at this time.
0 commit comments