Skip to content

Commit

Permalink
feat: Automated regeneration of Solar client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 13, 2024
1 parent 25e6ff1 commit d1a800b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/solar/lib/google_api/solar/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion clients/solar/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Solar.Mixfile do
use Mix.Project

@version "0.4.0"
@version "0.4.1"

def project() do
[
Expand Down

0 comments on commit d1a800b

Please sign in to comment.