Skip to content

Commit e98e406

Browse files
chore: regenerate solar client
1 parent 5ec85f7 commit e98e406

File tree

5 files changed

+43
-15
lines changed

5 files changed

+43
-15
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-rev20251027-2.0.0</version>
25+
<version>v1-rev20260208-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-rev20251027-2.0.0'
38+
implementation 'com.google.apis:google-api-services-solar:v1-rev20260208-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: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,17 +289,30 @@ public FindClosest setExactQualityRequired(java.lang.Boolean exactQualityRequire
289289
return this;
290290
}
291291

292-
/** Optional. Specifies the pre-GA features to enable. */
292+
/**
293+
* Optional. Specifies the pre-GA experiments to enable. Requests using this field are
294+
* classified as a pre-GA offering under the [Google Maps Platform Service Specific
295+
* Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
296+
* descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
297+
*/
293298
@com.google.api.client.util.Key
294299
private java.util.List<java.lang.String> experiments;
295300

296-
/** Optional. Specifies the pre-GA features to enable.
301+
/** Optional. Specifies the pre-GA experiments to enable. Requests using this field are classified as a
302+
pre-GA offering under the [Google Maps Platform Service Specific
303+
Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
304+
descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
297305
*/
298306
public java.util.List<java.lang.String> getExperiments() {
299307
return experiments;
300308
}
301309

302-
/** Optional. Specifies the pre-GA features to enable. */
310+
/**
311+
* Optional. Specifies the pre-GA experiments to enable. Requests using this field are
312+
* classified as a pre-GA offering under the [Google Maps Platform Service Specific
313+
* Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
314+
* descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
315+
*/
303316
public FindClosest setExperiments(java.util.List<java.lang.String> experiments) {
304317
this.experiments = experiments;
305318
return this;
@@ -525,17 +538,32 @@ public Get setExactQualityRequired(java.lang.Boolean exactQualityRequired) {
525538
return this;
526539
}
527540

528-
/** Optional. Specifies the pre-GA experiments to enable. */
541+
/**
542+
* Optional. Specifies the pre-GA experiments to enable. Requests using this field are
543+
* classified as a pre-GA offering under the [Google Maps Platform Service Specific
544+
* Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
545+
* descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more
546+
* details.
547+
*/
529548
@com.google.api.client.util.Key
530549
private java.util.List<java.lang.String> experiments;
531550

532-
/** Optional. Specifies the pre-GA experiments to enable.
551+
/** Optional. Specifies the pre-GA experiments to enable. Requests using this field are classified as a
552+
pre-GA offering under the [Google Maps Platform Service Specific
553+
Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
554+
descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
533555
*/
534556
public java.util.List<java.lang.String> getExperiments() {
535557
return experiments;
536558
}
537559

538-
/** Optional. Specifies the pre-GA experiments to enable. */
560+
/**
561+
* Optional. Specifies the pre-GA experiments to enable. Requests using this field are
562+
* classified as a pre-GA offering under the [Google Maps Platform Service Specific
563+
* Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
564+
* descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more
565+
* details.
566+
*/
539567
public Get setExperiments(java.util.List<java.lang.String> experiments) {
540568
this.experiments = experiments;
541569
return this;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public final class DataLayers extends com.google.api.client.json.GenericJson {
118118
private java.lang.String monthlyFluxUrl;
119119

120120
/**
121-
* The URL for an image of RGB data (aerial photo) of the region.
121+
* The URL for an image of RGB data (aerial or satellite photo) of the region.
122122
* The value may be {@code null}.
123123
*/
124124
@com.google.api.client.util.Key
@@ -313,15 +313,15 @@ public DataLayers setMonthlyFluxUrl(java.lang.String monthlyFluxUrl) {
313313
}
314314

315315
/**
316-
* The URL for an image of RGB data (aerial photo) of the region.
316+
* The URL for an image of RGB data (aerial or satellite photo) of the region.
317317
* @return value or {@code null} for none
318318
*/
319319
public java.lang.String getRgbUrl() {
320320
return rgbUrl;
321321
}
322322

323323
/**
324-
* The URL for an image of RGB data (aerial photo) of the region.
324+
* The URL for an image of RGB data (aerial or satellite photo) of the region.
325325
* @param rgbUrl rgbUrl or {@code null} for none
326326
*/
327327
public DataLayers setRgbUrl(java.lang.String rgbUrl) {

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-rev20251027-2.0.0</version>
12-
<name>Solar API v1-rev20251027-2.0.0</name>
11+
<version>v1-rev20260208-2.0.0</version>
12+
<name>Solar API v1-rev20260208-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-rev20251027-2.0.0</version>
25+
<version>v1-rev20260208-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-rev20251027-2.0.0'
38+
implementation 'com.google.apis:google-api-services-solar:v1-rev20260208-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)