Skip to content

Commit afdab2d

Browse files
feat: Automated regeneration of solar v1 client (googleapis#22017)
Auto-created at 2025-03-09 10:21:26 +0000 using the toys pull request generator.
1 parent c9e023d commit afdab2d

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

generated/google-apis-solar_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-solar_v1
22

3+
### v0.6.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250302
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.5.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241211

generated/google-apis-solar_v1/lib/google/apis/solar_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module SolarV1
1818
# Version of the google-apis-solar_v1 gem
19-
GEM_VERSION = "0.5.0"
19+
GEM_VERSION = "0.6.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241211"
25+
REVISION = "20250302"
2626
end
2727
end
2828
end

generated/google-apis-solar_v1/lib/google/apis/solar_v1/service.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ def initialize
5151
@batch_path = 'batch'
5252
end
5353

54-
# Locates the closest building to a query point. Returns an error with code `
55-
# NOT_FOUND` if there are no buildings within approximately 50m of the query
56-
# point.
54+
# Locates the building whose centroid is closest to a query point. Returns an
55+
# error with code `NOT_FOUND` if there are no buildings within approximately 50m
56+
# of the query point.
5757
# @param [Array<String>, String] experiments
5858
# Optional. Specifies the pre-GA features to enable.
5959
# @param [Float] location_latitude

0 commit comments

Comments
 (0)