|
114 | 114 | "id": "solar.buildingInsights.findClosest",
|
115 | 115 | "parameterOrder": [],
|
116 | 116 | "parameters": {
|
| 117 | + "experiments": { |
| 118 | + "description": "Optional. Specifies the pre-GA features to enable.", |
| 119 | + "enum": [ |
| 120 | + "EXPERIMENT_UNSPECIFIED", |
| 121 | + "EXPANDED_COVERAGE" |
| 122 | + ], |
| 123 | + "enumDescriptions": [ |
| 124 | + "No experiments are specified.", |
| 125 | + "Expands the geographic region available for querying solar data." |
| 126 | + ], |
| 127 | + "location": "query", |
| 128 | + "repeated": true, |
| 129 | + "type": "string" |
| 130 | + }, |
117 | 131 | "location.latitude": {
|
118 | 132 | "description": "The latitude in degrees. It must be in the range [-90.0, +90.0].",
|
119 | 133 | "format": "double",
|
|
132 | 146 | "IMAGERY_QUALITY_UNSPECIFIED",
|
133 | 147 | "HIGH",
|
134 | 148 | "MEDIUM",
|
135 |
| - "LOW" |
| 149 | + "LOW", |
| 150 | + "BASE" |
136 | 151 | ],
|
137 | 152 | "enumDescriptions": [
|
138 | 153 | "No quality is known.",
|
139 | 154 | "Solar data is derived from aerial imagery captured at low-altitude and processed at 0.1 m/pixel.",
|
140 | 155 | "Solar data is derived from enhanced aerial imagery captured at high-altitude and processed at 0.25 m/pixel.",
|
| 156 | + "Solar data is derived from enhanced satellite imagery processed at 0.25 m/pixel.", |
141 | 157 | "Solar data is derived from enhanced satellite imagery processed at 0.25 m/pixel."
|
142 | 158 | ],
|
143 | 159 | "location": "query",
|
|
168 | 184 | "location": "query",
|
169 | 185 | "type": "boolean"
|
170 | 186 | },
|
| 187 | + "experiments": { |
| 188 | + "description": "Optional. Specifies the pre-GA experiments to enable.", |
| 189 | + "enum": [ |
| 190 | + "EXPERIMENT_UNSPECIFIED", |
| 191 | + "EXPANDED_COVERAGE" |
| 192 | + ], |
| 193 | + "enumDescriptions": [ |
| 194 | + "No experiments are specified.", |
| 195 | + "Expands the geographic region available for querying solar data." |
| 196 | + ], |
| 197 | + "location": "query", |
| 198 | + "repeated": true, |
| 199 | + "type": "string" |
| 200 | + }, |
171 | 201 | "location.latitude": {
|
172 | 202 | "description": "The latitude in degrees. It must be in the range [-90.0, +90.0].",
|
173 | 203 | "format": "double",
|
|
198 | 228 | "IMAGERY_QUALITY_UNSPECIFIED",
|
199 | 229 | "HIGH",
|
200 | 230 | "MEDIUM",
|
201 |
| - "LOW" |
| 231 | + "LOW", |
| 232 | + "BASE" |
202 | 233 | ],
|
203 | 234 | "enumDescriptions": [
|
204 | 235 | "No quality is known.",
|
205 | 236 | "Solar data is derived from aerial imagery captured at low-altitude and processed at 0.1 m/pixel.",
|
206 | 237 | "Solar data is derived from enhanced aerial imagery captured at high-altitude and processed at 0.25 m/pixel.",
|
| 238 | + "Solar data is derived from enhanced satellite imagery processed at 0.25 m/pixel.", |
207 | 239 | "Solar data is derived from enhanced satellite imagery processed at 0.25 m/pixel."
|
208 | 240 | ],
|
209 | 241 | "location": "query",
|
|
267 | 299 | }
|
268 | 300 | }
|
269 | 301 | },
|
270 |
| - "revision": "20240630", |
| 302 | + "revision": "20240820", |
271 | 303 | "rootUrl": "https://solar.googleapis.com/",
|
272 | 304 | "schemas": {
|
273 | 305 | "BuildingInsights": {
|
|
300 | 332 | "IMAGERY_QUALITY_UNSPECIFIED",
|
301 | 333 | "HIGH",
|
302 | 334 | "MEDIUM",
|
303 |
| - "LOW" |
| 335 | + "LOW", |
| 336 | + "BASE" |
304 | 337 | ],
|
305 | 338 | "enumDescriptions": [
|
306 | 339 | "No quality is known.",
|
307 | 340 | "Solar data is derived from aerial imagery captured at low-altitude and processed at 0.1 m/pixel.",
|
308 | 341 | "Solar data is derived from enhanced aerial imagery captured at high-altitude and processed at 0.25 m/pixel.",
|
| 342 | + "Solar data is derived from enhanced satellite imagery processed at 0.25 m/pixel.", |
309 | 343 | "Solar data is derived from enhanced satellite imagery processed at 0.25 m/pixel."
|
310 | 344 | ],
|
311 | 345 | "type": "string"
|
|
394 | 428 | "IMAGERY_QUALITY_UNSPECIFIED",
|
395 | 429 | "HIGH",
|
396 | 430 | "MEDIUM",
|
397 |
| - "LOW" |
| 431 | + "LOW", |
| 432 | + "BASE" |
398 | 433 | ],
|
399 | 434 | "enumDescriptions": [
|
400 | 435 | "No quality is known.",
|
401 | 436 | "Solar data is derived from aerial imagery captured at low-altitude and processed at 0.1 m/pixel.",
|
402 | 437 | "Solar data is derived from enhanced aerial imagery captured at high-altitude and processed at 0.25 m/pixel.",
|
| 438 | + "Solar data is derived from enhanced satellite imagery processed at 0.25 m/pixel.", |
403 | 439 | "Solar data is derived from enhanced satellite imagery processed at 0.25 m/pixel."
|
404 | 440 | ],
|
405 | 441 | "type": "string"
|
|
0 commit comments