diff --git a/clients/google-api-services-solar/v1/2.0.0/README.md b/clients/google-api-services-solar/v1/2.0.0/README.md
index 63a6f78c65a..829f8dcb14f 100644
--- a/clients/google-api-services-solar/v1/2.0.0/README.md
+++ b/clients/google-api-services-solar/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-solar
- v1-rev20251027-2.0.0
+ v1-rev20260208-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-solar:v1-rev20251027-2.0.0'
+ implementation 'com.google.apis:google-api-services-solar:v1-rev20260208-2.0.0'
}
```
diff --git a/clients/google-api-services-solar/v1/2.0.0/com/google/api/services/solar/v1/Solar.java b/clients/google-api-services-solar/v1/2.0.0/com/google/api/services/solar/v1/Solar.java
index ff60dabbb83..7f7f6b43c19 100644
--- a/clients/google-api-services-solar/v1/2.0.0/com/google/api/services/solar/v1/Solar.java
+++ b/clients/google-api-services-solar/v1/2.0.0/com/google/api/services/solar/v1/Solar.java
@@ -289,17 +289,30 @@ public FindClosest setExactQualityRequired(java.lang.Boolean exactQualityRequire
return this;
}
- /** Optional. Specifies the pre-GA features to enable. */
+ /**
+ * Optional. Specifies the pre-GA experiments to enable. Requests using this field are
+ * classified as a pre-GA offering under the [Google Maps Platform Service Specific
+ * Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
+ * descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
+ */
@com.google.api.client.util.Key
private java.util.List experiments;
- /** Optional. Specifies the pre-GA features to enable.
+ /** Optional. Specifies the pre-GA experiments to enable. Requests using this field are classified as a
+ pre-GA offering under the [Google Maps Platform Service Specific
+ Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
+ descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
*/
public java.util.List getExperiments() {
return experiments;
}
- /** Optional. Specifies the pre-GA features to enable. */
+ /**
+ * Optional. Specifies the pre-GA experiments to enable. Requests using this field are
+ * classified as a pre-GA offering under the [Google Maps Platform Service Specific
+ * Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
+ * descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
+ */
public FindClosest setExperiments(java.util.List experiments) {
this.experiments = experiments;
return this;
@@ -525,17 +538,32 @@ public Get setExactQualityRequired(java.lang.Boolean exactQualityRequired) {
return this;
}
- /** Optional. Specifies the pre-GA experiments to enable. */
+ /**
+ * Optional. Specifies the pre-GA experiments to enable. Requests using this field are
+ * classified as a pre-GA offering under the [Google Maps Platform Service Specific
+ * Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
+ * descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more
+ * details.
+ */
@com.google.api.client.util.Key
private java.util.List experiments;
- /** Optional. Specifies the pre-GA experiments to enable.
+ /** Optional. Specifies the pre-GA experiments to enable. Requests using this field are classified as a
+ pre-GA offering under the [Google Maps Platform Service Specific
+ Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
+ descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
*/
public java.util.List getExperiments() {
return experiments;
}
- /** Optional. Specifies the pre-GA experiments to enable. */
+ /**
+ * Optional. Specifies the pre-GA experiments to enable. Requests using this field are
+ * classified as a pre-GA offering under the [Google Maps Platform Service Specific
+ * Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
+ * descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more
+ * details.
+ */
public Get setExperiments(java.util.List experiments) {
this.experiments = experiments;
return this;
diff --git a/clients/google-api-services-solar/v1/2.0.0/com/google/api/services/solar/v1/model/DataLayers.java b/clients/google-api-services-solar/v1/2.0.0/com/google/api/services/solar/v1/model/DataLayers.java
index 4613252434d..8ad6e10ea75 100644
--- a/clients/google-api-services-solar/v1/2.0.0/com/google/api/services/solar/v1/model/DataLayers.java
+++ b/clients/google-api-services-solar/v1/2.0.0/com/google/api/services/solar/v1/model/DataLayers.java
@@ -118,7 +118,7 @@ public final class DataLayers extends com.google.api.client.json.GenericJson {
private java.lang.String monthlyFluxUrl;
/**
- * The URL for an image of RGB data (aerial photo) of the region.
+ * The URL for an image of RGB data (aerial or satellite photo) of the region.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -313,7 +313,7 @@ public DataLayers setMonthlyFluxUrl(java.lang.String monthlyFluxUrl) {
}
/**
- * The URL for an image of RGB data (aerial photo) of the region.
+ * The URL for an image of RGB data (aerial or satellite photo) of the region.
* @return value or {@code null} for none
*/
public java.lang.String getRgbUrl() {
@@ -321,7 +321,7 @@ public java.lang.String getRgbUrl() {
}
/**
- * The URL for an image of RGB data (aerial photo) of the region.
+ * The URL for an image of RGB data (aerial or satellite photo) of the region.
* @param rgbUrl rgbUrl or {@code null} for none
*/
public DataLayers setRgbUrl(java.lang.String rgbUrl) {
diff --git a/clients/google-api-services-solar/v1/2.0.0/pom.xml b/clients/google-api-services-solar/v1/2.0.0/pom.xml
index 50de9c261d4..cd8fdab9b6b 100644
--- a/clients/google-api-services-solar/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-solar/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-solar
- v1-rev20251027-2.0.0
- Solar API v1-rev20251027-2.0.0
+ v1-rev20260208-2.0.0
+ Solar API v1-rev20260208-2.0.0
jar
2011
diff --git a/clients/google-api-services-solar/v1/README.md b/clients/google-api-services-solar/v1/README.md
index 63a6f78c65a..829f8dcb14f 100644
--- a/clients/google-api-services-solar/v1/README.md
+++ b/clients/google-api-services-solar/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-solar
- v1-rev20251027-2.0.0
+ v1-rev20260208-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-solar:v1-rev20251027-2.0.0'
+ implementation 'com.google.apis:google-api-services-solar:v1-rev20260208-2.0.0'
}
```