diff --git a/clients/solar/lib/google_api/solar/v1/metadata.ex b/clients/solar/lib/google_api/solar/v1/metadata.ex index 318d3d8929..b9886dbaae 100644 --- a/clients/solar/lib/google_api/solar/v1/metadata.ex +++ b/clients/solar/lib/google_api/solar/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Solar.V1 do API client metadata for GoogleApi.Solar.V1. """ - @discovery_revision "20240820" + @discovery_revision "20241211" def discovery_revision(), do: @discovery_revision end diff --git a/clients/solar/lib/google_api/solar/v1/model/building_insights.ex b/clients/solar/lib/google_api/solar/v1/model/building_insights.ex index d406c547cf..f4cad12923 100644 --- a/clients/solar/lib/google_api/solar/v1/model/building_insights.ex +++ b/clients/solar/lib/google_api/solar/v1/model/building_insights.ex @@ -27,7 +27,7 @@ defmodule GoogleApi.Solar.V1.Model.BuildingInsights do * `imageryDate` (*type:* `GoogleApi.Solar.V1.Model.Date.t`, *default:* `nil`) - Date that the underlying imagery was acquired. This is approximate. * `imageryProcessedDate` (*type:* `GoogleApi.Solar.V1.Model.Date.t`, *default:* `nil`) - When processing was completed on this imagery. * `imageryQuality` (*type:* `String.t`, *default:* `nil`) - The quality of the imagery used to compute the data for this building. - * `name` (*type:* `String.t`, *default:* `nil`) - The resource name for the building, of the format `building/`. + * `name` (*type:* `String.t`, *default:* `nil`) - The resource name for the building, of the format `buildings/{place_id}`. * `postalCode` (*type:* `String.t`, *default:* `nil`) - Postal code (e.g., US zip code) this building is contained by. * `regionCode` (*type:* `String.t`, *default:* `nil`) - Region code for the country (or region) this building is in. * `solarPotential` (*type:* `GoogleApi.Solar.V1.Model.SolarPotential.t`, *default:* `nil`) - Solar potential of the building. diff --git a/clients/solar/mix.exs b/clients/solar/mix.exs index 4e0eae66e9..4736b65e59 100644 --- a/clients/solar/mix.exs +++ b/clients/solar/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Solar.Mixfile do use Mix.Project - @version "0.4.0" + @version "0.4.1" def project() do [