Skip to content

Commit c0449df

Browse files
1 parent 1a03188 commit c0449df

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

clients/google-api-services-solar/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
3737
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'
3939
}
4040
```
4141

clients/google-api-services-solar/v1/2.0.0/com/google/api/services/solar/v1/Solar.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*

clients/google-api-services-solar/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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>

clients/google-api-services-solar/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
3737
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'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)