Skip to content

Commit 6bf9847

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

File tree

4 files changed

+40
-12
lines changed

4 files changed

+40
-12
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-rev20260125-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-rev20260125-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/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-rev20260125-2.0.0</version>
12+
<name>Solar API v1-rev20260125-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-rev20260125-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-rev20260125-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)