Skip to content

Commit 0e4b4da

Browse files
feat(solar): update the api
#### solar:v1 The following keys were added: - resources.buildingInsights.methods.findClosest.parameters.exactQualityRequired (Total Keys: 2)
1 parent 52452f1 commit 0e4b4da

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/dyn/solar_v1.buildingInsights.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#findClosest">findClosest(experiments=None, location_latitude=None, location_longitude=None, requiredQuality=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#findClosest">findClosest(exactQualityRequired=None, experiments=None, location_latitude=None, location_longitude=None, requiredQuality=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Locates the building whose centroid is closest to a query point. Returns an error with code `NOT_FOUND` if there are no buildings within approximately 50m of the query point.</p>
8383
<h3>Method Details</h3>
8484
<div class="method">
@@ -87,10 +87,11 @@ <h3>Method Details</h3>
8787
</div>
8888

8989
<div class="method">
90-
<code class="details" id="findClosest">findClosest(experiments=None, location_latitude=None, location_longitude=None, requiredQuality=None, x__xgafv=None)</code>
90+
<code class="details" id="findClosest">findClosest(exactQualityRequired=None, experiments=None, location_latitude=None, location_longitude=None, requiredQuality=None, x__xgafv=None)</code>
9191
<pre>Locates the building whose centroid is closest to a query point. Returns an error with code `NOT_FOUND` if there are no buildings within approximately 50m of the query point.
9292

9393
Args:
94+
exactQualityRequired: boolean, Optional. Whether to require exact quality of the imagery. If set to false, the `required_quality` field is interpreted as the minimum required quality, such that HIGH quality imagery may be returned when `required_quality` is set to MEDIUM. If set to true, `required_quality` is interpreted as the exact required quality and only `MEDIUM` quality imagery is returned if `required_quality` is set to `MEDIUM`.
9495
experiments: string, Optional. Specifies the pre-GA features to enable. (repeated)
9596
Allowed values
9697
EXPERIMENT_UNSPECIFIED - No experiments are specified.

googleapiclient/discovery_cache/documents/solar.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@
114114
"id": "solar.buildingInsights.findClosest",
115115
"parameterOrder": [],
116116
"parameters": {
117+
"exactQualityRequired": {
118+
"description": "Optional. Whether to require exact quality of the imagery. If set to false, the `required_quality` field is interpreted as the minimum required quality, such that HIGH quality imagery may be returned when `required_quality` is set to MEDIUM. If set to true, `required_quality` is interpreted as the exact required quality and only `MEDIUM` quality imagery is returned if `required_quality` is set to `MEDIUM`.",
119+
"location": "query",
120+
"type": "boolean"
121+
},
117122
"experiments": {
118123
"description": "Optional. Specifies the pre-GA features to enable.",
119124
"enum": [
@@ -299,7 +304,7 @@
299304
}
300305
}
301306
},
302-
"revision": "20250804",
307+
"revision": "20251027",
303308
"rootUrl": "https://solar.googleapis.com/",
304309
"schemas": {
305310
"BuildingInsights": {

0 commit comments

Comments
 (0)