File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
clients/google-api-services-solar/v1
com/google/api/services/solar/v1 Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-solar</artifactId >
25- <version >v1-rev20241211 -2.0.0</version >
25+ <version >v1-rev20250302 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-solar:v1-rev20241211 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-solar:v1-rev20250302 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ public BuildingInsights buildingInsights() {
154154 public class BuildingInsights {
155155
156156 /**
157- * Locates the closest building to a query point. Returns an error with code `NOT_FOUND` if there
158- * are no buildings within approximately 50m of the query point.
157+ * Locates the building whose centroid is closest to a query point. Returns an error with code
158+ * `NOT_FOUND` if there are no buildings within approximately 50m of the query point.
159159 *
160160 * Create a request for the method "buildingInsights.findClosest".
161161 *
@@ -175,8 +175,8 @@ public class FindClosest extends SolarRequest<com.google.api.services.solar.v1.m
175175 private static final String REST_PATH = "v1/buildingInsights:findClosest" ;
176176
177177 /**
178- * Locates the closest building to a query point. Returns an error with code `NOT_FOUND` if there
179- * are no buildings within approximately 50m of the query point.
178+ * Locates the building whose centroid is closest to a query point. Returns an error with code
179+ * `NOT_FOUND` if there are no buildings within approximately 50m of the query point.
180180 *
181181 * Create a request for the method "buildingInsights.findClosest".
182182 *
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-solar</artifactId >
11- <version >v1-rev20241211 -2.0.0</version >
12- <name >Solar API v1-rev20241211 -2.0.0</name >
11+ <version >v1-rev20250302 -2.0.0</version >
12+ <name >Solar API v1-rev20250302 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-solar</artifactId >
25- <version >v1-rev20241211 -2.0.0</version >
25+ <version >v1-rev20250302 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-solar:v1-rev20241211 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-solar:v1-rev20250302 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments