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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-solar</artifactId >
25
- <version >v1-rev20241211 -2.0.0</version >
25
+ <version >v1-rev20250302 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ public BuildingInsights buildingInsights() {
154
154
public class BuildingInsights {
155
155
156
156
/**
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.
159
159
*
160
160
* Create a request for the method "buildingInsights.findClosest".
161
161
*
@@ -175,8 +175,8 @@ public class FindClosest extends SolarRequest<com.google.api.services.solar.v1.m
175
175
private static final String REST_PATH = "v1/buildingInsights:findClosest" ;
176
176
177
177
/**
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.
180
180
*
181
181
* Create a request for the method "buildingInsights.findClosest".
182
182
*
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-solar</artifactId >
25
- <version >v1-rev20241211 -2.0.0</version >
25
+ <version >v1-rev20250302 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments